dependabot[bot] opened a new pull request, #25059: URL: https://github.com/apache/datafusion/pull/25059
Bumps the all-npm-deps group in /datafusion/wasmtest/datafusion-wasm-app with 1 update: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.110.1 to 5.110.3 <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.110.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix <code>import()</code> options, circular reexport severity and namespace writes. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21867">#21867</a>)</p> </li> <li> <p>Skip ESM interop when require() targets a module outside the concatenation. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21884">#21884</a>)</p> </li> <li> <p>Fix concatenated <code>require()</code> in a <code>require.ensure</code> callback or a computed request. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21907">#21907</a>)</p> </li> <li> <p>Keep <code>optimization.minimize</code> a boolean; its options move to <code>minimizeOptions</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21886">#21886</a>)</p> </li> <li> <p>Fix mangled exports read through require() and a leaked internal reference. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21905">#21905</a>)</p> </li> <li> <p>Fix <code>new</code> on a default import of a wrapped CommonJS module. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21876">#21876</a>)</p> </li> <li> <p>Throw when a deferred namespace of an async module is forced while it evaluates. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21871">#21871</a>)</p> </li> <li> <p>Do not report a missing export for a name a side-effect-free barrel defers. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21874">#21874</a>)</p> </li> <li> <p>Fix queue, URL scheme, dotenv, HTTP module and persistent cache edge cases. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21901">#21901</a>)</p> </li> <li> <p>Evaluate a deferred import's async dependencies where the import sits. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21902">#21902</a>)</p> </li> <li> <p>Omit ambiguous <code>export *</code> names from the module namespace. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21878">#21878</a>)</p> </li> </ul> <h2>v5.110.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix analyzable ESM baking around cycles, mixed-served wasm and style url maps. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21851">#21851</a>)</p> </li> <li> <p>Minify more HTML and CSS shorthands, and cut two costs off printing. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21842">#21842</a>)</p> </li> <li> <p>Report a named import that is never read when it names a missing export. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21856">#21856</a>)</p> </li> <li> <p>Fix ESM circular reexports, cyclic const TDZ, and defer evaluation order. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21852">#21852</a>)</p> </li> <li> <p>Stop <code>output.html</code> emitting an unused JS chunk for each generated page. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21859">#21859</a>)</p> </li> <li> <p>Stop emitting the CSS chunk loading runtime when every CSS chunk is initial. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21862">#21862</a>)</p> </li> <li> <p>Strip a BOM a loader put on a string, and shift a source map that counted it. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21857">#21857</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.110.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix <code>import()</code> options, circular reexport severity and namespace writes. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21867">#21867</a>)</p> </li> <li> <p>Skip ESM interop when require() targets a module outside the concatenation. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21884">#21884</a>)</p> </li> <li> <p>Fix concatenated <code>require()</code> in a <code>require.ensure</code> callback or a computed request. (by <a href="https://github.com/hai-x"><code>@hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21907">#21907</a>)</p> </li> <li> <p>Keep <code>optimization.minimize</code> a boolean; its options move to <code>minimizeOptions</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21886">#21886</a>)</p> </li> <li> <p>Fix mangled exports read through require() and a leaked internal reference. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21905">#21905</a>)</p> </li> <li> <p>Fix <code>new</code> on a default import of a wrapped CommonJS module. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21876">#21876</a>)</p> </li> <li> <p>Throw when a deferred namespace of an async module is forced while it evaluates. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21871">#21871</a>)</p> </li> <li> <p>Do not report a missing export for a name a side-effect-free barrel defers. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21874">#21874</a>)</p> </li> <li> <p>Fix queue, URL scheme, dotenv, HTTP module and persistent cache edge cases. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21901">#21901</a>)</p> </li> <li> <p>Evaluate a deferred import's async dependencies where the import sits. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21902">#21902</a>)</p> </li> <li> <p>Omit ambiguous <code>export *</code> names from the module namespace. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21878">#21878</a>)</p> </li> </ul> <h2>5.110.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix analyzable ESM baking around cycles, mixed-served wasm and style url maps. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21851">#21851</a>)</p> </li> <li> <p>Minify more HTML and CSS shorthands, and cut two costs off printing. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21842">#21842</a>)</p> </li> <li> <p>Report a named import that is never read when it names a missing export. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21856">#21856</a>)</p> </li> <li> <p>Fix ESM circular reexports, cyclic const TDZ, and defer evaluation order. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21852">#21852</a>)</p> </li> <li> <p>Stop <code>output.html</code> emitting an unused JS chunk for each generated page. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21859">#21859</a>)</p> </li> <li> <p>Stop emitting the CSS chunk loading runtime when every CSS chunk is initial. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21862">#21862</a>)</p> </li> <li> <p>Strip a BOM a loader put on a string, and shift a source map that counted it. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/21857">#21857</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/a2d7b9ca343905667770c3e80321387fb0332c23"><code>a2d7b9c</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/21868">#21868</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/d6e86c02863b01ee2140283be02e59f75a8c0208"><code>d6e86c0</code></a> test(test262): assert two more errors webpack reports at build time (<a href="https://redirect.github.com/webpack/webpack/issues/21906">#21906</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/6a963fe6e173079009ac25312fc67897f40ad147"><code>6a963fe</code></a> fix: keep require() into a concatenation substituted and unmangled (<a href="https://redirect.github.com/webpack/webpack/issues/21905">#21905</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/e1eb0993d9614a9a723d2c7a43efae69555477e1"><code>e1eb099</code></a> fix: concatenated <code>require()</code> in <code>require.ensure</code> callback or computed reques...</li> <li><a href="https://github.com/webpack/webpack/commit/8d1ab53a4aac311ebad23ee3cd481356bf2d86eb"><code>8d1ab53</code></a> chore: escape literal NUL bytes in Compilation.js (<a href="https://redirect.github.com/webpack/webpack/issues/21904">#21904</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/5e6c4d7a27191bcb42f1a8e045bd15109935aeb2"><code>5e6c4d7</code></a> fix(defer): evaluate async dependencies where the deferred import sits (<a href="https://redirect.github.com/webpack/webpack/issues/21902">#21902</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/7ea4fa356e88cd97150e2e2a8a5684404c5d356a"><code>7ea4fa3</code></a> fix: handle audited correctness edge cases (<a href="https://redirect.github.com/webpack/webpack/issues/21901">#21901</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/c50713c8748e61197cad2d4673e30e8cf1d4937d"><code>c50713c</code></a> fix: keep code generation data per result instead of per NormalModule (<a href="https://redirect.github.com/webpack/webpack/issues/21900">#21900</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/ebd3be47689e8e5b1335517dfd680d025ade1f4c"><code>ebd3be4</code></a> docs: document the post-minor stabilization week and out-of-band releases (<a href="https://redirect.github.com/webpack/webpack/issues/2">#2</a>...</li> <li><a href="https://github.com/webpack/webpack/commit/80be700aa05f4d9b8dd4d2d47f61c53d53e48e53"><code>80be700</code></a> fix(config): keep the resolved optimization.minimize a boolean (<a href="https://redirect.github.com/webpack/webpack/issues/21886">#21886</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.110.1...v5.110.3">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
