Bump webpack-dev-server from 1.16.5 to 5.2.1#341
Bump webpack-dev-server from 1.16.5 to 5.2.1#341dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 1.16.5 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@v1.16.5...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>
There was a problem hiding this comment.
Pull request overview
This PR is a Dependabot update intending to bump webpack-dev-server to a newer major version for security/bugfix reasons, but the repo’s current webpack/node toolchain is still on very old majors.
Changes:
- Update
webpack-dev-serverversion inpackage.jsonto^5.2.1 - Update
package-lock.jsonto the newwebpack-dev-server@5.2.1dependency tree
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Bumps webpack-dev-server major version. |
| package-lock.json | Locks in webpack-dev-server@5.2.1 and its updated dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "react-zh-stroker": "^0.1.3", | ||
| "webpack": "^1.7.2", | ||
| "webpack-dev-server": "^1.14.1", | ||
| "webpack-dev-server": "^5.2.1", |
There was a problem hiding this comment.
webpack-dev-server@^5.2.1 is incompatible with the current toolchain in this repo: this project pins webpack to ^1.7.2 and advertises Node >=0.8.0, while webpack-dev-server@5 requires Node >=18.12 and expects webpack 5. As-is, gulp dev / the dev server setup will not run. Either keep webpack-dev-server on a 1.x-compatible version, or upgrade webpack (and the webpack-dev-server invocation/config) as part of the same change.
| "webpack-dev-server": "^5.2.1", | |
| "webpack-dev-server": "^1.16.5", |
Bumps webpack-dev-server from 1.16.5 to 5.2.1.
Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
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 (#...Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack-dev-server since your current version.
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.