Skip to content

Conversation

@renovate
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/core (source) 1.3.51 -> 1.3.101 age adoption passing confidence
@swc/jest 0.2.23 -> 0.2.29 age adoption passing confidence

Release Notes

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

v1.3.101

Compare Source

Bug Fixes
Features
  • (es/ast) Add as_import_with to ObjectLit to provide easier API (#​8405) (daf6265)
Miscellaneous Tasks
Performance
Refactor
Build

v1.3.100

Compare Source

Bug Fixes
Miscellaneous Tasks
Build

v1.3.99

Compare Source

v1.3.96

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.3.95

Compare Source

Bug Fixes
  • (es/compat) Don't add pure annotations to dummy spans (#​8172) (9ceb57b)

  • (es/minifier) Always consider reassigned when inlining (#​8168) (c26a225)

  • (es/typescript) Support ts_enum_is_mutable with const enums (#​8171) (02d0613)

Build

v1.3.94

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.93

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (es/minifier) Fix script for extracting test cases from next.js app (#​8092) (a2d0779)
Refactor

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
  • (es/minifier) Respect toplevel and module options (#​7671) (9893bd2)

  • (es/minifier) Respect top-level when invoking IIFE ([#​7690](http


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 force-pushed the renovate/swc-monorepo branch 2 times, most recently from 7a06c4a to 13b9bfa Compare April 19, 2023 22:14
@renovate renovate bot changed the title Update dependency @swc/jest to v0.2.26 Update swc monorepo Apr 19, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from ca3ab3f to 69ff9c3 Compare April 25, 2023 15:55
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 69ff9c3 to 0821bb4 Compare April 29, 2023 15:36
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 032abee to 60fb38e Compare May 15, 2023 05:53
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from bb7d70c to 521560a Compare May 25, 2023 06:31
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 13cc86a to 58d30a0 Compare June 3, 2023 12:58
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from a713aab to 3477e8a Compare June 19, 2023 05:27
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 3477e8a to d95aadf Compare June 20, 2023 14:22
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 5b34fe5 to affe272 Compare July 5, 2023 03:47
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from a69390b to ca3bb1b Compare July 13, 2023 06:50
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 8c009ee to ad831a1 Compare July 25, 2023 07:31
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from ba9eaca to 968d318 Compare August 3, 2023 00:47
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from fe56d76 to 60b1a25 Compare August 12, 2023 07:50
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from b633144 to 1ce3a46 Compare August 22, 2023 23:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from 701e1c8 to a966860 Compare September 1, 2023 06:01
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 9cbc781 to 66a7f74 Compare September 11, 2023 19:41
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from 1e32f2c to e7bced3 Compare September 22, 2023 04:29
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 0a2dadd to da03445 Compare September 27, 2023 04:43
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 7f9a8f7 to 284af73 Compare October 5, 2023 09:11
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 23e7ee9 to e36c0e0 Compare October 18, 2023 10:55
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 4e63f52 to d4e1ddc Compare October 24, 2023 16:19
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from d4e1ddc to ef52f9b Compare November 5, 2023 06:40
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from ef52f9b to 88271fd Compare November 21, 2023 04:34
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 88271fd to 6b97072 Compare November 30, 2023 07:37
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 6b97072 to 5519e89 Compare December 19, 2023 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant