Skip to content

Commit a5c56a9

Browse files
committed
chore: Bump crates
1 parent 07634a0 commit a5c56a9

File tree

38 files changed

+209
-209
lines changed

38 files changed

+209
-209
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66

77

8+
- **(es/codegen)** Do not produce octal literals ([#8565](https://github.com/swc-project/swc/issues/8565)) ([07634a0](https://github.com/swc-project/swc/commit/07634a05ba9b989d68502953a69a40a2806e93d0))
9+
10+
811
- **(es/decorator)** Skip TypeScript class method/prop declarations ([#8555](https://github.com/swc-project/swc/issues/8555)) ([6a8dd8c](https://github.com/swc-project/swc/commit/6a8dd8cbb384372657923d4c1094e8053661aa56))
912

1013

@@ -1468,9 +1471,6 @@
14681471

14691472
- **(plugin/runner)** Share runtime `Engine` ([#7590](https://github.com/swc-project/swc/issues/7590)) ([9512ea3](https://github.com/swc-project/swc/commit/9512ea31ff1bb0c70f4f96a620b429fa01f48e0c))
14701473

1471-
1472-
- **(testing)** Add `CARGO_TARGET_DIR` and use it from other crates ([#7552](https://github.com/swc-project/swc/issues/7552)) ([46fb461](https://github.com/swc-project/swc/commit/46fb4619bafd56dfa3edd9064c1fe2ae4b6b78de))
1473-
14741474
### Refactor
14751475

14761476

Cargo.lock

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

crates/binding_macros/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66
name = "binding_macros"
77
repository = "https://github.com/swc-project/swc.git"
8-
version = "0.63.3"
8+
version = "0.63.4"
99

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

3434
[dependencies]
3535
# Common deps for the SWC imports
36-
swc = { optional = true, version = "0.272.3", path = "../swc" }
36+
swc = { optional = true, version = "0.272.4", path = "../swc" }
3737
swc_common = { optional = true, version = "0.33.15", path = "../swc_common" }
3838
swc_ecma_ast = { optional = true, version = "0.111.1", path = "../swc_ecma_ast" }
39-
swc_ecma_transforms = { optional = true, version = "0.228.4", path = "../swc_ecma_transforms" }
39+
swc_ecma_transforms = { optional = true, version = "0.228.5", path = "../swc_ecma_transforms" }
4040
swc_ecma_visit = { optional = true, version = "0.97.1", path = "../swc_ecma_visit" }
4141

4242
# Optional deps for the wasm binding macro

crates/dbg-swc/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66
name = "dbg-swc"
77
repository = "https://github.com/kdy1/dbg-swc.git"
8-
version = "0.90.40"
8+
version = "0.90.41"
99

1010
[[bin]]
1111
bench = false
@@ -31,12 +31,12 @@ swc_common = { version = "0.33.15", features = [
3131
"tty-emitter",
3232
], path = "../swc_common" }
3333
swc_ecma_ast = { version = "0.111.1", path = "../swc_ecma_ast" }
34-
swc_ecma_codegen = { version = "0.147.1", path = "../swc_ecma_codegen" }
35-
swc_ecma_minifier = { version = "0.191.4", path = "../swc_ecma_minifier", features = [
34+
swc_ecma_codegen = { version = "0.147.2", path = "../swc_ecma_codegen" }
35+
swc_ecma_minifier = { version = "0.191.5", path = "../swc_ecma_minifier", features = [
3636
"concurrent",
3737
] }
3838
swc_ecma_parser = { version = "0.142.1", path = "../swc_ecma_parser" }
39-
swc_ecma_transforms_base = { version = "0.136.1", path = "../swc_ecma_transforms_base" }
39+
swc_ecma_transforms_base = { version = "0.136.2", path = "../swc_ecma_transforms_base" }
4040
swc_ecma_visit = { version = "0.97.1", path = "../swc_ecma_visit" }
4141
swc_error_reporters = { version = "0.17.14", path = "../swc_error_reporters" }
4242
swc_timer = { version = "0.21.16", path = "../swc_timer" }

0 commit comments

Comments
 (0)