Skip to content

chore(deps): update dependency webpack to ^5.30.0 #3141

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack ^5.29.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


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

@renovate renovate bot requested review from hiroppy and knagaitsev as code owners April 1, 2021 16:33
@renovate renovate bot added the renovate label Apr 1, 2021
@codecov
Copy link

codecov bot commented Apr 1, 2021

Codecov Report

Merging #3141 (6b6b84c) into master (84ed645) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3141   +/-   ##
=======================================
  Coverage   94.94%   94.94%           
=======================================
  Files          37       37           
  Lines        1207     1207           
  Branches      325      325           
=======================================
  Hits         1146     1146           
  Misses         55       55           
  Partials        6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84ed645...6b6b84c. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency webpack to ^5.29.0 chore(deps): update dependency webpack to ^5.29.0 - autoclosed Apr 1, 2021
@renovate renovate bot closed this Apr 1, 2021
@renovate renovate bot deleted the renovate/all-minor-dependencies branch April 1, 2021 17:28
@renovate renovate bot changed the title chore(deps): update dependency webpack to ^5.29.0 - autoclosed chore(deps): update dependency webpack to ^5.29.0 Apr 1, 2021
@renovate renovate bot reopened this Apr 1, 2021
@renovate renovate bot restored the renovate/all-minor-dependencies branch April 1, 2021 20:20
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 2871f20 to 6b6b84c Compare April 1, 2021 20:21
@renovate renovate bot changed the title chore(deps): update dependency webpack to ^5.29.0 chore(deps): update dependency webpack to ^5.30.0 Apr 1, 2021
@alexander-akait alexander-akait merged commit 5d0d5af into master Apr 2, 2021
@alexander-akait alexander-akait deleted the renovate/all-minor-dependencies branch April 2, 2021 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants