dependabot[bot] opened a new pull request, #41733:
URL: https://github.com/apache/superset/pull/41733

   Bumps [webpack](https://github.com/webpack/webpack) from 5.107.2 to 5.108.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.108.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>Treat top-level await and <code>import.meta</code> as ES module markers, 
matching Node.js syntax detection so no explicit module type is needed. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21218";>#21218</a>)</p>
   </li>
   <li>
   <p>Add a <code>bun</code> target that emits ESM and externalizes 
<code>bun:*</code> and node.js built-in modules. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21248";>#21248</a>)</p>
   </li>
   <li>
   <p>Support CommonJS reexports via <code>Object.defineProperty</code> value 
and getter descriptors. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21129";>#21129</a>)</p>
   </li>
   <li>
   <p>Support JSON Schema <code>const</code> when generating CLI flags from a 
schema. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21087";>#21087</a>)</p>
   </li>
   <li>
   <p>Support JSON Schema <code>if</code>/<code>then</code>/<code>else</code> 
when generating CLI flags from a schema. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21087";>#21087</a>)</p>
   </li>
   <li>
   <p>Skip import specifiers, <code>require()</code> and <code>import()</code> 
calls in dead conditional branches gated by inlined imported constants 
(<code>isDEV ? A : B</code>), evaluated via <code>getCondition</code>. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21136";>#21136</a>)</p>
   </li>
   <li>
   <p>CSS <code>localIdentName</code> <code>[hash]</code> now resolves to the 
local ident hash (matching css-loader); use <code>[modulehash]</code> for the 
module hash. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21259";>#21259</a>)</p>
   </li>
   <li>
   <p>Add CSS parser <code>as</code> option and resolve <code>url()</code> 
inside HTML <code>style</code> attributes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21157";>#21157</a>)</p>
   </li>
   <li>
   <p>Add dedicated module classes for all built-in module types. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21164";>#21164</a>)</p>
   </li>
   <li>
   <p>Support <code>.html</code>/<code>.css</code> for the default 
<code>./src</code> entry under the html/css experiments. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21039";>#21039</a>)</p>
   </li>
   <li>
   <p>Add <code>defineConfig</code> helper for typed configuration files. (by 
<a href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> 
in <a 
href="https://redirect.github.com/webpack/webpack/pull/21169";>#21169</a>)</p>
   </li>
   <li>
   <p>Add a <code>deno</code> target (with versions, e.g. <code>deno</code>, 
<code>deno2</code>, <code>deno1.40</code>) that emits ESM, resolves node.js 
built-ins via the required <code>node:</code> specifier, and keeps Deno's own 
import protocols (<code>npm:</code>, <code>jsr:</code>, <code>node:</code>, 
<code>http(s)://</code>) external. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21247";>#21247</a>)</p>
   </li>
   <li>
   <p>Use <code>module-import</code> for electron externals when the target 
supports ESM. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21184";>#21184</a>)</p>
   </li>
   <li>
   <p>Add <code>output.environment.logicalAssignment</code> to emit 
<code>||=</code> in runtime code when the target supports logical assignment 
operators. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21219";>#21219</a>)</p>
   </li>
   <li>
   <p>Resolve and rewrite asset URLs inside <code>&lt;iframe srcdoc&gt;</code> 
in HTML modules. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21226";>#21226</a>)</p>
   </li>
   <li>
   <p>Add HMR support for HTML modules with body/title DOM patching on update. 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21011";>#21011</a>)</p>
   </li>
   <li>
   <p>Add <code>css-url</code> html source type extracting <code>url()</code> 
references from CSS-valued attributes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21250";>#21250</a>)</p>
   </li>
   <li>
   <p>Add <code>module.parser.html.sources</code> option to disable or 
customize URL-attribute extraction for HTML modules, with <code>script</code> / 
<code>script-module</code> / <code>stylesheet</code> / 
<code>stylesheet-inline</code> types for custom attributes (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21022";>#21022</a>)</p>
   </li>
   <li>
   <p>Add <code>module.parser.html.template</code> option to transform HTML 
module source before parsing. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21055";>#21055</a>)</p>
   </li>
   <li>
   <p>Extract more source URLs in HTML modules (SVG, legacy and obsolete 
attributes). (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21241";>#21241</a>)</p>
   </li>
   <li>
   <p>Inline <code>export default &lt;const&gt;</code> when the 
default-exported value is a primitive constant. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21189";>#21189</a>)</p>
   </li>
   <li>
   <p>Support <code>optimization.inlineExports</code> for better tree-shaking. 
(by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20973";>#20973</a>)</p>
   </li>
   <li>
   <p>Re-encode inline hash digests 
(<code>[contenthash]</code>/<code>[chunkhash]</code>/<code>[fullhash]</code>/<code>[modulehash]</code>)
 from the full content hash, so they carry full entropy and work under 
<code>optimization.realContentHash</code> and in dynamically-loaded chunk 
filenames; also preserve leading zero bytes in base-N digests. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21267";>#21267</a>)</p>
   </li>
   <li>
   <p>Allow tree-shaking unused calls to 
<code>/*#__NO_SIDE_EFFECTS__*/</code>-annotated (pure) exports across module 
boundaries. (by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/20907";>#20907</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.108.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li>
   <p>Treat top-level await and <code>import.meta</code> as ES module markers, 
matching Node.js syntax detection so no explicit module type is needed. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21218";>#21218</a>)</p>
   </li>
   <li>
   <p>Add a <code>bun</code> target that emits ESM and externalizes 
<code>bun:*</code> and node.js built-in modules. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21248";>#21248</a>)</p>
   </li>
   <li>
   <p>Support CommonJS reexports via <code>Object.defineProperty</code> value 
and getter descriptors. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21129";>#21129</a>)</p>
   </li>
   <li>
   <p>Support JSON Schema <code>const</code> when generating CLI flags from a 
schema. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21087";>#21087</a>)</p>
   </li>
   <li>
   <p>Support JSON Schema <code>if</code>/<code>then</code>/<code>else</code> 
when generating CLI flags from a schema. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21087";>#21087</a>)</p>
   </li>
   <li>
   <p>Skip import specifiers, <code>require()</code> and <code>import()</code> 
calls in dead conditional branches gated by inlined imported constants 
(<code>isDEV ? A : B</code>), evaluated via <code>getCondition</code>. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21136";>#21136</a>)</p>
   </li>
   <li>
   <p>CSS <code>localIdentName</code> <code>[hash]</code> now resolves to the 
local ident hash (matching css-loader); use <code>[modulehash]</code> for the 
module hash. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21259";>#21259</a>)</p>
   </li>
   <li>
   <p>Add CSS parser <code>as</code> option and resolve <code>url()</code> 
inside HTML <code>style</code> attributes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21157";>#21157</a>)</p>
   </li>
   <li>
   <p>Add dedicated module classes for all built-in module types. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21164";>#21164</a>)</p>
   </li>
   <li>
   <p>Support <code>.html</code>/<code>.css</code> for the default 
<code>./src</code> entry under the html/css experiments. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21039";>#21039</a>)</p>
   </li>
   <li>
   <p>Add <code>defineConfig</code> helper for typed configuration files. (by 
<a href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> 
in <a 
href="https://redirect.github.com/webpack/webpack/pull/21169";>#21169</a>)</p>
   </li>
   <li>
   <p>Add a <code>deno</code> target (with versions, e.g. <code>deno</code>, 
<code>deno2</code>, <code>deno1.40</code>) that emits ESM, resolves node.js 
built-ins via the required <code>node:</code> specifier, and keeps Deno's own 
import protocols (<code>npm:</code>, <code>jsr:</code>, <code>node:</code>, 
<code>http(s)://</code>) external. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21247";>#21247</a>)</p>
   </li>
   <li>
   <p>Use <code>module-import</code> for electron externals when the target 
supports ESM. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21184";>#21184</a>)</p>
   </li>
   <li>
   <p>Add <code>output.environment.logicalAssignment</code> to emit 
<code>||=</code> in runtime code when the target supports logical assignment 
operators. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21219";>#21219</a>)</p>
   </li>
   <li>
   <p>Resolve and rewrite asset URLs inside <code>&lt;iframe srcdoc&gt;</code> 
in HTML modules. (by <a 
href="https://github.com/bjohansebas";><code>@​bjohansebas</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21226";>#21226</a>)</p>
   </li>
   <li>
   <p>Add HMR support for HTML modules with body/title DOM patching on update. 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21011";>#21011</a>)</p>
   </li>
   <li>
   <p>Add <code>css-url</code> html source type extracting <code>url()</code> 
references from CSS-valued attributes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21250";>#21250</a>)</p>
   </li>
   <li>
   <p>Add <code>module.parser.html.sources</code> option to disable or 
customize URL-attribute extraction for HTML modules, with <code>script</code> / 
<code>script-module</code> / <code>stylesheet</code> / 
<code>stylesheet-inline</code> types for custom attributes (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21022";>#21022</a>)</p>
   </li>
   <li>
   <p>Add <code>module.parser.html.template</code> option to transform HTML 
module source before parsing. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21055";>#21055</a>)</p>
   </li>
   <li>
   <p>Extract more source URLs in HTML modules (SVG, legacy and obsolete 
attributes). (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21241";>#21241</a>)</p>
   </li>
   <li>
   <p>Inline <code>export default &lt;const&gt;</code> when the 
default-exported value is a primitive constant. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21189";>#21189</a>)</p>
   </li>
   <li>
   <p>Support <code>optimization.inlineExports</code> for better tree-shaking. 
(by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20973";>#20973</a>)</p>
   </li>
   <li>
   <p>Re-encode inline hash digests 
(<code>[contenthash]</code>/<code>[chunkhash]</code>/<code>[fullhash]</code>/<code>[modulehash]</code>)
 from the full content hash, so they carry full entropy and work under 
<code>optimization.realContentHash</code> and in dynamically-loaded chunk 
filenames; also preserve leading zero bytes in base-N digests. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21267";>#21267</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/322b0603d6cae784063482cdc3cf8ca0b135a422";><code>322b060</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/21037";>#21037</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/03a04336d81d1b514b1864e6f2c1c7e9d9c1e8cb";><code>03a0433</code></a>
 test: run AbstractMethodError and parseJson unit tests under Bun (<a 
href="https://redirect.github.com/webpack/webpack/issues/21273";>#21273</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/e7202b4fd5451d7a83c6a198e356fa566533a1e6";><code>e7202b4</code></a>
 chore(deps): bump the dependencies group with 3 updates (<a 
href="https://redirect.github.com/webpack/webpack/issues/21270";>#21270</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/9a51ee1ba519a2d74fa070bb32f981f38b93e045";><code>9a51ee1</code></a>
 fix(html): run the any-other-end-tag fallback for a marker-shielded nobr (<a 
href="https://redirect.github.com/webpack/webpack/issues/21";>#21</a>...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/a040ac1cf38c8e5256db5e6a2d6d76412b6f100a";><code>a040ac1</code></a>
 test: cap Node jest worker memory and fix harness teardown leaks (<a 
href="https://redirect.github.com/webpack/webpack/issues/21268";>#21268</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/7c81bde72c1b9c38e530ead1f4371cf29ea1d88b";><code>7c81bde</code></a>
 Re-encode inline hash digests 
([contenthash]/[chunkhash]/[fullhash]/[moduleha...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/eefaf447d7d043bd0ddef01fec7545ebf036b25e";><code>eefaf44</code></a>
 feat: keep export mangling for modules whose namespace object escapes (<a 
href="https://redirect.github.com/webpack/webpack/issues/21234";>#21234</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/e8f93340c92494891d1c623e743f5f81dd73440a";><code>e8f9334</code></a>
 refactor: annotate constructor fields with <a 
href="https://github.com/type";><code>@​type</code></a> to improve type coverage 
(<a href="https://redirect.github.com/webpack/webpack/issues/2";>#2</a>...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/99671f36eed87e6f79d13a89ae349545e4294dc7";><code>99671f3</code></a>
 refactor(html): avoid regexp HTML parsing in dependencies; add &lt;iframe 
srcdoc...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ef03f5ef0c8444e8c407b5bfc584876d2f8e1d56";><code>ef03f5e</code></a>
 feat: inline const for default export (<a 
href="https://redirect.github.com/webpack/webpack/issues/21189";>#21189</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v5.107.2...v5.108.0";>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.107.2&new-version=5.108.0)](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]

Reply via email to