Popup-my-Bookmarks
Popup-my-Bookmarks copied to clipboard
chore(deps): update dependency @swc/core to v1.2.246
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @swc/core (source) | 1.2.224 -> 1.2.246 |
Release Notes
swc-project/swc
v1.2.246
Bug Fixes
-
(es/compat) Handle
yieldin block scoping pass (#5668) (4820f0c) -
(es/compat) Don't move variables from object-rest pass (#5673) (edef5f8)
-
(es/minifier) Don't inline variables declared multiple times (#5667) (fd39bb6)
-
(es/typescript) Mark a namespace as concrete only if it is (#5670) (4babf4a)
Features
-
(es/minifier) Exclude
JSONfrom alias list (#5698) (fc28242) -
(es/minifier) Ignore closure in initializer from sequential inliner (#5702) (217f519)
-
(es/minifier) Remove useless ES version check (#5703) (5e2b6d5)
Performance
Testing
v1.2.245
Bug Fixes
-
(css/minifier) Don't compress
nonefor keyframes (#5663) (4a5e347) -
(css/parser) Improve parsing of media queries (#5567) (5c28d00)
-
(es/compat) Fix evaluation order of computed class keys (#5621) (d18ee54)
-
(es/fixer) Handle
asyncin the left offor of(#5625) (eb3b0e9) -
(es/minifier) Fix optimization of template literals with escape (#5650) (100f359)
Documentation
Features
Miscellaneous Tasks
- general: Update download count image url (7c554fc)
Performance
Testing
-
(es/transforms) Enable tests for resolved issues (#5651) (efd6a36)
-
(es/transforms) Add tests for fixed issues (#5655) (2cddb24)
-
(es/transforms) Respect directives in tsc tests (#5648) (095cbf1)
v1.2.244
Bug Fixes
-
(es/compat) Ignore invalid class method names (#5612) (1181d0f)
-
(es/compat) Handle
superin a private method (#5613) (35d3558) -
(es/compat) Revert generator reimplementation (#5624) (927ae7e)
-
(es/fixer) Wrap expressions in the left of a binary expression (#5586) (3d485d2)
-
(es/helpers) Fix
_classStaticPrivateFieldUpdate(#5620) (d483eb1)
Features
-
(cli) Enable LTO by default for the plugins (#5617) (3d2ee6d)
-
(es/generator) Replace generator implementation with one from tsc (#5173) (2aa0090)
-
(es/generator) Use new generator implementation (#5627) (83fec33)
-
(swc_core) Update dependencies and fix build script (#5610) (fad1367)
Testing
Build
v1.2.242
Bug Fixes
-
(es/compat) Use separate
SyntaxContextfor class names (#5566) (b717a68) -
(es/compat) Fix destructuring assignments and updates of super properties (#5576) (bee26a9)
-
(es/compat) Fix destructuring assignments and updates of super properties in async method (#5580) (8645251)
-
(es/helpers) Fix
_classStaticPrivateFieldSpecSet(#5597) (0533d56) -
(es/parser) Allow expr to follow
ClassExpr(#5572) (78dd071) -
(es/parser) Fix false-positives of yield used as a parameter in generator (#5564) (c3f6258)
Features
-
(es/plugin) Provide
swc_corediagnostic from plugin (#5591) (a3e855f) -
(html/minifier) Improve minification modes (#5568) (3cb6fc2)
Miscellaneous Tasks
Testing
-
(es/transforms) Enable tests for fixed issues (#5583) (0f6649c)
-
(es/transforms) Copy execution tests from babel (#5578) (e2fedb9)
Build
v1.2.241
Bug Fixes
-
(es/compat) Handle
asyncin class method parameters (#5560) (f2c1164) -
(es/fixer) Wrap
yieldexpression inextends(#5555) (b14d69e)
Features
-
(es/minifier) Optimize more string property names (#5545) (7487e33)
-
(es/minifier) Optimize numeric property names (#5548) (38b8ca0)
-
(es/minifier) Remove more functions and classes (#5552) (69f8945)
Miscellaneous Tasks
Testing
v1.2.239
Bug Fixes
-
(css/codegen) Improve output of
@supports(#5529) (0f45822) -
(es/fixer) Wrap first
functionorclassof a sequence expression (#5508) (f27ed73) -
(es/fixer) Fix handling of
yieldandawait(#5533) (7394dee)
Features
-
(api/rust) Implement more traits for public types (#5488) (75c8e09)
-
(css/prefixer) Support more env properties and values (#5512) (674c788)
-
(es/minifier) Ignore recursive usage for function calls and pure calls (#5526) (d2f3e29)
-
(es/plugin/runner) Add more traces for the plugin host (#5538) (d46418b)
-
(es/react) Add
VisitMutbound to the return type of react preset (#5499) (14606d9)
Testing
v1.2.237
Bug Fixes
Features
v1.2.235
Bug Fixes
-
(plugin/proxy) Fix a compilation attribute (#5495) (ca82f64)
-
(swc_core) Revert crate version metadata patch (#5501) (ef1f259)
Features
-
(es/compat) Fix syntax context of transpiled class methods (#5498) (b9933b1)
-
(swc_core) Provide build-time metadata diagnostics (#5494) (808e68b)
Refactor
Build
v1.2.233
Build
v1.2.232
Bug Fixes
-
(es/minifier) Fix context of call/new expressions (#5487) (40bb695)
-
(es/plugin) Share
SourceFilefor plugin transforms (#5475) (ff7f6f6)
v1.2.231
Bug Fixes
Performance
Refactor
Build
v1.2.230
Features
-
(css/parser) Parse
@font-feature-valuesat-rule (#5468) (eebdfdb) -
(node) Use published version of
swc_corefor node binding (#5481) (9d04f24)
Miscellaneous Tasks
Testing
v1.2.229
Bug Fixes
v1.2.228
Bug Fixes
-
(css/ast) Use list of component values for error recovery (#5467) (555b6a3)
-
(es/plugin) Revert rustc upgrade to workaround a bug of
rkyv(#5476) (c918975)
v1.2.227
Bug Fixes
Features
Miscellaneous Tasks
Refactor
Build
v1.2.226
Bug Fixes
-
(es/ast) Fix json deserialization of
AssignExpr(#5179) (53627af) -
(es/fixer) Remove useless parentheses around
**(#5424) (7116636) -
(es/fixer) Remove needless parens for nested
??(#5432) (e359903) -
(es/utils) Allow
quote_ident!working withswc_core(#5409) (c227325)
Documentation
Features
Miscellaneous Tasks
Refactor
Testing
Build
Configuration
📅 Schedule: Branch creation - "after 12am and before 4am" in timezone Etc/UTC, Automerge - "after 4am and before 7am" in timezone Etc/UTC.
🚦 Automerge: Enabled.
♻ 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.