Skip to content

Commit 3f28ba7

Browse files
committed
Auto merge of #4217 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.64.4 [![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.2` -> `5.64.4`](https://renovatebot.com/diffs/npm/webpack/5.64.2/5.64.4) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.64.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.64.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.64.4/compatibility-slim/5.64.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.64.4/confidence-slim/5.64.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.64.4`](https://togithub.com/webpack/webpack/releases/v5.64.4) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.3...v5.64.4) ### Bugfixes - fix tagged template literal evaluation - fix ModuleFederation with ESM - fix outputModule with intial splitChunks ### Performance - upgrade watchpack for faster watcher updating - track file and directory timestamps separately in watchpack and webpack ### Developer Experience - show origin of singleton shared module in mismatch warning ### [`v5.64.3`](https://togithub.com/webpack/webpack/releases/v5.64.3) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.2...v5.64.3) ### Performance - allow to use pre-compiled schema when `Infinity` is used in configuration - allow to use pre-compiled schema for configuration arrays </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 e90eef0 + 7012590 commit 3f28ba7

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.2"
130+
"webpack": "5.64.4"
131131
},
132132
"resolutions": {
133133
"ember-css-modules/postcss": "8.4.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14476,7 +14476,7 @@ watchpack@^1.7.4:
1447614476
chokidar "^3.4.1"
1447714477
watchpack-chokidar2 "^2.0.1"
1447814478

14479-
watchpack@^2.2.0:
14479+
watchpack@^2.3.0:
1448014480
version "2.3.0"
1448114481
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.0.tgz#a41bca3da6afaff31e92a433f4c856a0c25ea0c4"
1448214482
integrity sha512-MnN0Q1OsvB/GGHETrFeZPQaOelWh/7O+EiFlj8sM9GPjtQkis7k01aAxrg/18kTfoIVcLL+haEVFlXDaSRwKRw==
@@ -14526,10 +14526,10 @@ webpack-sources@^3.2.2:
1452614526
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
1452714527
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
1452814528

14529-
webpack@5.64.2:
14530-
version "5.64.2"
14531-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.2.tgz#152e28d4712a6223b06c06cba0d3e622a61611a0"
14532-
integrity sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==
14529+
webpack@5.64.4:
14530+
version "5.64.4"
14531+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.4.tgz#e1454b6a13009f57cc2c78e08416cd674622937b"
14532+
integrity sha512-LWhqfKjCLoYJLKJY8wk2C3h77i8VyHowG3qYNZiIqD6D0ZS40439S/KVuc/PY48jp2yQmy0mhMknq8cys4jFMw==
1453314533
dependencies:
1453414534
"@types/eslint-scope" "^3.7.0"
1453514535
"@types/estree" "^0.0.50"
@@ -14553,7 +14553,7 @@ webpack@5.64.2:
1455314553
schema-utils "^3.1.0"
1455414554
tapable "^2.1.1"
1455514555
terser-webpack-plugin "^5.1.3"
14556-
watchpack "^2.2.0"
14556+
watchpack "^2.3.0"
1455714557
webpack-sources "^3.2.2"
1455814558

1455914559
webpack@^4.43.0:

0 commit comments

Comments
 (0)