Skip to content

Commit 90164e1

Browse files
chore(deps-dev): bump webpack-cli from 5.1.4 to 7.2.2 in /datafusion/wasmtest/datafusion-wasm-app (#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 &gt;= 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 &quot;did you mean&quot; 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 &gt;= 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 &quot;did you mean&quot; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=5.1.4&new-version=7.2.2)](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>
1 parent 473ba17 commit 90164e1

2 files changed

Lines changed: 118 additions & 194 deletions

File tree

0 commit comments

Comments
 (0)