dependabot[bot] opened a new pull request, #42784: URL: https://github.com/apache/superset/pull/42784
Bumps [webpack](https://github.com/webpack/webpack) from 5.109.1 to 5.109.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.109.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Resolve aliases pointing at a package directory whose name ends with <code>.js</code> again. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21542">#21542</a>)</p> </li> <li> <p>Name CSS sources in source maps by their resource path, without the <code>css </code> prefix. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21536">#21536</a>)</p> </li> <li> <p>Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21528">#21528</a>)</p> </li> <li> <p>Report <code>"universal"</code> as the loader context target for the universal target. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21540">#21540</a>)</p> </li> <li> <p>Skip <code>require().prop</code> in dead branches gated by inlined imported constants. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21517">#21517</a>)</p> </li> <li> <p>Annotate configuration options and public hooks in the generated types with the <code>@since</code> JSDoc tag. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21473">#21473</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.109.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Resolve aliases pointing at a package directory whose name ends with <code>.js</code> again. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21542">#21542</a>)</p> </li> <li> <p>Name CSS sources in source maps by their resource path, without the <code>css </code> prefix. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21536">#21536</a>)</p> </li> <li> <p>Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21528">#21528</a>)</p> </li> <li> <p>Report <code>"universal"</code> as the loader context target for the universal target. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21540">#21540</a>)</p> </li> <li> <p>Skip <code>require().prop</code> in dead branches gated by inlined imported constants. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21517">#21517</a>)</p> </li> <li> <p>Annotate configuration options and public hooks in the generated types with the <code>@since</code> JSDoc tag. (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21473">#21473</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/6a24bd65b72c43207c36ce61b54e1f5833486906"><code>6a24bd6</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/21534">#21534</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/d1b5b6d1d75b6dc04248ed98420a838a00fda221"><code>d1b5b6d</code></a> fix: resolve aliases pointing at a package directory ending in .js (<a href="https://redirect.github.com/webpack/webpack/issues/21542">#21542</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/9cdcc577c7a1971fa07a2b38828d1c61145597a3"><code>9cdcc57</code></a> fix(target): report "universal" as the loader target (<a href="https://redirect.github.com/webpack/webpack/issues/21540">#21540</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/774e7e4b3d525e00bc7698c518b89e44eba7230d"><code>774e7e4</code></a> feat: annotate schema options with added keywords (<a href="https://redirect.github.com/webpack/webpack/issues/21473">#21473</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ff07bdc72f875868dd33cd00dfeae61392c01ded"><code>ff07bdc</code></a> fix(css): name CSS sources in source maps by their resource path (<a href="https://redirect.github.com/webpack/webpack/issues/21536">#21536</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/d56d82dd2f98f7ed6dcb3b14260ea7c53ddf2145"><code>d56d82d</code></a> fix(cache): reclaim stale filesystem cache files reliably (<a href="https://redirect.github.com/webpack/webpack/issues/21539">#21539</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ae67e2a9225115e998607e180e2ef226b255ca34"><code>ae67e2a</code></a> chore(readme): add codspeed (<a href="https://redirect.github.com/webpack/webpack/issues/21497">#21497</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/964bbfad0ea01916ae78ab7d81cb1b544bea90f0"><code>964bbfa</code></a> fix: delete no longer referenced files from the filesystem cache directory (#...</li> <li><a href="https://github.com/webpack/webpack/commit/075d0cd8fa989752014f20988d95116b5235b997"><code>075d0cd</code></a> feat: skip <code>require().prop</code> in dead branches (<a href="https://redirect.github.com/webpack/webpack/issues/21517">#21517</a>)</li> <li>See full diff in <a href="https://github.com/webpack/webpack/compare/v5.109.1...v5.109.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]
