Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): bump webpack from 5.95.0 to 5.96.1 in the webpack gr…
…oup (#482) Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.95.0 to 5.96.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.96.1</h2> <h2>Bug Fixes</h2> <ul> <li><strong>[Types]</strong> Add <code>@types/eslint-scope</code> to dependencieS</li> <li><strong>[Types]</strong> Fixed regression in <code>validate</code></li> </ul> <h2>v5.96.0</h2> <h2>Bug Fixes</h2> <ul> <li>Fixed Module Federation should track all referenced chunks</li> <li>Handle Data URI without base64 word</li> <li>HotUpdateChunk have correct runtime when modified with new runtime</li> <li>Order of chunks ids in generated chunk code</li> <li>No extra Javascript chunks when using asset module as an entrypoint</li> <li>Use optimistically logic for <code>output.environment.dynamicImport</code> to determine chunk format when no browserslist or target</li> <li>Collision with global variables for <code>optimization.avoidEntryIife</code></li> <li>Avoid through variables in inlined module</li> <li>Allow chunk template strings in <code>output.devtoolNamespace</code></li> <li>No extra runtime for get javascript/css chunk filename</li> <li>No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS</li> <li>Avoid cache invalidation using ProgressPlugin</li> <li>Increase parallelism when using <code>importModule</code> on the execution stage</li> <li>Correctly parsing string in <code>export</code> and <code>import</code></li> <li>Typescript types</li> <li><strong>[CSS]</strong> <code>css/auto</code> considers a module depending on its filename as <code>css</code> (pure CSS) or <code>css/local</code>, before it was <code>css/global</code> and <code>css/local</code></li> <li><strong>[CSS]</strong> Always interpolate classes even if they are not involved in export</li> <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for asset modules used in CSS</li> <li><strong>[CSS]</strong> No extra runtime in Javascript runtime chunks for external asset modules used in CSS</li> <li><strong>[CSS]</strong> No extra runtime for the <code>node</code> target</li> <li><strong>[CSS]</strong> Fixed <code>url()</code>s and <code>@import</code> parsing</li> <li><strong>[CSS]</strong> Fixed - emit a warning on broken :local and :global</li> </ul> <h2>New Features</h2> <ul> <li>Export CSS and ESM runtime modules</li> <li>Single Runtime Chunk and Federation eager module hoisting</li> <li><strong>[CSS]</strong> Support <code>/* webpackIgnore: true */</code> for CSS files</li> <li><strong>[CSS]</strong> Support <code>src()</code> support</li> <li><strong>[CSS]</strong> CSS nesting in CSS modules</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/d4ced7322229c7d72a7a0d2ca955bdde0c910a0b"><code>d4ced73</code></a> chore(release): 5.96.1</li> <li><a href="https://github.com/webpack/webpack/commit/7d6dbea53c00c431fc19654a30aaa2511204bbd6"><code>7d6dbea</code></a> fix: types regression in validate</li> <li><a href="https://github.com/webpack/webpack/commit/5c556e32c5021980e536c4ae50ee810bba227fcb"><code>5c556e3</code></a> fix: types regression in validate</li> <li><a href="https://github.com/webpack/webpack/commit/2420eaebe2043a0aeeab642e1ec7ff1c299c01ed"><code>2420eae</code></a> fix: add <code>@types/eslint-scope</code> to dependencies due types regression</li> <li><a href="https://github.com/webpack/webpack/commit/ec45d2d8d47f2804c4e5a29019688ebb02dee67a"><code>ec45d2d</code></a> fix: add <code>@types/eslint-scope</code> to dependencies</li> <li><a href="https://github.com/webpack/webpack/commit/aff0c3ed2b31ed16ce8738e02f4b8f97966833f4"><code>aff0c3e</code></a> chore(release): 5.96.0</li> <li><a href="https://github.com/webpack/webpack/commit/6f11ec173161c37dd45c8219ce32cc2fcab09f37"><code>6f11ec1</code></a> refactor: module source types code</li> <li><a href="https://github.com/webpack/webpack/commit/b07142f67218dc89071d17633370fc38294c80b9"><code>b07142f</code></a> refactor: module source types code</li> <li><a href="https://github.com/webpack/webpack/commit/7d98b3c534a5092372ee0c0cf3d28696467abf77"><code>7d98b3c</code></a> fix: Module Federation should track all referenced chunks</li> <li><a href="https://github.com/webpack/webpack/commit/6d0976951fc2b43c855c34000ccbcf9daf034748"><code>6d09769</code></a> chore: linting</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.95.0...v5.96.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.95.0&new-version=5.96.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>
- Loading branch information