dependabot[bot] opened a new pull request, #44482: URL: https://github.com/apache/superset/pull/44482
Bumps [webpack](https://github.com/webpack/webpack) from 5.110.3 to 5.111.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.111.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Enable <code>output.module</code> by default with <code>futureDefaults</code> on ESM-capable targets. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22088">#22088</a>)</p> </li> <li> <p>Remove <code>experiments.outputModule</code>, set <code>output.module</code> to emit ESM instead. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22011">#22011</a>)</p> </li> <li> <p>Add <code>output.copy</code> to copy files and directories into the output directory. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21938">#21938</a>)</p> </li> <li> <p>Accept a file URL in any spelling Node reads where an absolute path is taken. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22012">#22012</a>)</p> </li> <li> <p>Minify inline CSS and JSON via <code>renderEmbeddedSource</code>, exporting webpack's own. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21993">#21993</a>)</p> </li> <li> <p>Export <code>cssMinify</code> and <code>htmlMinify</code> on <code>css.syntax</code> and <code>html.syntax</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21953">#21953</a>)</p> </li> <li> <p>Make <code>processResult</code> async and let a tap rename the asset it rewrote. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21854">#21854</a>)</p> </li> <li> <p>Lower a CSS spelling a target cannot read and write a color fallback before one. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21926">#21926</a>)</p> </li> <li> <p>Allow optional filesystem cache build dependencies. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21849">#21849</a>)</p> </li> <li> <p>Add <code>output.environment.topLevelAwait</code> and await every async ESM entry. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21915">#21915</a>)</p> </li> <li> <p>Add <code>unusedSymbols</code> and <code>pseudoClasses</code>, and evaluate a CSS color function. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21927">#21927</a>)</p> </li> <li> <p>Drop an implied shorthand slot, fold a math function, tighten color conversion. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21929">#21929</a>)</p> </li> <li> <p>Add <code>module.parser.javascript.specNamespaceObject</code> for spec namespace objects. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22049">#22049</a>)</p> </li> <li> <p>Drop what is already said or only a gone engine reads, add <code>lowerUnsupported</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21931">#21931</a>)</p> </li> <li> <p>Add <code>normalizeUrlAttributes</code>, <code>mergeScripts</code>, boolean and token switches. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21960">#21960</a>)</p> </li> <li> <p>Minify an event handler attribute, and name the production each script body is. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21968">#21968</a>)</p> </li> <li> <p>Add source-map, asset, module, bailout, federation hints; group config checks. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21961">#21961</a>)</p> </li> <li> <p>Lower CSS nesting, <code>:dir()</code> and custom at-rules; gate case folding and escapes. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21950">#21950</a>)</p> </li> <li> <p>Add <code>optimization.minimize.css.mergeDistantRules</code> to join rules across a gap. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21969">#21969</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Minify an embedded body through the embedded path, dropping three html options. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21936">#21936</a>)</p> </li> <li> <p>Take a minified <code>style</code> attribute's answer whatever quoting it needs. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21936">#21936</a>)</p> </li> <li> <p>Name chunk imports in the chunk loader, not at each import site. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22076">#22076</a>)</p> </li> <li> <p>Repair hashed names; under HMR bake hashed url maps and reload moved css names. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21916">#21916</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.111.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>Enable <code>output.module</code> by default with <code>futureDefaults</code> on ESM-capable targets. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22088">#22088</a>)</p> </li> <li> <p>Remove <code>experiments.outputModule</code>, set <code>output.module</code> to emit ESM instead. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22011">#22011</a>)</p> </li> <li> <p>Add <code>output.copy</code> to copy files and directories into the output directory. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21938">#21938</a>)</p> </li> <li> <p>Accept a file URL in any spelling Node reads where an absolute path is taken. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22012">#22012</a>)</p> </li> <li> <p>Minify inline CSS and JSON via <code>renderEmbeddedSource</code>, exporting webpack's own. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21993">#21993</a>)</p> </li> <li> <p>Export <code>cssMinify</code> and <code>htmlMinify</code> on <code>css.syntax</code> and <code>html.syntax</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21953">#21953</a>)</p> </li> <li> <p>Make <code>processResult</code> async and let a tap rename the asset it rewrote. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21854">#21854</a>)</p> </li> <li> <p>Lower a CSS spelling a target cannot read and write a color fallback before one. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21926">#21926</a>)</p> </li> <li> <p>Allow optional filesystem cache build dependencies. (by <a href="https://github.com/xiaoxiaojx"><code>@xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21849">#21849</a>)</p> </li> <li> <p>Add <code>output.environment.topLevelAwait</code> and await every async ESM entry. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21915">#21915</a>)</p> </li> <li> <p>Add <code>unusedSymbols</code> and <code>pseudoClasses</code>, and evaluate a CSS color function. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21927">#21927</a>)</p> </li> <li> <p>Drop an implied shorthand slot, fold a math function, tighten color conversion. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21929">#21929</a>)</p> </li> <li> <p>Add <code>module.parser.javascript.specNamespaceObject</code> for spec namespace objects. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22049">#22049</a>)</p> </li> <li> <p>Drop what is already said or only a gone engine reads, add <code>lowerUnsupported</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21931">#21931</a>)</p> </li> <li> <p>Add <code>normalizeUrlAttributes</code>, <code>mergeScripts</code>, boolean and token switches. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21960">#21960</a>)</p> </li> <li> <p>Minify an event handler attribute, and name the production each script body is. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21968">#21968</a>)</p> </li> <li> <p>Add source-map, asset, module, bailout, federation hints; group config checks. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21961">#21961</a>)</p> </li> <li> <p>Lower CSS nesting, <code>:dir()</code> and custom at-rules; gate case folding and escapes. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21950">#21950</a>)</p> </li> <li> <p>Add <code>optimization.minimize.css.mergeDistantRules</code> to join rules across a gap. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21969">#21969</a>)</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Minify an embedded body through the embedded path, dropping three html options. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21936">#21936</a>)</p> </li> <li> <p>Take a minified <code>style</code> attribute's answer whatever quoting it needs. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21936">#21936</a>)</p> </li> <li> <p>Name chunk imports in the chunk loader, not at each import site. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/22076">#22076</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/92561183fc7cf44dce57f9d05b4819ba7693c961"><code>9256118</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/21914">#21914</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/3ef9663a5a10715e1923893adecd779a34c510f8"><code>3ef9663</code></a> refactor: consolidate getter and value format of export fragment (<a href="https://redirect.github.com/webpack/webpack/issues/22100">#22100</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/aff7c4c258e745f16446121d3b55ef52cc1b5a9d"><code>aff7c4c</code></a> perf: emit less chunk-loading runtime (<a href="https://redirect.github.com/webpack/webpack/issues/22094">#22094</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/e954b8113f051305bebbbe5ad4b0f60ddc3ef540"><code>e954b81</code></a> build(html): sweep the HTML printer for spelling-dependent output (<a href="https://redirect.github.com/webpack/webpack/issues/22097">#22097</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/da4ad136424eed8d330f6aa3e1801e6f9b4299b3"><code>da4ad13</code></a> fix(css): replace a <a href="https://github.com/value"><code>@value</code></a> named in an at-rule prelude only once (<a href="https://redirect.github.com/webpack/webpack/issues/22036">#22036</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/df7284080ab10780c52a203357e049b155ff14de"><code>df72840</code></a> perf(runtime): test the spec namespace cache slot for truthiness (<a href="https://redirect.github.com/webpack/webpack/issues/22098">#22098</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/4c80c99d10702bc4f0aad2ae66039ce5c0c2d819"><code>4c80c99</code></a> fix(html): minify an attribute by what it says, not how it was spelled (<a href="https://redirect.github.com/webpack/webpack/issues/22095">#22095</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/f6fd097598951d38e479ea3106be05e294828ca9"><code>f6fd097</code></a> fix: release stale compilation data from nested children and idle watches (<a href="https://redirect.github.com/webpack/webpack/issues/2">#2</a>...</li> <li><a href="https://github.com/webpack/webpack/commit/55c9808be06358c04c6547b16b83ef1a4a0175f5"><code>55c9808</code></a> refactor(js): own the ECMAScript parser and drop the acorn dependency (<a href="https://redirect.github.com/webpack/webpack/issues/22042">#22042</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/e1ab6f2e8eecb429daf6735773ee7d4f5c184cae"><code>e1ab6f2</code></a> fix(html): escape a text run the tag after it would fuse with (<a href="https://redirect.github.com/webpack/webpack/issues/22086">#22086</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.110.3...v5.111.0">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]
