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

feat(deps): update swc monorepo #902

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swc-node/jest ^1.5.6 -> ^1.8.13 age adoption passing confidence
@swc/core (source) ^1.3.38 -> ^1.11.16 age adoption passing confidence
@swc/helpers (source) ^0.4.14 -> ^0.5.15 age adoption passing confidence

Release Notes

swc-project/swc-node (@​swc-node/jest)

v1.8.13

Compare Source

v1.8.12

Compare Source

v1.8.11

Compare Source

v1.8.10

Compare Source

v1.8.9

Compare Source

v1.8.8

Compare Source

v1.8.7

Compare Source

v1.8.6

Compare Source

v1.8.5

Compare Source

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://redirect.github.com/swc-node/core)[@​1](https://redirect.github.com/1).10.5...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).8.0

v1.7.0

Compare Source

v1.6.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://redirect.github.com/swc-node/core)[@​1](https://redirect.github.com/1).10.5...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).6.8

v1.6.7

Compare Source

v1.6.6

Compare Source

v1.6.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://redirect.github.com/swc-node/core)[@​1](https://redirect.github.com/1).10.1...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).6.5

v1.6.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://redirect.github.com/swc-node/core)[@​1](https://redirect.github.com/1).10.1...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).6.4

v1.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://redirect.github.com/swc-node/core)[@​1](https://redirect.github.com/1).10.1...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).6.3

v1.6.2

Compare Source

Bug Fixes
  • register: enforece module option in register/esm (#​694) (860d1f6)

v1.6.1

Compare Source

Bug Fixes
  • register: include esm files (8d6b0b7)

v1.6.0

Compare Source

Experimental esm support

node --loader=@​swc-node/register/esm ./src/index.ts in this project

src/index.ts

import assert from 'node:assert'
import test from 'node:test'

import { supportedExtensions } from 'file-type' // pure esm project

await test('file-type should work', () => {
  assert.ok(supportedExtensions.has('jpg'))
})

tsconfig.json

{
  "compilerOptions": {
    "target": "ESNext",
    "module": "ESNext",
  }
}

package.json

{
  "type": "module"
}

output

> node --loader=@​swc-node/register/esm ./src/index.ts

(node:77682) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:77682) ExperimentalWarning: The test runner is an experimental feature. This feature could change at any time
TAP version 13

### Subtest: file-type should work
ok 1 - file-type should work
  ---
  duration_ms: 0.642416
  ...
1..1

### tests 1
### pass 1

### fail 0
### cancelled 0

### skipped 0
### todo 0

### duration_ms 5.702292

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/jest](https://redirect.github.com/swc-node/jest)[@​1](https://redirect.github.com/1).5.9...[@​swc-node/register](https://redirect.github.com/swc-node/register)[@​1](https://redirect.github.com/1).6.0

v1.5.9

Compare Source

Note: Version bump only for package @​swc-node/jest

v1.5.7

Compare Source

Bug Fixes
  • register: always inline swc helpers (1d557ec)
swc-project/swc (@​swc/core)

v1.11.16

Compare Source

Miscellaneous Tasks

v1.11.15

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor
Testing

v1.11.13

Compare Source

Features
Performance

v1.11.12

Compare Source

Bug Fixes
Documentation
Features
Performance
  • (es/minifier) Merge dead_branch_remover into pure optimizer (#​10201) (6841523)

v1.11.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
Testing

v1.11.10

Compare Source

Bug Fixes
  • (es/proposal) Fix declarations for explicit-resource-management (#​10198) (99ba555)

  • (es/types) Add missing types for jsc.transform.react.refresh (#​10206) (e71b000)

  • (typescript) Skip the body of ArrowExpr in type usage analysis (#​10187) (9aca205)

Documentation
Features
Miscellaneous Tasks
Performance
  • (es/minifier) Do not repeat applying pure minifier on last (#​10196) (e6b7cee)
Refactor
Testing

v1.11.9

Compare Source

Bug Fixes
  • (es/compat) Hoist arguments in object method while lowering async functions (#​10167) (e764df2)

  • (es/minifier) Check array inline for indexed with dynamic key (#​10184) (c2fe4bf)

Features
Performance

v1.11.8

Compare Source

Bug Fixes
Features
Performance
Refactor
Ci

v1.11.7

Compare Source

Features

v1.11.6

Compare Source

Bug Fixes

v1.11.5

Compare Source

Bug Fixes
  • (es/lints) Capture errors and emit from the original thread (#​10119) (2304cd8)

  • (es/minifier) Skip inlining if the referential identity of a function matters (#​10123) (c08fe8d)

  • (ts/fast-strip) Throw object consistently (#​10122) (010ff2a)

Miscellaneous Tasks
Performance

v1.11.4

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance
Refactor

v1.11.1

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.10.18

Compare Source

Bug Fixes
Miscellaneous Tasks
  • (es/minifier) Make minify-all example ignore parsing errors (#​10045) (6c7ec46)
Build

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 6, 2023
@renovate renovate bot enabled auto-merge (rebase) August 6, 2023 16:06
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 8 times, most recently from cd479f9 to 81903a7 Compare August 10, 2023 14:51
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 8 times, most recently from 843de65 to a87c229 Compare August 18, 2023 07:44
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 11 times, most recently from 593d0d7 to 56bcbdb Compare August 27, 2023 22:56
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 429ad56 to 7fa8639 Compare December 30, 2024 03:37
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 14d0fd5 to de36acb Compare January 10, 2025 09:38
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 979a5e4 to fbe7775 Compare January 21, 2025 17:12
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 2504b36 to 503ff45 Compare January 29, 2025 21:33
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from ff283a1 to 4cbd757 Compare February 9, 2025 08:23
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 93f9373 to c43df63 Compare February 19, 2025 12:09
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 94fb822 to e5497fe Compare February 28, 2025 15:24
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from fcca7d3 to b005e65 Compare March 7, 2025 19:06
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from f4a34ce to 494fd01 Compare March 17, 2025 20:52
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 651e9ab to 7b55d89 Compare March 24, 2025 05:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 7b55d89 to cb54e2f Compare April 1, 2025 12:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from cb54e2f to 3811df6 Compare April 1, 2025 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants