Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 74 additions & 74 deletions Cargo.lock

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,34 +49,34 @@ sha2 = "0.10"
similar-asserts = "1.4.2"
swc_atoms = "9.0.0"
swc_cached = "2.0.0"
swc_common = "20.0.0"
swc_core = "61.0.1"
swc_css_ast = "20.0.0"
swc_css_codegen = "20.0.0"
swc_css_compat = "20.0.0"
swc_css_minifier = "20.0.0"
swc_css_parser = "20.0.0"
swc_css_prefixer = "24.0.0"
swc_css_visit = "20.0.0"
swc_ecma_ast = "22.0.0"
swc_ecma_codegen = "25.0.0"
swc_ecma_minifier = "49.0.0"
swc_ecma_parser = "37.0.0"
swc_ecma_transforms = "50.0.0"
swc_ecma_transforms_base = "40.0.0"
swc_ecma_transforms_react = "44.0.0"
swc_ecma_transforms_testing = "44.0.0"
swc_ecma_utils = "28.0.0"
swc_ecma_visit = "22.0.0"
swc_common = "21.0.0"
swc_core = "63.1.0"
swc_css_ast = "21.0.0"
swc_css_codegen = "21.0.0"
swc_css_compat = "21.0.0"
swc_css_minifier = "21.0.0"
swc_css_parser = "21.0.0"
swc_css_prefixer = "25.0.0"
swc_css_visit = "21.0.0"
swc_ecma_ast = "23.0.0"
swc_ecma_codegen = "26.0.0"
swc_ecma_minifier = "51.1.0"
swc_ecma_parser = "38.0.0"
swc_ecma_transforms = "51.0.0"
swc_ecma_transforms_base = "41.0.1"
swc_ecma_transforms_react = "45.0.0"
swc_ecma_transforms_testing = "45.0.0"
swc_ecma_utils = "29.1.0"
swc_ecma_visit = "23.0.0"
swc_plugin_macro = "1.1.0"
swc_plugin_proxy = "22.0.0"
swc_plugin_proxy = "23.0.0"
swc_sourcemap = "10.0.2"
swc_trace_macro = "2.0.2"
testing = "21.0.0"
testing = "22.0.0"
tracing = "0.1.40"
widestring = "1.0.2"

swc_icu_messageformat_parser = { version = "21.0.0", path = "./crates/swc_icu_messageformat_parser" }
swc_icu_messageformat_parser = { version = "22.0.0", path = "./crates/swc_icu_messageformat_parser" }


[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion contrib/mut-cjs-exports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "swc_mut_cjs_exports"
readme = "README.md"
repository = "https://github.com/magic-akari/swc_mut_cjs_exports"
version = "13.0.0"
version = "14.0.0"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_experimental_babel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"

[dependencies]
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_feature_flags/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
description = "Feature flag transformation for SWC - build-time marking and runtime dead code elimination"
name = "swc_feature_flags"
version = "2.0.0"
version = "3.0.0"

authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_icu_messageformat_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "swc_icu_messageformat_parser"
repository = { workspace = true }
version = "21.0.0"
version = "22.0.0"


[features]
Expand Down
2 changes: 1 addition & 1 deletion packages/emotion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
swc_ecma_ast = { workspace = true }
swc_ecma_utils = { workspace = true }
swc_ecma_visit = { workspace = true }
swc_emotion = { path = "./transform", version = "2.0.0" }
swc_emotion = { path = "./transform", version = "3.0.0" }
swc_plugin_macro = { workspace = true }
swc_plugin_proxy = { workspace = true }
tracing = { workspace = true, features = ["release_max_level_off"] }
2 changes: 1 addition & 1 deletion packages/emotion/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = { workspace = true }
name = "swc_emotion"
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ swc_common = { workspace = true, features = ["concurrent"] }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
swc_ecma_ast = { workspace = true }
swc_ecma_visit = { workspace = true }
swc_feature_flags = { path = "../../crates/swc_feature_flags", version = "2.0.0" }
swc_feature_flags = { path = "../../crates/swc_feature_flags", version = "3.0.0" }
2 changes: 1 addition & 1 deletion packages/formatjs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ swc_core = { workspace = true, features = [
"ecma_ast_serde",
] }
swc_ecma_minifier = { workspace = true }
swc_formatjs_transform = { path = "./transform", version = "25.0.0" }
swc_formatjs_transform = { path = "./transform", version = "26.0.0" }
4 changes: 2 additions & 2 deletions packages/formatjs/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = { workspace = true }
license = { workspace = true }
name = "swc_formatjs_transform"
repository = { workspace = true }
version = "25.0.0"
version = "26.0.0"

[features]
custom_transform = []
Expand All @@ -29,7 +29,7 @@ swc_ecma_minifier = { workspace = true }

swc_icu_messageformat_parser = { features = [
"utf16",
], path = "../../../crates/swc_icu_messageformat_parser", version = "21.0.0" }
], path = "../../../crates/swc_icu_messageformat_parser", version = "22.0.0" }

[dev-dependencies]
pretty_assertions = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/prefresh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde_json = { workspace = true }
swc_common = { workspace = true }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }

swc_prefresh = { path = "./transform", version = "2.0.0" }
swc_prefresh = { path = "./transform", version = "3.0.0" }
2 changes: 1 addition & 1 deletion packages/prefresh/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"

[dependencies]
serde = { workspace = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/react-remove-properties/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.19.4"
crate-type = ["cdylib", "rlib"]

[dependencies]
react_remove_properties = { path = "./transform", version = "2.0.0" }
react_remove_properties = { path = "./transform", version = "3.0.0" }
serde_json = { workspace = true }
swc_cached = { workspace = true }
swc_common = { workspace = true, features = ["concurrent"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/react-remove-properties/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ swc_ecma_ast = { workspace = true }
swc_ecma_utils = { workspace = true }
swc_ecma_visit = { workspace = true }
swc_plugin_macro = { workspace = true }
swc_relay = { path = "./transform", version = "2.0.0" }
swc_relay = { path = "./transform", version = "3.0.0" }
tracing = { workspace = true, features = ["release_max_level_off"] }

[dev-dependencies]
2 changes: 1 addition & 1 deletion packages/relay/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/remove-console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.19.4"
crate-type = ["cdylib", "rlib"]

[dependencies]
remove_console = { path = "./transform", version = "2.0.0" }
remove_console = { path = "./transform", version = "3.0.0" }
serde_json = { workspace = true }
swc_common = { workspace = true, features = ["concurrent"] }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/remove-console/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"]
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
styled_components = { path = "./transform", version = "2.0.0" }
styled_components = { path = "./transform", version = "3.0.0" }
swc_atoms = { workspace = true }
swc_common = { workspace = true, features = ["concurrent"] }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-components/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-jsx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ custom_transform = ["swc_common/concurrent"]
[dependencies]
anyhow = { workspace = true }
serde_json = { workspace = true }
styled_jsx = { path = "./transform", version = "2.0.0" }
styled_jsx = { path = "./transform", version = "3.0.0" }
swc_atoms = { workspace = true }
swc_common = { workspace = true }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/styled-jsx/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { workspace = true }
name = "styled_jsx"
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


[features]
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-confidential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde_json = { workspace = true }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }


swc_confidential = { path = "./transform", version = "2.0.0" }
swc_confidential = { path = "./transform", version = "3.0.0" }
2 changes: 1 addition & 1 deletion packages/swc-confidential/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { workspace = true }
name = "swc_confidential"
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-magic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde_json = { workspace = true }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }


swc_magic = { path = "./transform", version = "2.0.0" }
swc_magic = { path = "./transform", version = "3.0.0" }
2 changes: 1 addition & 1 deletion packages/swc-magic/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { workspace = true }
name = "swc_magic"
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ serde_json = { workspace = true }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }


swc_sdk = { path = "./transform", version = "2.0.0" }
swc_sdk = { path = "./transform", version = "3.0.0" }
2 changes: 1 addition & 1 deletion packages/swc-sdk/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = { workspace = true }
name = "swc_sdk"
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"


[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-imports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.19.4"
crate-type = ["cdylib", "rlib"]

[dependencies]
modularize_imports = { path = "./transform", version = "2.0.0" }
modularize_imports = { path = "./transform", version = "3.0.0" }
serde_json = { workspace = true }
swc_common = { workspace = true, features = ["concurrent"] }
swc_core = { workspace = true, features = ["ecma_plugin_transform"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/transform-imports/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = "2.0.0"
version = "3.0.0"

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

Expand Down
Loading