Skip to content

Commit d323c55

Browse files
committed
chore: Publish crates with swc_core v63.0.0
1 parent 86a4c38 commit d323c55

File tree

78 files changed

+134
-146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+134
-146
lines changed

.changeset/beige-cheetahs-applaud.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/hip-terms-notice.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-files-heal.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG-CORE.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/transforms)** Rewrite class references in non-static members ([#11772](https://github.com/swc-project/swc/issues/11772)) ([fff1426](https://github.com/swc-project/swc/commit/fff1426c86cd47d0d879c5e7c4f029c4adb132e7))
9+
10+
### Features
11+
12+
13+
14+
- **(swc_config)** Add Hash/Eq for options and CachedRegex ([#11775](https://github.com/swc-project/swc/issues/11775)) ([86a4c38](https://github.com/swc-project/swc/commit/86a4c383b8da40a53bad1b1b5098227d3087927c))
15+
216
## [swc_core@v61.0.1] - 2026-04-03
317

418
### Ci
@@ -2554,15 +2568,4 @@
25542568

25552569
- **(es/lexer)** Remove faster path for `\t` ([#10650](https://github.com/swc-project/swc/issues/10650)) ([d6ac3b7](https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb))
25562570

2557-
## [swc_core@v29.0.1] - 2025-06-19
2558-
2559-
### Bug Fixes
2560-
2561-
2562-
2563-
- **(es/minifier)** Fix `Buffer` handling of `minify()` API ([#10643](https://github.com/swc-project/swc/issues/10643)) ([cdf068e](https://github.com/swc-project/swc/commit/cdf068e1bd8f007e06f41bd05f98055243468ba4))
2564-
2565-
2566-
- **(es/minifier)** Fix arrow inlining ([#10642](https://github.com/swc-project/swc/issues/10642)) ([7232c10](https://github.com/swc-project/swc/commit/7232c102d36bbf6957bd7326d9392d2b00155ee9))
2567-
25682571
<!-- generated by git-cliff -->

CHANGELOG.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Changelog
2+
## [unreleased]
3+
4+
### Bug Fixes
5+
6+
7+
8+
- **(es/transforms)** Rewrite class references in non-static members ([#11772](https://github.com/swc-project/swc/issues/11772)) ([fff1426](https://github.com/swc-project/swc/commit/fff1426c86cd47d0d879c5e7c4f029c4adb132e7))
9+
10+
### Features
11+
12+
13+
14+
- **(swc_config)** Add Hash/Eq for options and CachedRegex ([#11775](https://github.com/swc-project/swc/issues/11775)) ([86a4c38](https://github.com/swc-project/swc/commit/86a4c383b8da40a53bad1b1b5098227d3087927c))
15+
216
## [1.15.24] - 2026-04-04
317

418
### Bug Fixes
@@ -2096,15 +2110,4 @@
20962110

20972111
- **(es/lexer)** Remove faster path for `\t` ([#10650](https://github.com/swc-project/swc/issues/10650)) ([d6ac3b7](https://github.com/swc-project/swc/commit/d6ac3b7adbe067b3796cba57480806b3e23cfafb))
20982112

2099-
## [1.12.4] - 2025-06-20
2100-
2101-
### Bug Fixes
2102-
2103-
2104-
2105-
- **(es/minifier)** Fix `Buffer` handling of `minify()` API ([#10643](https://github.com/swc-project/swc/issues/10643)) ([cdf068e](https://github.com/swc-project/swc/commit/cdf068e1bd8f007e06f41bd05f98055243468ba4))
2106-
2107-
2108-
- **(es/minifier)** Fix arrow inlining ([#10642](https://github.com/swc-project/swc/issues/10642)) ([7232c10](https://github.com/swc-project/swc/commit/7232c102d36bbf6957bd7326d9392d2b00155ee9))
2109-
21102113
<!-- generated by git-cliff -->

Cargo.lock

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

bindings/swc_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = { workspace = true }
77
name = "swc_cli"
88
repository = { workspace = true }
9-
version = "0.107.2"
9+
version = "0.108.0"
1010

1111
[[bin]]
1212
bench = false
@@ -20,4 +20,4 @@ plugin = ["swc_cli_impl/plugin"]
2020
[dependencies]
2121
anyhow = { workspace = true }
2222
par-core = { workspace = true, features = ["chili"] }
23-
swc_cli_impl = { version = "62.0.0", path = "../../crates/swc_cli_impl" }
23+
swc_cli_impl = { version = "63.0.0", path = "../../crates/swc_cli_impl" }

crates/binding_macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = { workspace = true }
55
license = { workspace = true }
66
name = "binding_macros"
77
repository = { workspace = true }
8-
version = "60.0.0"
8+
version = "61.0.0"
99

1010
[lib]
1111
bench = false
@@ -33,7 +33,7 @@ binding_wasm = [
3333

3434
[dependencies]
3535
# Common deps for the SWC imports
36-
swc = { optional = true, version = "60.0.0", path = "../swc", default-features = false }
36+
swc = { optional = true, version = "61.0.0", path = "../swc", default-features = false }
3737
swc_common = { optional = true, version = "21.0.0", path = "../swc_common", default-features = false }
3838
swc_ecma_ast = { optional = true, version = "23.0.0", path = "../swc_ecma_ast", default-features = false }
3939
swc_ecma_transforms = { optional = true, version = "51.0.0", path = "../swc_ecma_transforms", default-features = false }

crates/dbg-swc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = { workspace = true }
55
license = { workspace = true }
66
name = "dbg-swc"
77
repository = { workspace = true }
8-
version = "51.0.0"
8+
version = "52.0.0"
99

1010
[[bin]]
1111
bench = false
@@ -28,7 +28,7 @@ swc_common = { version = "21.0.0", features = [
2828
], path = "../swc_common" }
2929
swc_ecma_ast = { version = "23.0.0", path = "../swc_ecma_ast" }
3030
swc_ecma_codegen = { version = "26.0.0", path = "../swc_ecma_codegen" }
31-
swc_ecma_minifier = { version = "50.0.0", path = "../swc_ecma_minifier", features = [
31+
swc_ecma_minifier = { version = "51.0.0", path = "../swc_ecma_minifier", features = [
3232
"concurrent",
3333
] }
3434
swc_ecma_parser = { version = "38.0.0", path = "../swc_ecma_parser", features = [

crates/swc/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
99
license = { workspace = true }
1010
name = "swc"
1111
repository = { workspace = true }
12-
version = "60.0.0"
12+
version = "61.0.0"
1313

1414
[lib]
1515
bench = false
@@ -88,8 +88,8 @@ swc_common = { version = "21.0.0", path = "../swc_common", features = [
8888
"sourcemap",
8989
"parking_lot",
9090
] }
91-
swc_compiler_base = { version = "53.0.0", path = "../swc_compiler_base" }
92-
swc_config = { version = "4.0.0", path = "../swc_config" }
91+
swc_compiler_base = { version = "54.0.0", path = "../swc_compiler_base" }
92+
swc_config = { version = "4.0.1", path = "../swc_config" }
9393
swc_ecma_ast = { version = "23.0.0", path = "../swc_ecma_ast" }
9494
swc_ecma_codegen = { version = "26.0.0", path = "../swc_ecma_codegen" }
9595
swc_ecma_ext_transforms = { version = "29.0.0", path = "../swc_ecma_ext_transforms" }
@@ -99,7 +99,7 @@ swc_ecma_loader = { version = "21.0.0", path = "../swc_ecma_loader", features =
9999
"node",
100100
"tsc",
101101
] }
102-
swc_ecma_minifier = { version = "50.0.0", path = "../swc_ecma_minifier" }
102+
swc_ecma_minifier = { version = "51.0.0", path = "../swc_ecma_minifier" }
103103
swc_ecma_parser = { version = "38.0.0", path = "../swc_ecma_parser", default-features = false, features = [
104104
"typescript",
105105
] }

0 commit comments

Comments
 (0)