Skip to content

chore: Update dependency webpack-cli to v7#166

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/webpack-cli-7.x
Open

chore: Update dependency webpack-cli to v7#166
renovate[bot] wants to merge 1 commit intomainfrom
renovate/webpack-cli-7.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 13, 2026

This PR contains the following updates:

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

Release Notes

webpack/webpack-cli (webpack-cli)

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

Configuration

📅 Schedule: 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
Copy link
Copy Markdown
Author

renovate bot commented Mar 13, 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 ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/configtest@2.1.1
npm WARN Found: webpack-cli@7.0.2
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"7.0.2" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"5.x.x" from @webpack-cli/configtest@2.1.1
npm WARN node_modules/@webpack-cli/configtest
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@5.1.4
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"5.x.x" from @webpack-cli/configtest@2.1.1
npm WARN   node_modules/@webpack-cli/configtest
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/info@2.0.2
npm WARN Found: webpack-cli@7.0.2
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"7.0.2" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"5.x.x" from @webpack-cli/info@2.0.2
npm WARN node_modules/@webpack-cli/info
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@5.1.4
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"5.x.x" from @webpack-cli/info@2.0.2
npm WARN   node_modules/@webpack-cli/info
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @webpack-cli/serve@2.0.5
npm WARN Found: webpack-cli@7.0.2
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"7.0.2" from the root project
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer webpack-cli@"5.x.x" from @webpack-cli/serve@2.0.5
npm WARN node_modules/@webpack-cli/serve
npm WARN 
npm WARN Conflicting peer dependency: webpack-cli@5.1.4
npm WARN node_modules/webpack-cli
npm WARN   peer webpack-cli@"5.x.x" from @webpack-cli/serve@2.0.5
npm WARN   node_modules/@webpack-cli/serve
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: webpack-cli@7.0.2
npm ERR! Found: webpack-dev-server@4.15.2
npm ERR! node_modules/webpack-dev-server
npm ERR!   dev webpack-dev-server@"4.15.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peerOptional webpack-dev-server@"^5.0.0" from webpack-cli@7.0.2
npm ERR! node_modules/webpack-cli
npm ERR!   dev webpack-cli@"7.0.2" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: webpack-dev-server@5.2.3
npm ERR! node_modules/webpack-dev-server
npm ERR!   peerOptional webpack-dev-server@"^5.0.0" from webpack-cli@7.0.2
npm ERR!   node_modules/webpack-cli
npm ERR!     dev webpack-cli@"7.0.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2026-03-27T04_40_29_550Z-debug-0.log

@renovate renovate bot force-pushed the renovate/webpack-cli-7.x branch 2 times, most recently from 820c921 to 318f6bb Compare March 17, 2026 13:55
@renovate renovate bot force-pushed the renovate/webpack-cli-7.x branch from 318f6bb to 464a412 Compare March 27, 2026 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants