chore(deps-dev): bump webpack-cli from 5.1.4 to 7.2.2 in /datafusion/wasmtest/datafusion-wasm-app - #24302
Merged
Jefffrey merged 1 commit intoAug 14, 2026
Conversation
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.4 to 7.2.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@7.2.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.2.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Jefffrey
approved these changes
Aug 14, 2026
Jefffrey
deleted the
dependabot/npm_and_yarn/datafusion/wasmtest/datafusion-wasm-app/webpack-cli-7.2.2
branch
August 14, 2026 06:00
imtherealnaska
pushed a commit
to imtherealnaska/datafusion
that referenced
this pull request
Aug 16, 2026
…wasmtest/datafusion-wasm-app (apache#24302) Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.4 to 7.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>webpack-cli@7.2.2</h2> <h3>Patch Changes</h3> <ul> <li>perf: enable the Node.js compile cache (<code>module.enableCompileCache</code>, available on Node.js >= 22.8.0) to speed up CLI startup (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4818">#4818</a>)</li> </ul> <h2>webpack-cli@7.2.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: <code>CLIPlugin</code> dynamic import interop under Bun (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4799">#4799</a>)</li> </ul> <h2>webpack-cli@7.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat: allow <code>webpack-dev-server</code> v6 as an optional peer dependency (<code>^5.0.0 || ^6.0.0</code>) (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4793">#4793</a>)</p> </li> <li> <p>Support <code>tsx</code> as a fallback loader for TypeScript and JSX configuration files (<code>.ts</code>, <code>.tsx</code>, <code>.cts</code>, <code>.mts</code> and <code>.jsx</code>), used when none of the loaders known to <code>interpret</code> (such as <code>ts-node</code>) are installed. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4796">#4796</a>)</p> </li> </ul> <h2>webpack-cli@7.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat(cli): refresh the <code>--help</code> output using commander's <code>configureHelp</code> API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or <code>--no-color</code> is used, so scripts keep working. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4779">#4779</a>)</p> </li> <li> <p>feat: support <code>.json5</code>, <code>.yaml</code>/<code>.yml</code> and <code>.toml</code> configuration files by parsing them directly, with the parser package (<code>json5</code>, <code>js-yaml</code>, <code>toml</code>) installed on demand by the user and declared as optional <code>peerDependencies</code> so the parsers resolve correctly under Yarn PnP (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4777">#4777</a>)</p> </li> </ul> <h2>webpack-cli@7.0.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Improved CLI startup performance and reduced memory usage. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4765">#4765</a>)</p> </li> <li> <p>Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4760">#4760</a>)</p> </li> <li> <p>Replace the <code>fastest-levenshtein</code> dependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4762">#4762</a>)</p> </li> </ul> <h2>webpack-cli@7.0.2</h2> <h3>Patch Changes</h3> <ul> <li>Resolve configuration path for cache build dependencies. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4707">#4707</a>)</li> </ul> <h2>webpack-cli@7.0.1</h2> <h3>Patch Changes</h3> <ul> <li>The <code>file</code> protocol for configuration options (<code>--config</code>/<code>--extends</code>) is supported. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4702">#4702</a>)</li> </ul> <h2>webpack-cli@7.0.0</h2> <h3>Major Changes</h3> <ul> <li> <p>The minimum supported version of Node.js is <code>20.9.0</code>. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4677">#4677</a>)</p> </li> <li> <p>Use dynamic import to load <code>webpack.config.js</code>, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4677">#4677</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-cli/blob/main/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h2>7.2.2</h2> <h3>Patch Changes</h3> <ul> <li>perf: enable the Node.js compile cache (<code>module.enableCompileCache</code>, available on Node.js >= 22.8.0) to speed up CLI startup (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4818">#4818</a>)</li> </ul> <h2>7.2.1</h2> <h3>Patch Changes</h3> <ul> <li>fix: <code>CLIPlugin</code> dynamic import interop under Bun (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4799">#4799</a>)</li> </ul> <h2>7.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat: allow <code>webpack-dev-server</code> v6 as an optional peer dependency (<code>^5.0.0 || ^6.0.0</code>) (by <a href="https://github.com/bjohansebas"><code>@bjohansebas</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4793">#4793</a>)</p> </li> <li> <p>Support <code>tsx</code> as a fallback loader for TypeScript and JSX configuration files (<code>.ts</code>, <code>.tsx</code>, <code>.cts</code>, <code>.mts</code> and <code>.jsx</code>), used when none of the loaders known to <code>interpret</code> (such as <code>ts-node</code>) are installed. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4796">#4796</a>)</p> </li> </ul> <h2>7.1.0</h2> <h3>Minor Changes</h3> <ul> <li> <p>feat(cli): refresh the <code>--help</code> output using commander's <code>configureHelp</code> API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or <code>--no-color</code> is used, so scripts keep working. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4779">#4779</a>)</p> </li> <li> <p>feat: support <code>.json5</code>, <code>.yaml</code>/<code>.yml</code> and <code>.toml</code> configuration files by parsing them directly, with the parser package (<code>json5</code>, <code>js-yaml</code>, <code>toml</code>) installed on demand by the user and declared as optional <code>peerDependencies</code> so the parsers resolve correctly under Yarn PnP (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4777">#4777</a>)</p> </li> </ul> <h2>7.0.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>Improved CLI startup performance and reduced memory usage. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4765">#4765</a>)</p> </li> <li> <p>Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4760">#4760</a>)</p> </li> <li> <p>Replace the <code>fastest-levenshtein</code> dependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4762">#4762</a>)</p> </li> </ul> <h2>7.0.2</h2> <h3>Patch Changes</h3> <ul> <li>Resolve configuration path for cache build dependencies. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4707">#4707</a>)</li> </ul> <h2>7.0.1</h2> <h3>Patch Changes</h3> <ul> <li>The <code>file</code> protocol for configuration options (<code>--config</code>/<code>--extends</code>) is supported. (by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack-cli/pull/4702">#4702</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/191fa9ffdc82268e430c10824ac7ba3b8138e287"><code>191fa9f</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4820">#4820</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/1082235f97fecd77a716ac0cc3564669798729a8"><code>1082235</code></a> chore(deps-dev): bump js-yaml from 5.2.1 to 5.2.2 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4821">#4821</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/e36ae82bf116c50fe6da341291c93d596fcb8bf2"><code>e36ae82</code></a> chore: add publish workflow and script for pkg.pr.new integration (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4819">#4819</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/b0a2024a5790446ea07610ad27fd5abc65f5b875"><code>b0a2024</code></a> perf: enable the Node.js compile cache (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4818">#4818</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/53f6d722c4093a387e23413d79e6cf67b5a867ba"><code>53f6d72</code></a> chore(deps): bump actions/checkout in the dependencies group (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4816">#4816</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8856346f50b472ba448c4e3a8f7f8f5781c69fb2"><code>8856346</code></a> chore: add allowscripts to work with npm 12 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4811">#4811</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/0b0f1ee3d4a648e8d1679a73f511277d25bf47aa"><code>0b0f1ee</code></a> chore(deps): bump fast-uri from 3.1.2 to 3.1.4 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4815">#4815</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d60a777303fdd34eb1e5e6901ab39c7370ce5fef"><code>d60a777</code></a> chore(deps-dev): bump postcss from 8.5.10 to 8.5.22 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4814">#4814</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8c1719aeab0efe0a5f13649d407c425b14ba4216"><code>8c1719a</code></a> chore(deps): bump shell-quote from 1.8.4 to 1.10.0 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4813">#4813</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/8c2473c23ff926772f8d7719777236ab113be591"><code>8c2473c</code></a> chore(deps): bump immutable from 5.1.5 to 5.1.9 (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4812">#4812</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@7.2.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for webpack-cli since your current version.</p> </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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps webpack-cli from 5.1.4 to 7.2.2.
Release notes
Sourced from webpack-cli's releases.
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
... (truncated)
Commits
191fa9fchore(release): new release (#4820)1082235chore(deps-dev): bump js-yaml from 5.2.1 to 5.2.2 (#4821)e36ae82chore: add publish workflow and script for pkg.pr.new integration (#4819)b0a2024perf: enable the Node.js compile cache (#4818)53f6d72chore(deps): bump actions/checkout in the dependencies group (#4816)8856346chore: add allowscripts to work with npm 12 (#4811)0b0f1eechore(deps): bump fast-uri from 3.1.2 to 3.1.4 (#4815)d60a777chore(deps-dev): bump postcss from 8.5.10 to 8.5.22 (#4814)8c1719achore(deps): bump shell-quote from 1.8.4 to 1.10.0 (#4813)8c2473cchore(deps): bump immutable from 5.1.5 to 5.1.9 (#4812)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for webpack-cli since your current version.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)