Skip to content

Commit d4146ba

Browse files
chore(deps-dev): bump webpack from 5.99.9 to 5.100.1 in the webpack group across 1 directory (#1262)
Bumps the webpack group with 1 update in the / directory: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.99.9 to 5.100.1 <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.100.1</h2> <h3>Fixes</h3> <ul> <li>Tree-shaking unused ignored modules</li> <li>[Types] Compatibility with old Node.js versions</li> </ul> <h2>v5.100.0</h2> <h3>Fixes</h3> <ul> <li>Fixed the case where an ES modules entry chunk depends on the runtime chunk hash</li> <li>Handle function exports in webpack module wrapper</li> <li>Ensure dependent chunks are imported before startup &amp; fix duplicate export of 'default'</li> <li>Generate lose closing brace when exports are unprovided</li> <li>CleanPlugin doesn't unlink same file twice</li> <li>Fixed unexpected error codes from fs.unlink on Windows</li> <li>Typescript types</li> </ul> <h3>Features</h3> <ul> <li>HMR support for ES modules output</li> <li>ES module output mode now fully supports <code>splitChunks</code> when external variables and runtimeChunk are not set.</li> <li>Added support <code>using</code> keyword</li> <li>Implemented tc39 <a href="https://github.com/tc39/proposal-defer-import-eval">Defer Module Evaluation</a> (experiment)</li> <li>Support dynamic template literals expressions for <code>new URL(...)</code></li> <li>Enable ES modules worker chunk loading for Node.js targets</li> <li>Improved support for destructing in DefinePlugin</li> <li>Added <a href="https://github.com/webpack/webpack/tree/main/examples/virtual-modules">VirtualUrlPlugin</a> to support <code>virtual:</code> scheme</li> </ul> <h3>Performance Improvements</h3> <ul> <li>Remove useless startup entrypoint runtime for ES modules output</li> <li>Cache <code>new URL(...)</code> evaluate expression</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/ad1e3b46f46b9acd5bb9c377afcdc101338d5c96"><code>ad1e3b4</code></a> chore(release): 5.100.1</li> <li><a href="https://github.com/webpack/webpack/commit/5cba3c45f8ac7eaa3168b9b74b99e6915c16e8a3"><code>5cba3c4</code></a> fix: types compatibility with old Node.js versions</li> <li><a href="https://github.com/webpack/webpack/commit/fa54eac68b3a48da55ab49bffedf6bc0423954cc"><code>fa54eac</code></a> chore: fix types</li> <li><a href="https://github.com/webpack/webpack/commit/34df7eec7e0a9280cb41ca161c9f9155f030e2cb"><code>34df7ee</code></a> fix: tree-shaking unused <code>RawModule</code> (<a href="https://redirect.github.com/webpack/webpack/issues/19671">#19671</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/24b1ec76116013863b6610809a113eae80a7f1dc"><code>24b1ec7</code></a> test: hotTest and watchTest no longer auto setup jsdom env (<a href="https://redirect.github.com/webpack/webpack/issues/19676">#19676</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/09a7a97ab49ebac82e3dc77f12ed9d9d92521e40"><code>09a7a97</code></a> docs: added virtual modules examples</li> <li><a href="https://github.com/webpack/webpack/commit/8ca8b7d034a7d8f074ee6b65e602a0b3ea536756"><code>8ca8b7d</code></a> chore(deps): update all possible deps (<a href="https://redirect.github.com/webpack/webpack/issues/19673">#19673</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/83c534ca3a6385ee7037220c7ba510ba5a8d944c"><code>83c534c</code></a> chore(release): 5.100.0</li> <li><a href="https://github.com/webpack/webpack/commit/0ed4a64d334cc5832d0bc852209e753312444b4a"><code>0ed4a64</code></a> fix: types</li> <li><a href="https://github.com/webpack/webpack/commit/6801022b7bb653b21a8786f060b8110e93613c1c"><code>6801022</code></a> fix: lose closing brace when exports are unprovided (<a href="https://redirect.github.com/webpack/webpack/issues/19669">#19669</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.99.9...v5.100.1">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.99.9&new-version=5.100.1)](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 b758306 commit d4146ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"rimraf": "^6",
104104
"ts-loader": "9.5.2",
105105
"typescript": "5.8.3",
106-
"webpack": "5.99.9",
106+
"webpack": "5.100.1",
107107
"webpack-cli": "6.0.1",
108108
"webpack-node-externals": "3.0.0"
109109
},

0 commit comments

Comments
 (0)