Skip to content

Commit b21d9ef

Browse files
committed
Auto merge of #3962 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.54.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [webpack](https://togithub.com/webpack/webpack) | [`5.53.0` -> `5.54.0`](https://renovatebot.com/diffs/npm/webpack/5.53.0/5.54.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.54.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.54.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.54.0/compatibility-slim/5.53.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.54.0/confidence-slim/5.53.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`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 </details> --- ### Configuration 📅 **Schedule**: "before 3am on Monday" (UTC). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents eb23717 + 21e094a commit b21d9ef

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"qunit-console-grouper": "0.3.0",
125125
"qunit-dom": "2.0.0",
126126
"timekeeper": "2.2.0",
127-
"webpack": "5.53.0"
127+
"webpack": "5.54.0"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.8",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7258,7 +7258,7 @@ enhanced-resolve@^4.0.0, enhanced-resolve@^4.5.0:
72587258
memory-fs "^0.5.0"
72597259
tapable "^1.0.0"
72607260

7261-
enhanced-resolve@^5.8.0:
7261+
enhanced-resolve@^5.8.3:
72627262
version "5.8.3"
72637263
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.3.tgz#6d552d465cce0423f5b3d718511ea53826a7b2f0"
72647264
integrity sha512-EGAbGvH7j7Xt2nc0E7D99La1OiEs8LnyimkRgwExpUMScN6O+3x9tIWs7PLQZVNx4YD+00skHXPXi1yQHpAmZA==
@@ -7346,10 +7346,10 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
73467346
string.prototype.trimstart "^1.0.4"
73477347
unbox-primitive "^1.0.1"
73487348

7349-
es-module-lexer@^0.7.1:
7350-
version "0.7.1"
7351-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
7352-
integrity sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==
7349+
es-module-lexer@^0.9.0:
7350+
version "0.9.0"
7351+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.0.tgz#fe4c4621977bc668e285c5f1f70ca3b451095fda"
7352+
integrity sha512-qU2eN/XHsrl3E4y7mK1wdWnyy5c8gXtCbfP6Xcsemm7fPUR1PIV1JhZfP7ojcN0Fzp69CfrS3u76h2tusvfKiQ==
73537353

73547354
es-to-primitive@^1.2.1:
73557355
version "1.2.1"
@@ -14598,10 +14598,10 @@ webpack-sources@^3.2.0:
1459814598
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.1.tgz#251a7d9720d75ada1469ca07dbb62f3641a05b6d"
1459914599
integrity sha512-t6BMVLQ0AkjBOoRTZgqrWm7xbXMBzD+XDq2EZ96+vMfn3qKgsvdXZhbPZ4ElUOpdv4u+iiGe+w3+J75iy/bYGA==
1460014600

14601-
webpack@5.53.0:
14602-
version "5.53.0"
14603-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.53.0.tgz#f463cd9c6fc1356ae4b9b7ac911fd1f5b2df86af"
14604-
integrity sha512-RZ1Z3z3ni44snoWjfWeHFyzvd9HMVYDYC5VXmlYUT6NWgEOWdCNpad5Fve2CzzHoRED7WtsKe+FCyP5Vk4pWiQ==
14601+
webpack@5.54.0:
14602+
version "5.54.0"
14603+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.54.0.tgz#629f0cd14c7a4340af758a3c7cef25c50670ae4d"
14604+
integrity sha512-MAVKJMsIUotOQKzFOmN8ZkmMlj7BOyjDU6t1lomW9dWOme5WTStzGa3HMLdV1KYD1AiFETGsznL4LMSvj4tukw==
1460514605
dependencies:
1460614606
"@types/eslint-scope" "^3.7.0"
1460714607
"@types/estree" "^0.0.50"
@@ -14612,8 +14612,8 @@ webpack@5.53.0:
1461214612
acorn-import-assertions "^1.7.6"
1461314613
browserslist "^4.14.5"
1461414614
chrome-trace-event "^1.0.2"
14615-
enhanced-resolve "^5.8.0"
14616-
es-module-lexer "^0.7.1"
14615+
enhanced-resolve "^5.8.3"
14616+
es-module-lexer "^0.9.0"
1461714617
eslint-scope "5.1.1"
1461814618
events "^3.2.0"
1461914619
glob-to-regexp "^0.4.1"

0 commit comments

Comments
 (0)