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 js test packages #7

Merged
merged 1 commit into from Mar 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc/core (source) ^1.3.67 -> ^1.4.8 age adoption passing confidence
@vitest/coverage-v8 (source) ^0.32.2 -> ^0.34.6 age adoption passing confidence
vitest (source) ^0.32.2 -> ^0.34.6 age adoption passing confidence

Release Notes

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

v1.4.8

Compare Source

Bug Fixes
  • (es/module) Fix regression of resolving relative modules (#​8748) (f988b66)

  • (es/parser) Allow export after decorators when valid (#​8739) (663261b)

Miscellaneous Tasks

v1.4.7

Compare Source

Bug Fixes
  • (es/minifier) Fix eval of toString of array with holes (#​8727) (f3fbd9d)

  • (es/minifier) Do not evaluate slice calls with negative index (#​8726) (23f9635)

  • (es/minifier) Handle cyclic references while dropping unused properties (#​8725) (102241b)

  • (es/minifier) Fix evaluation of array literals with void 0 (#​8733) (aa0154d)

  • (es/minifier) Fix removal of array pattern bindings (#​8730) (312f0d8)

  • (es/minifier) Make Finalizer handle hoisted_props correctly (#​8738) (95761b7)

  • (es/proposal) Fix var placement for using transform (#​8732) (633cd89)

Features
Refactor
  • (es) Prepare wasm32-wasi-preview1-threads target support (#​8724) (e3acd14)

v1.4.6

Compare Source

Bug Fixes
Performance

v1.4.5

Compare Source

Bug Fixes
Features

v1.4.4

Compare Source

v1.4.2

Compare Source

Bug Fixes
Features
Testing

v1.4.1

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
  • (bindings) Remove bindings for experimental packages (#​8600) (6c50ff1)
Testing
Build

v1.4.0

Compare Source

Bug Fixes
Features
Refactor
Testing
  • (es/minifer) Update the passing terser test list (#​8573) (8b86638)

  • (es/testing) Ensure that test_inline! is working properly (#​8590) (872a47b)

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/minifie


Configuration

📅 Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@changeset-bot
Copy link

changeset-bot bot commented Jul 31, 2023

⚠️ No Changeset found

Latest commit: ebb25d5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/js-test-packages branch 5 times, most recently from 111ef0d to 4832192 Compare August 8, 2023 07:06
@renovate renovate bot force-pushed the renovate/js-test-packages branch 2 times, most recently from 878340a to acdc61f Compare August 16, 2023 04:56
@renovate renovate bot force-pushed the renovate/js-test-packages branch 2 times, most recently from 86cf8b5 to 535d39a Compare August 17, 2023 21:11
@renovate renovate bot force-pushed the renovate/js-test-packages branch 4 times, most recently from 2b23d7a to a22a20f Compare September 1, 2023 04:39
@renovate renovate bot force-pushed the renovate/js-test-packages branch 3 times, most recently from 82b9ee4 to f6dd3d6 Compare September 11, 2023 17:33
@renovate renovate bot force-pushed the renovate/js-test-packages branch 4 times, most recently from 16b716c to 2537fa7 Compare September 22, 2023 04:12
@renovate renovate bot force-pushed the renovate/js-test-packages branch 4 times, most recently from 4d2d45b to 4301bbb Compare September 29, 2023 11:08
@renovate renovate bot force-pushed the renovate/js-test-packages branch 2 times, most recently from 2726824 to aa3a679 Compare October 5, 2023 09:27
@renovate renovate bot force-pushed the renovate/js-test-packages branch from aa3a679 to 1964fb4 Compare October 13, 2023 07:45
@renovate renovate bot force-pushed the renovate/js-test-packages branch from 1964fb4 to bfeffdb Compare October 21, 2023 16:56
@renovate renovate bot force-pushed the renovate/js-test-packages branch from bfeffdb to f3948ce Compare October 24, 2023 16:28
@renovate renovate bot force-pushed the renovate/js-test-packages branch from f3948ce to fbce28b Compare November 5, 2023 09:05
@renovate renovate bot force-pushed the renovate/js-test-packages branch from fbce28b to a17f4dc Compare November 21, 2023 05:47
@renovate renovate bot force-pushed the renovate/js-test-packages branch from a17f4dc to 009518e Compare November 30, 2023 08:16
@renovate renovate bot force-pushed the renovate/js-test-packages branch from 009518e to e6f65de Compare December 18, 2023 07:39
@renovate renovate bot force-pushed the renovate/js-test-packages branch from e6f65de to af8cb5a Compare December 31, 2023 13:49
@renovate renovate bot force-pushed the renovate/js-test-packages branch 3 times, most recently from f5207f6 to 6dc0f3e Compare January 21, 2024 07:32
@renovate renovate bot force-pushed the renovate/js-test-packages branch 2 times, most recently from f303da3 to 89242bc Compare January 28, 2024 17:51
@renovate renovate bot force-pushed the renovate/js-test-packages branch from 89242bc to fffcc68 Compare February 5, 2024 10:06
@renovate renovate bot force-pushed the renovate/js-test-packages branch 2 times, most recently from 0557951 to 2e5711a Compare February 19, 2024 07:05
@renovate renovate bot force-pushed the renovate/js-test-packages branch 3 times, most recently from 206058e to b9e1e70 Compare March 8, 2024 11:12
@renovate renovate bot force-pushed the renovate/js-test-packages branch 2 times, most recently from e0a837c to 31fe4ff Compare March 14, 2024 06:22
@renovate renovate bot enabled auto-merge (squash) March 21, 2024 00:34
@renovate renovate bot force-pushed the renovate/js-test-packages branch from 31fe4ff to ebb25d5 Compare March 21, 2024 00:34
@renovate renovate bot merged commit 283e484 into main Mar 21, 2024
1 of 3 checks passed
@renovate renovate bot deleted the renovate/js-test-packages branch March 21, 2024 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants