Update webpack: 5.65.0 → 5.66.0 (minor) #92
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ webpack (5.65.0 → 5.66.0) · Repo
Release Notes
5.66.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
5.66.0
Merge pull request #15047 from dtanders/Fix-MultiItemCache-Stack-Exhaustion
Merge pull request #14998 from JakobJingleheimer/support-cjs-static-named-exports
Merge pull request #15010 from webpack/test/large-cache-file
update cli snapshot
Merge branch 'main' into support-cjs-static-named-exports
fix target expression
Merge pull request #15041 from markjm/markjm/aggregate-timeout
use forEachBail from enhanced-resolve
Merge pull request #14434 from buzuosheng/fix-chunkId
Merge pull request #14628 from artonge/patch-1
Merge pull request #15118 from markjm/markjm/graceful-fs
Merge pull request #15121 from jeange1003/main
fix: add CORS methods and headers for lazyCompilation
Upgrade graceful-fs to support throwIfNoEntry in input/output filesystem
Limit change to absoluteResourcePath
Update snapshots
cleanup
Use resource path when possible for absoluteResourcePath
update snapshots
chunkIds[i] -> chunkId
Change the way the MultiItemCache iterates over items to prevent stack exhaustion when it has a large number of items.
Lower default aggregateTimeout to 20ms
add new `output.library.type` per Tobias's feedback
Merge pull request #14894 from webpack/feature/css-modules
only compute order once
avoid hoisting css externals
Ordering and conflicting order warning
add `output.cssChunkFilename`
consistent whitespace in test case
nitpicks
Merge pull request #15005 from webpack/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.0
Merge pull request #15006 from webpack/dependabot/npm_and_yarn/types/eslint-scope-3.7.2
Merge pull request #14966 from webpack/dependabot/npm_and_yarn/assemblyscript-0.19.22
update generated code
chore(deps): bump @types/eslint-scope from 3.7.1 to 3.7.2
chore(deps): bump terser-webpack-plugin from 5.2.5 to 5.3.0
add large css test case
allow nested @media
add support for `@keyframes`, `animation`, CSS Variables
WIP: generate static property assignment exports
update example
add uniqueName for css module classes
add future test cases
improve css exports transfer format for the common case
add :local/:global function support for css modules
add basic css modules support
improve test case to check correct data
add support for :export {} block
chore(deps-dev): bump assemblyscript from 0.19.20 to 0.19.22
Merge pull request #14915 from webpack/fix-info-merging-for-assets
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