Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps): update dependency @swc/core to v1.3.107 - autoclosed #1040

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.3.107

Compare Source

Bug Fixes
  • (es/codegen) Do not produce octal literals (#​8565) (07634a0)

  • (es/decorator) Skip TypeScript class method/prop declarations (#​8555) (6a8dd8c)

  • (es/decorator) Preserve state while traversing the module_items scope (#​8556) (f416aff)

  • (es/loader) Make tsc resolver work for bare specifier (#​8550) (d6a4615)

v1.3.106

Compare Source

Bug Fixes
Features
Miscellaneous Tasks

v1.3.105

Compare Source

Bug Fixes
Miscellaneous Tasks
Testing

v1.3.104

Compare Source

Bug Fixes

v1.3.103

Compare Source

Bug Fixes
Documentation
Features
  • (html/parser) Allow self-closing /> on non-void HTML elements via a flag (#​8460) (566063d)
Refactor
Testing

v1.3.102

Compare Source

Bug Fixes

v1.3.101

Compare Source

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

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 changed the title chore(deps): update dependency @swc/core to v1.3.68 chore(deps): update dependency @swc/core to v1.3.68 - autoclosed Jul 11, 2023
@renovate renovate bot closed this Jul 11, 2023
@renovate renovate bot deleted the renovate/swc-core-1.x-lockfile branch July 11, 2023 03:47
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.68 - autoclosed chore(deps): update dependency @swc/core to v1.3.68 Jul 13, 2023
@renovate renovate bot reopened this Jul 13, 2023
@renovate renovate bot restored the renovate/swc-core-1.x-lockfile branch July 13, 2023 04:27
@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-core-1.x-lockfile branch 2 times, most recently from ec341cb to 0dfd6e2 Compare July 17, 2023 09:35
@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 18, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 0dfd6e2 to 8caa872 Compare July 18, 2023 10:52
@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-core-1.x-lockfile branch from 8caa872 to bece4cc Compare July 25, 2023 06:51
@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 28, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from bece4cc to e7ded57 Compare July 28, 2023 22:49
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.72 chore(deps): update dependency @swc/core to v1.3.73 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from e7ded57 to f86625e Compare August 1, 2023 09:20
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.73 chore(deps): update dependency @swc/core to v1.3.74 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from f86625e to 04910ae Compare August 3, 2023 02:13
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.74 chore(deps): update dependency @swc/core to v1.3.75 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 04910ae to 782e885 Compare August 8, 2023 06:56
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.75 chore(deps): update dependency @swc/core to v1.3.76 Aug 10, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 782e885 to 562de62 Compare August 10, 2023 12:28
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.76 chore(deps): update dependency @swc/core to v1.3.77 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 562de62 to 06716c4 Compare August 16, 2023 05:06
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.77 chore(deps): update dependency @swc/core to v1.3.78 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 06716c4 to 844d9e4 Compare August 17, 2023 21:25
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.78 chore(deps): update dependency @swc/core to v1.3.79 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 844d9e4 to b4d6d71 Compare August 25, 2023 09:32
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.79 chore(deps): update dependency @swc/core to v1.3.80 Aug 25, 2023
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.92 chore(deps): update dependency @swc/core to v1.3.93 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from d62c7c1 to 7f4360a Compare October 13, 2023 06:28
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 7f4360a to a5e4b0d Compare October 21, 2023 13:55
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.93 chore(deps): update dependency @swc/core to v1.3.94 Oct 21, 2023
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.94 chore(deps): update dependency @swc/core to v1.3.95 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from a5e4b0d to 91a2d2c Compare October 25, 2023 03:28
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.95 chore(deps): update dependency @swc/core to v1.3.96 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 91a2d2c to ef13414 Compare November 5, 2023 09:10
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.96 chore(deps): update dependency @swc/core to v1.3.99 Nov 21, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from ef13414 to 97516ec Compare November 21, 2023 06:05
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.99 chore(deps): update dependency @swc/core to v1.3.100 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 97516ec to a360a6d Compare November 30, 2023 11:46
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from a360a6d to 0833950 Compare December 18, 2023 07:10
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.100 chore(deps): update dependency @swc/core to v1.3.101 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 0833950 to 024355e Compare December 31, 2023 17:14
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.101 chore(deps): update dependency @swc/core to v1.3.102 Dec 31, 2023
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 024355e to 8e17d3a Compare January 15, 2024 06:25
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.102 chore(deps): update dependency @swc/core to v1.3.103 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 8e17d3a to 82b9aaf Compare January 17, 2024 13:39
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.103 chore(deps): update dependency @swc/core to v1.3.104 Jan 17, 2024
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 82b9aaf to 2b06b8a Compare January 21, 2024 04:30
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.104 chore(deps): update dependency @swc/core to v1.3.105 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 2b06b8a to 6a0f8bb Compare January 25, 2024 06:39
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.105 chore(deps): update dependency @swc/core to v1.3.106 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/swc-core-1.x-lockfile branch from 6a0f8bb to 228f8dd Compare January 28, 2024 16:32
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.106 chore(deps): update dependency @swc/core to v1.3.107 Jan 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency @swc/core to v1.3.107 chore(deps): update dependency @swc/core to v1.3.107 - autoclosed Feb 5, 2024
@renovate renovate bot closed this Feb 5, 2024
@renovate renovate bot deleted the renovate/swc-core-1.x-lockfile branch February 5, 2024 10:34
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.

0 participants