Skip to content

Commit 530f8ff

Browse files
committed
Auto merge of #3820 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.50.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://github.com/webpack/webpack) | [`5.48.0` -> `5.50.0`](https://renovatebot.com/diffs/npm/webpack/5.48.0/5.50.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.50.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.50.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.50.0/compatibility-slim/5.48.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.50.0/confidence-slim/5.48.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.50.0`](https://github.com/webpack/webpack/releases/v5.50.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.49.0...v5.50.0) ### Features - hashbangs (`#! ...`) are now handled by webpack - https://github.com/tc39/proposal-hashbang ### Performance - disable cache compression by default as it tend to make performance worse - I could still be enabled again for specific scenarios - reduce the number of allocations during cache serialization - This improves performance and memory usage ### [`v5.49.0`](https://github.com/webpack/webpack/releases/v5.49.0) [Compare Source](https://github.com/webpack/webpack/compare/v5.48.0...v5.49.0) ### Features - add `experiments.buildHttp` to build `http(s)://` imports instead of keeping them external - keeps a `webpack.lock` file with integrity and `webpack.lock.data` with cached content that should be committed - Automatically upgrades lockfile during development when remote resources change (might be disabled with `experiments.buildHttp.upgrade: false`) - Lockfile is frozen during production builds and usually no network requests are made (exception: `Cache-Control: no-cache`). - The `webpack.lock.data` persisting can be disabled with `experiments.buildHttp.cacheLocation: false`. That will will introduce a availability risk. (webpack cache will be used to cache network responses) ### Bugfixes - fix HMR infinite loop (again) - fix rare non-determinism with `splitChunks.maxSize` introduces in the last release - optional modules no longer cause the module to fail when `bail` is set - fix typo in records format: chunkHashs -> chunkHashes ### Performance - limit the number of parallel generated chunks for memory reasons </details> --- ### 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. --- - [ ] <!-- 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 4dfb576 + 0ba85e4 commit 530f8ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "1.6.0",
126126
"timekeeper": "2.2.0",
127-
"webpack": "5.48.0"
127+
"webpack": "5.50.0"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14639,10 +14639,10 @@ webpack-sources@^3.2.0:
1463914639
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
1464014640
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
1464114641

14642-
webpack@5.48.0:
14643-
version "5.48.0"
14644-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.48.0.tgz#06180fef9767a6fd066889559a4c4d49bee19b83"
14645-
integrity sha512-CGe+nfbHrYzbk7SKoYITCgN3LRAG0yVddjNUecz9uugo1QtYdiyrVD8nP1PhkNqPfdxC2hknmmKpP355Epyn6A==
14642+
webpack@5.50.0:
14643+
version "5.50.0"
14644+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.50.0.tgz#5562d75902a749eb4d75131f5627eac3a3192527"
14645+
integrity sha512-hqxI7t/KVygs0WRv/kTgUW8Kl3YC81uyWQSo/7WUs5LsuRw0htH/fCwbVBGCuiX/t4s7qzjXFcf41O8Reiypag==
1464614646
dependencies:
1464714647
"@types/eslint-scope" "^3.7.0"
1464814648
"@types/estree" "^0.0.50"

0 commit comments

Comments
 (0)