Skip to content

Commit 12044ab

Browse files
Merge #604
604: Bump webpack from 5.72.1 to 5.73.0 r=bidoubiwa a=dependabot[bot] Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.73.0</h2> <h1>Features</h1> <ul> <li>add options for default <code>dynamicImportMode</code> and prefetch and preload</li> <li>add support for <code>import { createRequire } from &quot;module&quot;</code> in source code</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix code generation of e. g. <code>return&quot;field&quot;in Module</code></li> <li>fix performance of large JSON modules</li> <li>fix performance of async modules evaluation</li> </ul> <h1>Developer Experience</h1> <ul> <li>export <code>PathData</code> in typings</li> <li>improve error messages with more details</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/36051a5ca77b4fa33fac651e1af650c7b910a873"><code>36051a5</code></a> 5.73.0</li> <li><a href="https://github.com/webpack/webpack/commit/520d31473c43f8a1901d5cd08982c6eaa15dd47e"><code>520d314</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15899">#15899</a> from webpack/bugfix/async-modules-performance</li> <li><a href="https://github.com/webpack/webpack/commit/096efc3821b7325728781329942f49405cae96d7"><code>096efc3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15801">#15801</a> from webpack/refactor-json-modules</li> <li><a href="https://github.com/webpack/webpack/commit/b8748cfe149d21a71dbde0c4fa34d0646fe68cf8"><code>b8748cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15873">#15873</a> from webpack/more-informative-error</li> <li><a href="https://github.com/webpack/webpack/commit/b1cc471f8691ae90cb978a5dcdc04791fc641699"><code>b1cc471</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15888">#15888</a> from webpack/feature/issue-13695</li> <li><a href="https://github.com/webpack/webpack/commit/509a06002526cf94b60c72af70a84e355ee37714"><code>509a060</code></a> fix quadratic evaluation performance of async modules</li> <li><a href="https://github.com/webpack/webpack/commit/cc0cd60909bf14c1fc695a6296498fbf2c08575f"><code>cc0cd60</code></a> more informative error when emitting multiple assets</li> <li><a href="https://github.com/webpack/webpack/commit/e71d3b49fe69f9c4a19c55f689d0fc0398109a65"><code>e71d3b4</code></a> more informative error in ProvideSharedPlugin</li> <li><a href="https://github.com/webpack/webpack/commit/aa76e823b003a98b89972d91ab654961e8fb3462"><code>aa76e82</code></a> fix discussions</li> <li><a href="https://github.com/webpack/webpack/commit/2738eebc7880835d88c727d364ad37f3ec557593"><code>2738eeb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15579">#15579</a> from webpack/support-create-require</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.72.1&new-version=5.73.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents cd09f7d + 554cd00 commit 12044ab

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"sass": "^1.53.0",
6161
"sinon": "^14.0.0",
6262
"uglify-js": "^3.16.2",
63-
"webpack": "^5.72.1",
63+
"webpack": "^5.73.0",
6464
"webpack-cli": "^4.10.0"
6565
},
6666
"dependencies": {

yarn.lock

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,18 +2322,7 @@ browser-process-hrtime@^1.0.0:
23222322
resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz"
23232323
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
23242324

2325-
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5:
2326-
version "4.19.1"
2327-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.19.1.tgz#4ac0435b35ab655896c31d53018b6dd5e9e4c9a3"
2328-
integrity sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==
2329-
dependencies:
2330-
caniuse-lite "^1.0.30001286"
2331-
electron-to-chromium "^1.4.17"
2332-
escalade "^3.1.1"
2333-
node-releases "^2.0.1"
2334-
picocolors "^1.0.0"
2335-
2336-
browserslist@^4.20.2, browserslist@^4.20.3:
2325+
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.20.2, browserslist@^4.20.3:
23372326
version "4.20.3"
23382327
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.3.tgz#eb7572f49ec430e054f56d52ff0ebe9be915f8bf"
23392328
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
@@ -2451,11 +2440,6 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109:
24512440
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001251.tgz"
24522441
integrity sha512-HOe1r+9VkU4TFmnU70z+r7OLmtR+/chB1rdcJUeQlAinjEeb0cKL20tlAtOagNZhbrtLnCvV19B4FmF1rgzl6A==
24532442

2454-
caniuse-lite@^1.0.30001286:
2455-
version "1.0.30001304"
2456-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001304.tgz#38af55ed3fc8220cb13e35e6e7309c8c65a05559"
2457-
integrity sha512-bdsfZd6K6ap87AGqSHJP/s1V+U6Z5lyrcbBu3ovbCCf8cSYpwTtGrCBObMpJqwxfTbLW6YTIdbb1jEeTelcpYQ==
2458-
24592443
caniuse-lite@^1.0.30001332:
24602444
version "1.0.30001334"
24612445
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001334.tgz#892e9965b35285033fc2b8a8eff499fe02f13d8b"
@@ -3229,11 +3213,6 @@ electron-to-chromium@^1.4.118:
32293213
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.129.tgz#c675793885721beefff99da50f57c6525c2cd238"
32303214
integrity sha512-GgtN6bsDtHdtXJtlMYZWGB/uOyjZWjmRDumXTas7dGBaB9zUyCjzHet1DY2KhyHN8R0GLbzZWqm4efeddqqyRQ==
32313215

3232-
electron-to-chromium@^1.4.17:
3233-
version "1.4.57"
3234-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.57.tgz#2b2766df76ac8dbc0a1d41249bc5684a31849892"
3235-
integrity sha512-FNC+P5K1n6pF+M0zIK+gFCoXcJhhzDViL3DRIGy2Fv5PohuSES1JHR7T+GlwxSxlzx4yYbsuzCZvHxcBSRCIOw==
3236-
32373216
emittery@^0.7.1:
32383217
version "0.7.2"
32393218
resolved "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz"
@@ -5736,11 +5715,6 @@ node-notifier@^8.0.0:
57365715
uuid "^8.3.0"
57375716
which "^2.0.2"
57385717

5739-
node-releases@^2.0.1:
5740-
version "2.0.1"
5741-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
5742-
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
5743-
57445718
node-releases@^2.0.3:
57455719
version "2.0.4"
57465720
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.4.tgz#f38252370c43854dc48aa431c766c6c398f40476"
@@ -7970,10 +7944,10 @@ webpack-sources@^3.2.3:
79707944
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
79717945
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
79727946

7973-
webpack@^5.72.1:
7974-
version "5.72.1"
7975-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.72.1.tgz#3500fc834b4e9ba573b9f430b2c0a61e1bb57d13"
7976-
integrity sha512-dXG5zXCLspQR4krZVR6QgajnZOjW2K/djHvdcRaDQvsjV9z9vaW6+ja5dZOYbqBBjF6kGXka/2ZyxNdc+8Jung==
7947+
webpack@^5.73.0:
7948+
version "5.73.0"
7949+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.73.0.tgz#bbd17738f8a53ee5760ea2f59dce7f3431d35d38"
7950+
integrity sha512-svjudQRPPa0YiOYa2lM/Gacw0r6PvxptHj4FuEKQ2kX05ZLkjbVc5MnPs6its5j7IZljnIqSVo/OsY2X0IpHGA==
79777951
dependencies:
79787952
"@types/eslint-scope" "^3.7.3"
79797953
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)