dependabot[bot] opened a new pull request, #43952: URL: https://github.com/apache/superset/pull/43952
Bumps [webpack](https://github.com/webpack/webpack) from 5.110.1 to 5.110.2. <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.110.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix analyzable ESM baking around cycles, mixed-served wasm and style url maps. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21851">#21851</a>)</p> </li> <li> <p>Minify more HTML and CSS shorthands, and cut two costs off printing. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21842">#21842</a>)</p> </li> <li> <p>Report a named import that is never read when it names a missing export. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21856">#21856</a>)</p> </li> <li> <p>Fix ESM circular reexports, cyclic const TDZ, and defer evaluation order. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21852">#21852</a>)</p> </li> <li> <p>Stop <code>output.html</code> emitting an unused JS chunk for each generated page. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21859">#21859</a>)</p> </li> <li> <p>Stop emitting the CSS chunk loading runtime when every CSS chunk is initial. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21862">#21862</a>)</p> </li> <li> <p>Strip a BOM a loader put on a string, and shift a source map that counted it. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21857">#21857</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.110.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix analyzable ESM baking around cycles, mixed-served wasm and style url maps. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21851">#21851</a>)</p> </li> <li> <p>Minify more HTML and CSS shorthands, and cut two costs off printing. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21842">#21842</a>)</p> </li> <li> <p>Report a named import that is never read when it names a missing export. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21856">#21856</a>)</p> </li> <li> <p>Fix ESM circular reexports, cyclic const TDZ, and defer evaluation order. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21852">#21852</a>)</p> </li> <li> <p>Stop <code>output.html</code> emitting an unused JS chunk for each generated page. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21859">#21859</a>)</p> </li> <li> <p>Stop emitting the CSS chunk loading runtime when every CSS chunk is initial. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21862">#21862</a>)</p> </li> <li> <p>Strip a BOM a loader put on a string, and shift a source map that counted it. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21857">#21857</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/75eec50f09fd1eeb34b7260c5e7fdf75b8f50955"><code>75eec50</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/21850">#21850</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0b283119f6c33ef2f41a998b4b7021fcc80808de"><code>0b28311</code></a> fix: move the source map with a removed BOM (<a href="https://redirect.github.com/webpack/webpack/issues/21861">#21861</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/c5fb111e3e3eb921632ebcf0c91373117d075cb4"><code>c5fb111</code></a> fix(css): skip the loading runtime when every css chunk is initial (<a href="https://redirect.github.com/webpack/webpack/issues/21862">#21862</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/17fa705afbd6bf80a4a3e3b5ea90b18bea0bec32"><code>17fa705</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/21860">#21860</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/e7ad244d985fc677744f797700a4bb1ee18e9672"><code>e7ad244</code></a> fix: do not emit a JS chunk for an output.html generated page (<a href="https://redirect.github.com/webpack/webpack/issues/21859">#21859</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/b74192fbc6e9b27562f3ecd8b6415628e8356e42"><code>b74192f</code></a> fix(loaders): strip a BOM from a string result in the loader chain (<a href="https://redirect.github.com/webpack/webpack/issues/21857">#21857</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/852e759766c702295f0b964708a9cbfaa1b9f712"><code>852e759</code></a> fix: report an unused named import that names a missing export (<a href="https://redirect.github.com/webpack/webpack/issues/21856">#21856</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/2a6a4fa5986857529976ed1ca58eca922a0d1bac"><code>2a6a4fa</code></a> docs: drop the built-in-superseded loaders and plugins from the README (<a href="https://redirect.github.com/webpack/webpack/issues/21855">#21855</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/1f3264ec3741b94fecd816a003474423ce9c9c78"><code>1f3264e</code></a> fix: ESM correctness in circular re-exports, imported bindings and defer orde...</li> <li><a href="https://github.com/webpack/webpack/commit/e9a34ae022044c3d092722cbd3be6cb562a0edf4"><code>e9a34ae</code></a> fix(analyzable): bake urls past cycles, mixed-served wasm and partial style m...</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.110.1...v5.110.2">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
