chore(deps): update dependency webpack-cli to v6#924
chore(deps): update dependency webpack-cli to v6#924renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
e84cf76 to
2a0996a
Compare
2a0996a to
1bc2937
Compare
1bc2937 to
dda5dd8
Compare
dda5dd8 to
b288d8f
Compare
b288d8f to
83f87c9
Compare
83f87c9 to
d40ede2
Compare
d40ede2 to
8859504
Compare
8859504 to
f6e203a
Compare
f6e203a to
83afdf9
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| "vitest": "^4.0.0", | ||
| "webpack": "^5.68.0", | ||
| "webpack-cli": "^5.1.4" | ||
| "webpack-cli": "^6.0.0" |
There was a problem hiding this comment.
Webpack version range incompatible with webpack-cli v6
Low Severity
The webpack devDependency range ^5.68.0 is broader than what webpack-cli v6 requires. The new webpack-cli@6.0.1 declares a peer dependency of webpack: ^5.82.0, meaning webpack versions 5.68.0–5.81.x are within the declared range but incompatible with the upgraded CLI. The webpack range in devDependencies needs to be bumped to at least ^5.82.0 to stay consistent with the new peer dependency requirement.


This PR contains the following updates:
^5.1.4→^6.0.0Release Notes
webpack/webpack-cli (webpack-cli)
v6.0.1Compare Source
Bug Fixes
v6.0.0Compare Source
BREAKING CHANGES
18.12.0init,loaderandplugincommands in favorcreate-webpack-appwebpack-dev-server@v45.82.0--define-process-env-node-envoption was renamed to--config-node-envBug Fixes
webpack.config.jsin ESM format (#4346) (5106684)Features
info/versioncommand (#3906) (38f3c6f)5.1.4 (2023-06-07)
Bug Fixes
5.1.3 (2023-06-04)
Bug Fixes
5.1.2 (2023-06-04)
Bug Fixes
.ctsand.mtsextensions (a77daf2)5.1.1 (2023-05-09)
Bug Fixes
--watchused (#3783) (c0436ba)Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, 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.
This PR was generated by Mend Renovate. View the repository job log.