-
Notifications
You must be signed in to change notification settings - Fork 0
Bump webpack-dev-server from 3.11.3 to 6.0.0 in /dev in the npm_and_yarn group across 1 directory #1
base: main
Are you sure you want to change the base?
Bump webpack-dev-server from 3.11.3 to 6.0.0 in /dev in the npm_and_yarn group across 1 directory #1
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
| "three": "^0.137.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.16.7", | ||
| "@babel/core": "^8.0.1", | ||
| "@babel/preset-env": "^7.16.8", | ||
| "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", | ||
| "babel-loader": "^8.2.3", | ||
|
|
@@ -27,6 +27,6 @@ | |
| "fork-ts-checker-webpack-plugin": "^6.2.0", | ||
| "webpack": "^5.27.2", | ||
| "webpack-cli": "^4.9.1", | ||
| "webpack-dev-server": "^3.11.2" | ||
| "webpack-dev-server": "^6.0.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Webpack below dev-server peerHigh Severity
Reviewed by Cursor Bugbot for commit 900aacf. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dev-server v6 invalid optionsHigh Severity Raising Reviewed by Cursor Bugbot for commit 900aacf. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dev-server needs Node 22Medium Severity
Reviewed by Cursor Bugbot for commit 900aacf. Configure here. |
||
| } | ||
| } | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Babel core eight loader seven
High Severity
@babel/coreis moved to^8.0.1whilebabel-loaderstays on^8.2.3, which declares a peer of@babel/core^7.0.0. The dev webpack pipeline transpiles.js/.tsxthroughbabel-loader, so this mismatch can break builds or fail installs under strict peer checks.Reviewed by Cursor Bugbot for commit 900aacf. Configure here.