Update dependency @swc/core to v1.3.3 #316
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.3.2
->1.3.3
Release Notes
swc-project/swc
v1.3.3
Compare Source
Bug Fixes
(cli) Add missing comma (#5902) (ccca6d0)
(css/parser) Fix infinite loop about
@import
andlayer
(#5919) (10cdbed)(css/parser) Report an error for invalid
layer
in@import
(#5928) (64694dc)(es/minifier) Remove more pure calls (#5900) (83c7887)
(es/minifier) Fix analysis of assignments (#5924) (e303f7e)
(es/minifier) Prepend vars when dropping vars in a for loop initializer (#5930) (f222413)
(es/minifier) Track aliasing via assignments (#5940) (9764786)
Features
(css/minifier) Minify the name of
@keyframes
(#5894) (1dc5307)(css/parser) Parse more math functions in
@media
(#5904) (2bf2419)(es/minifier) Drop function identifier in a single pass (#5901) (aacf7aa)
(es/minifier) Collapse
let
without init (#5909) (19ce273)(es/minifier) Evaluate more expressions (#5926) (565bf31)
(es/minifier) Inline rest parameters of IIFE (#5929) (ac7b066)
(es/minifier) Improve analysis of reassignments (#5931) (e9c7041)
(es/minifier) Use char frequency data for property manglers (#5932) (5314ac5)
(es/minifier) Drop cycles in nested functions (#5933) (e16827c)
(es/minifier) Mangle labels (#5934) (7bcaaef)
(es/typescript) Support TS 4.9 (#5938) (5cddb4c)
(swc_core) Expose tty feature of
swc_common
ascommon_tty
(#5920) (72429d8)Performance
(es) Optimize memory layout of AST (#5829) (1a182ef)
(es/minifier) Make more passes parallel (#5906) (6bbd3f4)
(es/minifier) Invoke DCE only before the first compression (#5907) (1df7243)
(es/minifier) Optimize analyzer (#5908) (a9873e5)
Testing
(es) Accept arguments (#5916) (fe40d83)
(es/minifier) Add a test for a wrong issue (#5923) (0b34bcb)
(es/minifier) Add an execution test for a fixed issue (#5925) (31711e7)
(es/minifier) Remove analysis snapshot (#5939) (93964a8)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.