Skip to content

chore(deps): update dependency webpack to ^5.26.2 #3087

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
Mar 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack ^5.25.1 -> ^5.26.2 age adoption passing confidence

Release Notes

webpack/webpack

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

v5.26.0

Compare Source

Features

  • handle cache version automatically for DefinePlugin
    • Values no longer need to be defined as build dependencies
  • add more options for DefinePlugin.runtimeValue (file/context/missing/buildDependencies, version)

Bugfixes

  • fix a memory leak which happens in watch mode with caching when modules are removed from the compilation
  • fix usage of some arrow functions when es5 target is selected
  • chunk loading in workers now uses publicPath instead of relative paths
    • fixes a problem when worker file is in a child directory

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 March 15, 2021 18:18
@renovate renovate bot added the renovate label Mar 15, 2021
@codecov
Copy link

codecov bot commented Mar 15, 2021

Codecov Report

Merging #3087 (1addc71) into master (d8c42a3) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3087   +/-   ##
=======================================
  Coverage   92.30%   92.30%           
=======================================
  Files          37       37           
  Lines        1261     1261           
  Branches      328      328           
=======================================
  Hits         1164     1164           
  Misses         92       92           
  Partials        5        5           

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 723e1ec...1addc71. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency webpack to ^5.26.0 chore(deps): update dependency webpack to ^5.26.1 Mar 16, 2021
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from 80e484d to c547a80 Compare March 16, 2021 15:57
@renovate renovate bot changed the title chore(deps): update dependency webpack to ^5.26.1 chore(deps): update dependency webpack to ^5.26.2 Mar 16, 2021
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from c547a80 to 1addc71 Compare March 16, 2021 20:07
@snitin315 snitin315 merged commit 728effc into master Mar 17, 2021
@snitin315 snitin315 deleted the renovate/all-minor-dependencies branch March 17, 2021 08:29
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.

3 participants