Skip to content

Commit

Permalink
chore: Bump crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 5, 2024
1 parent 6b973b4 commit 31f551e
Show file tree
Hide file tree
Showing 82 changed files with 713 additions and 713 deletions.
162 changes: 81 additions & 81 deletions Cargo.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.73.1"
version = "0.74.0"

[lib]
bench = false
Expand Down Expand Up @@ -33,11 +33,11 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.282.0", path = "../swc" }
swc_common = { optional = true, version = "0.36.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.117.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.235.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.103.0", path = "../swc_ecma_visit" }
swc = { optional = true, version = "0.283.0", path = "../swc" }
swc_common = { optional = true, version = "0.37.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.236.0", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.104.0", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
anyhow = { workspace = true, optional = true }
Expand Down
20 changes: 10 additions & 10 deletions crates/dbg-swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = { workspace = true }
version = "0.99.4"
version = "0.100.0"

[[bin]]
bench = false
Expand All @@ -27,17 +27,17 @@ clap = { version = "3", features = ["derive"] }
tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] }

swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.36.0", features = [
swc_common = { version = "0.37.0", features = [
"concurrent",
"tty-emitter",
], path = "../swc_common" }
swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier", features = [
swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.155.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.201.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.20.0", path = "../swc_error_reporters" }
swc_timer = { version = "0.24.0", path = "../swc_timer" }
swc_ecma_parser = { version = "0.149.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.144.0", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.104.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.21.0", path = "../swc_error_reporters" }
swc_timer = { version = "0.25.0", path = "../swc_timer" }
10 changes: 5 additions & 5 deletions crates/jsdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "jsdoc"
repository = { workspace = true }
version = "0.117.1"
version = "0.118.0"

[lib]
bench = false
Expand All @@ -20,12 +20,12 @@ nom = { workspace = true }
serde = { workspace = true, features = ["derive"], optional = true }

swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.36.0", path = "../swc_common" }
swc_common = { version = "0.37.0", path = "../swc_common" }

[dev-dependencies]
anyhow = { workspace = true }
dashmap = { workspace = true }

swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" }
testing = { version = "0.38.0", path = "../testing" }
swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.149.0", path = "../swc_ecma_parser" }
testing = { version = "0.39.0", path = "../testing" }
54 changes: 27 additions & 27 deletions crates/swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.282.3"
version = "0.283.0"

[lib]
bench = false
Expand Down Expand Up @@ -69,45 +69,45 @@ url = { workspace = true }

swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_cached = { version = "0.3.19", path = "../swc_cached" }
swc_common = { version = "0.36.0", path = "../swc_common", features = [
swc_common = { version = "0.37.0", path = "../swc_common", features = [
"ahash",
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.15.0", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.16.0", path = "../swc_compiler_base" }
swc_config = { version = "0.1.13", path = "../swc_config" }
swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.119.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.98.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader", features = [
swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.155.0", path = "../swc_ecma_codegen" }
swc_ecma_ext_transforms = { version = "0.120.0", path = "../swc_ecma_ext_transforms" }
swc_ecma_lints = { version = "0.99.0", path = "../swc_ecma_lints" }
swc_ecma_loader = { version = "0.49.0", path = "../swc_ecma_loader", features = [
"cache",
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.213.0", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.235.0", path = "../swc_ecma_transforms", features = [
swc_ecma_minifier = { version = "0.201.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.149.0", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.214.0", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.236.0", path = "../swc_ecma_transforms", features = [
"compat",
"module",
"optimization",
"proposal",
"react",
"typescript",
] }
swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.204.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.20.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.23.0", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.46.0", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.111.0", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.24.0", path = "../swc_timer" }
swc_ecma_transforms_base = { version = "0.144.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { version = "0.170.0", path = "../swc_ecma_transforms_compat" }
swc_ecma_transforms_optimization = { version = "0.205.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.134.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.104.0", path = "../swc_ecma_visit" }
swc_error_reporters = { version = "0.21.0", path = "../swc_error_reporters" }
swc_node_comments = { version = "0.24.0", path = "../swc_node_comments" }
swc_plugin_proxy = { version = "0.47.0", path = "../swc_plugin_proxy", optional = true }
swc_plugin_runner = { version = "0.112.0", path = "../swc_plugin_runner", optional = true, default-features = false }
swc_timer = { version = "0.25.0", path = "../swc_timer" }
swc_transform_common = { version = "0.1.1", path = "../swc_transform_common" }
swc_typescript = { version = "0.4.0", path = "../swc_typescript" }
swc_typescript = { version = "0.5.0", path = "../swc_typescript" }
swc_visit = { version = "0.6.0", path = "../swc_visit" }

[dependencies.tokio]
Expand All @@ -133,15 +133,15 @@ rayon = { workspace = true }
walkdir = { workspace = true }

codspeed-criterion-compat = { workspace = true }
swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast", features = [
swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast", features = [
"serde-impl",
] }
swc_ecma_lints = { version = "0.98.0", path = "../swc_ecma_lints", features = [
swc_ecma_lints = { version = "0.99.0", path = "../swc_ecma_lints", features = [
"non_critical_lints",
] }
swc_ecma_testing = { version = "0.25.0", path = "../swc_ecma_testing" }
swc_ecma_testing = { version = "0.26.0", path = "../swc_ecma_testing" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing = { version = "0.38.0", path = "../testing" }
testing = { version = "0.39.0", path = "../testing" }

[[example]]
name = "transform"
Expand Down
36 changes: 18 additions & 18 deletions crates/swc_bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.233.3"
version = "0.234.0"

[package.metadata.docs.rs]
all-features = true
Expand Down Expand Up @@ -38,17 +38,17 @@ relative-path = { workspace = true }
tracing = { workspace = true }

swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.36.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.204.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.24.0", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.25.0", path = "../swc_graph_analyzer/" }
swc_common = { version = "0.37.0", path = "../swc_common" }
swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.155.0", path = "../swc_ecma_codegen" }
swc_ecma_loader = { version = "0.49.0", path = "../swc_ecma_loader" }
swc_ecma_parser = { version = "0.149.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.144.0", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_optimization = { version = "0.205.0", path = "../swc_ecma_transforms_optimization" }
swc_ecma_utils = { version = "0.134.0", path = "../swc_ecma_utils" }
swc_ecma_visit = { version = "0.104.0", path = "../swc_ecma_visit" }
swc_fast_graph = { version = "0.25.0", path = "../swc_fast_graph/" }
swc_graph_analyzer = { version = "0.26.0", path = "../swc_graph_analyzer/" }

[dev-dependencies]
hex = { workspace = true }
Expand All @@ -59,15 +59,15 @@ sha1 = { workspace = true }
tempfile = { workspace = true }
url = { workspace = true }

swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader", features = [
swc_ecma_loader = { version = "0.49.0", path = "../swc_ecma_loader", features = [
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.201.0", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.177.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.189.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.194.0", path = "../swc_ecma_transforms_typescript" }
swc_ecma_transforms_proposal = { version = "0.178.0", path = "../swc_ecma_transforms_proposal" }
swc_ecma_transforms_react = { version = "0.190.0", path = "../swc_ecma_transforms_react" }
swc_ecma_transforms_typescript = { version = "0.195.0", path = "../swc_ecma_transforms_typescript" }
swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing = { version = "0.38.0", path = "../testing" }
testing = { version = "0.39.0", path = "../testing" }
4 changes: 2 additions & 2 deletions crates/swc_cli_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git"
version = "0.17.1"
version = "0.18.0"

[[bin]]
name = "swc"
Expand Down Expand Up @@ -39,7 +39,7 @@ tracing-futures = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
walkdir = { workspace = true }

swc_core = { version = "0.99.0", features = [
swc_core = { version = "0.100.0", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.36.4"
version = "0.37.0"

[package.metadata.docs.rs]
all-features = true
Expand Down
16 changes: 8 additions & 8 deletions crates/swc_compiler_base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_compiler_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.15.2"
version = "0.16.0"

[features]
node = ["napi", "napi-derive"]
Expand All @@ -24,16 +24,16 @@ sourcemap = { workspace = true }
swc_allocator = { version = "0.1.7", path = "../swc_allocator", default-features = false }

swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_common = { version = "0.36.0", path = "../swc_common", features = [
swc_common = { version = "0.37.0", path = "../swc_common", features = [
"sourcemap",
] }
swc_config = { version = "0.1.13", path = "../swc_config" }
swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" }
swc_timer = { version = "0.24.0", path = "../swc_timer" }
swc_ecma_ast = { version = "0.118.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.155.0", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.201.0", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.149.0", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.104.0", path = "../swc_ecma_visit" }
swc_timer = { version = "0.25.0", path = "../swc_timer" }

[dependencies.napi-derive]
default-features = false
Expand Down
Loading

0 comments on commit 31f551e

Please sign in to comment.