webpack/webpack
### [`v5.18.0`](https://togithub.com/webpack/webpack/releases/v5.18.0)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.17.0...v5.18.0)
### Internals
- refactor hashing to move the responsibility of hashing module exports info and referenced modules from Dependencies to the Module
- Hashing in Dependencies can be much cheaper now (could improve performance when many dependencies are used that point to the same module, like many references to `React.createElement`)
- Fixes bugs where Dependencies forgot to hash some details about the referenced module
- The new model elimiates the potential of such bugs are Dependencies have less responsibilities now
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.17.0
->5.18.0
Release Notes
webpack/webpack
### [`v5.18.0`](https://togithub.com/webpack/webpack/releases/v5.18.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.17.0...v5.18.0) ### Internals - refactor hashing to move the responsibility of hashing module exports info and referenced modules from Dependencies to the Module - Hashing in Dependencies can be much cheaper now (could improve performance when many dependencies are used that point to the same module, like many references to `React.createElement`) - Fixes bugs where Dependencies forgot to hash some details about the referenced module - The new model elimiates the potential of such bugs are Dependencies have less responsibilities nowRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.