Skip to content

Commit 89955e4

Browse files
Merge #372
372: Bump webpack from 5.38.1 to 5.39.0 r=mdubus a=dependabot[bot] Bumps [webpack](https://github.com/webpack/webpack) from 5.38.1 to 5.39.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.39.0</h2> <h1>Features</h1> <ul> <li>allow lazy compilation for <code>import()</code> context (import with expression)</li> </ul> <h1>Bugfixes</h1> <ul> <li>fix respecting <code>cache.allowCollectingMemory</code></li> <li>fix cli loading after installing it</li> <li>fix initial list of non-js chunks that are flagged as already loaded</li> </ul> <h1>Performance</h1> <ul> <li>remove unnecessary <code>Error.captureStackTrace</code> from webpack errors</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/e9f90450d5d8b4e796e5e0e9674869220ab73bcb"><code>e9f9045</code></a> 5.39.0</li> <li><a href="https://github.com/webpack/webpack/commit/ae4bd7325bcc22e6e712258d1e3536d600ef1757"><code>ae4bd73</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/13567">#13567</a> from webpack/bugfix/initial-chunk-ids-with-depend-on</li> <li><a href="https://github.com/webpack/webpack/commit/e282a6c84237a5ceefda425aa7f440e347b6b044"><code>e282a6c</code></a> add test case</li> <li><a href="https://github.com/webpack/webpack/commit/9a7cf9a4bad761b31c34b7d2487a5dd1f509dd3c"><code>9a7cf9a</code></a> getAllInitialChunks really returns all of them</li> <li><a href="https://github.com/webpack/webpack/commit/ac97a276a56423bee119812a609e8a845e0a1a1a"><code>ac97a27</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/13533">#13533</a> from markjm/markjm/errors</li> <li><a href="https://github.com/webpack/webpack/commit/6a4cb8e39d717ef3d710eaebd3db31accf229dec"><code>6a4cb8e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/13546">#13546</a> from webpack/dependabot/npm_and_yarn/trim-newlines-...</li> <li><a href="https://github.com/webpack/webpack/commit/7567874050d03948fd228d8da6f0e29e707ac924"><code>7567874</code></a> chore(deps): bump trim-newlines from 3.0.0 to 3.0.1</li> <li><a href="https://github.com/webpack/webpack/commit/ff1b314d30fbf996dc0acf37b7b789eab8ca33e1"><code>ff1b314</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/13529">#13529</a> from webpack/fix-npx-usage</li> <li><a href="https://github.com/webpack/webpack/commit/87e03a761304d4a7af8db6f9ec5c0fa433f017c6"><code>87e03a7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/13490">#13490</a> from markjm/markjm/collect-mem</li> <li><a href="https://github.com/webpack/webpack/commit/8203154a54d006185fbd503c0ba1944603fb3916"><code>8203154</code></a> fix: usage <code>npx webpack</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.38.1...v5.39.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.38.1&new-version=5.39.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 7c446ff + 8ce6669 commit 89955e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"pretty-bytes-cli": "^2.0.0",
5656
"sinon": "^11.1.1",
5757
"uglify-js": "^3.13.8",
58-
"webpack": "^5.38.1",
58+
"webpack": "^5.39.0",
5959
"webpack-cli": "^4.7.0"
6060
},
6161
"peerDependencies": {},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7620,10 +7620,10 @@ webpack-sources@^2.3.0:
76207620
source-list-map "^2.0.1"
76217621
source-map "^0.6.1"
76227622

7623-
webpack@^5.38.1:
7624-
version "5.38.1"
7625-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.38.1.tgz#5224c7f24c18e729268d3e3bc97240d6e880258e"
7626-
integrity sha512-OqRmYD1OJbHZph6RUMD93GcCZy4Z4wC0ele4FXyYF0J6AxO1vOSuIlU1hkS/lDlR9CDYBz64MZRmdbdnFFoT2g==
7623+
webpack@^5.39.0:
7624+
version "5.39.0"
7625+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.39.0.tgz#37d6899f1f40c31d5901abc0f39bc8cc7224138c"
7626+
integrity sha512-25CHmuDj+oOTyteI13sUqNlCnjCnySuhiKWE/cRYPQYeoQ3ijHgyWX27CiyUKLNGq27v8S0mrksyTreT/xo7pg==
76277627
dependencies:
76287628
"@types/eslint-scope" "^3.7.0"
76297629
"@types/estree" "^0.0.47"

0 commit comments

Comments
 (0)