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 deps
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. |
snitin315
commented
Jan 16, 2024
Comment on lines
+49
to
+53
| -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). |
Member
Author
There was a problem hiding this comment.
I think some bug, we have --extends two times in help output.
Member
There was a problem hiding this comment.
I see, can you open an issue in webpack-cli?
Member
Author
There was a problem hiding this comment.
Member
Author
There was a problem hiding this comment.
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
Member
|
@snitin315 I will try to make a release today |
Member
|
@snitin315 Do we need to close it or rebase? |
Member
Author
|
Closing this |
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.
For Bugs and Features; did you add new tests?
No
Motivation / Use-Case
Update dev dependencies
Breaking Changes
None
Additional Info
No