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

chore(deps): update swc monorepo #595

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) 1.3.53 -> 1.3.92 age adoption passing confidence
@swc/helpers (source) 0.5.0 -> 0.5.2 age adoption passing confidence

Release Notes

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

v1.3.92

Compare Source

Bug Fixes
  • (es/compat) Fix scoping of explicit-resource-management (#​8044) (96a7a4d)

  • (es/compat) Transform default-exported class decorators correctly (#​8050) (a751f1c)

  • (es/compat) Use async and await correctly in block-scoping pass (#​8056) (8318ea8)

  • (es/module) Handle directives (#​8048) (4d8e101)

Miscellaneous Tasks
Refactor

v1.3.91

Compare Source

Bug Fixes
  • (es/compat) Use return statements for method and setter decorator (#​8017) (38bc710)

  • (es/compat) Generate OptCall for OptCall for private fields (#​8031) (06b6eb9)

  • (es/minifier) Check if object shorthand is skippable for seq inliner (#​8036) (01391e3)

  • (es/module) Sort the exported ESM bindings (#​8024) (990ca06)

  • (es/typescript) Rename wrong unresolved_mark (#​8018) (5817268)

  • (es/typescript) Preserve default value of an exported binding in a namespace (#​8029) (cf96171)

Documentation
Features
Miscellaneous Tasks
Refactor

v1.3.90

Compare Source

Bug Fixes
  • (es/codegen) Fix codegen of unicode surrogates (#​7985) (39c680d)

  • (es/codegen) Fix codegen of optional chaining expr with a comment (#​8005) (f07bb48)

  • (es/typescript) Handle DeclareCollect correctly (#​8008) (9d08b8a)

  • (es/typescript) Handle qualified access in assign pat (#​8012) (2f01aba)

v1.3.89

Compare Source

Bug Fixes
Refactor

v1.3.88

Compare Source

Features
  • (es/config) Accept jsc.experimental.keepImportAssertions (#​7995) (4d777ee)
Refactor

v1.3.87

Compare Source

Bug Fixes
  • (bindings/type) Update types of jsc.experimental (#​7972) (e40fccb)

  • (es/compat) Handle nullish in fn expr scope (#​7980) (5050f58)

  • (es/minifier) Do not inline into a template literal with sequential inliner (#​7971) (b3d3a7b)

v1.3.86

Compare Source

Bug Fixes
  • (es/compat) Handle PrivateName in logical_assignments (#​7958) (28318f0)

  • (es/minifier) Handle ModuleDecl when transform const modules (#​7959) (06ca1fe)

  • (es/module) Preserve import specifier if resolving fails (#​7955) (be5b02a)

Miscellaneous Tasks
  • (es/preset-env) Add the repository url to Cargo.toml (#​7941) (ca22359)

  • (es/preset-env) Ignore tp in the version of a browser version (#​7968) (005ddc5)

Refactor
Build

v1.3.85

Compare Source

Bug Fixes
  • (css/modules) Support composes when using multiple subclass selectors (#​7949) (05ca19b)

  • (es/compat) Handle single expression case in static block (#​7944) (a80aec4)

  • (es/minifier) Parse a file as a module only if opts.module is true (#​7943) (b87ac64)

Features
  • (es/compat) Support pure_getters for optional_chaining (#​7933) (c091c5e)

  • (es/module) Add an option to make resolver fully resolve index.js (#​7945) (7e8d72d)

v1.3.84

Compare Source

Bug Fixes

v1.3.83

Compare Source

Bug Fixes
Features
  • (es/codegen) Add an option to print assert for import attributes (#​7914) (ee75756)

v1.3.82

Compare Source

Bug Fixes
  • (common) Fix logic for excluding FileName from source maps (#​7900) (aa64955)

  • (es/module) Make jsc.paths fully resolve TypeScript files (#​7901) (c714dd2)

  • (es/resolver) Correctly resolve global value (#​7893) (2db10e9)

v1.3.81

Compare Source

Bug Fixes
  • (es/codegen) Fix placing of comments of yield arguments (#​7858) (122d14c)

  • (es/compat) Apply transforms for explicit resource management (#​7881) (3180e68)

  • (es/compat) Make SwitchCase handler of block-scoping stateless (#​7888) (4b33d41)

  • (es/dep-graph) Analyze import type children (#​7883) (057bd5f)

  • (es/minifier) Report is_fn_local even if var is hoisted (#​7876) (87a47bf)

  • (es/module) Don't create absolute paths for jsc.paths on Windows (#​7892) (5fbc251)

  • (swc-info) Use correct path while getting local package versions (#​7872) (67afaf1)

Features
Miscellaneous Tasks
Performance
Refactor
  • (es/minifier) Remove mutated and mutation_by_call_count (#​7890) (8db968a)

v1.3.80

Compare Source

Bug Fixes
  • (es/module) Fix logic for exact matches in jsc.paths (#​7860) (52a1ee7)

  • (es/module) Don't resolve as node_modules from TscResolver (#​7866) (11ebae1)

Miscellaneous Tasks
  • general: Remove unused files (e47f1c2)

v1.3.79

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.78

Compare Source

Bug Fixes
  • (es/codegen) Add quotes to property names when ascii_only is true (#​7820) (04921f3)

  • (es/compat) Remove wrong logic for object patterns in object_rest (#​7788) (3766a7c)

  • (es/minifier) Preserve cooked while compressing template literals (#​7773) (05990a9)

  • (es/minifier) Abort seq inliner if var is not fn_local or reassigned (#​7804) (f8ca366)

  • (es/minifier) Preserve more analysis data upon inlining (#​7823) (31de19e)

Features
  • (es/module) Improve error message about relative jsc.baseUrl (#​7827) (9099883)
Refactor

v1.3.77

Compare Source

Bug Fixes
Features
Refactor
  • (es/parser) Don't attempt to handle shebangs in read_token_number_sign (#​7803) (5e7834a)

v1.3.76

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
  • (es/compat) Improve time complexity of class_properties (#​7786) (76c6258)

v1.3.75

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.74

Compare Source

Bug Fixes

v1.3.73

Compare Source

Bug Fixes
  • (es/minifier) Handle synthesized export default expression (#​7707) (5ea6f27)

  • (es/utils) Fix string evaluation of array literals (#​7731) (e8c58cf)

Features
  • (es/preset-env) Update builtin definitions for core-js imports (#​7715) (b4f3332)
Testing
  • (es/compat) Add a test for optional chaining with loose mode (#​7726) (216c4f1)

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
  • (es/preset-env)

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.

@renovate renovate bot added topic/JavaScript🧶 Pull requests that update Javascript code 📦Dependencies Pull requests that update a dependency file labels May 15, 2023
@ghost
Copy link

ghost commented May 15, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from b41f002 to 05db8e0 Compare May 19, 2023 09:57
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 8194676 to 96a89e2 Compare July 5, 2023 03:47
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 6b41738 to 7d5c9bf Compare July 18, 2023 10:42
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 0ff0fba to ee17e7a Compare August 1, 2023 06:30
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 8b53d96 to 2497fcd Compare August 8, 2023 10:09
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 000c5bb to 76456f4 Compare August 16, 2023 04:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from aa3ae98 to 9aed9cf Compare September 1, 2023 06:13
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 924547d to d44ffaf Compare September 11, 2023 16:24
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from cab9a5e to eef845c Compare September 22, 2023 04:24
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 8434720 to db4ab05 Compare October 1, 2023 15:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📦Dependencies Pull requests that update a dependency file topic/JavaScript🧶 Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants