Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 6, 2024

This PR contains the following updates:

Package Change Age Confidence
@swc-node/register 1.5.1 -> 1.11.1 age confidence
@swc/cli ~0.1.55 -> ~0.7.0 age confidence
@swc/core (source) 1.2.247 -> 1.13.5 age confidence
@swc/helpers (source) ~0.4.11 -> ~0.5.0 age confidence

Release Notes

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

v1.11.1

Compare Source

v1.10.10

Compare Source

v1.10.9

Compare Source

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.8...@​swc-node/register@1.10.9

v1.10.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.7...@​swc-node/register@1.10.8

v1.10.7

Compare Source

v1.10.6

Compare Source

v1.10.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.3...@​swc-node/register@1.10.5

v1.10.4

Compare Source

v1.10.3

Compare Source

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/register@1.10.2...@​swc-node/register@1.10.3

v1.10.2

Compare Source

v1.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/register@1.9.1...@​swc-node/register@1.10.1

v1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/register@1.9.1...@​swc-node/register@1.10.0

v1.9.2

Compare Source

v1.9.1

Compare Source

What's Changed

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/register@1.8.0...@​swc-node/register@1.9.1

v1.9.0

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@1.10.5...@​swc-node/register@1.8.0

v1.6.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/@swc-node/core@1.10.5...@​swc-node/register@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@1.10.1...@​swc-node/register@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@1.10.1...@​swc-node/register@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@1.10.1...@​swc-node/register@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@1.5.9...@​swc-node/register@1.6.0

v1.5.8

Compare Source

Bug Fixes

v1.5.6

Compare Source

Bug Fixes
  • register: always inline swc helpers (1d557ec)
  • register: react configuration (af643b8)

v1.5.5

Compare Source

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

v1.5.4

Compare Source

Bug Fixes

v1.5.3

Compare Source

v1.5.2

Compare Source

Bug Fixes

New Contributors

swc-project/pkgs (@​swc/cli)

v0.1.65

Compare Source

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

v1.13.5

Compare Source

Bug Fixes
Features
Refactor

v1.13.4

Compare Source

Bug Fixes
  • (es/lexer) Use error when handling '\0' (#​10964) (53c22d1)

  • (es/minifier) Skip serde of pure_funcs in options (#​10969) (862e70d)

  • (es/minifier) Fix compile error with debug feature (#​10999) (831eed5)

  • (es/minifier) Don't eliminate class expr if some side effects contain this (#​11003) (18aeac6)

  • (es/module) Support optional chaining in import.meta (#​10985) (758d8ec)

  • (es/parser) Allow TS type args to start with LSHIFT (<<) to parse T<<S>() => void> (#​10996) (4911ec7)

  • (ts/isolated-dts) Correct optional marker for class fields generated from constructor parameter (#​10992) (0d680fd)

  • Expose GlobalPassOption.build (#​10968) (c8a2668)

Features
Miscellaneous Tasks
Performance
Refactor

v1.13.3

Compare Source

Bug Fixes
Performance

v1.13.2

Compare Source

Bug Fixes
  • (es/minifier) Preserve __proto__ shorthand property behavior (#​11123) (63dbd1d)

  • (es/parser) Parse (void) correctly as arrow function return type (#​11125) (d3e5dd3)

Performance

v1.13.1

Compare Source

Bug Fixes
Features
Testing

v1.13.0

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.12.14

Compare Source

Bug Fixes
Features
  • (es/parser) Enable support for dynamic import with defer phase (#​10845) (097d29d)

  • (plugin) Remove bytecheck to make Wasm plugins backward compatible (#​10842) (30ad808)

Miscellaneous Tasks
Performance
Refactor
Testing

v1.12.11

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.

👻 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 force-pushed the renovate/swc-monorepo branch 6 times, most recently from 9599eda to 1eda9ca Compare July 14, 2024 06:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from b520a97 to e4df41c Compare July 21, 2024 12:36
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 94945e9 to 489532b Compare July 27, 2024 20:11
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from b635125 to a1bac18 Compare August 6, 2024 08:24
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from d2b85d4 to 48bf4ea Compare August 14, 2024 12:06
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 8ad655e to 8d58765 Compare August 24, 2024 12:50
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 5 times, most recently from a1f37f8 to f75c7f9 Compare September 3, 2024 04:29
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from ef7543a to 52803d7 Compare September 11, 2024 05:01
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 3f659aa to 59cb74b Compare April 29, 2025 20:42
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 59cb74b to 1e5eeb2 Compare May 21, 2025 19:43
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 5f09ab0 to 6455bd1 Compare June 10, 2025 20:15
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 8e04c6e to 594a596 Compare June 19, 2025 12:47
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 4 times, most recently from 7078afc to 41f4b52 Compare June 26, 2025 05:55
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 41f4b52 to 7504b73 Compare July 1, 2025 07:15
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from ffb3b09 to 7ebbc3e Compare July 14, 2025 12:47
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from 47cc0cb to cfc1a59 Compare July 23, 2025 02:42
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from cfc1a59 to 5cf3044 Compare July 29, 2025 06:50
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from b55456a to fb45eae Compare August 13, 2025 13:55
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from af67209 to 8c2115a Compare August 21, 2025 17:45
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from da6424e to 896dc1e Compare August 31, 2025 09:46
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 3 times, most recently from bee2583 to 8e8e3f2 Compare September 28, 2025 13:48
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 8e8e3f2 to f375fea Compare October 21, 2025 09:45
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