Skip to content

Commit 838066f

Browse files
authored
build: Update swc_core to v60.0.0 (#605)
1 parent db497f0 commit 838066f

32 files changed

Lines changed: 41 additions & 41 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ similar-asserts = "1.4.2"
5050
swc_atoms = "9.0.0"
5151
swc_cached = "2.0.0"
5252
swc_common = "19.0.0"
53-
swc_core = "59.0.1"
53+
swc_core = "60.0.0"
5454
swc_css_ast = "19.0.0"
5555
swc_css_codegen = "19.0.0"
5656
swc_css_compat = "19.0.0"
@@ -60,7 +60,7 @@ swc_css_prefixer = "23.0.0"
6060
swc_css_visit = "19.0.0"
6161
swc_ecma_ast = "21.0.0"
6262
swc_ecma_codegen = "24.0.0"
63-
swc_ecma_minifier = "47.0.0"
63+
swc_ecma_minifier = "48.0.0"
6464
swc_ecma_parser = "36.0.0"
6565
swc_ecma_transforms = "49.0.0"
6666
swc_ecma_transforms_base = "39.0.0"
@@ -76,7 +76,7 @@ testing = "20.0.0"
7676
tracing = "0.1.40"
7777
widestring = "1.0.2"
7878

79-
swc_icu_messageformat_parser = { version = "1.0.0", path = "./crates/swc_icu_messageformat_parser" }
79+
swc_icu_messageformat_parser = { version = "20.0.0", path = "./crates/swc_icu_messageformat_parser" }
8080

8181

8282
[profile.release]

contrib/mut-cjs-exports/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "swc_mut_cjs_exports"
99
readme = "README.md"
1010
repository = "https://github.com/magic-akari/swc_mut_cjs_exports"
11-
version = "11.0.0"
11+
version = "12.0.0"
1212

1313
[lib]
1414
crate-type = ["cdylib", "lib"]

crates/swc_experimental_babel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = { workspace = true }
1010
license = { workspace = true }
1111
repository = { workspace = true }
1212
rust-version = { workspace = true }
13-
version = "0.33.0"
13+
version = "1.0.0"
1414

1515
[dependencies]
1616
anyhow = { workspace = true }

crates/swc_feature_flags/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
description = "Feature flag transformation for SWC - build-time marking and runtime dead code elimination"
33
name = "swc_feature_flags"
4-
version = "0.5.0"
4+
version = "1.0.0"
55

66
authors = { workspace = true }
77
edition = { workspace = true }

crates/swc_icu_messageformat_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = { workspace = true }
88
license = { workspace = true }
99
name = "swc_icu_messageformat_parser"
1010
repository = { workspace = true }
11-
version = "19.0.0"
11+
version = "20.0.0"
1212

1313

1414
[features]

packages/emotion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
2323
swc_ecma_ast = { workspace = true }
2424
swc_ecma_utils = { workspace = true }
2525
swc_ecma_visit = { workspace = true }
26-
swc_emotion = { path = "./transform" }
26+
swc_emotion = { path = "./transform" , version = "1.0.0" }
2727
swc_plugin_macro = { workspace = true }
2828
swc_plugin_proxy = { workspace = true }
2929
tracing = { workspace = true, features = ["release_max_level_off"] }

packages/emotion/transform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = { workspace = true }
77
name = "swc_emotion"
88
repository = { workspace = true }
99
rust-version = { workspace = true }
10-
version = "0.116.0"
10+
version = "1.0.0"
1111

1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/feature-flags/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ swc_common = { workspace = true, features = ["concurrent"] }
2020
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
2121
swc_ecma_ast = { workspace = true }
2222
swc_ecma_visit = { workspace = true }
23-
swc_feature_flags = { path = "../../crates/swc_feature_flags" }
23+
swc_feature_flags = { path = "../../crates/swc_feature_flags" , version = "1.0.0" }

packages/formatjs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ swc_core = { workspace = true, features = [
2222
"ecma_ast_serde",
2323
] }
2424
swc_ecma_minifier = { workspace = true }
25-
swc_formatjs_transform = { path = "./transform" }
25+
swc_formatjs_transform = { path = "./transform" , version = "24.0.0" }

0 commit comments

Comments
 (0)