Bump webpack-dev-server from 4.7.3 to 5.2.4#6016
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
58e87bc to
eb43e77
Compare
eb43e77 to
64b843d
Compare
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.3 to 5.2.4. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v4.7.3...v5.2.4) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
64b843d to
1b98a35
Compare
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-dev-server from 4.7.3 to 5.2.4.
Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
fd40130chore(release): 5.2.4ece4f36chore: update deps (#5661)a216144ci: fix test (#5658)df073c5Merge commit from forkb550a70chore(release): 5.2.39704dc5chore: upgrade selfsigned to v5 and remove node-forge dependency (#5618)92bf644chore: bump express to update qs (#5621)792b2f0chore(deps-dev): bump the dependencies group with 4 updates (#5606)6d587cachore(deps): bump the dependencies group across 1 directory with 27 updates (...f91baa8fix(overlay): add ESC key to dismiss overlay (#5598)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Note
Medium Risk
Major dev-server upgrade with security-related behavior changes; production app code is untouched but local
webpack serveand HTTPS dev certs (selfsigned v5) may behave differently until verified.Overview
Upgrades the webpack-dev-server dev dependency from ^4.6.0 / lockfile 4.7.3 to ^5.2.4, with a large package-lock.json refresh for the new major line (e.g. webpack-dev-middleware 7.x, memfs 4.x, bonjour-service, selfsigned 5.x, newer express / qs / send stack).
This only affects local plugin bundling via
webpack serve(start.plugins);webpack.config.jsalready setsallowedHosts: 'all'and permissive CORS /Cross-Origin-Resource-Policyheaders for RN/adb workflows. v5 adds stricter default cross-origin and WebSocket rules—worth a quick smoke test ofnpm run start.pluginsif anything relied on old lax behavior.The upstream release includes security fixes (cross-origin / WebSocket host checks, Cross-Origin-Resource-Policy on assets in 5.2.4) and drops some v4-only tooling (portfinder, default-gateway, legacy bonjour).
Reviewed by Cursor Bugbot for commit 1b98a35. Bugbot is set up for automated code reviews on this repo. Configure here.