Skip to content

feat(deps): update swc monorepo #902

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

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.31 age adoption passing confidence
@swc/helpers (source) ^0.4.14 -> ^0.5.17 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.31

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor

v1.11.29

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Build

v1.11.24

Compare Source

v1.11.22

Compare Source

Bug Fixes
Features
  • (bindings/core) Enhance existing parse function to accept both string and buffer types(#​10371) (c9a2afc)

  • (css/prefixer) Fix default implementation (#​10351) (34f4e41)

Miscellaneous Tasks
Performance
Refactor
Testing

v1.11.21

Compare Source

Bug Fixes
Miscellaneous Tasks
Performance

v1.11.20

Compare Source

Bug Fixes

Related issue:

Features
Miscellaneous Tasks
Performance
Testing

v1.11.18

Compare Source

Bug Fixes
Features
Refactor
Testing

v1.11.16

Compare Source

Miscellaneous Tasks

v1.11.15

Compare Source

Bug Fixes

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 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 3 times, most recently from 3811df6 to 3d0aaa6 Compare April 7, 2025 06:34
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from d5c2c1f to 95c34ac Compare April 14, 2025 11:02
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from c23e64e to 49e1baa Compare April 29, 2025 23:41
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 7 times, most recently from 9c2e56a to 8f87347 Compare May 11, 2025 21:16
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 8f87347 to e9e8b71 Compare May 21, 2025 16:56
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from e9e8b71 to 0043f9b Compare June 5, 2025 11:29
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