diff --git a/.changeset/curly-cameras-drive.md b/.changeset/curly-cameras-drive.md deleted file mode 100644 index 403145b..0000000 --- a/.changeset/curly-cameras-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@swc/cli": minor ---- - -Bump @swc/cli diff --git a/.changeset/famous-actors-glow.md b/.changeset/famous-actors-glow.md deleted file mode 100644 index 7cdc9aa..0000000 --- a/.changeset/famous-actors-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@swc/cli": patch ---- - -fix(cli): Redirect messages to stderr diff --git a/.changeset/good-lobsters-search.md b/.changeset/good-lobsters-search.md deleted file mode 100644 index 8d8bcc3..0000000 --- a/.changeset/good-lobsters-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@swc/jest": patch ---- - -Return es2018 in the event that process.version is undefined. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d1bb1e1..c282fc6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @swc/cli +## 0.5.0 + +### Minor Changes + +- a3889a3: Bump @swc/cli + +### Patch Changes + +- 76e98e3: fix(cli): Redirect messages to stderr + ## 0.4.0 ### Minor Changes @@ -54,49 +64,49 @@ ### Patch Changes -- [bcba7fc](https://github.com/swc-project/cli/commit/bcba7fc576ea938d9f4c38fd54d63c6c1c984273): Fix `undefined` file extension when interacting with `dir` directly. +- [bcba7fc](https://github.com/swc-project/cli/commit/bcba7fc576ea938d9f4c38fd54d63c6c1c984273): Fix `undefined` file extension when interacting with `dir` directly. ## 0.3.4 - Old Repo ### Patch Changes -- [cb15ec9](https://github.com/swc-project/cli/commit/cb15ec9e87da3a509cd9c70485a6ce7b3ce0d47a): Update option defaults +- [cb15ec9](https://github.com/swc-project/cli/commit/cb15ec9e87da3a509cd9c70485a6ce7b3ce0d47a): Update option defaults ## 0.3.3 - Old Repo ### Patch Changes -- [0e0d745](https://github.com/swc-project/cli/commit/0e0d745c1c31d9148c2464ae624b1db012eb469e): feat(cli): add --out-file-extension (with tests) +- [0e0d745](https://github.com/swc-project/cli/commit/0e0d745c1c31d9148c2464ae624b1db012eb469e): feat(cli): add --out-file-extension (with tests) ## 0.3.2 - Old Repo ### Patch Changes -- [8d8b146](https://github.com/swc-project/cli/commit/8d8b1461a58ed0708b66b68fc5cbd2cffe165f48): Fix for "Cannot read properties of undefined (reading 'stripLeadingPaths')" +- [8d8b146](https://github.com/swc-project/cli/commit/8d8b1461a58ed0708b66b68fc5cbd2cffe165f48): Fix for "Cannot read properties of undefined (reading 'stripLeadingPaths')" ## 0.3.1 - Old Repo ### Patch Changes -- [0d8f59a](https://github.com/swc-project/cli/commit/0d8f59aaac4954c3e68f742bb0965343ec82d771): feat: Add `strip-leading-paths` option +- [0d8f59a](https://github.com/swc-project/cli/commit/0d8f59aaac4954c3e68f742bb0965343ec82d771): feat: Add `strip-leading-paths` option ## 0.3.0 - Old Repo ### Minor Changes -- [db03ac8](https://github.com/swc-project/cli/commit/db03ac8c3e78118978fb6ab2c3a066c7b66b212e): Removal of `stripComponents` +- [db03ac8](https://github.com/swc-project/cli/commit/db03ac8c3e78118978fb6ab2c3a066c7b66b212e): Removal of `stripComponents` ## 0.2.3 - Old Repo ### Patch Changes -- [4688ea6](https://github.com/swc-project/cli/commit/4688ea6c5f14db30f6ee537bf5b2cc44c39d43a3): Revert removal of `stripComponents` +- [4688ea6](https://github.com/swc-project/cli/commit/4688ea6c5f14db30f6ee537bf5b2cc44c39d43a3): Revert removal of `stripComponents` ## 0.2.2 - Old Repo ### Patch Changes -- [3d4e6c7](https://github.com/swc-project/cli/commit/3d4e6c77a03a4bbb6552608463af8a7528484aa9): Removal of `stripComponents` +- [3d4e6c7](https://github.com/swc-project/cli/commit/3d4e6c77a03a4bbb6552608463af8a7528484aa9): Removal of `stripComponents` ## 0.2.1 - Old Repo @@ -104,8 +114,8 @@ ### Minor Changes -- [7d9a493](https://github.com/swc-project/cli/commit/7d9a493ae37c716515139131ca5df5a6d0f7b97f): Use workers to process files in parallel -- [908d0a1](https://github.com/swc-project/cli/commit/908d0a1bc07e50284ac355372fb6ac3e58b84268): chore: Update CI - Remove node 14.x + Add node 20.x for integration and test workflows +- [7d9a493](https://github.com/swc-project/cli/commit/7d9a493ae37c716515139131ca5df5a6d0f7b97f): Use workers to process files in parallel +- [908d0a1](https://github.com/swc-project/cli/commit/908d0a1bc07e50284ac355372fb6ac3e58b84268): chore: Update CI - Remove node 14.x + Add node 20.x for integration and test workflows ## 0.1.65 - Old Repo @@ -113,37 +123,37 @@ ### Patch Changes -- [52948e9](https://github.com/swc-project/cli/commit/52948e99f817fe2114608ead4293bf8b80a7cfc4): Check for `undefined` in `only` -- [4f0bd60](https://github.com/swc-project/cli/commit/4f0bd60addf399a47be4f5c3f805073e2221c439): feat: Implement `--only` and `--ignore` +- [52948e9](https://github.com/swc-project/cli/commit/52948e99f817fe2114608ead4293bf8b80a7cfc4): Check for `undefined` in `only` +- [4f0bd60](https://github.com/swc-project/cli/commit/4f0bd60addf399a47be4f5c3f805073e2221c439): feat: Implement `--only` and `--ignore` ## 0.1.63 - Old Repo ### Patch Changes -- [ff87851](https://github.com/swc-project/cli/commit/ff8785138706d5b6e1d36e90a58453bc1b1c5531): Fix for "Cannot transpile the working directory itself" -- [dc0f03d](https://github.com/swc-project/cli/commit/dc0f03dfbd381d71fadf04f6e6be1f1504eb6349): Force formatting and fix ci node version requirement - Remove node 12.x + Add node 18.x for integration and test workflows +- [ff87851](https://github.com/swc-project/cli/commit/ff8785138706d5b6e1d36e90a58453bc1b1c5531): Fix for "Cannot transpile the working directory itself" +- [dc0f03d](https://github.com/swc-project/cli/commit/dc0f03dfbd381d71fadf04f6e6be1f1504eb6349): Force formatting and fix ci node version requirement - Remove node 12.x + Add node 18.x for integration and test workflows ## 0.1.62 - Old Repo ### Patch Changes -- [d7dc671](https://github.com/swc-project/cli/commit/d7dc671c7c8b5178b2babb78328434325f7197c5): fix: bin.path is not a function +- [d7dc671](https://github.com/swc-project/cli/commit/d7dc671c7c8b5178b2babb78328434325f7197c5): fix: bin.path is not a function ## 0.1.61 - Old Repo ### Patch Changes -- [db1113b](https://github.com/swc-project/cli/commit/db1113bfc575447b7620f6014a2983faf4b9078d): refactor: replace bin-wrapper with @mole-inc/bin-wrapper +- [db1113b](https://github.com/swc-project/cli/commit/db1113bfc575447b7620f6014a2983faf4b9078d): refactor: replace bin-wrapper with @mole-inc/bin-wrapper ## 0.1.60 - Old Repo ### Patch Changes -- [a2f4299](https://github.com/swc-project/cli/commit/a2f429938db80e6e6e0f980e49b4d8b75eaa51db): Fix for "`sourceMappingURL` present when source maps are disabled" -- [9e45d8c](https://github.com/swc-project/cli/commit/9e45d8c6f40791372e25e0c9192f45f08b5f9bdd): Handle missing dependencies/devDependencies +- [a2f4299](https://github.com/swc-project/cli/commit/a2f429938db80e6e6e0f980e49b4d8b75eaa51db): Fix for "`sourceMappingURL` present when source maps are disabled" +- [9e45d8c](https://github.com/swc-project/cli/commit/9e45d8c6f40791372e25e0c9192f45f08b5f9bdd): Handle missing dependencies/devDependencies ## Prior to 2023 - Old Repo ### Reference - Git History -- [@swc-project/cli Git History](https://github.com/swc-project/cli/commits/main) \ No newline at end of file +- [@swc-project/cli Git History](https://github.com/swc-project/cli/commits/main) diff --git a/packages/cli/package.json b/packages/cli/package.json index 2304792..a868402 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@swc/cli", - "version": "0.4.1-nightly.20240914", + "version": "0.5.0", "description": "CLI for the swc project", "main": "lib/swc/index.js", "scripts": { @@ -56,7 +56,7 @@ "source-map": "^0.7.3" }, "devDependencies": { - "@swc/cli": "=0.3.14", + "@swc/cli": "0.5.0", "@swc/core": "^1.6.4", "@swc/jest": "workspace:^", "@swc/types": "^0.1.9", diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index b717241..7006649 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,11 @@ # @swc/jest +## 0.2.37 + +### Patch Changes + +- eca4f6b: Return es2018 in the event that process.version is undefined. + ## 0.2.36 ### Patch Changes diff --git a/packages/jest/package.json b/packages/jest/package.json index 24022d4..3c8fe0a 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@swc/jest", - "version": "0.2.36", + "version": "0.2.37", "description": "swc integration for jest", "main": "index.js", "types": "index.d.ts",