chore(deps-dev): bump webpack-dev-server from 3.11.2 to 5.2.6 in /plugins/localized-preview - #4749
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 822d605
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
5752340 to
4e951c5
Compare
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 4e951c5. Configure here.
| "webpack": "^5.48.0", | ||
| "webpack-cli": "^4.7.2", | ||
| "webpack-dev-server": "^3.11.2" | ||
| "webpack-dev-server": "^5.2.6" |
There was a problem hiding this comment.
Broken devServer after major bump
High Severity
Bumping webpack-dev-server from 3.x to 5.x leaves devServer.contentBase in place. That option was removed in v4 and fails schema validation in v5, so npm start / webpack serve exits instead of serving the plugin. The equivalent setup elsewhere uses static.directory.
Reviewed by Cursor Bugbot for commit 4e951c5. Configure here.
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.2 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.2...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>
4e951c5 to
822d605
Compare


Bumps webpack-dev-server from 3.11.2 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.