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

   Bumps [webpack](https://github.com/webpack/webpack) from 5.108.3 to 5.108.4.
   <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.4</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Speed up non-CSS-Modules parsing by not building unused selector AST 
nodes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21324";>#21324</a>)</p>
   </li>
   <li>
   <p>Speed up non-CSS-Modules CSS parsing by dropping value tokens nothing 
reads. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21324";>#21324</a>)</p>
   </li>
   <li>
   <p>Resolve HTML asset URLs against the document <code>&lt;base 
href&gt;</code>. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21329";>#21329</a>)</p>
   </li>
   <li>
   <p>Add HTML integration tests: generateError output, ignored src, null-char 
parse. (by <a 
href="https://github.com/aryanraj45";><code>@​aryanraj45</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21328";>#21328</a>)</p>
   </li>
   <li>
   <p>Reduce CPU and memory overhead of HTML and CSS parsing and code 
generation. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21332";>#21332</a>)</p>
   </li>
   <li>
   <p>Reduce HTML parser memory and CPU by skipping unused AST nodes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21323";>#21323</a>)</p>
   </li>
   <li>
   <p>Reduce HTML parser memory by storing the AST in struct-of-arrays form. 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21331";>#21331</a>)</p>
   </li>
   <li>
   <p>Key the provided-exports cache on a lazy barrel's still-lazy re-export 
targets. (by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21326";>#21326</a>)</p>
   </li>
   <li>
   <p>Default <code>output.globalObject</code> to <code>globalThis</code> for 
universal targets. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21314";>#21314</a>)</p>
   </li>
   <li>
   <p>Pass through <code>new URL(...)</code> directory references instead of 
resolving them. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21312";>#21312</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.108.4</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Speed up non-CSS-Modules parsing by not building unused selector AST 
nodes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21324";>#21324</a>)</p>
   </li>
   <li>
   <p>Speed up non-CSS-Modules CSS parsing by dropping value tokens nothing 
reads. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21324";>#21324</a>)</p>
   </li>
   <li>
   <p>Resolve HTML asset URLs against the document <code>&lt;base 
href&gt;</code>. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21329";>#21329</a>)</p>
   </li>
   <li>
   <p>Add HTML integration tests: generateError output, ignored src, null-char 
parse. (by <a 
href="https://github.com/aryanraj45";><code>@​aryanraj45</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21328";>#21328</a>)</p>
   </li>
   <li>
   <p>Reduce CPU and memory overhead of HTML and CSS parsing and code 
generation. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21332";>#21332</a>)</p>
   </li>
   <li>
   <p>Reduce HTML parser memory and CPU by skipping unused AST nodes. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21323";>#21323</a>)</p>
   </li>
   <li>
   <p>Reduce HTML parser memory by storing the AST in struct-of-arrays form. 
(by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21331";>#21331</a>)</p>
   </li>
   <li>
   <p>Key the provided-exports cache on a lazy barrel's still-lazy re-export 
targets. (by <a href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/21326";>#21326</a>)</p>
   </li>
   <li>
   <p>Default <code>output.globalObject</code> to <code>globalThis</code> for 
universal targets. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21314";>#21314</a>)</p>
   </li>
   <li>
   <p>Pass through <code>new URL(...)</code> directory references instead of 
resolving them. (by <a 
href="https://github.com/alexander-akait";><code>@​alexander-akait</code></a> in 
<a href="https://redirect.github.com/webpack/webpack/pull/21312";>#21312</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/bb9ccfd32b8059819204a48bdb5436c9266dcdf0";><code>bb9ccfd</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/21319";>#21319</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/76390666e9dcf1cb8e0080db9eccafbdb7f53c2c";><code>7639066</code></a>
 fix: invalidate provided-exports cache with lazy barrel (<a 
href="https://redirect.github.com/webpack/webpack/issues/21326";>#21326</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/ae28c5421263a001fe1901b7374bd26797658bca";><code>ae28c54</code></a>
 perf: reduce CPU and memory overhead of the HTML and CSS pipelines (<a 
href="https://redirect.github.com/webpack/webpack/issues/21332";>#21332</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/e6fb5473224f4cf574e907019499d99b44282d2b";><code>e6fb547</code></a>
 perf: re-encode the HTML AST as struct-of-arrays behind a path-based visitor 
...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/5ce1c22edd2f6af4198c4163442d40e97e336060";><code>5ce1c22</code></a>
 fix(html): resolve asset URLs against &lt;base href&gt; (<a 
href="https://redirect.github.com/webpack/webpack/issues/21329";>#21329</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/0e43c4ac179173e85a4392722e601743e7c04591";><code>0e43c4a</code></a>
 test(html): cover generateError, ignored-source, and null-character parse 
pat...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/cebd7935a9616f4c3460b9e197f3cca199710192";><code>cebd793</code></a>
 refactor: build export-presence guards from a lazy boolean formula (<a 
href="https://redirect.github.com/webpack/webpack/issues/21320";>#21320</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/c2628cf7c3549b54ed08bf68914f39affa63503b";><code>c2628cf</code></a>
 fix: don't resolve new URL() directory references as modules (<a 
href="https://redirect.github.com/webpack/webpack/issues/21312";>#21312</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/00d8b2f8863fb582fd0cd510e15f4de6879ade31";><code>00d8b2f</code></a>
 perf: speed up non-CSS-Modules CSS parsing by skipping unused AST work (<a 
href="https://redirect.github.com/webpack/webpack/issues/21324";>#21324</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/f7a3f6d9e2276631ca67cf4636f504e5d2f9c13a";><code>f7a3f6d</code></a>
 perf: reduce HTML parser memory and CPU with parser-level skip options (<a 
href="https://redirect.github.com/webpack/webpack/issues/21323";>#21323</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v5.108.3...v5.108.4";>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.108.3&new-version=5.108.4)](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