Bump webpack-cli from 5.1.4 to 7.0.2#7336
Merged
Merged
Conversation
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.4 to 7.0.2. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@7.0.2) --- updated-dependencies: - dependency-name: webpack-cli dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7336 +/- ##
=======================================
Coverage 76.52% 76.52%
=======================================
Files 405 405
Lines 20631 20631
Branches 4991 4991
=======================================
Hits 15788 15788
Misses 4843 4843
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
n-lark
approved these changes
May 26, 2026
Contributor
n-lark
left a comment
There was a problem hiding this comment.
webpack-cli 5.1.4 → 7.0.2 — packages/flowfuse
TL;DR: major bump (v5 → v7), but none of the removed/renamed APIs are used here and our peer versions already meet the new minimums — safe to merge.
Breaking changes vs our usage
- Node ≥20.9 (7.0) —
engines: >=20.x; CI on Node 24. -
--node-envremoved — not used -
init/loader/pluginsubcommands removed (6.0) — not used; onlywebpack -c ./config/webpack.config.js - Programmatic API removed — no
require('webpack-cli')anywhere - webpack-dev-server v4 dropped — already on
^5.2.1 - webpack ≥5.82.0 — on
^5.88.2
Standard gates
- Published >12h ago (2026-03-17, ~70 days);
latesttag - 0 GHSA advisories against webpack-cli
-
npm audit: adds 1 chain (22 → 23) but it's the pre-existingsockjs → webpack-dev-serverissue now re-attributed through webpack-cli. No new CVE. - Local production build passes on Node 22 (pre-existing bundle-size warnings only)
-
build-watchpasses: initial compile 11.7s, incremental rebuild 862ms (dynamic-import config loading works) -
dist/byte-equivalent vs main: built both lockfiles fresh, diffedfrontend/dist/. Every JS/CSS/HTML/image/asset file is identical; content hashes match exactly. Only 4 sourcemaps differ in serialization (same content, different metadata layout) — no impact on runtime. - Manual smoke test in browser — key flows work
- New releaser = GH Actions automated release workflow
- CI green on PR
- No conflicting Dependabot PR on same lockfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps webpack-cli from 5.1.4 to 7.0.2.
Release notes
Sourced from webpack-cli's releases.
... (truncated)
Changelog
Sourced from webpack-cli's changelog.
... (truncated)
Commits
49efdc0chore(release): new release (#4708)1fc1b9dfix: resolve configuration path for build dependencies (#4707)fd02100chore(release): new release (#4705)a653b02fix: use a newcreate-webpack-apppackage name (#4704)173e4bfchore(release): new release (#4703)c033657ci: avoid extra stepfd28679fix: support file protocol in configuration options (#4702)37e4270chore: normalizepackage.json(#4700)d5290e3ci: fix0b116f7chore(release): new release (#4679)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for webpack-cli since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)