Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

chore(deps): update dependency @swc/core to v1.3.72 #12

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 30, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

swc-project/swc (@​swc/core)

v1.3.72

Compare Source

Bug Fixes
  • (es/compat) Fix handling of private members in optional chaining pass (#​7610) (7ba7b6e)

  • (es/minifier) Do not drop used properties (#​7702) (f901b41)

  • (es/module) Do not determine module name for modules without exports in UMD (#​7718) (40136f7)

Features
Refactor

v1.3.71

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.70

Compare Source

Bug Fixes
  • (es/minifier) Fix a bug about eval of name mangler (#​7615) (6be1f70)

  • (es/minifier) Do not reuse identifier used for import bindings (#​7639) (a65be14)

  • (es/module) Skip CJS and AMD transformations for Script (#​7661) (a2d0408)

Features
Testing
Buiild

v1.3.69

Compare Source

Bug Fixes
  • (es/compat) Visit children of while statement in the generator pass (#​7624) (d2ac2c1)

  • (es/compat) Fix loose mode of the spread pass (#​7608) (a7daa5b)

  • (es/minifier) Don't drop unused properties of top-level vars (#​7638) (19ba714)

Features
Miscellaneous Tasks
  • (es/parser) Scope use of lexical to certain features (#​7644) (a961090)
Refactor
Build

v1.3.68

Compare Source

Bug Fixes
Features
  • (es/compat) Implement transform for explicit resource management (#​7376) (bcd5a1d)

  • (es/minifier) Drop unused properties (#​7534) (47d2edd)

  • (es/minifier) Compress common sub expressions in sequences (#​7587) (ff1ad95)

  • (es/optimization) Support default imports for const modules (#​7604) (ac02b84)

Refactor

v1.3.67

Compare Source

Bug Fixes
  • (es/minifier) Don't drop assignments to unused top-level variables (#​7581) (a685c88)

  • (es/parser) Adjust context while parsing type arguments of TypeScript type queries (#​7582) (9d5dda1)

  • (estree/compat) Adjust loc.col (#​7565) (d86f8f6)

Features
Miscellaneous Tasks
Refactor
Build

v1.3.66

Compare Source

Bug Fixes
Features
Testing

v1.3.65

Compare Source

Bug Fixes
Features

v1.3.64

Compare Source

Bug Fixes

v1.3.63

Compare Source

Bug Fixes
  • (es/codegen) Remove extra spaces in AssignPatProp and KeyValuePatProp (#​7488) (064bcf4)

  • (es/compat) Make stage 3 decorator pass use correct state for inner classes (#​7508) (cc4146c)

  • (es/minifier) Infect mutation when assigning a property (#​7503) (7f9f0b8)

  • (es/react) Default to empty string when emitting refresh signature (#​7514) (8e933c8)

Features
Performance
  • (css/prefixer) Convert macro to a function call to reduce binary size (#​7507) (d545df6)

  • (es) Use &dyn Comments to reduce binary size (#​7489) (2c3ac68)

  • (es) Use &dyn Comments for jsx and TypeScript (#​7490) (abd62bc)

Refactor

v1.3.62

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance

v1.3.61

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Testing

v1.3.60

Compare Source

Bug Fixes
Features
  • (plugin/runner) Enable in-memory precompiled module cache (#​7420) (f8fe365)
Refactor

v1.3.59

Compare Source

Bug Fixes
  • (common) Disable tracing/release_max_level_info (#​7401) (95291f2)

  • (es/codegen) Do not create duplicate source map entry (#​7309) (40ba242)

  • (es/compat) Mark reserved function names private (#​7298) (dba78a0)

  • (es/minifier) Mark all function params as potential property mutation (#​7409) (5dbbbea)

  • (es/minifier) Prevent inlining vars assigned outside current function scope (#​7414) (40d2bf7)

  • (es/parser) Fix parsing of module identifier (#​7400) (1d3f320)

  • (es/parser) Fix parsing of > in typescript mode (#​7407) (57ad722)

Miscellaneous Tasks
Refactor
Testing

v1.3.58

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.57

Compare Source

Bug Fixes
Features
Refactor
Build

v1.3.56

Compare Source

Bug Fixes
Features

v1.3.55

Compare Source

Bug Fixes
Features

v1.3.54

Compare Source

Bug Fixes
Testing

v1.3.53

Compare Source

Bug Fixes
  • (es) Fix a crash related to source map (#​7307) (e7f7b01)

  • (es/helpers) Remove unnecessary parameters in helper_expr! macro (#​7296) (38dfb91)

  • (es/modules) Support jsc.baseUrl without jsc.paths (#​7302) (9c279b8)

  • (es/parser) Fix handling of in and out of typescript (#​7308) (6f81cb9)

  • (testing) Fix path normalization on windows for testing diffs (#​7299) (3422923)

Miscellaneous Tasks
  • general: Update issue template to prevent useless issues (#​7303) (9816ba2)
Testing

v1.3.52

Compare Source

Bug Fixes
Performance
Build

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
  • (bindings/node) Fix loading of spack.config.js (#​7105) (a4d1af1)

  • (es/ast) Fix EqIgnoreSpan impl of `Numbe


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.


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

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

@renovate renovate bot force-pushed the renovate/swc-monorepo branch from bd4e7d5 to 8eae372 Compare June 4, 2023 02:34
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.61 chore(deps): update dependency @swc/core to v1.3.62 Jun 4, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 8eae372 to 9b23688 Compare June 14, 2023 23:49
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.62 chore(deps): update dependency @swc/core to v1.3.64 Jun 14, 2023
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.64 chore(deps): update dependency @swc/core to v1.3.66 Jun 22, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 9b23688 to fef0c82 Compare June 22, 2023 02:40
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from fef0c82 to 6fa142d Compare June 30, 2023 02:56
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.66 chore(deps): update dependency @swc/core to v1.3.67 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 6fa142d to 03040f7 Compare July 5, 2023 02:39
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.67 chore(deps): update dependency @swc/core to v1.3.68 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 03040f7 to e0853d5 Compare July 13, 2023 05:21
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.68 chore(deps): update dependency @swc/core to v1.3.69 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from e0853d5 to 29f8068 Compare July 19, 2023 20:50
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.69 chore(deps): update dependency @swc/core to v1.3.70 Jul 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.70 chore(deps): update dependency @swc/core to v1.3.71 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 29f8068 to 27f035a Compare July 25, 2023 08:55
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 27f035a to 6746db8 Compare July 29, 2023 05:12
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.71 chore(deps): update dependency @swc/core to v1.3.72 Jul 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants