Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.5k
chore: update dev dependencies#5030
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
BREAKING CHANGE: minimum supported Nodejs version is 14.15.0
* refactor!: allow only Array for the proxy option* test: fix ci* chore: fix lint
* chore: update core dependencies* chore: update webpack merge* chore: update snapshots
webpack-dev-middleware and other depscodecovbot commentedJan 16, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@## next #5030 +/- ##==========================================- Coverage 92.05% 82.96% -9.10%========================================== Files 15 15 Lines 1573 1573 Branches 597 597 ==========================================- Hits 1448 1305 -143- Misses 116 227 +111- Partials 9 41 +32 ☔ View full report in Codecov by Sentry. |
| -e, --extends <value...> Path to the configuration to be extended (only works when using webpack-cli). | ||
| -d, --devtool <value> A developer tool to enhance debugging (false | eval | [inline-|hidden-|eval-][nosources-][cheap-[module-]]source-map). | ||
| --no-devtool Negative 'devtool' option. | ||
| --entry <value...> A module that is loaded upon startup. Only the last one is exported. | ||
| --extends <value...> Path to the configuration to be extended (only works when using webpack-cli). |
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.
I think some bug, we have--extends two times in help output.
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.
I see, can you open an issue in webpack-cli?
snitin315Jan 19, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
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.
Let's keep this PR for devDeps only and update after doing patch release for webpack-cli.
Moved webpack-dev-middleware uprate to separate PR -#5032
webpack-dev-middleware and other deps@snitin315 I will try to make a release today |
@snitin315 Do we need to close it or rebase? |
Closing this |
Uh oh!
There was an error while loading.Please reload this page.
For Bugs and Features; did you add new tests?
No
Motivation / Use-Case
Update dev dependencies
Breaking Changes
None
Additional Info
No