Skip to content

Commit baf9b5b

Browse files
committed
Auto merge of #4202 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.64.2 [![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.64.0` -> `5.64.2`](https://renovatebot.com/diffs/npm/webpack/5.64.0/5.64.2) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.64.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.64.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.64.2/compatibility-slim/5.64.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.64.2/confidence-slim/5.64.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.64.2`](https://togithub.com/webpack/webpack/releases/v5.64.2) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.1...v5.64.2) ### Bugfixes - avoid double initial compilation due to invalid dependencies with managedPaths ### [`v5.64.1`](https://togithub.com/webpack/webpack/releases/v5.64.1) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.0...v5.64.1) ### Bugfixes - fix regexp in managedPaths to exclude additional slash - make module.accept errorHandler optional in typings - correctly create an async chunk when using a `require(...).property` in `require.ensure` - fix cleaning of symlinks in `output.clean: true` - fix change detection with `unsafeCache` within `managedPaths` (node_modules) - bump webpack-sources for Stack Overflow bugfix </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, click this checkbox. --- 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 ffce57e + b9cf2b2 commit baf9b5b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"qunit-console-grouper": "0.3.0",
128128
"qunit-dom": "2.0.0",
129129
"timekeeper": "2.2.0",
130-
"webpack": "5.64.0"
130+
"webpack": "5.64.2"
131131
},
132132
"resolutions": {
133133
"ember-css-modules/postcss": "8.3.11",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14532,15 +14532,15 @@ webpack-sources@^1.1.0, webpack-sources@^1.4.0, webpack-sources@^1.4.1:
1453214532
source-list-map "^2.0.0"
1453314533
source-map "~0.6.1"
1453414534

14535-
webpack-sources@^3.2.0:
14535+
webpack-sources@^3.2.2:
1453614536
version "3.2.2"
1453714537
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
1453814538
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
1453914539

14540-
14541-
version "5.64.0"
14542-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.0.tgz#db3e12546f755930ccc9e0e21ba660871940c615"
14543-
integrity sha512-UclnN24m054HaPC45nmDEosX6yXWD+UGC12YtUs5i356DleAUGMDC9LBAw37xRRfgPKYIdCYjGA7RZ1AA+ZnGg==
14540+
14541+
version "5.64.2"
14542+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.2.tgz#152e28d4712a6223b06c06cba0d3e622a61611a0"
14543+
integrity sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==
1454414544
dependencies:
1454514545
"@types/eslint-scope" "^3.7.0"
1454614546
"@types/estree" "^0.0.50"
@@ -14565,7 +14565,7 @@ [email protected]:
1456514565
tapable "^2.1.1"
1456614566
terser-webpack-plugin "^5.1.3"
1456714567
watchpack "^2.2.0"
14568-
webpack-sources "^3.2.0"
14568+
webpack-sources "^3.2.2"
1456914569

1457014570
webpack@^4.43.0:
1457114571
version "4.46.0"

0 commit comments

Comments
 (0)