Skip to content

Commit 48e66ce

Browse files
committed
Auto merge of #3797 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.46.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.45.1` -> `5.46.0`](https://renovatebot.com/diffs/npm/webpack/5.45.1/5.46.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.46.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.46.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.46.0/compatibility-slim/5.45.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.46.0/confidence-slim/5.45.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.46.0`](https://togithub.com/webpack/webpack/releases/v5.46.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.45.1...v5.46.0) ### Features - status handlers in HMR api can now return Promises to delay the HMR process - reasons in stats can now be grouped and collapsed - add `stats.reasonsSpace` and `stats.groupReasonsByOrigin` ### Bugfixes - fix a crash in asset modules when updating persistent cached modules from unsafe cached modules ### Performance - detailed preset limits all spaces to 1000 by default - upgrade webpack-sources for a performance bugfix </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 d0607b0 + 8f38e76 commit 48e66ce

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.45.1"
127+
"webpack": "5.46.0"
128128
},
129129
"resolutions": {
130130
"ember-css-modules/postcss": "8.3.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14676,18 +14676,18 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
1467614676
source-list-map "^2.0.0"
1467714677
source-map "~0.6.1"
1467814678

14679-
webpack-sources@^2.3.0:
14680-
version "2.3.0"
14681-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.0.tgz#9ed2de69b25143a4c18847586ad9eccb19278cfa"
14682-
integrity sha512-WyOdtwSvOML1kbgtXbTDnEW0jkJ7hZr/bDByIwszhWd/4XX1A3XMkrbFMsuH4+/MfLlZCUzlAdg4r7jaGKEIgQ==
14679+
webpack-sources@^2.3.1:
14680+
version "2.3.1"
14681+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.3.1.tgz#570de0af163949fe272233c2cefe1b56f74511fd"
14682+
integrity sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==
1468314683
dependencies:
1468414684
source-list-map "^2.0.1"
1468514685
source-map "^0.6.1"
1468614686

14687-
webpack@5.45.1:
14688-
version "5.45.1"
14689-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.45.1.tgz#d78dcbeda18a872dc62b0455d3ed3dcfd1c886bb"
14690-
integrity sha512-68VT2ZgG9EHs6h6UxfV2SEYewA9BA3SOLSnC2NEbJJiEwbAiueDL033R1xX0jzjmXvMh0oSeKnKgbO2bDXIEyQ==
14687+
webpack@5.46.0:
14688+
version "5.46.0"
14689+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.46.0.tgz#105d20d96f79db59b316b0ae54316f0f630314b5"
14690+
integrity sha512-qxD0t/KTedJbpcXUmvMxY5PUvXDbF8LsThCzqomeGaDlCA6k998D8yYVwZMvO8sSM3BTEOaD4uzFniwpHaTIJw==
1469114691
dependencies:
1469214692
"@types/eslint-scope" "^3.7.0"
1469314693
"@types/estree" "^0.0.50"
@@ -14711,7 +14711,7 @@ webpack@5.45.1:
1471114711
tapable "^2.1.1"
1471214712
terser-webpack-plugin "^5.1.3"
1471314713
watchpack "^2.2.0"
14714-
webpack-sources "^2.3.0"
14714+
webpack-sources "^2.3.1"
1471514715

1471614716
webpack@^4.43.0:
1471714717
version "4.46.0"

0 commit comments

Comments
 (0)