Skip to content

fix(deps): upgrade webpack-cli to v6#12841

Merged
ChristophWurst merged 1 commit intomainfrom
copilot/fix-deps-update-webpack-cli-v6
Apr 30, 2026
Merged

fix(deps): upgrade webpack-cli to v6#12841
ChristophWurst merged 1 commit intomainfrom
copilot/fix-deps-update-webpack-cli-v6

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 29, 2026

This updates the project to webpack-cli v6 while preserving the existing webpack 5 build workflow. The dependency graph is refreshed to align CLI internals with the new major.

  • Dependency update

    • Bumped webpack-cli in devDependencies from ^5.1.4 to ^6.0.1.
  • Lockfile refresh

    • Regenerated npm lock entries for webpack-cli and related @webpack-cli/* packages to resolve against v6.
  • Build compatibility

    • Kept existing webpack config usage and npm scripts unchanged so current production build entrypoints continue to work with the upgraded CLI.
// package.json
"devDependencies": {
  "webpack": "^5.106.2",
  "webpack-cli": "^6.0.1"
}

Agent-Logs-Url: https://github.com/nextcloud/mail/sessions/bb3b88ac-3caa-42e3-87e3-fa96b6f2f1ad

Co-authored-by: ChristophWurst <1374172+ChristophWurst@users.noreply.github.com>
@ChristophWurst ChristophWurst merged commit b6d125e into main Apr 30, 2026
42 of 43 checks passed
@ChristophWurst ChristophWurst deleted the copilot/fix-deps-update-webpack-cli-v6 branch April 30, 2026 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants