Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update swc monorepo #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/cli 0.1.59 -> 0.1.62 age adoption passing confidence
@swc/core (source) 1.3.25 -> 1.3.51 age adoption passing confidence
@swc/jest 0.2.24 -> 0.2.26 age adoption passing confidence

Release Notes

swc-project/cli

v0.1.62

Compare Source

v0.1.61

Compare Source

v0.1.60

Compare Source

swc-project/swc

v1.3.51

Compare Source

Bug Fixes
Features
  • (es/modules) Use function instead of arrow function unconditionally (#​7273) (5d3313a)
Miscellaneous Tasks
Refactor
Build

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

v1.3.28

Compare Source

Bug Fixes
  • (es/codegen) Fix codegen of string literals with \x000 (#​6838) (df70261)

  • (es/minifier) Don't inline into await from sequential inliner (#​6839) (21e1478)

Miscellaneous Tasks
Performance
Refactor

v1.3.27

Compare Source

Bug Fixes
Features
Testing

v1.3.26

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Testing
swc-project/jest

v0.2.26

Compare Source

v0.2.25

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants