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.
|
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>
58e87bc to
eb43e77
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 upstream security behavior changes; production app code is untouched, but local
start.pluginsmay need a quick smoke test.Overview
Upgrades the webpack-dev-server dev dependency from v4 to v5.2.4 (
package.jsonandyarn.lockonly). This powersyarn start.plugins/webpack servefor local plugin-bundle development; no app or webpack config changes in this diff.The lockfile refresh pulls in webpack-dev-server 5’s stack (e.g. webpack-dev-middleware 7, memfs 4, bonjour-service, selfsigned 5) and drops several v4-era transitive packages. Upstream adds dev-server security hardening (stricter cross-origin / WebSocket rules, Cross-Origin-Resource-Policy in 5.2.4) that can affect local workflows that depended on older permissive behavior—your existing
devServer.allowedHosts: 'all'and CORS headers inwebpack.config.jsare the main mitigations to verify after the bump.Reviewed by Cursor Bugbot for commit eb43e77. Bugbot is set up for automated code reviews on this repo. Configure here.