From 56f03675bc5f862c4b3747c59138734e2f1949e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Tue, 25 Jun 2024 12:40:41 +0900 Subject: [PATCH] chore: Publish crates for `EsSyntax` fix --- Cargo.lock | 72 +++++++++---------- crates/dbg-swc/Cargo.toml | 10 +-- crates/jsdoc/Cargo.toml | 4 +- crates/swc/Cargo.toml | 30 ++++---- crates/swc_bundler/Cargo.toml | 20 +++--- crates/swc_compiler_base/Cargo.toml | 8 +-- crates/swc_core/Cargo.toml | 42 +++++------ crates/swc_ecma_codegen/Cargo.toml | 4 +- crates/swc_ecma_compat_bugfixes/Cargo.toml | 12 ++-- crates/swc_ecma_compat_es2015/Cargo.toml | 10 +-- crates/swc_ecma_compat_es2016/Cargo.toml | 10 +-- crates/swc_ecma_compat_es2017/Cargo.toml | 10 +-- crates/swc_ecma_compat_es2018/Cargo.toml | 10 +-- crates/swc_ecma_compat_es2019/Cargo.toml | 10 +-- crates/swc_ecma_compat_es2020/Cargo.toml | 10 +-- crates/swc_ecma_compat_es3/Cargo.toml | 10 +-- crates/swc_ecma_lints/Cargo.toml | 10 +-- crates/swc_ecma_minifier/Cargo.toml | 12 ++-- crates/swc_ecma_parser/Cargo.toml | 2 +- crates/swc_ecma_preset_env/Cargo.toml | 10 +-- crates/swc_ecma_quote_macros/Cargo.toml | 4 +- crates/swc_ecma_transforms/Cargo.toml | 24 +++---- crates/swc_ecma_transforms_base/Cargo.toml | 8 +-- crates/swc_ecma_transforms_compat/Cargo.toml | 26 +++---- crates/swc_ecma_transforms_module/Cargo.toml | 12 ++-- .../Cargo.toml | 20 +++--- .../swc_ecma_transforms_proposal/Cargo.toml | 14 ++-- crates/swc_ecma_transforms_react/Cargo.toml | 16 ++--- crates/swc_ecma_transforms_testing/Cargo.toml | 10 +-- .../swc_ecma_transforms_typescript/Cargo.toml | 18 ++--- crates/swc_ecma_utils/Cargo.toml | 4 +- crates/swc_ecmascript/Cargo.toml | 14 ++-- crates/swc_estree_compat/Cargo.toml | 12 ++-- crates/swc_html_minifier/Cargo.toml | 10 +-- crates/swc_node_bundler/Cargo.toml | 14 ++-- crates/swc_plugin_runner/Cargo.toml | 4 +- crates/swc_typescript/Cargo.toml | 6 +- 37 files changed, 261 insertions(+), 261 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5b577954f9e..6641865f73c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,7 +1064,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "0.96.0" +version = "0.96.1" dependencies = [ "anyhow", "clap 3.2.25", @@ -1908,7 +1908,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.115.0" +version = "0.115.1" dependencies = [ "anyhow", "dashmap", @@ -3695,7 +3695,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.278.1" +version = "0.278.2" dependencies = [ "ansi_term", "anyhow", @@ -3767,7 +3767,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.230.1" +version = "0.230.2" dependencies = [ "anyhow", "crc", @@ -3881,7 +3881,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "base64", @@ -3929,7 +3929,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.95.8" +version = "0.95.9" dependencies = [ "anyhow", "binding_macros", @@ -4188,7 +4188,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.151.0" +version = "0.151.1" dependencies = [ "base64", "criterion", @@ -4222,7 +4222,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_bugfixes" -version = "0.7.0" +version = "0.7.1" dependencies = [ "swc_atoms", "swc_common", @@ -4250,7 +4250,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "0.7.0" +version = "0.7.1" dependencies = [ "arrayvec", "indexmap 2.1.0", @@ -4276,7 +4276,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2016" -version = "0.7.0" +version = "0.7.1" dependencies = [ "swc_atoms", "swc_common", @@ -4293,7 +4293,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "0.7.0" +version = "0.7.1" dependencies = [ "serde", "swc_atoms", @@ -4311,7 +4311,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "0.7.0" +version = "0.7.1" dependencies = [ "serde", "swc_atoms", @@ -4330,7 +4330,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2019" -version = "0.7.0" +version = "0.7.1" dependencies = [ "swc_atoms", "swc_common", @@ -4346,7 +4346,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "0.7.0" +version = "0.7.1" dependencies = [ "serde", "swc_atoms", @@ -4395,7 +4395,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es3" -version = "0.7.0" +version = "0.7.1" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4422,7 +4422,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.95.0" +version = "0.95.1" dependencies = [ "auto_impl", "dashmap", @@ -4465,7 +4465,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.197.0" +version = "0.197.1" dependencies = [ "ansi_term", "anyhow", @@ -4506,7 +4506,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.146.5" +version = "0.146.6" dependencies = [ "criterion", "either", @@ -4534,7 +4534,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.209.0" +version = "0.209.1" dependencies = [ "anyhow", "criterion", @@ -4573,7 +4573,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.57.0" +version = "0.57.1" dependencies = [ "anyhow", "proc-macro2", @@ -4599,7 +4599,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.232.0" +version = "0.232.1" dependencies = [ "pretty_assertions", "sourcemap", @@ -4624,7 +4624,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.140.0" +version = "0.140.1" dependencies = [ "better_scoped_tls", "bitflags 2.5.0", @@ -4663,7 +4663,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.166.0" +version = "0.166.1" dependencies = [ "arrayvec", "indexmap 2.1.0", @@ -4712,7 +4712,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.183.0" +version = "0.183.1" dependencies = [ "Inflector", "anyhow", @@ -4741,7 +4741,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.201.0" +version = "0.201.1" dependencies = [ "dashmap", "indexmap 2.1.0", @@ -4771,7 +4771,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.174.1" +version = "0.174.2" dependencies = [ "either", "rustc-hash", @@ -4796,7 +4796,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.186.1" +version = "0.186.2" dependencies = [ "base64", "dashmap", @@ -4824,7 +4824,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.143.0" +version = "0.143.1" dependencies = [ "ansi_term", "anyhow", @@ -4848,7 +4848,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.191.0" +version = "0.191.1" dependencies = [ "criterion", "ryu-js", @@ -4885,7 +4885,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.130.0" +version = "0.130.1" dependencies = [ "indexmap 2.1.0", "num_cpus", @@ -4919,7 +4919,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.244.0" +version = "0.244.1" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -4965,7 +4965,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.203.0" +version = "0.203.1" dependencies = [ "ahash 0.8.8", "anyhow", @@ -5063,7 +5063,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.139.0" +version = "0.139.1" dependencies = [ "criterion", "once_cell", @@ -5148,7 +5148,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.67.0" +version = "0.67.1" dependencies = [ "anyhow", "dashmap", @@ -5226,7 +5226,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.109.0" +version = "0.109.1" dependencies = [ "anyhow", "criterion", @@ -5290,7 +5290,7 @@ dependencies = [ [[package]] name = "swc_typescript" -version = "0.1.2" +version = "0.1.3" dependencies = [ "swc_atoms", "swc_common", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 0f32707ed752..aeab0689708b 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 = { workspace = true } -version = "0.96.0" +version = "0.96.1" [[bin]] bench = false @@ -32,12 +32,12 @@ swc_common = { version = "0.34.0", features = [ "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.197.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.197.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.18.0", path = "../swc_error_reporters" } swc_timer = { version = "0.22.0", path = "../swc_timer" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index ee188d20159d..7377263ff229 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "jsdoc" repository = { workspace = true } -version = "0.115.0" +version = "0.115.1" [lib] bench = false @@ -27,5 +27,5 @@ anyhow = { workspace = true } dashmap = { workspace = true } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 2a73b3a8f0cf..b07a02c5d0ce 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.278.1" +version = "0.278.2" [lib] bench = false @@ -74,21 +74,21 @@ swc_common = { version = "0.34.0", path = "../swc_common", features = [ "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "0.12.0", path = "../swc_compiler_base" } +swc_compiler_base = { version = "0.12.1", path = "../swc_compiler_base" } swc_config = { version = "0.1.13", path = "../swc_config" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } swc_ecma_ext_transforms = { version = "0.116.0", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.95.0", path = "../swc_ecma_lints" } +swc_ecma_lints = { version = "0.95.1", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.197.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.209.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.232.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_minifier = { version = "0.197.1", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { version = "0.209.1", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.232.1", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -96,18 +96,18 @@ swc_ecma_transforms = { version = "0.232.0", path = "../swc_ecma_transforms", fe "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.166.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.201.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.166.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.201.1", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.18.0", path = "../swc_error_reporters" } swc_node_comments = { version = "0.21.0", path = "../swc_node_comments" } swc_plugin_proxy = { version = "0.44.0", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.109.0", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_plugin_runner = { version = "0.109.1", path = "../swc_plugin_runner", optional = true, default-features = false } swc_timer = { version = "0.22.0", path = "../swc_timer" } swc_transform_common = { version = "0.1.1", path = "../swc_transform_common" } -swc_typescript = { version = "0.1.1", path = "../swc_typescript" } +swc_typescript = { version = "0.1.3", path = "../swc_typescript" } swc_visit = { version = "0.5.14", path = "../swc_visit" } [dependencies.tokio] @@ -135,7 +135,7 @@ walkdir = { workspace = true } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_lints = { version = "0.95.0", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.95.1", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } swc_ecma_testing = { version = "0.23.0", path = "../swc_ecma_testing" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 3abe671a7cbe..0cb5eef54a7b 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.230.1" +version = "0.230.2" [package.metadata.docs.rs] all-features = true @@ -40,12 +40,12 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.201.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.201.1", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.22.0", path = "../swc_fast_graph/" } swc_graph_analyzer = { version = "0.23.0", path = "../swc_graph_analyzer/" } @@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader", features = "node", "cache", ] } -swc_ecma_minifier = { version = "0.197.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.197.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "0.174.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.186.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "0.191.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_proposal = { version = "0.174.2", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.186.2", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "0.191.1", path = "../swc_ecma_transforms_typescript" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index e00ef62639b4..8c9524d1d870 100644 --- a/crates/swc_compiler_base/Cargo.toml +++ b/crates/swc_compiler_base/Cargo.toml @@ -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.12.0" +version = "0.12.1" [features] node = ["napi", "napi-derive"] @@ -28,9 +28,9 @@ swc_common = { version = "0.34.0", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.13", path = "../swc_config" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.197.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.197.1", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.22.0", path = "../swc_timer" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 134994a3519a..2b81b449ee04 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.95.8" +version = "0.95.9" [package.metadata.docs.rs] features = [ "allocator_node", @@ -337,9 +337,9 @@ once_cell = { workspace = true, optional = true } # swc_* dependencies binding_macros = { optional = true, version = "0.69.0", path = "../binding_macros" } -swc = { optional = true, version = "0.278.0", path = "../swc" } +swc = { optional = true, version = "0.278.2", path = "../swc" } swc_atoms = { optional = true, version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.230.0", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.230.2", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.19", path = "../swc_cached" } swc_common = { optional = true, version = "0.34.0", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.141.0", path = "../swc_css_ast" } @@ -352,36 +352,36 @@ swc_css_prefixer = { optional = true, version = "0.154.0", path swc_css_utils = { optional = true, version = "0.138.0", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "0.140.0", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_lints = { optional = true, version = "0.95.0", path = "../swc_ecma_lints" } +swc_ecma_codegen = { optional = true, version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_lints = { optional = true, version = "0.95.1", path = "../swc_ecma_lints" } swc_ecma_loader = { optional = true, version = "0.46.0", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.197.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.209.0", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "0.57.0", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "0.166.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.183.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.201.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.174.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.186.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.143.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.191.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_minifier = { optional = true, version = "0.197.1", path = "../swc_ecma_minifier" } +swc_ecma_parser = { optional = true, version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { optional = true, version = "0.209.1", path = "../swc_ecma_preset_env" } +swc_ecma_quote_macros = { optional = true, version = "0.57.1", path = "../swc_ecma_quote_macros" } +swc_ecma_transforms_base = { optional = true, version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { optional = true, version = "0.166.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "0.183.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.201.1", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.174.2", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.186.2", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "0.143.1", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { optional = true, version = "0.191.1", path = "../swc_ecma_transforms_typescript" } swc_ecma_usage_analyzer = { optional = true, version = "0.26.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { optional = true, version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.101.0", path = "../swc_ecma_visit" } swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" } -swc_node_bundler = { optional = true, version = "0.67.0", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.67.1", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "0.9.16", path = "../swc_plugin_macro" } swc_plugin_proxy = { optional = true, version = "0.44.0", path = "../swc_plugin_proxy" } swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" } swc_transform_common = { optional = true, version = "0.1.0", path = "../swc_transform_common" } -swc_typescript = { optional = true, version = "0.1.1", path = "../swc_typescript" } +swc_typescript = { optional = true, version = "0.1.3", path = "../swc_typescript" } testing = { optional = true, version = "0.36.0", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features -swc_plugin_runner = { optional = true, version = "0.109.0", path = "../swc_plugin_runner", default-features = false } +swc_plugin_runner = { optional = true, version = "0.109.1", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { workspace = true, features = ["cargo"] } diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 430496d031e5..dbb503953ad1 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.151.0" +version = "0.151.1" [features] # This does not enable serde for ast nodes. @@ -38,7 +38,7 @@ serde_json = { workspace = true } swc_common = { version = "0.34.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.23.0", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index b3897c51c5a9..8d360f4e05fa 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -7,20 +7,20 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_bugfixes" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_compat_es2015 = { version = "0.7.0", path = "../swc_ecma_compat_es2015" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_compat_es2015 = { version = "0.7.1", path = "../swc_ecma_compat_es2015" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index e25d88a93843..8cafedbed2ff 100644 --- a/crates/swc_ecma_compat_es2015/Cargo.toml +++ b/crates/swc_ecma_compat_es2015/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2015" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -26,14 +26,14 @@ swc_common = { version = "0.34.0", path = "../swc_common" } swc_config = { version = "0.1.13", path = "../swc_config" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "0.7.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "0.129.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2016/Cargo.toml b/crates/swc_ecma_compat_es2016/Cargo.toml index e1e23bef2c07..bb2613466c53 100644 --- a/crates/swc_ecma_compat_es2016/Cargo.toml +++ b/crates/swc_ecma_compat_es2016/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2016" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,13 +16,13 @@ version = "0.7.0" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index 9a464f3c1f8b..ea54893b13d1 100644 --- a/crates/swc_ecma_compat_es2017/Cargo.toml +++ b/crates/swc_ecma_compat_es2017/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2017" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,12 +19,12 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index c6f594a9b7f7..3ac18f7bd6c8 100644 --- a/crates/swc_ecma_compat_es2018/Cargo.toml +++ b/crates/swc_ecma_compat_es2018/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2018" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -20,12 +20,12 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "0.7.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2019/Cargo.toml b/crates/swc_ecma_compat_es2019/Cargo.toml index 9ebc04451dff..d592188a36c7 100644 --- a/crates/swc_ecma_compat_es2019/Cargo.toml +++ b/crates/swc_ecma_compat_es2019/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2019" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,11 +19,11 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index 411d6c4120c2..0b799b0feb72 100644 --- a/crates/swc_ecma_compat_es2020/Cargo.toml +++ b/crates/swc_ecma_compat_es2020/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2020" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -18,12 +18,12 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } swc_ecma_compat_es2022 = { version = "0.7.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index b652fe833d42..d4ad017011cf 100644 --- a/crates/swc_ecma_compat_es3/Cargo.toml +++ b/crates/swc_ecma_compat_es3/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es3" repository = "https://github.com/swc-project/swc.git" -version = "0.7.0" +version = "0.7.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,11 +17,11 @@ tracing = { workspace = true } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 31a09134cef9..4785d3f4e9e4 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.95.0" +version = "0.95.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -28,13 +28,13 @@ swc_config = { version = "0.1.13", path = "../swc_config" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } testing = { version = "0.36.0", path = "../testing" } [features] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 4c02ef8ecb3f..5dbd9e453ab1 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.197.0" +version = "0.197.1" [package.metadata.docs.rs] all-features = true @@ -58,12 +58,12 @@ swc_config = { version = "0.1.13", path = "../swc_config", features = [ swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.201.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.201.1", path = "../swc_ecma_transforms_optimization" } swc_ecma_usage_analyzer = { version = "0.26.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.22.0", path = "../swc_timer" } diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 414dd05fefb7..ca4c44f7ff6b 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.146.5" +version = "0.146.6" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index ae077a907c0a..df438d3804b7 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" repository = { workspace = true } -version = "0.209.0" +version = "0.209.1" [lib] bench = false @@ -32,19 +32,19 @@ string_enum = { version = "0.4.4", path = "../string_enum" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.232.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.232.1", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = { workspace = true } pretty_assertions = { workspace = true } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } testing = { version = "0.36.0", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 5652890d3458..878e05c87e20 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.57.0" +version = "0.57.1" [lib] bench = false @@ -21,5 +21,5 @@ syn = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } swc_macros_common = { version = "0.3.11", path = "../swc_macros_common" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index c79b0b9dfa7a..88b22a57f298 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.232.0" +version = "0.232.1" [package.metadata.docs.rs] all-features = true @@ -34,14 +34,14 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.166.0", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.183.0", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.201.0", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.174.0", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.186.0", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.191.0", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.166.1", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.183.1", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.201.1", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.174.2", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.186.2", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.191.1", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -49,7 +49,7 @@ pretty_assertions = { workspace = true } sourcemap = { workspace = true } tempfile = { workspace = true } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index ceb0ced4740c..712348071413 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.140.0" +version = "0.140.1" [lib] bench = false @@ -31,15 +31,15 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = { workspace = true } rayon = { workspace = true } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index 897a3d3da24e..24e99d5b92b4 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.166.0" +version = "0.166.1" [lib] bench = false @@ -33,27 +33,27 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_config = { version = "0.1.13", path = "../swc_config" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_compat_bugfixes = { version = "0.7.0", path = "../swc_ecma_compat_bugfixes" } +swc_ecma_compat_bugfixes = { version = "0.7.1", path = "../swc_ecma_compat_bugfixes" } swc_ecma_compat_common = { version = "0.7.0", path = "../swc_ecma_compat_common" } -swc_ecma_compat_es2015 = { version = "0.7.0", path = "../swc_ecma_compat_es2015" } -swc_ecma_compat_es2016 = { version = "0.7.0", path = "../swc_ecma_compat_es2016" } -swc_ecma_compat_es2017 = { version = "0.7.0", path = "../swc_ecma_compat_es2017" } -swc_ecma_compat_es2018 = { version = "0.7.0", path = "../swc_ecma_compat_es2018" } -swc_ecma_compat_es2019 = { version = "0.7.0", path = "../swc_ecma_compat_es2019" } -swc_ecma_compat_es2020 = { version = "0.7.0", path = "../swc_ecma_compat_es2020" } +swc_ecma_compat_es2015 = { version = "0.7.1", path = "../swc_ecma_compat_es2015" } +swc_ecma_compat_es2016 = { version = "0.7.1", path = "../swc_ecma_compat_es2016" } +swc_ecma_compat_es2017 = { version = "0.7.1", path = "../swc_ecma_compat_es2017" } +swc_ecma_compat_es2018 = { version = "0.7.1", path = "../swc_ecma_compat_es2018" } +swc_ecma_compat_es2019 = { version = "0.7.1", path = "../swc_ecma_compat_es2019" } +swc_ecma_compat_es2020 = { version = "0.7.1", path = "../swc_ecma_compat_es2020" } swc_ecma_compat_es2021 = { version = "0.7.0", path = "../swc_ecma_compat_es2021" } swc_ecma_compat_es2022 = { version = "0.7.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_compat_es3 = { version = "0.7.0", path = "../swc_ecma_compat_es3" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_compat_es3 = { version = "0.7.1", path = "../swc_ecma_compat_es3" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "0.129.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] serde_json = { workspace = true } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 2dc26f469aeb..1dbe90e69682 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.183.0" +version = "0.183.1" [lib] bench = false @@ -31,9 +31,9 @@ swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader", features = "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.166.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "0.166.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.36.0", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index c2043e63f940..84c249e3d591 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.201.0" +version = "0.201.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -34,18 +34,18 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.22.0", path = "../swc_fast_graph" } [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.166.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.183.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.174.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.186.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.191.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "0.166.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.183.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.174.2", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.186.2", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.191.1", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 8dc6c15ef3df..6fe5ce6d73fd 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.174.1" +version = "0.174.2" [lib] bench = false @@ -26,17 +26,17 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "0.129.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = { workspace = true } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.166.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.166.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index e616cfa11989..baa0a4ee9d3d 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.186.1" +version = "0.186.2" [lib] bench = false @@ -31,15 +31,15 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_config = { version = "0.1.13", path = "../swc_config" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.166.0", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.183.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen/" } +swc_ecma_transforms_compat = { version = "0.166.1", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_module = { version = "0.183.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 9d7e7bdb30d5..4fee65141eb7 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.143.0" +version = "0.143.1" [lib] bench = false @@ -26,10 +26,10 @@ swc_common = { version = "0.34.0", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.23.0", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 5e0a0fe5ff87..50f2690b0e60 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.191.0" +version = "0.191.1" [lib] bench = false @@ -19,19 +19,19 @@ ryu-js = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.34.0", path = "../swc_common" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.186.0", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "0.186.2", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = { workspace = true } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.166.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.174.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.143.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.166.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.174.2", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "0.143.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.36.0", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index f77ce1405ffa..5c1e32de7045 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.130.0" +version = "0.130.1" [package.metadata.docs.rs] all-features = true @@ -38,5 +38,5 @@ swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } stacker = { version = "0.1.15", optional = true } [dev-dependencies] -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 5d07249047d2..bab8c45cb8cd 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.244.0" +version = "0.244.1" [package.metadata.docs.rs] all-features = true @@ -39,13 +39,13 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "0.197.0", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.209.0", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen", optional = true } +swc_ecma_minifier = { version = "0.197.1", path = "../swc_ecma_minifier", optional = true } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_preset_env = { version = "0.209.1", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "0.62.0", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.232.0", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils", optional = true } +swc_ecma_transforms = { version = "0.232.1", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.101.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 9f09517de76e..4d38cb209153 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.203.0" +version = "0.203.1" [package.metadata.docs.rs] all-features = true @@ -30,8 +30,8 @@ swc_common = { version = "0.34.0", path = "../swc_common", features = [ "tty-emitter", ] } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_estree_ast = { version = "0.24.0", path = "../swc_estree_ast" } swc_node_comments = { version = "0.21.0", path = "../swc_node_comments/" } @@ -40,10 +40,10 @@ swc_node_comments = { version = "0.21.0", path = "../swc_node_comments/" } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc = { version = "0.278.0", path = "../swc" } +swc = { version = "0.278.2", path = "../swc" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.232.0", path = "../swc_ecma_transforms/" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.232.1", path = "../swc_ecma_transforms/" } testing = { version = "0.36.0", path = "../testing" } walkdir = { workspace = true } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index a01be73f248b..7e2956766e87 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.139.0" +version = "0.139.1" [lib] bench = false @@ -28,14 +28,14 @@ swc_css_codegen = { version = "0.152.0", path = "../swc_css_codegen" } swc_css_minifier = { version = "0.117.0", path = "../swc_css_minifier" } swc_css_parser = { version = "0.151.0", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen", features = [ +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "0.197.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.197.1", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.140.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.140.1", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_html_ast = { version = "0.34.0", path = "../swc_html_ast" } swc_html_codegen = { version = "0.43.0", path = "../swc_html_codegen" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index f0447e56a7c1..96fc569ce27a 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.67.0" +version = "0.67.1" [lib] bench = false @@ -29,20 +29,20 @@ serde_json = { workspace = true } tracing = { workspace = true } string_enum = { version = "0.4.4", path = "../string_enum" } -swc = { version = "0.278.0", path = "../swc" } +swc = { version = "0.278.2", path = "../swc" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { version = "0.230.0", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.230.2", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "0.34.0", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.232.0", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "0.130.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.232.1", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "0.130.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index d1bfff3b9f02..4ae87203920c 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.109.0" +version = "0.109.1" [lib] bench = false @@ -82,7 +82,7 @@ swc_ecma_ast = { version = "0.115.0", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } swc_ecma_loader = { version = "0.46.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.146.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.101.0", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.36.0", path = "../testing" } diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index b0b2d537b572..a77f03a8baae 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_typescript" repository = { workspace = true } -version = "0.1.2" +version = "0.1.3" [dependencies] thiserror = { workspace = true } @@ -17,6 +17,6 @@ swc_ecma_ast = { version = "0.115.1", path = "../swc_ecma_ast" } [dev-dependencies] -swc_ecma_codegen = { version = "0.151.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.146.2", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.151.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.146.6", path = "../swc_ecma_parser" } testing = { version = "0.36.0", path = "../testing" }