Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update dependency webpack to v5.30.0 #230

Merged
merged 1 commit into from
Apr 4, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 19, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.26.0 -> 5.30.0 age adoption passing confidence

Release Notes

webpack/webpack

v5.30.0

Compare Source

Features

  • add GC to memory cache
    • opt-in via cache.maxGenerations when cache.type: "memory"
    • default for cache.type: "filesystem" and mode: "development"
    • configure via cache.maxMemoryGenerations when cache.type: "filesystem"
    • Generations = Rebuilds
  • add GC for untouched filesystem cache files
  • allow to configurate GC for the filesystem cache via cache.maxAge
  • allow to disable memory cache when using the filesystem cache with cache.maxMemoryGenerations: 0
  • Caches will be cleared on Compiler close resp Cache shutdown (after persisting for the filesystem cache)

Bugfixes

  • add a few workarounds for v8 bug that causes memory leaks in optimized code (only partially fixes it)
  • after serializing filesystem no longer keeps cache items in memory, instead it will read them from disk again when accessed

GC = Garbage Collection

v5.29.0

Compare Source

Bugfixes

  • fix some edge cases for splitChunks.maxSize which cause too large chunks to be created
  • add stats.groupModulesByType to the schema

Developer Experience

  • add resolving trace for error during resolving build dependencies
  • expose Stats-related types
  • exports AsyncDependenciesBlock and Module/Const/NullDependency on the API

v5.28.0

Compare Source

Features

  • add module.generator.asset.publicPath to configure a different publicPath for assets

Bugfixes

  • fixes a watch mode caching problem which was introduced in 5.26.0 when using the unsafe cache

Performance

  • improve serialization performance

v5.27.2

Compare Source

Bugfixes

  • fix error reporting when errors happen in beforeLoaders hook
  • avoid crash when experiments.lazyCompilation is used (regression)
  • fix lazy compilation opt-out when HMR accept/decline is used on an import()
  • fix new URL(new URL generated by worker handing

v5.27.1

Compare Source

Bugfix

  • allow invalidation after first watch run in MultiCompilers

v5.27.0

Compare Source

Features

  • add utils: { contextify(context, absolutePath), absolutify(context, request) } to loader context

Bugfixes

  • fix caching bug when split chunks of an entrypoint change and modules of the entrypoint stay equal
  • fix imports field handling
  • fix incorrect id assignment of record ids plugin
    • this causes ids changing unnecessary during watch mode
  • fix library exports when using onChunks in entry
    • This prevented using libraries with web target when using splitChunks for the initial chunks

v5.26.3

Compare Source

Bugfix

  • fix race condition in MultiCompiler queueing

v5.26.2

Compare Source

Bugfixes

  • fix problem with new line after comment
  • fix assign libraries with runtime chunk

v5.26.1

Compare Source

Bugfixes

  • avoid using strict mode runtime for assign libraries to allow assigning not existing variables
  • avoid collision with Set.addAll polyfill
  • allow filenames starting with ../ when generation the undo path for non-web targets

Renovate configuration

📅 Schedule: "every weekend" in timezone Asia/Tokyo.

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

@renovate renovate bot added the deps Pull requests that update a dependency file label Mar 19, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 7d12c02 to 76dc70b Compare March 20, 2021 20:30
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.27.0 chore(deps): update dependency webpack to v5.27.1 Mar 20, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 76dc70b to dd895e3 Compare March 22, 2021 17:16
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.27.1 chore(deps): update dependency webpack to v5.27.2 Mar 22, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from dd895e3 to 132819b Compare March 24, 2021 13:51
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.27.2 chore(deps): update dependency webpack to v5.28.0 Mar 24, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 132819b to 0cf2aa0 Compare April 1, 2021 16:06
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.28.0 chore(deps): update dependency webpack to v5.29.0 Apr 1, 2021
@renovate renovate bot force-pushed the renovate/webpack-5.x branch from 0cf2aa0 to 34ec5c4 Compare April 1, 2021 19:48
@renovate renovate bot changed the title chore(deps): update dependency webpack to v5.29.0 chore(deps): update dependency webpack to v5.30.0 Apr 1, 2021
@ruedap ruedap merged commit 851aabd into main Apr 4, 2021
@ruedap ruedap deleted the renovate/webpack-5.x branch April 4, 2021 02:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
deps Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants