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

   Bumps [webpack](https://github.com/webpack/webpack) from 5.105.0 to 5.105.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.105.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and 
filenames. Cache keys now use <code>toSafePath</code> to replace colons 
(<code>:</code>) with double underscores (<code>__</code>) and sanitize other 
invalid characters, ensuring compatibility with Windows filesystem 
restrictions. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20424";>#20424</a>)</p>
   </li>
   <li>
   <p>Revert part of the createRequire generation behavior for 
<code>require(&quot;node:...&quot;)</code> to keep compatibility with those 
modules exports, e.g. <code>const EventEmitter = 
require(&quot;node:events&quot;);</code>. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20433";>#20433</a>)</p>
   </li>
   <li>
   <p>Skip guard collection when exports-presence mode is disabled to improve 
parsing performance. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20433";>#20433</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.105.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and 
filenames. Cache keys now use <code>toSafePath</code> to replace colons 
(<code>:</code>) with double underscores (<code>__</code>) and sanitize other 
invalid characters, ensuring compatibility with Windows filesystem 
restrictions. (by <a 
href="https://github.com/xiaoxiaojx";><code>@​xiaoxiaojx</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20424";>#20424</a>)</p>
   </li>
   <li>
   <p>Revert part of the createRequire generation behavior for 
<code>require(&quot;node:...&quot;)</code> to keep compatibility with those 
modules exports, e.g. <code>const EventEmitter = 
require(&quot;node:events&quot;);</code>. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20433";>#20433</a>)</p>
   </li>
   <li>
   <p>Skip guard collection when exports-presence mode is disabled to improve 
parsing performance. (by <a 
href="https://github.com/hai-x";><code>@​hai-x</code></a> in <a 
href="https://redirect.github.com/webpack/webpack/pull/20433";>#20433</a>)</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/8e50ef2035b9cb727aeaa97d7561545d1c102b91";><code>8e50ef2</code></a>
 chore(release): new release (<a 
href="https://redirect.github.com/webpack/webpack/issues/20429";>#20429</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/43903e13a8229041823a05137848a7904fb78809";><code>43903e1</code></a>
 perf: skip collecting guard when exports presence mode is none (<a 
href="https://redirect.github.com/webpack/webpack/issues/20433";>#20433</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/5a3e6dc2ff27d5426744fc4ca234d27579a0dfe5";><code>5a3e6dc</code></a>
 docs: add docs and test for virtual module type inference from id extension 
(...</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/124ba79918269ecc6018915655c993327947ff12";><code>124ba79</code></a>
 fix: preserve node-commonjs externals for module output (<a 
href="https://redirect.github.com/webpack/webpack/issues/20431";>#20431</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/032856c7ba9f4d951e95b111fdabb3447660ce50";><code>032856c</code></a>
 docs: use https links in README (<a 
href="https://redirect.github.com/webpack/webpack/issues/20430";>#20430</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/e06423b3f503ff2fc93a4875b0be72471c4fe9bd";><code>e06423b</code></a>
 fix(virtual-url-plugin): sanitize paths for Windows compatibility (<a 
href="https://redirect.github.com/webpack/webpack/issues/20424";>#20424</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/0e4907e6860fe4e55355767ca4a4dadcdf14c75b";><code>0e4907e</code></a>
 docs: update examples (<a 
href="https://redirect.github.com/webpack/webpack/issues/20428";>#20428</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/a089954a4bcbe10e1a42b908471e4788fd405fb5";><code>a089954</code></a>
 test: add asset/resource test case for virtual-url-plugin (<a 
href="https://redirect.github.com/webpack/webpack/issues/20422";>#20422</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/38b823a6e89b0becea4641d23c5094f6dc74e9d6";><code>38b823a</code></a>
 chore(deps): bump the dependencies group with 2 updates (<a 
href="https://redirect.github.com/webpack/webpack/issues/20410";>#20410</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/5890832984b06545a4960e7cf00d37312c40acb2";><code>5890832</code></a>
 chore(deps-dev): bump the dependencies group across 1 directory with 7 
update...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v5.105.0...v5.105.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.105.0&new-version=5.105.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 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