chore(deps-dev): bump webpack-dev-server from 3.11.0 to 5.2.6 in /examples/embed-starter-kit/plugin - #4755
Conversation
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 32af887. Configure here.
| "webpack": "^4.43.0", | ||
| "webpack-cli": "^3.3.11", | ||
| "webpack-dev-server": "^3.11.0" | ||
| "webpack-dev-server": "^5.2.6" |
There was a problem hiding this comment.
Incompatible webpack-dev-server major bump
High Severity
Bumping webpack-dev-server from 3.x to 5.2.6 breaks npm start. Version 5 requires webpack ^5 and Node >= 18.12, but this package still depends on webpack ^4 and webpack-cli ^3. The devServer.contentBase option is also invalid in v4+, so the server fails schema validation on startup.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 32af887. Configure here.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/angular-17-ssr |
❌ Failed | 46s | View ↗ |
nx test @snippet/react |
❌ Failed | 3m 44s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 7m 24s | View ↗ |
nx test @e2e/react-sdk-next-pages |
✅ Succeeded | 15m 9s | View ↗ |
nx test @e2e/vue |
✅ Succeeded | 3m 43s | View ↗ |
nx test @e2e/gen1-remix |
✅ Succeeded | 5m 15s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 7m 45s | View ↗ |
nx test @e2e/react |
✅ Succeeded | 5m 14s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.
☁️ Nx Cloud last updated this comment at 2026-08-06 13:56:12 UTC
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.0 to 5.2.6. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v3.11.0...v5.2.6) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
32af887 to
6a92f79
Compare



Bumps webpack-dev-server from 3.11.0 to 5.2.6.
Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
8a37b0echore(release): new release (#5697)f21ed0ffix: handle malformed Host and Origin headers (#5699)80cd9eefix: reject cross-site requests to open-editor and invalidate endpoints (#5698)308e853fix: handle undefined options in Server constructor (#5695)8b2b915chore: update branch references from v4 to v5 in workflow configuration870ed22chore: add v5 branch to release workflow triggersc3ee325chore(release): new release (#5682)60173befeat: add changeset validation and release workflow (#5680)948d5e6fix(proxy): match the HMR upgrade path exactly like the ws server (#5678)93e8996fix: skip HMR websocket path when forwarding upgrades to user-defined proxies...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for webpack-dev-server since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.