Skip to content

Commit a792736

Browse files
committed
chore(release): publish
- @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected] - @swc-node/[email protected]
1 parent f81f87a commit a792736

File tree

11 files changed

+59
-17
lines changed

11 files changed

+59
-17
lines changed

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.14.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-08-17)
7+
8+
### Features
9+
10+
- **core:** respect decoratorVersion config ([#956](https://github.com/swc-project/swc-node/issues/956)) ([2dcaa95](https://github.com/swc-project/swc-node/commit/2dcaa95bfc1fceb6737bdd94a49af420d42aa4f2))
11+
- upgrade deps ([#954](https://github.com/swc-project/swc-node/issues/954)) ([ca6e80c](https://github.com/swc-project/swc-node/commit/ca6e80c8cab6b506f9177f0ddd8d37a7c4186b2c))
12+
613
## [1.13.3](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-14)
714

815
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/core",
3-
"version": "1.13.3",
3+
"version": "1.14.0",
44
"description": "Faster swc nodejs binding",
55
"keywords": [
66
"swc",

packages/jest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-08-17)
7+
8+
### Features
9+
10+
- upgrade deps ([#954](https://github.com/swc-project/swc-node/issues/954)) ([ca6e80c](https://github.com/swc-project/swc-node/commit/ca6e80c8cab6b506f9177f0ddd8d37a7c4186b2c))
11+
612
## [1.8.13](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-03-13)
713

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

packages/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/jest",
3-
"version": "1.8.13",
3+
"version": "1.9.0",
44
"description": "swc preprocessor for jest with source map support",
55
"keywords": [
66
"swc",
@@ -28,8 +28,8 @@
2828
},
2929
"dependencies": {
3030
"@node-rs/xxhash": "^1.7.6",
31-
"@swc-node/core": "^1.13.3",
32-
"@swc-node/register": "^1.10.10"
31+
"@swc-node/core": "^1.14.0",
32+
"@swc-node/register": "^1.11.0"
3333
},
3434
"peerDependencies": {
3535
"@swc/core": ">= 1.4.13",

packages/loader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-08-17)
7+
8+
### Features
9+
10+
- upgrade deps ([#954](https://github.com/swc-project/swc-node/issues/954)) ([ca6e80c](https://github.com/swc-project/swc-node/commit/ca6e80c8cab6b506f9177f0ddd8d37a7c4186b2c))
11+
612
## [1.5.13](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-03-13)
713

814
**Note:** Version bump only for package @swc-node/loader

packages/loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/loader",
3-
"version": "1.5.13",
3+
"version": "1.6.0",
44
"description": "Webpack loader powered by swc",
55
"keywords": [
66
"swc",
@@ -28,8 +28,8 @@
2828
"access": "public"
2929
},
3030
"dependencies": {
31-
"@swc-node/core": "^1.13.3",
32-
"@swc-node/register": "^1.10.10"
31+
"@swc-node/core": "^1.14.0",
32+
"@swc-node/register": "^1.11.0"
3333
},
3434
"peerDependencies": {
3535
"typescript": ">= 4.3",

packages/register/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.11.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-08-17)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency oxc-resolver to v6 ([#926](https://github.com/swc-project/swc-node/issues/926)) ([b5a1d1f](https://github.com/swc-project/swc-node/commit/b5a1d1f2e433c0311c69adece0f60c7db9586cfe))
11+
- **deps:** update dependency oxc-resolver to v8 ([#930](https://github.com/swc-project/swc-node/issues/930)) ([1c89635](https://github.com/swc-project/swc-node/commit/1c896356dc5573bd4c6103a94bb7cbc7376a6f05))
12+
13+
### Features
14+
15+
- **register:** add new env `SWC_NODE_INLINE_SOURCE_MAP` ([#953](https://github.com/swc-project/swc-node/issues/953)) ([34ae8eb](https://github.com/swc-project/swc-node/commit/34ae8ebcaf3f2bf170368d558b60ed07dc1ae674))
16+
- **register:** respect conditions from Node.js ([#955](https://github.com/swc-project/swc-node/issues/955)) ([20abe92](https://github.com/swc-project/swc-node/commit/20abe92fe6eb4fce42b5d490899b74acfda3c387))
17+
- upgrade deps ([#954](https://github.com/swc-project/swc-node/issues/954)) ([ca6e80c](https://github.com/swc-project/swc-node/commit/ca6e80c8cab6b506f9177f0ddd8d37a7c4186b2c))
18+
19+
### Performance Improvements
20+
21+
- **register:** cache readDefaultTsConfig results ([#918](https://github.com/swc-project/swc-node/issues/918)) ([0306f60](https://github.com/swc-project/swc-node/commit/0306f60402f9b86c275d108641d93f2d33dc9a52))
22+
623
## [1.10.10](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-03-13)
724

825
### Bug Fixes

packages/register/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/register",
3-
"version": "1.10.10",
3+
"version": "1.11.0",
44
"description": "SWC node register",
55
"keywords": [
66
"swc",
@@ -40,8 +40,8 @@
4040
"url": "https://github.com/swc-project/swc-node/issues"
4141
},
4242
"dependencies": {
43-
"@swc-node/core": "^1.13.3",
44-
"@swc-node/sourcemap-support": "^0.5.1",
43+
"@swc-node/core": "^1.14.0",
44+
"@swc-node/sourcemap-support": "^0.6.0",
4545
"colorette": "^2.0.20",
4646
"debug": "^4.4.1",
4747
"oxc-resolver": "^11.6.1",

packages/sourcemap-support/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2025-08-17)
7+
8+
### Features
9+
10+
- upgrade deps ([#954](https://github.com/swc-project/swc-node/issues/954)) ([ca6e80c](https://github.com/swc-project/swc-node/commit/ca6e80c8cab6b506f9177f0ddd8d37a7c4186b2c))
11+
612
## [0.5.1](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]) (2024-07-05)
713

814
**Note:** Version bump only for package @swc-node/sourcemap-support

packages/sourcemap-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc-node/sourcemap-support",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Runtime sourcemap support in NodeJS",
55
"keywords": [
66
"swc",

0 commit comments

Comments
 (0)