Skip to content

[deps]: Update webpack-cli to v6#6933

Merged
enmande merged 2 commits intomainfrom
renovate/webpack-cli-6.x
Feb 23, 2026
Merged

[deps]: Update webpack-cli to v6#6933
enmande merged 2 commits intomainfrom
renovate/webpack-cli-6.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

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

Release Notes

webpack/webpack-cli (webpack-cli)

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 - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 requested a review from a team as a code owner February 2, 2026 02:46
@renovate renovate bot added the major-update label Feb 2, 2026
@renovate renovate bot requested a review from enmande February 2, 2026 02:46
@renovate renovate bot added the major-update label Feb 2, 2026
@bitwarden-bot bitwarden-bot changed the title [deps]: Update webpack-cli to v6 [PM-31576] [deps]: Update webpack-cli to v6 Feb 2, 2026
@bitwarden-bot
Copy link

Internal tracking:

@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.67%. Comparing base (b412826) to head (1134938).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6933      +/-   ##
==========================================
- Coverage   56.68%   56.67%   -0.01%     
==========================================
  Files        2013     2013              
  Lines       88122    88122              
  Branches     7846     7846              
==========================================
- Hits        49950    49946       -4     
- Misses      36356    36359       +3     
- Partials     1816     1817       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title [PM-31576] [deps]: Update webpack-cli to v6 [deps]: Update webpack-cli to v6 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/webpack-cli-6.x branch from 8d94130 to 16a4df1 Compare February 2, 2026 15:46
@ike-kottlowski ike-kottlowski added the ai-review Request a Claude code review label Feb 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 5, 2026

Logo
Checkmarx One – Scan Summary & Detailsef1c78d9-fc78-455f-b162-fd96d3fa70e4

Great job! No new security vulnerabilities introduced in this pull request

@renovate renovate bot force-pushed the renovate/webpack-cli-6.x branch from 16a4df1 to c0dbe7a Compare February 12, 2026 12:17
@enmande
Copy link
Contributor

enmande commented Feb 17, 2026

Tracking #6988 for node-version bump. webpack-cli@6 needs node >=18.12.0.
6988 aligns node with clients.

@renovate renovate bot force-pushed the renovate/webpack-cli-6.x branch from c0dbe7a to bf7dfc1 Compare February 17, 2026 15:21
@gitclonebrian
Copy link
Contributor

Tracking #6988 for node-version bump. webpack-cli@6 needs node >=18.12.0. 6988 aligns node with clients.

@enmande , I just merged that PR 👍

@claude
Copy link
Contributor

claude bot commented Feb 23, 2026

Claude finished @enmande's task in 1m 30s —— View job


Review Summary

PR: [deps]: Update webpack-cli to v6

Overview

This is a Renovate-generated major version bump of webpack-cli from 5.1.4 to 6.0.1, applied to both src/Admin and bitwarden_license/src/Sso. The change only affects dev dependencies used for building frontend assets (CSS/fonts).

Breaking Changes Assessment

All breaking changes introduced in webpack-cli v6 have been verified as safe for this codebase:

Breaking Change Status Details
Node.js >= 18.12.0 OK CI uses Node.js 24; prerequisite PR #6988 already merged
webpack >= 5.82.0 OK Both packages pin webpack 5.104.1
--define-process-env-node-env renamed OK Not used anywhere in this codebase
Removed init, loader, plugin commands OK Build scripts use plain webpack command only
Dropped webpack-dev-server@v4 support OK webpack-dev-server is not a dependency in either package

Lockfile Verification

  • No stale references to webpack-cli v5 remain in either lockfile
  • Sub-dependency updates are consistent (@discoveryjs/json-ext, commander, webpack-merge)
  • peer: true flags correctly removed from packages that are now resolved as direct dependencies
  • Both lockfiles are internally consistent

Verdict

No issues found. This is a clean dependency update with no code changes. All breaking change prerequisites are satisfied. Approving.


Automated review by Claude

@renovate
Copy link
Contributor Author

renovate bot commented Feb 23, 2026

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.

@sonarqubecloud
Copy link

@enmande enmande merged commit 98d6217 into main Feb 23, 2026
43 checks passed
@enmande enmande deleted the renovate/webpack-cli-6.x branch February 23, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-review Request a Claude code review major-update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants