Skip to content

chore(deps): update dependency webpack-cli to v7 - #988

Merged
pubkey merged 2 commits into
masterfrom
renovate/webpack-cli-7.x
Apr 28, 2026
Merged

chore(deps): update dependency webpack-cli to v7#988
pubkey merged 2 commits into
masterfrom
renovate/webpack-cli-7.x

Conversation

@renovate

@renovate renovate Bot commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/webpack-cli-7.x branch 6 times, most recently from 9447659 to 7587ccf Compare March 23, 2026 21:24
@renovate
renovate Bot force-pushed the renovate/webpack-cli-7.x branch 2 times, most recently from 0c19f33 to 26631e1 Compare March 25, 2026 13:55
@renovate
renovate Bot force-pushed the renovate/webpack-cli-7.x branch 3 times, most recently from ad6bf55 to bc7652f Compare April 4, 2026 01:11
@renovate
renovate Bot force-pushed the renovate/webpack-cli-7.x branch 5 times, most recently from d8c5919 to fc9b188 Compare April 18, 2026 01:15
@renovate
renovate Bot force-pushed the renovate/webpack-cli-7.x branch 3 times, most recently from d80d170 to 7155111 Compare April 27, 2026 13:43
@renovate
renovate Bot force-pushed the renovate/webpack-cli-7.x branch from 7155111 to 590337d Compare April 27, 2026 13:58
@pubkey

pubkey commented Apr 28, 2026

Copy link
Copy Markdown
Owner

@copilot the CI for this fails, please inspect the logs and fix.

Copilot AI commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

@copilot the CI for this fails, please inspect the logs and fix.

The CI failure was caused by a peer dependency conflict: webpack-cli@7.0.2 requires webpack@^5.101.0, but the project had webpack@5.75.0.

Fixed in commit 3b9e051 by updating webpack from 5.75.0 to 5.106.2 (latest stable 5.x), which satisfies the peer dependency requirement.

Copilot AI requested a review from pubkey April 28, 2026 09:14
@renovate

renovate Bot commented Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@pubkey
pubkey merged commit 2d506cb into master Apr 28, 2026
1 check passed
@renovate
renovate Bot deleted the renovate/webpack-cli-7.x branch April 28, 2026 09:37
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.

2 participants