webpack/webpack
### [`v5.56.0`](https://togithub.com/webpack/webpack/releases/v5.56.0)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.55.1...v5.56.0)
### Performance
- make DefinePlugin rebuild check more efficient performance and memory wise
### [`v5.55.1`](https://togithub.com/webpack/webpack/releases/v5.55.1)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.55.0...v5.55.1)
### Bugfixes
- fixes for `experiments.cacheUnaffected`
- fix accidentically shared mem caches
- avoid RuntimeSpecMap in favor of directly setting on memCache
- compare references modules when restoring mem cache
### [`v5.55.0`](https://togithub.com/webpack/webpack/releases/v5.55.0)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.54.0...v5.55.0)
##### Performance
- `experiments.cacheUnaffected`
- reduce cache memory usage
- make memCache per module
- cache ESM reexport computation
- `module.unsafeCache`
- make it faster by moving it to Compilation-level instead of in NormalModuleFactory
- omit tracking resolve dependencies since they are not used when unsafe cache is enabled
- module graph
- lazy assign ModuleGraphConnections to Dependencies since that is only accessed when uncached
### [`v5.54.0`](https://togithub.com/webpack/webpack/releases/v5.54.0)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.53.0...v5.54.0)
##### Features
- improve constant folding to allow to skip more branches for `&&` `||` and `??`
- allow all hashing using in webpack to be configured with `output.hashFunction`
- no longer bailout completely from inner graph analysis when `eval` is used in a module
##### Bugfixes
- force bump enhanced-resolve for bugfixes
##### Performance
- reduce number of allocation when creating snapshots
- add `output.hashFunction: "xxhash64"` for a super fast wasm based hash function
- improve utf-8 conversion when serializing short strings
- improve hashing performance for dependencies
- add `experiments.cacheUnaffected` which caches computations for modules that are unchanged and reference only unchanged modules
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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.53.0
->^5.56.0
Release Notes
webpack/webpack
### [`v5.56.0`](https://togithub.com/webpack/webpack/releases/v5.56.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.55.1...v5.56.0) ### Performance - make DefinePlugin rebuild check more efficient performance and memory wise ### [`v5.55.1`](https://togithub.com/webpack/webpack/releases/v5.55.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.55.0...v5.55.1) ### Bugfixes - fixes for `experiments.cacheUnaffected` - fix accidentically shared mem caches - avoid RuntimeSpecMap in favor of directly setting on memCache - compare references modules when restoring mem cache ### [`v5.55.0`](https://togithub.com/webpack/webpack/releases/v5.55.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.54.0...v5.55.0) ##### Performance - `experiments.cacheUnaffected` - reduce cache memory usage - make memCache per module - cache ESM reexport computation - `module.unsafeCache` - make it faster by moving it to Compilation-level instead of in NormalModuleFactory - omit tracking resolve dependencies since they are not used when unsafe cache is enabled - module graph - lazy assign ModuleGraphConnections to Dependencies since that is only accessed when uncached ### [`v5.54.0`](https://togithub.com/webpack/webpack/releases/v5.54.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.53.0...v5.54.0) ##### Features - improve constant folding to allow to skip more branches for `&&` `||` and `??` - allow all hashing using in webpack to be configured with `output.hashFunction` - no longer bailout completely from inner graph analysis when `eval` is used in a module ##### Bugfixes - force bump enhanced-resolve for bugfixes ##### Performance - reduce number of allocation when creating snapshots - add `output.hashFunction: "xxhash64"` for a super fast wasm based hash function - improve utf-8 conversion when serializing short strings - improve hashing performance for dependencies - add `experiments.cacheUnaffected` which caches computations for modules that are unchanged and reference only unchanged modulesConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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.