Update parcel 2.9.3 → 2.10.0 (minor) #12232
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?
✳️ parcel (2.9.3 → 2.10.0) · Repo · Changelog
Release Notes
2.10.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 68 commits:
v2.10.0
Changelog for v2.10.0
Add include and exclude globs for CSS modules (#9301)
Declare correct Yarn version in the Parcel monorepo (#9303)
Limit default number of JS workers to 4 (#9300)
Transform `xml-stylesheet` processing instructions (#9102)
Bump word-wrap from 1.2.3 to 1.2.5 (#9165)
Bump postcss from 8.4.5 to 8.4.31 (#9288)
Add delete tracking and symlink/unlink to OverlayFS (#8857)
Remove unused utils dep from graph (#9293)
Add unstable manual shared bundles (#9251)
Experimental inline / deferred requires optimiser (#9221)
to-fs-fixture: Support nested fixtures and bundler options via identifier (#9233)
Web extension patches (#9068)
Wasm packager (#9009)
Fix bug with cache and glob entries (#9264)
Support "register" tools in module loader (#9285)
Add tests for non-identifier symbol names (#8388)
Don't autoinstall local files in package manager (#9242)
Bump swc (#9271)
Don't hide error when diagnostic is malformed (#9283)
Fix index page loading in dev server when bundle type isn't html (#9282)
Optimize bundler performance (#9266)
webmanifest - Add support for icons in file_handlers (#9152)
Bump lmdb (#9253)
Set ascii_only for swc emit (#9243)
Add support for Chrome Extension manifest V3 side_panel property. (#9178)
Updated parcelRequire.register to be minifiable (#9216)
Fix sass import edge case (#9256)
Only include registerLoadedBundle call if async bundle runtime is included (#9267)
achan3/P2X-1041 new disableSharedBundles config option (#9209)
Fix perf of lazy mode glob matches (#9260)
Ensure nested member expressions are marked used in dev mode (#9258)
`node:` should always be a builtin (#9250)
Add constant inlining (#9241)
Fix shorthand identifier import usage (#9222)
Support `node:` prefix for CJS dependencies (#9244)
Don't confuse workers with no-opt command line option (#9239)
deps/devDeps: bump @babel/ packages (#9226)
Add async resolver and JS transformer functions using rayon (#9147)
Merge all native Rust modules into one package (#9146)
Bump swc (#9234)
Bump swc (#9200)
Expose unstable_transform and unstable_resolve APIs (#9193)
Add unstable async bundle runtime to the JS Packager (#9227)
Selective lazy compilation (#9166)
initial test case & fix (#9195)
Removal of globalThis polyfill (#9199)
P2X-1023 exclude inline assests from PRL (#9194)
Add fsFixture test util (#8856)
Update parcel-query .stats (#9186)
Scopehoisting contributor documentation (#8402)
Fix new ESM loader runtime by moving to abs URLs (#9172)
Support parallel bundle imports in libraries (#9156)
Wrap parcel-query in a function (#9168)
Remove Flow suppression for require.resolve options (#9160)
Fix lazy compilation (#9093)
Fix duplicate asset references (#9109)
Fix signal type error in cli (#9154)
fix typo: lsit -> list (#9159)
Add import helper to decrease ESM loader runtime footprint (#9148)
Fix typo in README.md (#9110)
napi fix for invalid types (#9150)
Refresh cache before writing contents to bundle (#9123)
Bump oxipng from 6.0.0 -> 8.0.0 (#9135)
Migrate to swc_core (#9131)
Upstreaming bundle stats CLI and reporter (#9129)
Query glibc version only once to speed up JSTransformer on Linux (#9117)
✳️ resolve (1.22.6 → 1.22.8) · Repo
Commits
See the full diff on Github. The new version differs by 6 commits:
v1.22.8
[Tests] rename innocent test project to avoid flawed security scanners
[Tests] skip some tests for a broken `require.resolve` in node v8.9, v9.0-v9.2
v1.22.7
[Dev Deps] update `tape`
[Tests] avoid publishing "malformed package.json" test to avoid flawed security scanners
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