Skip to content

chore(deps): update dependency @swc/core to v1.3.50

Renovate Bot requested to merge renovate/swc-core-1.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.28 -> 1.3.50 age adoption passing confidence

Release Notes

swc-project/swc

v1.3.50

Compare Source

Bug Fixes
  • (es) Fix a crash related to an empty source map (#​7229) (c665918)

  • (es/codegen) Respect ascii_only for identifiers (#​7247) (e35097f)

  • (es/compat) Handle export function in reserved_word (#​7251) (2e947e7)

  • (es/minifier) Fix handling of optional chaining when hoist_props is enabled (#​7246) (a44fea1)

  • (es/parser) Use a hard error for missing r-paren in an if stmt (#​7223) (b1c40a4)

  • (es/parser) Reset ctx for cond while parsing a stmt (#​7232) (01db30f)

  • (es/parser) Parse const type parameters in arrow function expressions (#​7242) (6614886)

Features
Refactor
Testing
Build

v1.3.49

Compare Source

Features
Refactor

v1.3.47

Compare Source

Bug Fixes
Features
Refactor
  • (macros/ast-node) Drop darling to reduce compile time (#​7214) (3f61638)

v1.3.46

Compare Source

v1.3.45

Compare Source

Bug Fixes
Features
Testing

v1.3.44

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (cargo) Refactor Cargo.toml to reduce merge conflict (#​7139) (2826198)
Refactor
Build

v1.3.42

Compare Source

Bug Fixes
Features
  • (es/resolver) Make scope context identical to the vars (#​7095) (0f09e35)- general: Feat(css/minifier) Follow the CSS spec more rigorously (#​6291)

Description:

Full refactor of the "calc" simplification to be more compliant with the spec. (df09d2f)

Refactor
  • (es/fixer) Move comments with the insertion order (#​7097) (f250f24)

  • (es/resolver) Make syntax context for unresolved and top-level stable (#​7096) (c114f00)

v1.3.41

Compare Source

Bug Fixes
Performance
Refactor
  • general: Fix lints using clippy from nightly-2023-03-13 (#​6920) (963c460)

v1.3.40

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance

v1.3.39

Compare Source

Bug Fixes
  • (es/minifier) Bailout regex optimization on invalid flags (#​7020) (1318afe)

  • (es/transforms) Handle member object in missing else branch (#​7027) (5c7c8e0)

  • (es/transforms) Handle object shorthand in const_modules (#​7022) (0314869)

Documentation
Features
  • (common) Add an API to create a SourceFile without allocation (#​7029) (81495f5)
Miscellaneous Tasks
Performance
Testing

v1.3.38

Compare Source

Bug Fixes
  • (bindings/node) Fix visitBindingIdentifier (#​7000) (30cff01)

  • (es) Allow any kind of input source maps if it's enabled (#​7002) (da5367b)

  • (es/minifier) Don't skip expressions with side effects from seq inliner (#​7007) (cfeb088)

  • (es/minifier) Don't create invalid property names (#​7010) (bb2486c)

  • (es/parser) Fix parsing of an array spread in tsx properties (#​7011) (6d6731f)

  • (es/preset-env) Move findLast and findLastIndex to finished proposals (#​7012) (b46a724)

  • (es/typescript) Treat export default declarations as declarations (#​7017) (34f9ad3)

Features
Miscellaneous Tasks
Refactor

v1.3.37

Compare Source

Bug Fixes
  • (bindings/cli) Implement source-file-name and source-root options (#​6973) (3e3e41a)

  • (css/utils) Fix minification of class names with whitespace (#​6983) (cc1d9bd)

  • (es/decorator) Preserve evaluation order (#​6972) (703b340)

Miscellaneous Tasks
  • (es/parser) Reduce pre-allocation to reduce memory usage (#​6979) (f1e7a2a)
Testing

v1.3.36

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (bot) Allow org members to use bump comments (#​6942) (0324d5a)

  • (swc_nodejs_common) Remove swc_node_base from swc_nodejs_common (#​6940) (0771418)

v1.3.35

Compare Source

Bug Fixes
  • (es/minifier) Don't skip shorthand properties from sequential inliner (#​6918) (725d3fb)

  • (es/preset-env) Fix default target (#​6921) (85a8def)

  • (es/typescript) Fix handling of non-uppercase JSX elements (#​6928) (ebc65c7)

Miscellaneous Tasks

v1.3.34

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (bindings/cli) Enable preferUnplugged by default for the plugins (#​6912) (17f1c50)- general: Make issue templates mention no +1 (#​6894) (5d5140f)
Testing

v1.3.32

Compare Source

Bug Fixes
Testing
Build

v1.3.31

Compare Source

Bug Fixes
Features
  • (bindings/cli) Append sourceMappingURL= to the output (#​6873) (c4db8e4)

  • (es/loader) Support node: prefix from NodeModulesResolver (#​6868) (6b7249d)

v1.3.30

Compare Source

Bug Fixes
Features
  • (es/minifier) Improve compatibility of arrows with terser (#​6862) (d1687d8)
Miscellaneous Tasks

v1.3.29

Compare Source

Bug Fixes
Refactor

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports