Update webpack 5.99.6 → 5.99.7 (patch) #665
Merged
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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ webpack (5.99.6 → 5.99.7) · Repo
Release Notes
5.99.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
chore(release): 5.99.7
chore(deps-dev): bump @types/node in the dependencies group (#19466)
ci: temporary disable
ci: update github action too (#19465)
chore: fix example
ci: fix examples command
ci: update examples automatically (#19464)
fix: don't skip export generation for default reexport (#19463)
fix: module library export generation for reexport (#19459)
fix: avoid module concatenation in child compilation for `module` library (#19457)
chore: refactor plugin name (#19456)
chore(deps): bump es-module-lexer in the dependencies group (#19455)
fix: ensure HMR recover gracefully when CSS module with error
chore: fix types
test: refactor
fix: missing `@types/json-schema` in types
fix: respect `cause` of any errors and `errors` of `AggregateError` in stats
fix: missing `@types/json-schema` in types
refactor: test
refactor: logic
test: fix
fix: respect the `cause` of any errors and the `errors` of `AggregateError` in stats
test: fix skipping the `css` test
fix: test skipped by mistake
Add test
Merge pull request #19447 from webpack/chore-improve-lint
chore: more jsdocs
chore: no `camelcase` for tests
chore: no `object-shorthand` for tests
chore: no `no-var` for tests
chore(deps-dev): bump the dependencies group with 2 updates (#19446)
chore: refactor linting configurations
chore: initial work on benchmarks (#19436)
docs: update contributing.md to reflect current labels (#19440)
chore(deps-dev): bump the dependencies group with 3 updates (#19443)
fix: ensure HMR recover gracefully when `module render error` occur
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands