Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

chore(deps): update dependency webpack to v5.55.1 #432

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 24, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.53.0 -> 5.55.1 age adoption passing confidence

Release Notes

webpack/webpack

v5.55.1

Compare Source

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

Compare Source

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

Compare Source

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: Enabled.

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 has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Sep 24, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.54.0 chore(deps): update dependency webpack to v5.55.0 Sep 28, 2021
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.55.0 chore(deps): update dependency webpack to v5.55.1 Sep 29, 2021
@nikukyugamer nikukyugamer merged commit 1a39a6e into main Sep 30, 2021
@nikukyugamer nikukyugamer deleted the renovate/webpack-5.x branch September 30, 2021 05:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants