Skip to content

Commit f98ca27

Browse files
committed
chore: Publish crates with swc_core v48.0.0
1 parent 387ee0f commit f98ca27

File tree

35 files changed

+90
-96
lines changed

35 files changed

+90
-96
lines changed

.changeset/stupid-numbers-hang.md

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

Cargo.lock

Lines changed: 18 additions & 18 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: 1 addition & 1 deletion
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.92.8"
9+
version = "0.93.0"
1010

1111
[[bin]]
1212
bench = false

crates/binding_macros/Cargo.toml

Lines changed: 3 additions & 3 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 = "45.0.0"
8+
version = "46.0.0"
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 = "45.0.1", path = "../swc", default-features = false }
36+
swc = { optional = true, version = "46.0.0", path = "../swc", default-features = false }
3737
swc_common = { optional = true, version = "17.0.1", path = "../swc_common", default-features = false }
3838
swc_ecma_ast = { optional = true, version = "18.0.0", path = "../swc_ecma_ast", default-features = false }
39-
swc_ecma_transforms = { optional = true, version = "38.0.0", path = "../swc_ecma_transforms", default-features = false }
39+
swc_ecma_transforms = { optional = true, version = "39.0.0", path = "../swc_ecma_transforms", default-features = false }
4040
swc_ecma_visit = { optional = true, version = "18.0.1", path = "../swc_ecma_visit", default-features = false }
4141

4242
# Optional deps for the wasm binding macro

crates/dbg-swc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ swc_common = { version = "17.0.1", features = [
2727
"tty-emitter",
2828
], path = "../swc_common" }
2929
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
30-
swc_ecma_codegen = { version = "20.0.1", path = "../swc_ecma_codegen" }
30+
swc_ecma_codegen = { version = "20.0.2", path = "../swc_ecma_codegen" }
3131
swc_ecma_minifier = { version = "36.0.3", path = "../swc_ecma_minifier", features = [
3232
"concurrent",
3333
] }

crates/swc/Cargo.toml

Lines changed: 5 additions & 5 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 = "45.0.1"
12+
version = "46.0.0"
1313

1414
[lib]
1515
bench = false
@@ -87,7 +87,7 @@ swc_common = { version = "17.0.1", path = "../swc_common", features = [
8787
swc_compiler_base = { version = "39.0.0", path = "../swc_compiler_base" }
8888
swc_config = { version = "3.1.2", path = "../swc_config" }
8989
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
90-
swc_ecma_codegen = { version = "20.0.1", path = "../swc_ecma_codegen" }
90+
swc_ecma_codegen = { version = "20.0.2", path = "../swc_ecma_codegen" }
9191
swc_ecma_ext_transforms = { version = "24.0.0", path = "../swc_ecma_ext_transforms" }
9292
swc_ecma_lints = { version = "25.0.0", path = "../swc_ecma_lints", optional = true }
9393
swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader", features = [
@@ -99,8 +99,8 @@ swc_ecma_minifier = { version = "36.0.3", path = "../swc_ecma_minifier" }
9999
swc_ecma_parser = { version = "27.0.6", path = "../swc_ecma_parser", default-features = false, features = [
100100
"typescript",
101101
] }
102-
swc_ecma_preset_env = { version = "39.0.0", path = "../swc_ecma_preset_env" }
103-
swc_ecma_transforms = { version = "38.0.0", path = "../swc_ecma_transforms", features = [
102+
swc_ecma_preset_env = { version = "40.0.0", path = "../swc_ecma_preset_env" }
103+
swc_ecma_transforms = { version = "39.0.0", path = "../swc_ecma_transforms", features = [
104104
"compat",
105105
"module",
106106
"optimization",
@@ -109,7 +109,7 @@ swc_ecma_transforms = { version = "38.0.0", path = "../swc_ecma_transforms", fea
109109
"typescript",
110110
] }
111111
swc_ecma_transforms_base = { version = "30.0.0", path = "../swc_ecma_transforms_base" }
112-
swc_ecma_transforms_compat = { version = "34.0.0", path = "../swc_ecma_transforms_compat" }
112+
swc_ecma_transforms_compat = { version = "35.0.0", path = "../swc_ecma_transforms_compat" }
113113
swc_ecma_transforms_optimization = { version = "32.0.0", path = "../swc_ecma_transforms_optimization" }
114114
swc_ecma_utils = { version = "24.0.0", path = "../swc_ecma_utils" }
115115
swc_ecma_visit = { version = "18.0.1", path = "../swc_ecma_visit" }

crates/swc_bundler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tracing = { workspace = true }
4343
swc_atoms = { version = "9.0.0", path = "../swc_atoms" }
4444
swc_common = { version = "17.0.1", path = "../swc_common" }
4545
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
46-
swc_ecma_codegen = { version = "20.0.1", path = "../swc_ecma_codegen" }
46+
swc_ecma_codegen = { version = "20.0.2", path = "../swc_ecma_codegen" }
4747
swc_ecma_loader = { version = "17.0.0", path = "../swc_ecma_loader" }
4848
swc_ecma_parser = { version = "27.0.6", path = "../swc_ecma_parser", default-features = false, features = [
4949
"typescript",

crates/swc_cli_impl/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_impl"
88
repository = { workspace = true }
9-
version = "47.0.1"
9+
version = "48.0.0"
1010

1111
[[bin]]
1212
name = "swc"
@@ -38,7 +38,7 @@ tracing-chrome = { workspace = true }
3838
tracing-subscriber = { workspace = true, features = ["env-filter"] }
3939
walkdir = { workspace = true }
4040

41-
swc_core = { version = "47.0.9", features = [
41+
swc_core = { version = "48.0.0", features = [
4242
"trace_macro",
4343
"common_concurrent",
4444
"base_concurrent",

crates/swc_compiler_base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ swc_common = { version = "17.0.1", path = "../swc_common", features = [
2929
] }
3030
swc_config = { version = "3.1.2", path = "../swc_config" }
3131
swc_ecma_ast = { version = "18.0.0", path = "../swc_ecma_ast" }
32-
swc_ecma_codegen = { version = "20.0.1", path = "../swc_ecma_codegen" }
32+
swc_ecma_codegen = { version = "20.0.2", path = "../swc_ecma_codegen" }
3333
swc_ecma_minifier = { version = "36.0.3", path = "../swc_ecma_minifier" }
3434
swc_ecma_parser = { version = "27.0.6", path = "../swc_ecma_parser", default-features = false, features = [
3535
"typescript",

crates/swc_core/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = { workspace = true }
66
license = { workspace = true }
77
name = "swc_core"
88
repository = { workspace = true }
9-
version = "47.0.9"
9+
version = "48.0.0"
1010
[package.metadata.docs.rs]
1111
features = [
1212
"allocator_node",
@@ -332,8 +332,8 @@ __visit = ["__ecma", "swc_ecma_visit"]
332332
par-core = { workspace = true, optional = true }
333333

334334
# swc_* dependencies
335-
binding_macros = { optional = true, version = "45.0.0", path = "../binding_macros" }
336-
swc = { optional = true, version = "45.0.1", path = "../swc", default-features = false }
335+
binding_macros = { optional = true, version = "46.0.0", path = "../binding_macros" }
336+
swc = { optional = true, version = "46.0.0", path = "../swc", default-features = false }
337337
swc_allocator = { version = "4.0.1", path = "../swc_allocator", default-features = false }
338338
swc_atoms = { optional = true, version = "9.0.0", path = "../swc_atoms" }
339339
swc_bundler = { optional = true, version = "35.0.0", path = "../swc_bundler" }
@@ -349,16 +349,16 @@ swc_css_prefixer = { optional = true, version = "20.0.0", path =
349349
swc_css_utils = { optional = true, version = "17.0.0", path = "../swc_css_utils/" }
350350
swc_css_visit = { optional = true, version = "17.0.1", path = "../swc_css_visit" }
351351
swc_ecma_ast = { optional = true, version = "18.0.0", path = "../swc_ecma_ast" }
352-
swc_ecma_codegen = { optional = true, version = "20.0.1", path = "../swc_ecma_codegen" }
352+
swc_ecma_codegen = { optional = true, version = "20.0.2", path = "../swc_ecma_codegen" }
353353
swc_ecma_lints = { optional = true, version = "25.0.0", path = "../swc_ecma_lints" }
354354
swc_ecma_loader = { optional = true, version = "17.0.0", path = "../swc_ecma_loader" }
355355
swc_ecma_minifier = { optional = true, version = "36.0.3", path = "../swc_ecma_minifier" }
356356
swc_ecma_parser = { optional = true, version = "27.0.6", path = "../swc_ecma_parser", default-features = false }
357-
swc_ecma_preset_env = { optional = true, version = "39.0.0", path = "../swc_ecma_preset_env" }
357+
swc_ecma_preset_env = { optional = true, version = "40.0.0", path = "../swc_ecma_preset_env" }
358358
swc_ecma_quote_macros = { optional = true, version = "27.0.1", path = "../swc_ecma_quote_macros" }
359359
swc_ecma_react_compiler = { optional = true, version = "11.0.0", path = "../swc_ecma_react_compiler" }
360360
swc_ecma_transforms_base = { optional = true, version = "30.0.0", path = "../swc_ecma_transforms_base" }
361-
swc_ecma_transforms_compat = { optional = true, version = "34.0.0", path = "../swc_ecma_transforms_compat" }
361+
swc_ecma_transforms_compat = { optional = true, version = "35.0.0", path = "../swc_ecma_transforms_compat" }
362362
swc_ecma_transforms_module = { optional = true, version = "33.0.0", path = "../swc_ecma_transforms_module" }
363363
swc_ecma_transforms_optimization = { optional = true, version = "32.0.0", path = "../swc_ecma_transforms_optimization" }
364364
swc_ecma_transforms_proposal = { optional = true, version = "30.0.0", path = "../swc_ecma_transforms_proposal" }
@@ -369,7 +369,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "25.0.0", path =
369369
swc_ecma_utils = { optional = true, version = "24.0.0", path = "../swc_ecma_utils" }
370370
swc_ecma_visit = { optional = true, version = "18.0.1", path = "../swc_ecma_visit" }
371371
swc_malloc = { optional = true, version = "1.2.4", path = "../swc_malloc" }
372-
swc_node_bundler = { optional = true, version = "46.0.0", path = "../swc_node_bundler" }
372+
swc_node_bundler = { optional = true, version = "47.0.0", path = "../swc_node_bundler" }
373373
swc_nodejs_common = { optional = true, version = "1.0.3", path = "../swc_nodejs_common" }
374374
swc_plugin = { optional = true, version = "1.0.1", path = "../swc_plugin" }
375375
swc_plugin_macro = { optional = true, version = "1.1.0", path = "../swc_plugin_macro" }

0 commit comments

Comments
 (0)