chore(deps): update dependency @swc/core to v1.10.9 #2357
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.
This PR contains the following updates:
1.10.8
->1.10.9
Release Notes
swc-project/swc (@swc/core)
v1.10.9
Compare Source
Bug Fixes
Documentation
Parallel
(#9896) (9962c9c)Features
(es/minifier) Print total size from
minify-all
example (#9897) (134000f)(es/minifier) Turn
1 * v
into+v
(#9903) (a228347)(es/minifier) Compress
foo ? num : 0
intonum * !!foo
(#9908) (ce22557)Miscellaneous Tasks
minify-all
example (#9899) (2d87b89)Performance
(es/minifier) Make character frequency analysis parallel (#9895) (ca2fd1e)
(es/minifier) Parallelize handling of class members (#9900) (ed74839)
(es/minifier) Adjust threshold for parallel char frequency calculation (#9901) (47ea8de)
(es/minifier) Do heavy operation only if required (#9902) (2687231)
(es/minifier) Cache
var_or_default
calls (#9909) (4a3be8d)(es/minifier) Invert cache to be really a cache (#9910) (8bfb0e5)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.