Skip to content

Commit ba530f0

Browse files
committed
Auto merge of #4259 - rust-lang:renovate/webpack-5.x, r=Turbo87
Update dependency webpack to v5.65.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.64.4` -> `5.65.0`](https://renovatebot.com/diffs/npm/webpack/5.64.4/5.65.0) | [![age](https://badges.renovateapi.com/packages/npm/webpack/5.65.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/webpack/5.65.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/webpack/5.65.0/compatibility-slim/5.64.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/webpack/5.65.0/confidence-slim/5.64.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>webpack/webpack</summary> ### [`v5.65.0`](https://togithub.com/webpack/webpack/releases/v5.65.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.64.4...v5.65.0) ### Features - static evaluation understands `undefined` now - reduce container entry code by a few chars - use template literals when available and they make sense ### Bugfixes - handle `singleton` flag without `requiredVersion` in Module Federation - upgrade `watchpack` for context time info bugfix ### Performance - improve RegExp in error message formating for non-quadratic performance ### Developer Experience - automatically insert brackets when `output.globalObject` contains a non-trival expression - show error when using `script` type external with invalid syntax - expose types for `Resolver`, `StatsOptions` and `ResolvePluginInstance` ### Preparations for the future - `hashDigestLength` will default to 16 in webpack 6 (`experiments.futureDefaults`) </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 d5e25d7 + ccae369 commit ba530f0

File tree

2 files changed

+12
-33
lines changed

2 files changed

+12
-33
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.4"
130+
"webpack": "5.65.0"
131131
},
132132
"resolutions": {
133133
"@ember/string": "3.0.0",

yarn.lock

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@
17111711
"@nodelib/fs.scandir" "2.1.5"
17121712
fastq "^1.6.0"
17131713

1714-
"@oclif/command@1.8.11", "@oclif/command@^1.8.0", "@oclif/command@^1.8.9":
1714+
"@oclif/command@^1.8.0", "@oclif/command@^1.8.9":
17151715
version "1.8.11"
17161716
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.11.tgz#926919fe8ddb7ab778fef8a8f2951c975f35e0c2"
17171717
integrity sha512-2fGLMvi6J5+oNxTaZfdWPMWY8oW15rYj0V8yLzmZBAEjfzjLqLIzJE9IlNccN1zwRqRHc1bcISSRDdxJ56IS/Q==
@@ -1723,7 +1723,7 @@
17231723
debug "^4.1.1"
17241724
semver "^7.3.2"
17251725

1726-
"@oclif/config@1.18.2", "@oclif/config@^1.17.0", "@oclif/config@^1.18.2":
1726+
"@oclif/config@^1.17.0", "@oclif/config@^1.18.2":
17271727
version "1.18.2"
17281728
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
17291729
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
@@ -1735,7 +1735,7 @@
17351735
is-wsl "^2.1.1"
17361736
tslib "^2.0.0"
17371737

1738-
"@oclif/errors@1.3.5", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
1738+
"@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
17391739
version "1.3.5"
17401740
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
17411741
integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==
@@ -1761,7 +1761,7 @@
17611761
chalk "^4.1.0"
17621762
tslib "^2.0.0"
17631763

1764-
"@oclif/plugin-help@3.2.14":
1764+
"@oclif/plugin-help@3.2.14", "@oclif/plugin-help@^3.2.0":
17651765
version "3.2.14"
17661766
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.14.tgz#7149eb322d36abc6cbf09f205bad128141e7eba4"
17671767
integrity sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==
@@ -1777,22 +1777,6 @@
17771777
widest-line "^3.1.0"
17781778
wrap-ansi "^6.2.0"
17791779

1780-
"@oclif/plugin-help@^3.2.0":
1781-
version "3.2.16"
1782-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.16.tgz#5690afde9c3641b8acc567ee5bacf54df5fef505"
1783-
integrity sha512-O78iV+NhBQtviIhVEVuI21vZ9nRr9B5pR+P60oB5XFvvPKkSkV5Culih42mYU30VuWiaiWlg7+OdA4pmSPEpwg==
1784-
dependencies:
1785-
"@oclif/command" "1.8.11"
1786-
"@oclif/config" "1.18.2"
1787-
"@oclif/errors" "1.3.5"
1788-
chalk "^4.1.2"
1789-
indent-string "^4.0.0"
1790-
lodash "^4.17.21"
1791-
string-width "^4.2.0"
1792-
strip-ansi "^6.0.0"
1793-
widest-line "^3.1.0"
1794-
wrap-ansi "^6.2.0"
1795-
17961780
"@percy/cli-build@1.0.0-beta.71":
17971781
version "1.0.0-beta.71"
17981782
resolved "https://registry.yarnpkg.com/@percy/cli-build/-/cli-build-1.0.0-beta.71.tgz#4ae22bbe29c697ceee76213906e20ba4409ba66a"
@@ -12284,16 +12268,11 @@ q@^1.1.2:
1228412268
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
1228512269
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
1228612270

12287-
qs@6.7.0:
12271+
qs@6.7.0, qs@^6.2.0, qs@^6.4.0:
1228812272
version "6.7.0"
1228912273
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
1229012274
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
1229112275

12292-
qs@^6.2.0, qs@^6.4.0:
12293-
version "6.9.6"
12294-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
12295-
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
12296-
1229712276
qs@~6.5.2:
1229812277
version "6.5.2"
1229912278
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -14522,7 +14501,7 @@ watchpack@^1.7.4:
1452214501
chokidar "^3.4.1"
1452314502
watchpack-chokidar2 "^2.0.1"
1452414503

14525-
watchpack@^2.3.0:
14504+
watchpack@^2.3.1:
1452614505
version "2.3.1"
1452714506
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.3.1.tgz#4200d9447b401156eeca7767ee610f8809bc9d25"
1452814507
integrity sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==
@@ -14572,10 +14551,10 @@ webpack-sources@^3.2.2:
1457214551
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.2.tgz#d88e3741833efec57c4c789b6010db9977545260"
1457314552
integrity sha512-cp5qdmHnu5T8wRg2G3vZZHoJPN14aqQ89SyQ11NpGH5zEMDCclt49rzo+MaRazk7/UeILhAI+/sEtcM+7Fr0nw==
1457414553

14575-
webpack@5.64.4:
14576-
version "5.64.4"
14577-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.64.4.tgz#e1454b6a13009f57cc2c78e08416cd674622937b"
14578-
integrity sha512-LWhqfKjCLoYJLKJY8wk2C3h77i8VyHowG3qYNZiIqD6D0ZS40439S/KVuc/PY48jp2yQmy0mhMknq8cys4jFMw==
14554+
webpack@5.65.0:
14555+
version "5.65.0"
14556+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.65.0.tgz#ed2891d9145ba1f0d318e4ea4f89c3fa18e6f9be"
14557+
integrity sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==
1457914558
dependencies:
1458014559
"@types/eslint-scope" "^3.7.0"
1458114560
"@types/estree" "^0.0.50"
@@ -14599,7 +14578,7 @@ webpack@5.64.4:
1459914578
schema-utils "^3.1.0"
1460014579
tapable "^2.1.1"
1460114580
terser-webpack-plugin "^5.1.3"
14602-
watchpack "^2.3.0"
14581+
watchpack "^2.3.1"
1460314582
webpack-sources "^3.2.2"
1460414583

1460514584
webpack@^4.43.0:

0 commit comments

Comments
 (0)