From 171733e8bb26e0ea7b88cba4279fecd243d0a440 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 30 Nov 2022 07:50:13 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 + Cargo.lock | 92 +++++++++---------- crates/binding_macros/Cargo.toml | 10 +- crates/dbg-swc/Cargo.toml | 14 +-- crates/jsdoc/Cargo.toml | 6 +- crates/swc/Cargo.toml | 34 +++---- crates/swc_bundler/Cargo.toml | 24 ++--- crates/swc_core/Cargo.toml | 62 ++++++------- crates/swc_css/Cargo.toml | 20 ++-- crates/swc_css_ast/Cargo.toml | 2 +- crates/swc_css_codegen/Cargo.toml | 10 +- crates/swc_css_compat/Cargo.toml | 12 +-- crates/swc_css_lints/Cargo.toml | 8 +- crates/swc_css_minifier/Cargo.toml | 12 +-- crates/swc_css_modules/Cargo.toml | 12 +-- crates/swc_css_parser/Cargo.toml | 6 +- crates/swc_css_prefixer/Cargo.toml | 12 +-- crates/swc_css_utils/Cargo.toml | 6 +- crates/swc_css_visit/Cargo.toml | 4 +- crates/swc_ecma_ast/Cargo.toml | 2 +- crates/swc_ecma_codegen/Cargo.toml | 6 +- crates/swc_ecma_dep_graph/Cargo.toml | 8 +- crates/swc_ecma_ext_transforms/Cargo.toml | 8 +- crates/swc_ecma_lints/Cargo.toml | 14 +-- crates/swc_ecma_minifier/Cargo.toml | 16 ++-- crates/swc_ecma_parser/Cargo.toml | 8 +- crates/swc_ecma_preset_env/Cargo.toml | 14 +-- crates/swc_ecma_quote/Cargo.toml | 6 +- crates/swc_ecma_quote_macros/Cargo.toml | 6 +- crates/swc_ecma_transforms/Cargo.toml | 28 +++--- crates/swc_ecma_transforms_base/Cargo.toml | 12 +-- crates/swc_ecma_transforms_classes/Cargo.toml | 10 +- crates/swc_ecma_transforms_compat/Cargo.toml | 16 ++-- crates/swc_ecma_transforms_module/Cargo.toml | 16 ++-- .../Cargo.toml | 24 ++--- .../swc_ecma_transforms_proposal/Cargo.toml | 18 ++-- crates/swc_ecma_transforms_react/Cargo.toml | 20 ++-- crates/swc_ecma_transforms_testing/Cargo.toml | 14 +-- .../swc_ecma_transforms_typescript/Cargo.toml | 22 ++--- crates/swc_ecma_utils/Cargo.toml | 8 +- crates/swc_ecma_visit/Cargo.toml | 4 +- crates/swc_ecmascript/Cargo.toml | 22 ++--- crates/swc_estree_compat/Cargo.toml | 18 ++-- crates/swc_html/Cargo.toml | 4 +- crates/swc_html_minifier/Cargo.toml | 22 ++--- crates/swc_node_bundler/Cargo.toml | 18 ++-- crates/swc_plugin_proxy/Cargo.toml | 4 +- crates/swc_plugin_runner/Cargo.toml | 10 +- 48 files changed, 365 insertions(+), 362 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f68d92f20cf5..5ecd61aa3b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,9 @@ - **(es/transforms)** Add tests about preserving top-level directives (#6518) ([5ff87af](https://github.com/swc-project/swc/commit/5ff87afa78e5bb56f2b03678577279256c18e4da)) +- **(es/typescript)** Migrate inline tests to fixture tests (#6546) ([cddbc41](https://github.com/swc-project/swc/commit/cddbc41430c524b126368a6989de3b2c88e5e713)) + + - **(ts/compat)** Migrate inline tests to fixture testing (#6475) ([cc4646a](https://github.com/swc-project/swc/commit/cc4646a4cc455c08680f7dedb344337f90f0c668))- **general**: Use correct extensions for fixture tests (#6539) ([7ee86d1](https://github.com/swc-project/swc/commit/7ee86d1d2579d861501a525cbc6ddd3669d4c25c)) ### Build diff --git a/Cargo.lock b/Cargo.lock index 74696edd1a78..b0671554426c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.20.123" +version = "0.21.0" dependencies = [ "anyhow", "console_error_panic_hook", @@ -842,7 +842,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.58.155" +version = "0.59.0" dependencies = [ "anyhow", "clap 3.1.0", @@ -1446,7 +1446,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.91.32" +version = "0.92.0" dependencies = [ "anyhow", "dashmap", @@ -3081,7 +3081,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.232.120" +version = "0.233.0" dependencies = [ "ahash", "ansi_term", @@ -3152,7 +3152,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.192.104" +version = "0.193.0" dependencies = [ "ahash", "anyhow", @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.43.41" +version = "0.44.0" dependencies = [ "anyhow", "binding_macros", @@ -3318,7 +3318,7 @@ dependencies = [ [[package]] name = "swc_css" -version = "0.140.7" +version = "0.141.0" dependencies = [ "swc_css_ast", "swc_css_codegen", @@ -3333,7 +3333,7 @@ dependencies = [ [[package]] name = "swc_css_ast" -version = "0.127.3" +version = "0.128.0" dependencies = [ "bytecheck", "is-macro", @@ -3346,7 +3346,7 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "0.137.6" +version = "0.138.0" dependencies = [ "auto_impl", "bitflags", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "0.12.6" +version = "0.13.0" dependencies = [ "once_cell", "serde", @@ -3392,7 +3392,7 @@ dependencies = [ [[package]] name = "swc_css_lints" -version = "0.46.6" +version = "0.47.0" dependencies = [ "auto_impl", "parking_lot", @@ -3411,7 +3411,7 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "0.102.6" +version = "0.103.0" dependencies = [ "criterion", "serde", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "swc_css_modules" -version = "0.13.6" +version = "0.14.0" dependencies = [ "rustc-hash", "serde", @@ -3445,7 +3445,7 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "0.136.6" +version = "0.137.0" dependencies = [ "bitflags", "criterion", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.138.7" +version = "0.139.0" dependencies = [ "once_cell", "preset_env_base", @@ -3480,7 +3480,7 @@ dependencies = [ [[package]] name = "swc_css_utils" -version = "0.124.3" +version = "0.125.0" dependencies = [ "once_cell", "serde", @@ -3493,7 +3493,7 @@ dependencies = [ [[package]] name = "swc_css_visit" -version = "0.126.3" +version = "0.127.0" dependencies = [ "serde", "swc_atoms", @@ -3504,7 +3504,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.94.21" +version = "0.95.0" dependencies = [ "arbitrary", "bitflags", @@ -3524,7 +3524,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.127.39" +version = "0.128.0" dependencies = [ "base64 0.13.0", "criterion", @@ -3559,7 +3559,7 @@ dependencies = [ [[package]] name = "swc_ecma_dep_graph" -version = "0.94.32" +version = "0.95.0" dependencies = [ "pretty_assertions", "swc_atoms", @@ -3572,7 +3572,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.91.40" +version = "0.92.0" dependencies = [ "phf", "swc_atoms", @@ -3584,7 +3584,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.66.60" +version = "0.67.0" dependencies = [ "ahash", "auto_impl", @@ -3628,7 +3628,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.159.104" +version = "0.160.0" dependencies = [ "ahash", "ansi_term", @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.122.32" +version = "0.123.0" dependencies = [ "criterion", "either", @@ -3694,7 +3694,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.174.66" +version = "0.175.0" dependencies = [ "ahash", "anyhow", @@ -3722,7 +3722,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.38.35" +version = "0.39.0" dependencies = [ "swc_atoms", "swc_common", @@ -3733,7 +3733,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.33.33" +version = "0.34.0" dependencies = [ "anyhow", "pmutil", @@ -3759,7 +3759,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.198.64" +version = "0.199.0" dependencies = [ "pretty_assertions", "sourcemap", @@ -3784,7 +3784,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.111.59" +version = "0.112.0" dependencies = [ "better_scoped_tls", "bitflags", @@ -3810,7 +3810,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.100.58" +version = "0.101.0" dependencies = [ "swc_atoms", "swc_common", @@ -3822,7 +3822,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.136.52" +version = "0.137.0" dependencies = [ "ahash", "arrayvec", @@ -3862,7 +3862,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.153.56" +version = "0.154.0" dependencies = [ "Inflector", "ahash", @@ -3892,7 +3892,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.167.64" +version = "0.168.0" dependencies = [ "ahash", "dashmap", @@ -3923,7 +3923,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.144.52" +version = "0.145.0" dependencies = [ "either", "serde", @@ -3946,7 +3946,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.155.57" +version = "0.156.0" dependencies = [ "ahash", "base64 0.13.0", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.114.44" +version = "0.115.0" dependencies = [ "ansi_term", "anyhow", @@ -4000,7 +4000,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.159.59" +version = "0.160.0" dependencies = [ "criterion", "serde", @@ -4021,7 +4021,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.105.40" +version = "0.106.0" dependencies = [ "indexmap", "num_cpus", @@ -4038,7 +4038,7 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "0.80.21" +version = "0.81.0" dependencies = [ "num-bigint", "serde", @@ -4051,7 +4051,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.205.107" +version = "0.206.0" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -4099,7 +4099,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.154.120" +version = "0.155.0" dependencies = [ "ahash", "anyhow", @@ -4147,7 +4147,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.96.37" +version = "0.97.0" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -4199,7 +4199,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.93.37" +version = "0.94.0" dependencies = [ "criterion", "once_cell", @@ -4285,7 +4285,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.18.120" +version = "0.19.0" dependencies = [ "anyhow", "dashmap", @@ -4353,7 +4353,7 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "0.22.23" +version = "0.23.0" dependencies = [ "better_scoped_tls", "rkyv", @@ -4366,7 +4366,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.77.39" +version = "0.78.0" dependencies = [ "anyhow", "criterion", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 07516027d43e..e8c48b21168b 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "binding_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.20.123" +version = "0.21.0" [lib] bench = false @@ -33,11 +33,11 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.232.120", path = "../swc" } +swc = { optional = true, version = "0.233.0", path = "../swc" } swc_common = { optional = true, version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { optional = true, version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.198.64", path = "../swc_ecma_transforms" } -swc_ecma_visit = { optional = true, version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { optional = true, version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_transforms = { optional = true, version = "0.199.0", path = "../swc_ecma_transforms" } +swc_ecma_visit = { optional = true, version = "0.81.0", path = "../swc_ecma_visit" } # Optional deps for the wasm binding macro anyhow = { optional = true, version = "1.0.58" } diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index c940f4ead263..ecae0db17412 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = "https://github.com/kdy1/dbg-swc.git" -version = "0.58.155" +version = "0.59.0" [[bin]] bench = false @@ -25,14 +25,14 @@ swc_common = { version = "0.29.16", features = [ "concurrent", "tty-emitter", ], path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.159.104", path = "../swc_ecma_minifier", features = [ +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.160.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.13.17", path = "../swc_error_reporters" } swc_timer = { version = "0.17.17", path = "../swc_timer" } tempdir = "0.3.7" diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 503442d5519d..06524ae1adc4 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "jsdoc" -version = "0.91.32" +version = "0.92.0" [lib] bench = false @@ -20,6 +20,6 @@ swc_common = { version = "0.29.16", path = "../swc_common" } [dev-dependencies] anyhow = "1" dashmap = "5.1.0" -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 8689b7a19939..02ed19159e8b 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -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.232.120" +version = "0.233.0" [lib] bench = false @@ -66,19 +66,19 @@ swc_common = { version = "0.29.16", path = "../swc_common", features = [ "parking_lot", ] } swc_config = { version = "0.1.4", path = "../swc_config" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "0.91.40", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.66.60", path = "../swc_ecma_lints" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_ext_transforms = { version = "0.92.0", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "0.67.0", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.159.104", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.174.66", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.198.64", path = "../swc_ecma_transforms", features = [ +swc_ecma_minifier = { version = "0.160.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { version = "0.175.0", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.199.0", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -86,15 +86,15 @@ swc_ecma_transforms = { version = "0.198.64", path = "../swc_ecma_transforms", f "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.136.52", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.167.64", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.137.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.168.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.13.17", path = "../swc_error_reporters" } swc_node_comments = { version = "0.16.16", path = "../swc_node_comments" } -swc_plugin_proxy = { version = "0.22.23", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.77.39", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_plugin_proxy = { version = "0.23.0", path = "../swc_plugin_proxy", optional = true } +swc_plugin_runner = { version = "0.78.0", path = "../swc_plugin_runner", optional = true, default-features = false } swc_timer = { version = "0.17.17", path = "../swc_timer" } swc_visit = { version = "0.5.2", path = "../swc_visit" } tracing = "0.1.32" @@ -115,7 +115,7 @@ tracing = "0.1.32" ansi_term = "0.12" criterion = "0.3" rayon = "1.5.1" -swc_ecma_lints = { version = "0.66.60", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.67.0", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 7044d5cbf531..bd351cd6fc55 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -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.192.104" +version = "0.193.0" [package.metadata.docs.rs] all-features = true @@ -39,14 +39,14 @@ relative-path = "1.2" retain_mut = "0.1.2" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.167.64", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.168.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.17.17", path = "../swc_fast_graph/" } swc_graph_analyzer = { version = "0.18.18", path = "../swc_graph_analyzer/" } tracing = "0.1.32" @@ -61,12 +61,12 @@ swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader", features = "node", "cache", ] } -swc_ecma_minifier = { version = "0.159.104", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.160.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "0.144.52", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.155.57", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "0.159.59", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_proposal = { version = "0.145.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.156.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "0.160.0", path = "../swc_ecma_transforms_typescript" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } tempfile = "3.1.0" testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 4aee6ad92d4f..0c797dd3a07d 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.43.41" +version = "0.44.0" [package.metadata.docs.rs] features = [ "common_perf", @@ -318,47 +318,47 @@ wasmer = { optional = true, version = "2.3.0", default-features = false } wasmer-wasi = { optional = true, version = "2.3.0", default-features = false } # swc_* dependencies -binding_macros = { optional = true, version = "0.20.123", path = "../binding_macros" } -swc = { optional = true, version = "0.232.120", path = "../swc" } +binding_macros = { optional = true, version = "0.21.0", path = "../binding_macros" } +swc = { optional = true, version = "0.233.0", path = "../swc" } swc_atoms = { optional = true, version = "0.4.25", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.192.104", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.193.0", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" } swc_common = { optional = true, version = "0.29.16", path = "../swc_common" } -swc_css_ast = { optional = true, version = "0.127.3", path = "../swc_css_ast" } -swc_css_codegen = { optional = true, version = "0.137.6", path = "../swc_css_codegen" } -swc_css_minifier = { optional = true, version = "0.102.6", path = "../swc_css_minifier" } -swc_css_modules = { optional = true, version = "0.13.6", path = "../swc_css_modules" } -swc_css_parser = { optional = true, version = "0.136.6", path = "../swc_css_parser" } -swc_css_prefixer = { optional = true, version = "0.138.7", path = "../swc_css_prefixer" } -swc_css_utils = { optional = true, version = "0.124.3", path = "../swc_css_utils/" } -swc_css_visit = { optional = true, version = "0.126.3", path = "../swc_css_visit" } -swc_ecma_ast = { optional = true, version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.127.39", path = "../swc_ecma_codegen" } +swc_css_ast = { optional = true, version = "0.128.0", path = "../swc_css_ast" } +swc_css_codegen = { optional = true, version = "0.138.0", path = "../swc_css_codegen" } +swc_css_minifier = { optional = true, version = "0.103.0", path = "../swc_css_minifier" } +swc_css_modules = { optional = true, version = "0.14.0", path = "../swc_css_modules" } +swc_css_parser = { optional = true, version = "0.137.0", path = "../swc_css_parser" } +swc_css_prefixer = { optional = true, version = "0.139.0", path = "../swc_css_prefixer" } +swc_css_utils = { optional = true, version = "0.125.0", path = "../swc_css_utils/" } +swc_css_visit = { optional = true, version = "0.127.0", path = "../swc_css_visit" } +swc_ecma_ast = { optional = true, version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { optional = true, version = "0.128.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.41.17", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.159.104", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.174.66", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "0.33.33", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_module = { optional = true, version = "0.153.56", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.167.64", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.144.52", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.155.57", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.114.44", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.159.59", path = "../swc_ecma_transforms_typescript" } -swc_ecma_utils = { optional = true, version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { optional = true, version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_minifier = { optional = true, version = "0.160.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { optional = true, version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { optional = true, version = "0.175.0", path = "../swc_ecma_preset_env" } +swc_ecma_quote_macros = { optional = true, version = "0.34.0", path = "../swc_ecma_quote_macros" } +swc_ecma_transforms_base = { optional = true, version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_module = { optional = true, version = "0.154.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.168.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.145.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.156.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "0.115.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { optional = true, version = "0.160.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_utils = { optional = true, version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { optional = true, version = "0.81.0", path = "../swc_ecma_visit" } swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" } -swc_node_bundler = { optional = true, version = "0.18.120", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.19.0", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "0.0.4", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "0.9.9", path = "../swc_plugin_macro" } -swc_plugin_proxy = { optional = true, version = "0.22.23", path = "../swc_plugin_proxy" } +swc_plugin_proxy = { optional = true, version = "0.23.0", path = "../swc_plugin_proxy" } swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" } testing = { optional = true, version = "0.31.17", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features -swc_css_compat = { version = "0.12.6", path = "../swc_css_compat", optional = true } -swc_plugin_runner = { optional = true, version = "0.77.39", path = "../swc_plugin_runner", default-features = false } +swc_css_compat = { version = "0.13.0", path = "../swc_css_compat", optional = true } +swc_plugin_runner = { optional = true, version = "0.78.0", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { version = "7.3.2", default-features = false, features = ["cargo"] } diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index 8a1a986a8c61..afc4c37d5984 100644 --- a/crates/swc_css/Cargo.toml +++ b/crates/swc_css/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css" repository = "https://github.com/swc-project/swc.git" -version = "0.140.7" +version = "0.141.0" [package.metadata.docs.rs] all-features = true @@ -22,12 +22,12 @@ modules = ["swc_css_modules"] prefixer = ["swc_css_prefixer"] [dependencies] -swc_css_ast = {version = "0.127.3", path = "../swc_css_ast"} -swc_css_codegen = {version = "0.137.6", path = "../swc_css_codegen"} -swc_css_compat = {version = "0.12.6", path = "../swc_css_compat", optional = true} -swc_css_minifier = {version = "0.102.6", path = "../swc_css_minifier", optional = true} -swc_css_modules = {version = "0.13.6", path = "../swc_css_modules", optional = true} -swc_css_parser = {version = "0.136.6", path = "../swc_css_parser"} -swc_css_prefixer = {version = "0.138.7", path = "../swc_css_prefixer", optional = true} -swc_css_utils = {version = "0.124.3", path = "../swc_css_utils/"} -swc_css_visit = {version = "0.126.3", path = "../swc_css_visit"} +swc_css_ast = {version = "0.128.0", path = "../swc_css_ast"} +swc_css_codegen = {version = "0.138.0", path = "../swc_css_codegen"} +swc_css_compat = {version = "0.13.0", path = "../swc_css_compat", optional = true} +swc_css_minifier = {version = "0.103.0", path = "../swc_css_minifier", optional = true} +swc_css_modules = {version = "0.14.0", path = "../swc_css_modules", optional = true} +swc_css_parser = {version = "0.137.0", path = "../swc_css_parser"} +swc_css_prefixer = {version = "0.139.0", path = "../swc_css_prefixer", optional = true} +swc_css_utils = {version = "0.125.0", path = "../swc_css_utils/"} +swc_css_visit = {version = "0.127.0", path = "../swc_css_visit"} diff --git a/crates/swc_css_ast/Cargo.toml b/crates/swc_css_ast/Cargo.toml index 9bd23156d6c6..a7b28aa80775 100644 --- a/crates/swc_css_ast/Cargo.toml +++ b/crates/swc_css_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.127.3" +version = "0.128.0" [lib] bench = false diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index 275cad4d22a0..3b62cfca99d0 100644 --- a/crates/swc_css_codegen/Cargo.toml +++ b/crates/swc_css_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.137.6" +version = "0.138.0" [lib] bench = false @@ -19,14 +19,14 @@ rustc-hash = "1.1.0" serde = "1.0.127" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_css_ast = { version = "0.127.3", path = "../swc_css_ast" } +swc_css_ast = { version = "0.128.0", path = "../swc_css_ast" } swc_css_codegen_macros = { version = "0.2.0", path = "../swc_css_codegen_macros" } -swc_css_utils = { version = "0.124.3", path = "../swc_css_utils" } +swc_css_utils = { version = "0.125.0", path = "../swc_css_utils" } [dev-dependencies] swc_common = { version = "0.29.16", path = "../swc_common", features = [ "sourcemap", ] } -swc_css_parser = { version = "0.136.6", path = "../swc_css_parser" } -swc_css_visit = { version = "0.126.3", path = "../swc_css_visit" } +swc_css_parser = { version = "0.137.0", path = "../swc_css_parser" } +swc_css_visit = { version = "0.127.0", path = "../swc_css_visit" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index 5ae479931a2f..99567a8bfb5d 100644 --- a/crates/swc_css_compat/Cargo.toml +++ b/crates/swc_css_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_css_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.12.6" +version = "0.13.0" [lib] bench = false @@ -18,11 +18,11 @@ serde = {version = "1.0.118", features = ["derive"]} serde_json = "1.0.61" swc_atoms = {version = "0.4.25", path = "../swc_atoms"} swc_common = {version = "0.29.16", path = "../swc_common"} -swc_css_ast = {version = "0.127.3", path = "../swc_css_ast"} -swc_css_utils = {version = "0.124.3", path = "../swc_css_utils/"} -swc_css_visit = {version = "0.126.3", path = "../swc_css_visit"} +swc_css_ast = {version = "0.128.0", path = "../swc_css_ast"} +swc_css_utils = {version = "0.125.0", path = "../swc_css_utils/"} +swc_css_visit = {version = "0.127.0", path = "../swc_css_visit"} [dev-dependencies] -swc_css_codegen = {version = "0.137.6", path = "../swc_css_codegen"} -swc_css_parser = {version = "0.136.6", path = "../swc_css_parser"} +swc_css_codegen = {version = "0.138.0", path = "../swc_css_codegen"} +swc_css_parser = {version = "0.137.0", path = "../swc_css_parser"} testing = {version = "0.31.17", path = "../testing"} diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index 4084ae5aa561..f7b3c1fd3ff6 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_lints" repository = "https://github.com/swc-project/swc.git" -version = "0.46.6" +version = "0.47.0" [lib] bench = false @@ -20,11 +20,11 @@ serde = { version = "1.0.133", features = ["derive"] } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_cached = { version = "0.3.15", path = "../swc_cached" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_css_ast = { version = "0.127.3", path = "../swc_css_ast" } -swc_css_visit = { version = "0.126.3", path = "../swc_css_visit" } +swc_css_ast = { version = "0.128.0", path = "../swc_css_ast" } +swc_css_visit = { version = "0.127.0", path = "../swc_css_visit" } thiserror = "1.0.30" [dev-dependencies] serde_json = "1.0.79" -swc_css_parser = { version = "0.136.6", path = "../swc_css_parser" } +swc_css_parser = { version = "0.137.0", path = "../swc_css_parser" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 74d474335393..ca0099cec61b 100644 --- a/crates/swc_css_minifier/Cargo.toml +++ b/crates/swc_css_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.102.6" +version = "0.103.0" [lib] bench = false @@ -16,14 +16,14 @@ bench = false serde = "1.0.118" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_css_ast = { version = "0.127.3", path = "../swc_css_ast" } -swc_css_utils = { version = "0.124.3", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.126.3", path = "../swc_css_visit" } +swc_css_ast = { version = "0.128.0", path = "../swc_css_ast" } +swc_css_utils = { version = "0.125.0", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.127.0", path = "../swc_css_visit" } [dev-dependencies] criterion = "0.3" -swc_css_codegen = { version = "0.137.6", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.136.6", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.138.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.137.0", path = "../swc_css_parser" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index 79c383ca6c75..00a6f995d5dc 100644 --- a/crates/swc_css_modules/Cargo.toml +++ b/crates/swc_css_modules/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_modules" repository = "https://github.com/swc-project/swc.git" -version = "0.13.6" +version = "0.14.0" [lib] bench = false @@ -19,12 +19,12 @@ rustc-hash = "1.1.0" serde = {version = "1", features = ["derive"]} swc_atoms = {version = "0.4.25", path = "../swc_atoms"} swc_common = {version = "0.29.16", path = "../swc_common"} -swc_css_ast = {version = "0.127.3", path = "../swc_css_ast"} -swc_css_codegen = {version = "0.137.6", path = "../swc_css_codegen"} -swc_css_parser = {version = "0.136.6", path = "../swc_css_parser"} -swc_css_visit = {version = "0.126.3", path = "../swc_css_visit"} +swc_css_ast = {version = "0.128.0", path = "../swc_css_ast"} +swc_css_codegen = {version = "0.138.0", path = "../swc_css_codegen"} +swc_css_parser = {version = "0.137.0", path = "../swc_css_parser"} +swc_css_visit = {version = "0.127.0", path = "../swc_css_visit"} [dev-dependencies] serde_json = "1" -swc_css_compat = {version = "0.12.6", path = "../swc_css_compat"} +swc_css_compat = {version = "0.13.0", path = "../swc_css_compat"} testing = {version = "0.31.17", path = "../testing"} diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index 083af253b187..aba976a82354 100644 --- a/crates/swc_css_parser/Cargo.toml +++ b/crates/swc_css_parser/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.136.6" +version = "0.137.0" [lib] bench = false @@ -21,12 +21,12 @@ lexical = "6.1.0" serde = "1.0.127" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_css_ast = { version = "0.127.3", path = "../swc_css_ast" } +swc_css_ast = { version = "0.128.0", path = "../swc_css_ast" } [dev-dependencies] criterion = "0.3" serde_json = "1.0.66" -swc_css_visit = { version = "0.126.3", path = "../swc_css_visit" } +swc_css_visit = { version = "0.127.0", path = "../swc_css_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index 4663c537397b..c7c9f4379964 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_css_prefixer" repository = "https://github.com/swc-project/swc.git" -version = "0.138.7" +version = "0.139.0" [lib] bench = false @@ -19,11 +19,11 @@ serde = {version = "1.0.118", features = ["derive"]} serde_json = "1.0.61" swc_atoms = {version = "0.4.25", path = "../swc_atoms"} swc_common = {version = "0.29.16", path = "../swc_common"} -swc_css_ast = {version = "0.127.3", path = "../swc_css_ast"} -swc_css_utils = {version = "0.124.3", path = "../swc_css_utils/"} -swc_css_visit = {version = "0.126.3", path = "../swc_css_visit"} +swc_css_ast = {version = "0.128.0", path = "../swc_css_ast"} +swc_css_utils = {version = "0.125.0", path = "../swc_css_utils/"} +swc_css_visit = {version = "0.127.0", path = "../swc_css_visit"} [dev-dependencies] -swc_css_codegen = {version = "0.137.6", path = "../swc_css_codegen"} -swc_css_parser = {version = "0.136.6", path = "../swc_css_parser"} +swc_css_codegen = {version = "0.138.0", path = "../swc_css_codegen"} +swc_css_parser = {version = "0.137.0", path = "../swc_css_parser"} testing = {version = "0.31.17", path = "../testing"} diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index b1f3c3d0248f..7be9b123394c 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = "Apache-2.0" name = "swc_css_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.124.3" +version = "0.125.0" [lib] bench = false @@ -18,5 +18,5 @@ serde = { version = "1.0.118", features = ["derive"] } serde_json = "1.0.61" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_css_ast = { version = "0.127.3", path = "../swc_css_ast" } -swc_css_visit = { version = "0.126.3", path = "../swc_css_visit" } +swc_css_ast = { version = "0.128.0", path = "../swc_css_ast" } +swc_css_visit = { version = "0.127.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_visit/Cargo.toml b/crates/swc_css_visit/Cargo.toml index 34b1608dcff4..367127535ac1 100644 --- a/crates/swc_css_visit/Cargo.toml +++ b/crates/swc_css_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.126.3" +version = "0.127.0" [package.metadata.docs.rs] all-features = true @@ -23,5 +23,5 @@ path = [] serde = { version = "1", optional = true } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_css_ast = { version = "0.127.3", path = "../swc_css_ast" } +swc_css_ast = { version = "0.128.0", path = "../swc_css_ast" } swc_visit = { version = "0.5.3", path = "../swc_visit" } diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index 60a68d8616c0..167019ff01c6 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.94.21" +version = "0.95.0" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index dbe5f3e8d1eb..a5365aea4202 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.127.39" +version = "0.128.0" [lib] bench = false @@ -21,7 +21,7 @@ serde = "1.0.127" sourcemap = "6" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } swc_ecma_codegen_macros = { version = "0.7.1", path = "../swc_ecma_codegen_macros" } tracing = "0.1.32" @@ -32,7 +32,7 @@ serde_json = "1" swc_common = { version = "0.29.16", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_dep_graph/Cargo.toml b/crates/swc_ecma_dep_graph/Cargo.toml index f0a203e21d6f..6dfdb0ec2083 100644 --- a/crates/swc_ecma_dep_graph/Cargo.toml +++ b/crates/swc_ecma_dep_graph/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_dep_graph" repository = "https://github.com/swc-project/swc.git" -version = "0.94.32" +version = "0.95.0" [lib] bench = false @@ -14,10 +14,10 @@ bench = false [dependencies] swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = "1.1" -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index ba40a5c9a516..535327d09011 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/" edition = "2021" license = "Apache-2.0" name = "swc_ecma_ext_transforms" -version = "0.91.40" +version = "0.92.0" [lib] bench = false @@ -14,6 +14,6 @@ bench = false phf = { version = "0.10", features = ["macros"] } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 3df5eac42d57..eb15a3ca75e6 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_lints" repository = "https://github.com/swc-project/swc.git" -version = "0.66.60" +version = "0.67.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -25,14 +25,14 @@ swc_common = { version = "0.29.16", path = "../swc_common", features = [ "concurrent", ] } swc_config = { version = "0.1.4", path = "../swc_config" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } testing = { version = "0.31.17", path = "../testing" } [features] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 25cea04aa690..b4b6a762c12d 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"] license = "Apache-2.0" name = "swc_ecma_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.159.104" +version = "0.160.0" [package.metadata.docs.rs] all-features = true @@ -49,13 +49,13 @@ swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_cached = { version = "0.3.15", path = "../swc_cached" } swc_common = { version = "0.29.16", path = "../swc_common" } swc_config = { version = "0.1.4", path = "../swc_config" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.167.64", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.168.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.17.17", path = "../swc_timer" } tracing = "0.1.32" diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index f53f4f14119c..f244dd588fb7 100644 --- a/crates/swc_ecma_parser/Cargo.toml +++ b/crates/swc_ecma_parser/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.122.32" +version = "0.123.0" [package.metadata.docs.rs] all-features = true @@ -32,8 +32,8 @@ serde = { version = "1", features = ["derive"] } smallvec = "1.8.0" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit", optional = true } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit", optional = true } tracing = "0.1.32" typed-arena = "2.0.1" @@ -41,7 +41,7 @@ typed-arena = "2.0.1" criterion = "0.3" pretty_assertions = "1.1" serde_json = "1" -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.17", path = "../testing" } walkdir = "2" diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index c42a6627940d..7f8b3dfd9618 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" -version = "0.174.66" +version = "0.175.0" [lib] bench = false @@ -25,19 +25,19 @@ st-map = "0.1.2" string_enum = { version = "0.3.2", path = "../string_enum" } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.198.64", path = "../swc_ecma_transforms", features = [ +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_transforms = { version = "0.199.0", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } testing = { version = "0.31.17", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index b9fbf96e0a6f..0dcd25dc5057 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote" repository = "https://github.com/swc-project/swc.git" -version = "0.38.35" +version = "0.39.0" [lib] bench = false @@ -14,8 +14,8 @@ bench = false [dependencies] swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_quote_macros = { version = "0.33.33", path = "../swc_ecma_quote_macros" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_quote_macros = { version = "0.34.0", path = "../swc_ecma_quote_macros" } [dev-dependencies] testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 6181a75f9919..bf026dc3c3a6 100644 --- a/crates/swc_ecma_quote_macros/Cargo.toml +++ b/crates/swc_ecma_quote_macros/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.33.33" +version = "0.34.0" [lib] bench = false @@ -19,7 +19,7 @@ proc-macro2 = "1" quote = "1" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } swc_macros_common = { version = "0.3.3", path = "../swc_macros_common" } syn = "1" diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 4758bef9e4b4..ea1956b189f4 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms" repository = "https://github.com/swc-project/swc.git" -version = "0.198.64" +version = "0.199.0" [package.metadata.docs.rs] all-features = true @@ -33,22 +33,22 @@ typescript = ["swc_ecma_transforms_typescript"] [dependencies] swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.136.52", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.153.56", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.167.64", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.144.52", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.155.57", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.159.59", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.137.0", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.154.0", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.168.0", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.145.0", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.156.0", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.160.0", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = "1.1" sourcemap = "6" -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.114.44", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.115.0", path = "../swc_ecma_transforms_testing" } tempfile = "3" testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 1405dd8f055d..5ca9cc137987 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"] license = "Apache-2.0" name = "swc_ecma_transforms_base" repository = "https://github.com/swc-project/swc.git" -version = "0.111.59" +version = "0.112.0" [lib] bench = false @@ -27,16 +27,16 @@ serde = { version = "1", features = ["derive"] } smallvec = "1.8.0" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } tracing = "0.1.32" [dev-dependencies] criterion = "0.3" rayon = "1" -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index fd9f85a47111..667a631d6260 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_classes" repository = "https://github.com/swc-project/swc.git" -version = "0.100.58" +version = "0.101.0" [lib] bench = false @@ -14,7 +14,7 @@ bench = false [dependencies] swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index ae31a8ee43cf..073da12243a9 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.136.52" +version = "0.137.0" [lib] bench = false @@ -31,17 +31,17 @@ smallvec = "1.8.0" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } swc_config = { version = "0.1.4", path = "../swc_config" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.100.58", path = "../swc_ecma_transforms_classes" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.101.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" } tracing = "0.1.32" [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.114.44", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.115.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 9e2a725d5861..fbce11712387 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_module" repository = "https://github.com/swc-project/swc.git" -version = "0.153.56" +version = "0.154.0" [lib] bench = false @@ -26,14 +26,14 @@ serde = { version = "1.0.118", features = ["derive"] } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_cached = { version = "0.3.15", path = "../swc_cached" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } tracing = "0.1.32" [dev-dependencies] @@ -43,6 +43,6 @@ swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader", features = "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.136.52", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.114.44", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "0.137.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.115.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.17", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 3356bf516a37..dfd30e5e15e0 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "0.167.64" +version = "0.168.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -32,20 +32,20 @@ rustc-hash = "1.1.0" serde_json = "1.0.61" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.17.17", path = "../swc_fast_graph" } tracing = "0.1.32" [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.136.52", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.153.56", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.144.52", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.155.57", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.114.44", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.159.59", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "0.137.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.154.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.145.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.156.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.115.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.160.0", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index f87d54596104..c19090dbe3f1 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_proposal" repository = "https://github.com/swc-project/swc.git" -version = "0.144.52" +version = "0.145.0" [lib] bench = false @@ -22,17 +22,17 @@ serde = { version = "1.0.118", features = ["derive"] } smallvec = "1.8.0" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.100.58", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.101.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.136.52", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.114.44", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.137.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.115.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 6505b1233a7a..3e56e0d67e3d 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_react" repository = "https://github.com/swc-project/swc.git" -version = "0.155.57" +version = "0.156.0" [lib] bench = false @@ -29,16 +29,16 @@ string_enum = { version = "0.3.2", path = "../string_enum" } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } swc_config = { version = "0.1.4", path = "../swc_config" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.136.52", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.153.56", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_testing = { version = "0.114.44", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen/" } +swc_ecma_transforms_compat = { version = "0.137.0", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_module = { version = "0.154.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_testing = { version = "0.115.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index a185ffd42a30..9adc546e83f6 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_testing" repository = "https://github.com/swc-project/swc.git" -version = "0.114.44" +version = "0.115.0" [lib] bench = false @@ -23,12 +23,12 @@ sourcemap = "6" swc_common = { version = "0.29.16", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } tempfile = "3.1.0" testing = { version = "0.31.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index c8e7e2dd93c0..1defbd9260ff 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_typescript" repository = "https://github.com/swc-project/swc.git" -version = "0.159.59" +version = "0.160.0" [lib] bench = false @@ -16,19 +16,19 @@ bench = false serde = { version = "1.0.118", features = ["derive"] } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.155.57", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "0.156.0", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.136.52", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.144.52", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.114.44", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.137.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.145.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "0.115.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.17", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 5931ad7c3b14..ba675f30df06 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.105.40" +version = "0.106.0" [package.metadata.docs.rs] all-features = true @@ -26,10 +26,10 @@ once_cell = "1.10.0" rayon = {version = "1.5.1", optional = true} swc_atoms = {version = "0.4.25", path = "../swc_atoms"} swc_common = {version = "0.29.16", path = "../swc_common"} -swc_ecma_ast = {version = "0.94.21", path = "../swc_ecma_ast"} -swc_ecma_visit = {version = "0.80.21", path = "../swc_ecma_visit"} +swc_ecma_ast = {version = "0.95.0", path = "../swc_ecma_ast"} +swc_ecma_visit = {version = "0.81.0", path = "../swc_ecma_visit"} tracing = "0.1.32" unicode-id = "0.3" [dev-dependencies] -swc_ecma_parser = {version = "0.122.32", path = "../swc_ecma_parser"} +swc_ecma_parser = {version = "0.123.0", path = "../swc_ecma_parser"} diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index bab31fa40173..93d64f72fa47 100644 --- a/crates/swc_ecma_visit/Cargo.toml +++ b/crates/swc_ecma_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.80.21" +version = "0.81.0" [package.metadata.docs.rs] all-features = true @@ -25,6 +25,6 @@ num-bigint = { version = "0.4", features = ["serde"] } serde = { version = "1", optional = true } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } swc_visit = { version = "0.5.3", path = "../swc_visit" } tracing = "0.1.32" diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index a33f022b7d20..e4655b86c875 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "0.205.107" +version = "0.206.0" [package.metadata.docs.rs] all-features = true @@ -39,15 +39,15 @@ react = ["swc_ecma_transforms/react"] typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen", optional = true } -swc_ecma_dep_graph = { version = "0.94.32", path = "../swc_ecma_dep_graph", optional = true } -swc_ecma_minifier = { version = "0.159.104", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.174.66", path = "../swc_ecma_preset_env", optional = true } -swc_ecma_quote = { version = "0.38.35", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.198.64", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils", optional = true } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit", optional = true } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen", optional = true } +swc_ecma_dep_graph = { version = "0.95.0", path = "../swc_ecma_dep_graph", optional = true } +swc_ecma_minifier = { version = "0.160.0", path = "../swc_ecma_minifier", optional = true } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_preset_env = { version = "0.175.0", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_quote = { version = "0.39.0", path = "../swc_ecma_quote", optional = true } +swc_ecma_transforms = { version = "0.199.0", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils", optional = true } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit", optional = true } [dev-dependencies] diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index 3f8573e83d83..faf307f53ade 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_estree_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.154.120" +version = "0.155.0" [package.metadata.docs.rs] all-features = true @@ -28,20 +28,20 @@ swc_common = { version = "0.29.16", path = "../swc_common", features = [ "sourcemap", "tty-emitter", ] } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_estree_ast = { version = "0.19.16", path = "../swc_estree_ast" } swc_node_comments = { version = "0.16.16", path = "../swc_node_comments/" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc = { version = "0.232.120", path = "../swc" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.198.64", path = "../swc_ecma_transforms/" } +swc = { version = "0.233.0", path = "../swc" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.199.0", path = "../swc_ecma_transforms/" } testing = { version = "0.31.17", path = "../testing" } walkdir = "2" diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 80e7f7c59204..85eb2654ed8e 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_html" repository = "https://github.com/swc-project/swc.git" -version = "0.96.37" +version = "0.97.0" [package.metadata.docs.rs] all-features = true @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.28.7", path = "../swc_html_ast"} swc_html_codegen = {version = "0.37.15", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.93.37", path = "../swc_html_minifier", optional = true} +swc_html_minifier = {version = "0.94.0", path = "../swc_html_minifier", optional = true} swc_html_parser = {version = "0.34.15", path = "../swc_html_parser"} swc_html_visit = {version = "0.28.7", path = "../swc_html_visit"} diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 12c35c5d363b..c286407d4471 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = "Apache-2.0" name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.93.37" +version = "0.94.0" [lib] bench = false @@ -22,16 +22,16 @@ serde_json = "1.0.61" swc_atoms = { version = "0.4.25", path = "../swc_atoms" } swc_cached = { version = "0.3.15", path = "../swc_cached" } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_css_ast = { version = "0.127.3", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.137.6", path = "../swc_css_codegen" } -swc_css_minifier = { version = "0.102.6", path = "../swc_css_minifier" } -swc_css_parser = { version = "0.136.6", path = "../swc_css_parser" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.159.104", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.111.59", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_css_ast = { version = "0.128.0", path = "../swc_css_ast" } +swc_css_codegen = { version = "0.138.0", path = "../swc_css_codegen" } +swc_css_minifier = { version = "0.103.0", path = "../swc_css_minifier" } +swc_css_parser = { version = "0.137.0", path = "../swc_css_parser" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.160.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.112.0", path = "../swc_ecma_transforms_base" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_html_ast = { version = "0.28.7", path = "../swc_html_ast" } swc_html_codegen = { version = "0.37.15", path = "../swc_html_codegen" } swc_html_parser = { version = "0.34.15", path = "../swc_html_parser" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 4a9d088159e4..6e1fd9c7c158 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_node_bundler" repository = "https://github.com/swc-project/swc.git" -version = "0.18.120" +version = "0.19.0" [lib] bench = false @@ -26,21 +26,21 @@ regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" string_enum = { version = "0.3.2", path = "../string_enum" } -swc = { version = "0.232.120", path = "../swc" } +swc = { version = "0.233.0", path = "../swc" } swc_atoms = { version = "0.4.25", path = "../swc_atoms" } -swc_bundler = { version = "0.192.104", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.193.0", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "0.29.16", path = "../swc_common", features = [ "concurrent", ] } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.127.39", path = "../swc_ecma_codegen" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.128.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.198.64", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "0.105.40", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.199.0", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "0.106.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } tracing = "0.1.32" diff --git a/crates/swc_plugin_proxy/Cargo.toml b/crates/swc_plugin_proxy/Cargo.toml index 5c4fff31bba6..efab300ac2fb 100644 --- a/crates/swc_plugin_proxy/Cargo.toml +++ b/crates/swc_plugin_proxy/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_proxy" repository = "https://github.com/swc-project/swc.git" -version = "0.22.23" +version = "0.23.0" [lib] bench = false @@ -42,6 +42,6 @@ rkyv = { package = "rkyv", version = "=0.7.37", optional = true } # cannot be merged. rkyv-latest = { package = "rkyv-test", version = "=0.7.38-test.2", optional = true } swc_common = { version = "0.29.16", path = "../swc_common" } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" } tracing = "0.1.32" diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 3b9efb430e79..acd5512406ac 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_runner" repository = "https://github.com/swc-project/swc.git" -version = "0.77.39" +version = "0.78.0" [lib] bench = false @@ -46,8 +46,8 @@ serde_json = "1.0.64" swc_common = { version = "0.29.16", path = "../swc_common", features = [ "concurrent", ] } -swc_ecma_ast = { version = "0.94.21", path = "../swc_ecma_ast" } -swc_plugin_proxy = { version = "0.22.23", path = "../swc_plugin_proxy" } +swc_ecma_ast = { version = "0.95.0", path = "../swc_ecma_ast" } +swc_plugin_proxy = { version = "0.23.0", path = "../swc_plugin_proxy" } tracing = "0.1.32" wasmer = { version = "2.3.0", default-features = false } @@ -62,8 +62,8 @@ wasmer-engine-universal = { version = "2.3.0" } criterion = "0.3" swc_atoms = { version = "0.4.25", path = '../swc_atoms' } swc_ecma_loader = { version = "0.41.17", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.122.32", path = "../swc_ecma_parser" } -swc_ecma_visit = { version = "0.80.21", path = "../swc_ecma_visit" } +swc_ecma_parser = { version = "0.123.0", path = "../swc_ecma_parser" } +swc_ecma_visit = { version = "0.81.0", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.17", path = "../testing" } # This allows we can run non-wasm32 target build command while some pkg select features for wasmer/js omits its transitive deps