Skip to content

Commit abfb357

Browse files
committed
chore(release): publish
- @swc-node/core@1.13.0 - @swc-node/jest@1.8.0 - @swc-node/loader@1.5.0 - @swc-node/register@1.9.0 - @swc-node/sourcemap-support@0.5.0
1 parent 96139f7 commit abfb357

File tree

11 files changed

+53
-17
lines changed

11 files changed

+53
-17
lines changed

packages/core/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.13.0](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.11.0...@swc-node/core@1.13.0) (2024-03-05)
7+
8+
### Features
9+
10+
- upgrade dependencies ([#751](https://github.com/swc-project/swc-node/issues/751)) ([653bd13](https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734))
11+
612
# [1.12.0](https://github.com/swc-project/swc-node/compare/@swc-node/core@1.11.0...@swc-node/core@1.12.0) (2024-02-01)
713

814
### Features

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.12.0",
3+
"version": "1.13.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.8.0](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.9...@swc-node/jest@1.8.0) (2024-03-05)
7+
8+
### Features
9+
10+
- upgrade dependencies ([#751](https://github.com/swc-project/swc-node/issues/751)) ([653bd13](https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734))
11+
612
# [1.7.0](https://github.com/swc-project/swc-node/compare/@swc-node/jest@1.6.9...@swc-node/jest@1.7.0) (2024-02-01)
713

814
### Features

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.7.0",
3+
"version": "1.8.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.6.2",
31-
"@swc-node/core": "^1.12.0",
32-
"@swc-node/register": "^1.8.0"
31+
"@swc-node/core": "^1.13.0",
32+
"@swc-node/register": "^1.9.0"
3333
},
3434
"peerDependencies": {
3535
"@swc/core": ">= 1.3",

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.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.9...@swc-node/loader@1.5.0) (2024-03-05)
7+
8+
### Features
9+
10+
- upgrade dependencies ([#751](https://github.com/swc-project/swc-node/issues/751)) ([653bd13](https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734))
11+
612
# [1.4.0](https://github.com/swc-project/swc-node/compare/@swc-node/loader@1.3.9...@swc-node/loader@1.4.0) (2024-02-01)
713

814
### Features

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.4.0",
3+
"version": "1.5.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.12.0",
32-
"@swc-node/register": "^1.8.0"
31+
"@swc-node/core": "^1.13.0",
32+
"@swc-node/register": "^1.9.0"
3333
},
3434
"peerDependencies": {
3535
"typescript": ">= 4.3",

packages/register/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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/register@1.7.0...@swc-node/register@1.9.0) (2024-03-05)
7+
8+
### Bug Fixes
9+
10+
- add default tsconfig.baseUrl to align with tsc behavior ([#759](https://github.com/swc-project/swc-node/issues/759)) ([96139f7](https://github.com/swc-project/swc-node/commit/96139f70f2e2415477f14af03eb2bc45a472f33c))
11+
- esm module resolve issues ([#754](https://github.com/swc-project/swc-node/issues/754)) ([d35ddf1](https://github.com/swc-project/swc-node/commit/d35ddf1a0f8b3fa1c498ec869ec4ce562b7fb3a4))
12+
- import ts from node_modules ([#744](https://github.com/swc-project/swc-node/issues/744)) ([c4485ca](https://github.com/swc-project/swc-node/commit/c4485ca185cb31e36126e0da4e0b79a03acfc79b))
13+
14+
### Features
15+
16+
- upgrade dependencies ([#751](https://github.com/swc-project/swc-node/issues/751)) ([653bd13](https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734))
17+
618
# [1.8.0](https://github.com/swc-project/swc-node/compare/@swc-node/register@1.7.0...@swc-node/register@1.8.0) (2024-02-01)
719

820
### 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.8.0",
3+
"version": "1.9.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.12.0",
44-
"@swc-node/sourcemap-support": "^0.4.0",
43+
"@swc-node/core": "^1.13.0",
44+
"@swc-node/sourcemap-support": "^0.5.0",
4545
"colorette": "^2.0.20",
4646
"debug": "^4.3.4",
4747
"pirates": "^4.0.6",

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.5.0](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.3.0...@swc-node/sourcemap-support@0.5.0) (2024-03-05)
7+
8+
### Features
9+
10+
- upgrade dependencies ([#751](https://github.com/swc-project/swc-node/issues/751)) ([653bd13](https://github.com/swc-project/swc-node/commit/653bd13c4ac84bd4bd28b886dc0f4e77362d0734))
11+
612
# [0.4.0](https://github.com/swc-project/swc-node/compare/@swc-node/sourcemap-support@0.3.0...@swc-node/sourcemap-support@0.4.0) (2024-02-01)
713

814
### Features

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.4.0",
3+
"version": "0.5.0",
44
"description": "Runtime sourcemap support in NodeJS",
55
"keywords": [
66
"swc",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)