Skip to content

Commit 6737bd4

Browse files
chore(deps-dev): bump webpack from 5.100.2 to 5.101.3 in the webpack group across 1 directory (#1289)
Bumps the webpack group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.100.2 to 5.101.3 <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.101.3</h2> <h3>Fixes</h3> <ul> <li>Fixed resolve execution order issue from extra await in async modules</li> <li>Avoid empty block for unused statement</li> <li>Collect only specific expressions for destructuring assignment</li> </ul> <h2>v5.101.2</h2> <h3>Fixes</h3> <ul> <li>Fixed syntax error when comment is on the last line</li> <li>Handle var declaration for <code>createRequire</code></li> <li>Distinguish free variable and tagged variable</li> </ul> <h2>v5.101.1</h2> <h3>Fixes</h3> <ul> <li>Filter deleted assets in <code>processAdditionalAssets</code> hook</li> <li>HMR failure in defer module</li> <li>Emit assets even if invalidation occurs again</li> <li>Export types for serialization and deserialization in plugins and export the <code>ModuleFactory</code> class</li> <li>Fixed the failure export of internal function for ES module chunk format</li> <li>Fixed <code>GetChunkFilename</code> failure caused by <code>dependOn</code> entry</li> <li>Fixed the import of missing dependency chunks</li> <li>Fixed when entry chunk depends on the runtime chunk hash</li> <li>Fixed <code>module.exports</code> bundle to ESM library</li> <li>Adjusted the time of adding a group depending on the fragment of execution time</li> <li>Fixed circle dependencies when require <code>RawModule</code> and condition of <code>isDeferred</code></li> <li>Tree-shakable module library should align preconditions of <code>allowInlineStartup</code></li> </ul> <h2>v5.101.0</h2> <h3>Fixes</h3> <ul> <li>Fixed concatenate optimization for ESM that caused undefined export</li> <li>Respect the <code>output.environment.nodePrefixForCoreModules</code> option everywhere</li> <li>Respect the <code>output.importMetaName</code> option everywhere</li> <li>Fixed await async dependencies when accepting them during HMR</li> <li>Better typescript types</li> </ul> <h3>Features</h3> <ul> <li>Added colors helpers for CLI</li> <li>Enable tree-shaking for ESM external modules with named imports</li> <li>Added the <code>deferImport</code> option to parser options</li> </ul> <h3>Performance Improvements</h3> <ul> <li>Fixed a regression in module concatenation after implementing deferred import support</li> <li>Fixed a potential performance issue in CleanPlugin</li> <li>Avoid extra <code>require</code> in some places</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/07b1ac0213bcf9591a8dd5633535a43ecd248192"><code>07b1ac0</code></a> chore(release): 5.101.3</li> <li><a href="https://github.com/webpack/webpack/commit/8d7efb8b0421a3a132d3aa71c265e2862771c3b8"><code>8d7efb8</code></a> chore(deps-dev): bump the dependencies group with 2 updates (<a href="https://redirect.github.com/webpack/webpack/issues/19816">#19816</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/935cbd8552d89b9bcafea66ad08db034c1897ab1"><code>935cbd8</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/19812">#19812</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/dc79e95022b8b726ac0a7c474be1dca0fef8fafe"><code>dc79e95</code></a> fix: collect only specific expressions for destructuring assignment</li> <li><a href="https://github.com/webpack/webpack/commit/90ae8af3d19b964728a9e7f5f9350ead71d3ad61"><code>90ae8af</code></a> fix: avoid empty block for unused statement</li> <li><a href="https://github.com/webpack/webpack/commit/8db97f863fb5cf55dfcf0634d0f127b27bcf43a4"><code>8db97f8</code></a> fix: resolve execution order issue from extra await in async modules</li> <li><a href="https://github.com/webpack/webpack/commit/c92deaf02c4d0507b11c3e34d766f1d06d584055"><code>c92deaf</code></a> ci: pin Node.js 24.x to 24.5.0 in CI workflow (<a href="https://redirect.github.com/webpack/webpack/issues/19813">#19813</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/c50930b3be80285b1a53b64a8cfb4c58aa17a409"><code>c50930b</code></a> refactor(test): correct the value retrieval</li> <li><a href="https://github.com/webpack/webpack/commit/613a5ada7e676573758e4714d2e345df81c1270d"><code>613a5ad</code></a> chore(deps-dev): bump <code>@​babel/core</code> in the dependencies group (<a href="https://redirect.github.com/webpack/webpack/issues/19807">#19807</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/1d9cc240a29d17f3986d9e9f96f2589d823e832c"><code>1d9cc24</code></a> chore(release): 5.101.2</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.100.2...v5.101.3">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.100.2&new-version=5.101.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77de57e commit 6737bd4

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)