-
Couldn't load subscription status.
- Fork 4
Bump webpack-dev-server from 5.2.0 to 5.2.1 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Bump webpack-dev-server from 5.2.0 to 5.2.1 #15
Conversation
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's GuideThis PR upgrades webpack-dev-server from 5.2.0 to 5.2.1 by updating the version specifier in the example’s package.json and regenerating the pnpm lockfile to incorporate the new release (including its security and bugfix patches) along with updated integrity hashes for transitive dependencies. Sequence Diagram: Updated Cross-Origin Request Handling in webpack-dev-server 5.2.1sequenceDiagram
actor Client
participant WDS_Old as "webpack-dev-server <5.2.1"
participant WDS_New as "webpack-dev-server 5.2.1"
Client->>WDS_Old: Cross-origin HTTP request
WDS_Old-->>Client: Response (potentially less strict)
Note over Client, WDS_New: Later, with updated server (v5.2.1)
Client->>WDS_New: Cross-origin HTTP request
WDS_New->>WDS_New: Verify "Access-Control-Allow-Origin" policy
alt Request allowed by ACAO policy
WDS_New-->>Client: HTTP Response (with ACAO header)
else Request blocked by ACAO policy
WDS_New-->>Client: HTTP Error / Denied
end
Sequence Diagram: Updated WebSocket Connection Policy for IP in Origin Header in webpack-dev-server 5.2.1sequenceDiagram
actor Client
participant WDS_Old as "webpack-dev-server <5.2.1"
participant WDS_New as "webpack-dev-server 5.2.1"
Client->>WDS_Old: WebSocket request (Origin: IP_ADDRESS)
WDS_Old-->>Client: Connection established (potentially less strict)
Note over Client, WDS_New: Later, with updated server (v5.2.1)
Client->>WDS_New: WebSocket request (Origin: IP_ADDRESS)
WDS_New->>WDS_New: Verify Origin IP against "allowedHosts" & Host header
alt Origin IP allowed by configuration
WDS_New-->>Client: WebSocket Connection established
else Origin IP not allowed
WDS_New-->>Client: WebSocket Connection Error / Denied
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Bumps webpack-dev-server from 5.2.0 to 5.2.1.
Release notes
Sourced from webpack-dev-server's releases.
Changelog
Sourced from webpack-dev-server's changelog.
Commits
0d22a08chore(release): 5.2.16045b1echore(deps): update (#5444)ffd0b86fix: take the first network found instead of the last one, this restores the ...9ea7b08ci: update dependency-review-action (#5442)5c9378bMerge commit from forkd2575adMerge commit from fork8c1abc9fix: prevent overlay for errors caught by React error boundaries (#5431)5a39c70ci: update codecov/codecov-action to v5 (#5406)55220a8chore(deps-dev): bump the dependencies group across 1 directory with 4 update...09f6f8echore(deps): bump the dependencies group across 1 directory with 2 updates (#...You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Bump webpack-dev-server from 5.2.0 to 5.2.1 and regenerate lockfile
Bug Fixes:
Enhancements:
Chores: