Update webpack 5.97.1 → 5.98.0 (minor) #636
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.97.1 → 5.98.0) · Repo
Release Notes
5.98.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 34 commits:
5.98.0
chore: adopt the new webpack governance model (#18804)
fix: node async wasm loader now use `output.module` to determinate code generation (#19210)
perf: use startsWith for matching instead of converting the string to a regex
chore: fix typo (#19205)
fix: respect `output.charset` everywhere (#19202)
fix: strip `blob:` protocol when public path is `auto` (#19199)
feat: implement `/* webpackIgnore: true */` for `require.resolve` (#19201)
fix(types): correct BuildInfo and BuildMeta type definitions (#19200)
ci: fix
perf: optimize assign-depths in compilation
(perf) optimize assign-depths
fix: use module ids for final render order
(test) add case for sort by module ids
(fix) Use module ids for final render order
docs: improved readme.md by adding video links for understanding webpack
fix: preserve `filenameTemplate` in new split chunk for `cacheGroups`
chore: fixed incorrect typecast in `DefaultStatsFactoryPlugin`
fix: preserve filenameTemplate in new split chunk
test: add split-chunks-cache-group-filename to statsCases
chore: fixed incorrect typecast in `DefaultStatsFactoryPlugin`
Improved readme.md by adding video links for understanding webpack
perf: improve FlagDependencyExportsPlugin for large JSON by depth
fix: `JsonExportsDependency` cache
fix: mf parse range not compat with safari
chore(deps): bump nanoid from 3.3.7 to 3.3.8
fix: mf parse range not compat with safari
refactor: use `module.parser.json.exportsDepth`
fix: should not escape CSS local ident in JS
chore(deps): bump nanoid from 3.3.7 to 3.3.8
fix: avoid the deprecation message
fix: avoid the deprecation message
fix: should not escape css local ident in js
perf: improve FlagDependencyExportsPlugin for large JSON by depth
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