Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update dependency webpack-cli to v7#575

Open
renovate[bot] wants to merge 1 commit into
mainJustArchiNET/ASF-WebConfigGenerator:mainfrom
renovate/webpack-cli-7.xJustArchiNET/ASF-WebConfigGenerator:renovate/webpack-cli-7.xCopy head branch name to clipboard
Open

Update dependency webpack-cli to v7#575
renovate[bot] wants to merge 1 commit into
mainJustArchiNET/ASF-WebConfigGenerator:mainfrom
renovate/webpack-cli-7.xJustArchiNET/ASF-WebConfigGenerator:renovate/webpack-cli-7.xCopy head branch name to clipboard

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 16, 2026

This PR contains the following updates:

Package Change Age Confidence
webpack-cli (source) 4.10.07.0.3 age confidence

Release Notes

webpack/webpack-cli (webpack-cli)

v7.0.3

Compare Source

Patch Changes
  • Improved CLI startup performance and reduced memory usage. (by @​alexander-akait in #​4765)

  • 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 @​alexander-akait in #​4760)

  • Replace the fastest-levenshtein dependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by @​alexander-akait in #​4762)

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • The minimum supported version of Node.js is 20.9.0. (by @​alexander-akait in #​4677)

  • Use dynamic import to load webpack.config.js, 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 @​alexander-akait in #​4677)

  • Removed the --node-env argument in favor of the --config-node-env argument. (by @​alexander-akait in #​4677)

  • The version command only output versions right now. (by @​alexander-akait in #​4677)

  • Removed deprecated API, no action required unless you use import cli from "webpack-cli";/const cli = require("webpack-cli");. (by @​alexander-akait in #​4677)

Patch Changes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.4

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.3

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.2

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.1

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.1.0

Compare Source

BREAKING CHANGES
  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0
  • The --define-process-env-node-env option was renamed to --config-node-env
Bug Fixes
Features

5.1.4 (2023-06-07)

Bug Fixes
  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes
  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

v5.0.2

Compare Source

Features
Performance Improvements

5.0.2 (2023-04-21)

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

v5.0.1

Compare Source

Features
Performance Improvements

5.0.2 (2023-04-21)

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

v5.0.0

Compare Source

Features
Performance Improvements

5.0.2 (2023-04-21)

Bug Fixes
  • error message for missing default export in configuration (#​3685) (e0a4a09)
  • perf: reduced startup time (3b79059)

5.0.1 (2022-12-05)

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots. label Mar 16, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 16, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @webpack-cli/configtest@1.2.0
npm warn Found: webpack-cli@7.0.3
npm warn node_modules/webpack-cli
npm warn   dev webpack-cli@"7.0.3" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/configtest@1.2.0
npm warn node_modules/@webpack-cli/configtest
npm warn
npm warn Conflicting peer dependency: webpack-cli@4.10.0
npm warn node_modules/webpack-cli
npm warn   peer webpack-cli@"4.x.x" from @webpack-cli/configtest@1.2.0
npm warn   node_modules/@webpack-cli/configtest
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @webpack-cli/info@1.5.0
npm warn Found: webpack-cli@7.0.3
npm warn node_modules/webpack-cli
npm warn   dev webpack-cli@"7.0.3" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/info@1.5.0
npm warn node_modules/@webpack-cli/info
npm warn
npm warn Conflicting peer dependency: webpack-cli@4.10.0
npm warn node_modules/webpack-cli
npm warn   peer webpack-cli@"4.x.x" from @webpack-cli/info@1.5.0
npm warn   node_modules/@webpack-cli/info
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @webpack-cli/serve@1.7.0
npm warn Found: webpack-cli@7.0.3
npm warn node_modules/webpack-cli
npm warn   dev webpack-cli@"7.0.3" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/serve@1.7.0
npm warn node_modules/@webpack-cli/serve
npm warn
npm warn Conflicting peer dependency: webpack-cli@4.10.0
npm warn node_modules/webpack-cli
npm warn   peer webpack-cli@"4.x.x" from @webpack-cli/serve@1.7.0
npm warn   node_modules/@webpack-cli/serve
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: webpack-cli@7.0.3
npm error Found: webpack-dev-server@4.15.2
npm error node_modules/webpack-dev-server
npm error   dev webpack-dev-server@"4.15.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional webpack-dev-server@"^5.0.0" from webpack-cli@7.0.3
npm error node_modules/webpack-cli
npm error   dev webpack-cli@"7.0.3" from the root project
npm error
npm error Conflicting peer dependency: webpack-dev-server@5.2.4
npm error node_modules/webpack-dev-server
npm error   peerOptional webpack-dev-server@"^5.0.0" from webpack-cli@7.0.3
npm error   node_modules/webpack-cli
npm error     dev webpack-cli@"7.0.3" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-01T23_04_57_849Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-01T23_04_57_849Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch 2 times, most recently from 18eed8b to e9689dc Compare March 20, 2026 13:53
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch from e9689dc to e171c0a Compare April 1, 2026 18:35
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch 3 times, most recently from 8c40e94 to 273a7d3 Compare April 13, 2026 17:43
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch from 273a7d3 to bb35720 Compare April 18, 2026 17:12
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch from bb35720 to c0042ee Compare April 29, 2026 16:10
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch 2 times, most recently from 287787d to a24c5f1 Compare May 18, 2026 16:15
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch 4 times, most recently from 7c7e166 to be1378c Compare May 29, 2026 01:56
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch from be1378c to 9ae907e Compare May 30, 2026 21:00
@renovate renovate Bot force-pushed the renovate/webpack-cli-7.x branch from 9ae907e to ffbad51 Compare June 1, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots.

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.