From d87fef0fea661b3a50e43af85c12db98e978bc82 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 5 Feb 2024 21:10:31 -0500 Subject: [PATCH 1/4] chore(config): Remove an empty file in `swc_config` (#8609) --- crates/swc_config/src/lib.rs | 2 -- crates/swc_config/src/macros.rs | 1 - 2 files changed, 3 deletions(-) delete mode 100644 crates/swc_config/src/macros.rs diff --git a/crates/swc_config/src/lib.rs b/crates/swc_config/src/lib.rs index b46409f4d255..bc7aa5b24cec 100644 --- a/crates/swc_config/src/lib.rs +++ b/crates/swc_config/src/lib.rs @@ -1,7 +1,5 @@ //! Configuration for swc -#[macro_use] -mod macros; pub mod config_types; pub mod merge; #[cfg(feature = "sourcemap")] diff --git a/crates/swc_config/src/macros.rs b/crates/swc_config/src/macros.rs deleted file mode 100644 index 8b137891791f..000000000000 --- a/crates/swc_config/src/macros.rs +++ /dev/null @@ -1 +0,0 @@ - From 3ee12cf56d00f1f7bafada7162af9615bf7d84d3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 6 Feb 2024 02:12:03 +0000 Subject: [PATCH 2/4] chore: Bump crates --- CHANGELOG.md | 15 +++--- Cargo.lock | 50 +++++++++---------- crates/binding_macros/Cargo.toml | 6 +-- crates/dbg-swc/Cargo.toml | 4 +- crates/swc/Cargo.toml | 20 ++++---- crates/swc_bundler/Cargo.toml | 12 ++--- crates/swc_cli_impl/Cargo.toml | 4 +- crates/swc_compiler_base/Cargo.toml | 6 +-- crates/swc_config/Cargo.toml | 2 +- crates/swc_core/Cargo.toml | 26 +++++----- crates/swc_ecma_compat_bugfixes/Cargo.toml | 4 +- crates/swc_ecma_compat_es2015/Cargo.toml | 4 +- crates/swc_ecma_lints/Cargo.toml | 4 +- crates/swc_ecma_minifier/Cargo.toml | 6 +-- crates/swc_ecma_preset_env/Cargo.toml | 4 +- crates/swc_ecma_transforms/Cargo.toml | 14 +++--- crates/swc_ecma_transforms_compat/Cargo.toml | 8 +-- crates/swc_ecma_transforms_module/Cargo.toml | 4 +- .../Cargo.toml | 12 ++--- .../swc_ecma_transforms_proposal/Cargo.toml | 4 +- crates/swc_ecma_transforms_react/Cargo.toml | 8 +-- .../swc_ecma_transforms_typescript/Cargo.toml | 8 +-- crates/swc_ecmascript/Cargo.toml | 8 +-- crates/swc_estree_compat/Cargo.toml | 6 +-- crates/swc_html/Cargo.toml | 4 +- crates/swc_html_minifier/Cargo.toml | 4 +- crates/swc_node_bundler/Cargo.toml | 8 +-- 27 files changed, 126 insertions(+), 129 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab75ae931f0..ed9fae8f7500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - **(es/quote)** Fix code generation of `AssignTarget` ([#8604](https://github.com/swc-project/swc/issues/8604)) ([16e9d4c](https://github.com/swc-project/swc/commit/16e9d4ca31561caf4fb2a5182337eae78395dbe6)) +### Miscellaneous Tasks + + + +- **(config)** Remove an empty file in `swc_config` ([#8609](https://github.com/swc-project/swc/issues/8609)) ([d87fef0](https://github.com/swc-project/swc/commit/d87fef0fea661b3a50e43af85c12db98e978bc82)) + ### Refactor @@ -1482,13 +1488,4 @@ - **(es/minifier)** Add usage to inlined ident eagerly ([#7597](https://github.com/swc-project/swc/issues/7597)) ([4f866de](https://github.com/swc-project/swc/commit/4f866de8788558a4f9f3e3f889048136c7896ee3)) -### Features - - - -- **(es/minifier)** Drop unused properties ([#7534](https://github.com/swc-project/swc/issues/7534)) ([47d2edd](https://github.com/swc-project/swc/commit/47d2edd4dc448a611396006852f30e2b8de1c42c)) - - -- **(es/minifier)** Compress common sub expressions in sequences ([#7587](https://github.com/swc-project/swc/issues/7587)) ([ff1ad95](https://github.com/swc-project/swc/commit/ff1ad95b59732282c014474609bbb405e0f9edb4)) - diff --git a/Cargo.lock b/Cargo.lock index 9fe4d3d149e7..abb02aaada92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.64.0" +version = "0.64.1" dependencies = [ "anyhow", "console_error_panic_hook", @@ -1049,7 +1049,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "0.91.2" +version = "0.91.3" dependencies = [ "anyhow", "clap 3.2.25", @@ -3756,7 +3756,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.273.0" +version = "0.273.1" dependencies = [ "ansi_term", "anyhow", @@ -3825,7 +3825,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.225.0" +version = "0.225.1" dependencies = [ "anyhow", "crc", @@ -3880,7 +3880,7 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "assert_cmd", @@ -3939,7 +3939,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "base64", @@ -3962,7 +3962,7 @@ dependencies = [ [[package]] name = "swc_config" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "indexmap 2.1.0", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.90.3" +version = "0.90.4" dependencies = [ "anyhow", "binding_macros", @@ -4274,7 +4274,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_bugfixes" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_atoms", "swc_common", @@ -4302,7 +4302,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "0.4.0" +version = "0.4.1" dependencies = [ "arrayvec", "indexmap 2.1.0", @@ -4474,7 +4474,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.92.0" +version = "0.92.1" dependencies = [ "auto_impl", "dashmap", @@ -4517,7 +4517,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.192.0" +version = "0.192.1" dependencies = [ "ansi_term", "anyhow", @@ -4585,7 +4585,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.206.0" +version = "0.206.1" dependencies = [ "anyhow", "criterion", @@ -4650,7 +4650,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.229.0" +version = "0.229.1" dependencies = [ "pretty_assertions", "sourcemap", @@ -4714,7 +4714,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.163.0" +version = "0.163.1" dependencies = [ "arrayvec", "indexmap 2.1.0", @@ -4763,7 +4763,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.180.0" +version = "0.180.1" dependencies = [ "Inflector", "anyhow", @@ -4792,7 +4792,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.198.0" +version = "0.198.1" dependencies = [ "dashmap", "indexmap 2.1.0", @@ -4822,7 +4822,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.171.0" +version = "0.171.1" dependencies = [ "either", "rustc-hash", @@ -4846,7 +4846,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.183.0" +version = "0.183.1" dependencies = [ "base64", "dashmap", @@ -4898,7 +4898,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.188.0" +version = "0.188.1" dependencies = [ "criterion", "ryu-js", @@ -4967,7 +4967,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.239.3" +version = "0.239.4" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -5013,7 +5013,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.198.0" +version = "0.198.1" dependencies = [ "ahash 0.8.7", "anyhow", @@ -5061,7 +5061,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.137.0" +version = "0.137.1" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.134.0" +version = "0.134.1" dependencies = [ "criterion", "once_cell", @@ -5196,7 +5196,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.62.0" +version = "0.62.1" dependencies = [ "anyhow", "dashmap", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 4f21df817aca..8f87567f244c 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.64.0" +version = "0.64.1" [lib] bench = false @@ -33,10 +33,10 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.273.0", path = "../swc" } +swc = { optional = true, version = "0.273.1", path = "../swc" } swc_common = { optional = true, version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.229.0", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { optional = true, version = "0.229.1", path = "../swc_ecma_transforms" } swc_ecma_visit = { optional = true, version = "0.98.0", path = "../swc_ecma_visit" } # Optional deps for the wasm binding macro diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 3fe0f1d7617f..7c156c74070e 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.91.2" +version = "0.91.3" [[bin]] bench = false @@ -32,7 +32,7 @@ swc_common = { version = "0.33.16", features = [ ], path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.192.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 206fc7b8fe0c..49ba67d19c32 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.273.0" +version = "0.273.1" [lib] bench = false @@ -73,21 +73,21 @@ swc_common = { version = "0.33.16", path = "../swc_common", features = [ "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "0.7.0", path = "../swc_compiler_base" } -swc_config = { version = "0.1.10", path = "../swc_config" } +swc_compiler_base = { version = "0.7.1", path = "../swc_compiler_base" } +swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } swc_ecma_ext_transforms = { version = "0.113.0", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.92.0", path = "../swc_ecma_lints" } +swc_ecma_lints = { version = "0.92.1", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.192.0", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.206.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.229.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_preset_env = { version = "0.206.1", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -96,8 +96,8 @@ swc_ecma_transforms = { version = "0.229.0", path = "../swc_ecma_transforms", fe "typescript", ] } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.163.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.198.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.17.15", path = "../swc_error_reporters" } @@ -127,7 +127,7 @@ rayon = "1.7.0" swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_lints = { version = "0.92.0", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.92.1", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } swc_ecma_testing = { version = "0.22.18", path = "../swc_ecma_testing" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 5490d37387ea..6a210c01f522 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.225.0" +version = "0.225.1" [package.metadata.docs.rs] all-features = true @@ -44,7 +44,7 @@ swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_co swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.198.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.21.16", path = "../swc_fast_graph/" } @@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", features = "node", "cache", ] } -swc_ecma_minifier = { version = "0.192.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "0.171.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.183.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "0.188.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_proposal = { version = "0.171.1", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.183.1", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "0.188.1", path = "../swc_ecma_transforms_typescript" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 6a11d2380dcc..1c5da7c06b35 100644 --- a/crates/swc_cli_impl/Cargo.toml +++ b/crates/swc_cli_impl/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cli_impl" repository = "https://github.com/swc-project/swc.git" -version = "0.8.3" +version = "0.8.4" [[bin]] name = "swc" @@ -40,7 +40,7 @@ tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } walkdir = "2" -swc_core = { version = "0.90.3", features = [ +swc_core = { version = "0.90.4", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index 9ebad01dbe73..52d391c9d983 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.7.0" +version = "0.7.1" [features] node = ["napi", "napi-derive"] @@ -24,10 +24,10 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common", features = [ "sourcemap", ] } -swc_config = { version = "0.1.10", path = "../swc_config" } +swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.192.0", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.21.17", path = "../swc_timer" } diff --git a/crates/swc_config/Cargo.toml b/crates/swc_config/Cargo.toml index 505d7ddf377e..fdc941fca71e 100644 --- a/crates/swc_config/Cargo.toml +++ b/crates/swc_config/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_config" repository = "https://github.com/swc-project/swc.git" -version = "0.1.10" +version = "0.1.11" [dependencies] anyhow = "1" diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 48a22d53f2dd..13c7978b72cd 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.90.3" +version = "0.90.4" [package.metadata.docs.rs] features = [ "allocator_node", @@ -324,10 +324,10 @@ __visit = ["__ecma", "swc_ecma_visit"] once_cell = { optional = true, version = "1.18.0" } # swc_* dependencies -binding_macros = { optional = true, version = "0.64.0", path = "../binding_macros" } -swc = { optional = true, version = "0.273.0", path = "../swc" } +binding_macros = { optional = true, version = "0.64.1", path = "../binding_macros" } +swc = { optional = true, version = "0.273.1", path = "../swc" } swc_atoms = { optional = true, version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.225.0", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.225.1", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.19", path = "../swc_cached" } swc_common = { optional = true, version = "0.33.16", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.140.17", path = "../swc_css_ast" } @@ -342,23 +342,23 @@ swc_css_visit = { optional = true, version = "0.139.17", path swc_ecma_ast = { optional = true, version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { optional = true, version = "0.148.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.45.18", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.192.0", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { optional = true, version = "0.192.1", path = "../swc_ecma_minifier" } swc_ecma_parser = { optional = true, version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.206.0", path = "../swc_ecma_preset_env" } +swc_ecma_preset_env = { optional = true, version = "0.206.1", path = "../swc_ecma_preset_env" } swc_ecma_quote_macros = { optional = true, version = "0.54.3", path = "../swc_ecma_quote_macros" } swc_ecma_transforms_base = { optional = true, version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "0.163.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.180.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.198.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.171.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.183.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_compat = { optional = true, version = "0.163.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "0.180.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.198.1", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.171.1", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.183.1", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_testing = { optional = true, version = "0.140.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.188.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_typescript = { optional = true, version = "0.188.1", path = "../swc_ecma_transforms_typescript" } swc_ecma_usage_analyzer = { optional = true, version = "0.23.0", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { optional = true, version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.98.0", path = "../swc_ecma_visit" } swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" } -swc_node_bundler = { optional = true, version = "0.62.0", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.62.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" } diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index 84e3d20a307d..f4652309050f 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -7,14 +7,14 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_bugfixes" repository = "https://github.com/swc-project/swc.git" -version = "0.4.0" +version = "0.4.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.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_compat_es2015 = { version = "0.4.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_compat_es2015 = { version = "0.4.1", path = "../swc_ecma_compat_es2015" } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index 51e73b7e99db..cc084b547b15 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.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -23,7 +23,7 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } -swc_config = { version = "0.1.10", path = "../swc_config" } +swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "0.4.0", path = "../swc_ecma_compat_common" } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 51a6a2e2ca9f..317d990aef37 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.92.0" +version = "0.92.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -24,7 +24,7 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common", features = [ "concurrent", ] } -swc_config = { version = "0.1.10", path = "../swc_config" } +swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast", features = [ "serde", ] } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 675d935d8175..6b8126a79b22 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.192.0" +version = "0.192.1" [package.metadata.docs.rs] all-features = true @@ -52,7 +52,7 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } -swc_config = { version = "0.1.10", path = "../swc_config", features = [ +swc_config = { version = "0.1.11", path = "../swc_config", features = [ "sourcemap", ] } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast", features = [ @@ -61,7 +61,7 @@ swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast", features = [ swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.198.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization" } swc_ecma_usage_analyzer = { version = "0.23.0", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index afeb854a3757..e63f445e1cc8 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" -version = "0.206.0" +version = "0.206.1" [lib] bench = false @@ -32,7 +32,7 @@ string_enum = { version = "0.4.2", path = "../string_enum" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.229.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 166113515098..a126ebb5a49f 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.229.0" +version = "0.229.1" [package.metadata.docs.rs] all-features = true @@ -35,12 +35,12 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.163.0", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.180.0", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.198.0", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.171.0", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.183.0", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.188.0", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.180.1", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.171.1", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.183.1", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.188.1", path = "../swc_ecma_transforms_typescript", optional = true } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index 379b09c694c2..defc7d21f79c 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.163.0" +version = "0.163.1" [lib] bench = false @@ -31,11 +31,11 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } -swc_config = { version = "0.1.10", path = "../swc_config" } +swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_compat_bugfixes = { version = "0.4.0", path = "../swc_ecma_compat_bugfixes" } +swc_ecma_compat_bugfixes = { version = "0.4.1", path = "../swc_ecma_compat_bugfixes" } swc_ecma_compat_common = { version = "0.4.0", path = "../swc_ecma_compat_common" } -swc_ecma_compat_es2015 = { version = "0.4.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_compat_es2015 = { version = "0.4.1", path = "../swc_ecma_compat_es2015" } swc_ecma_compat_es2016 = { version = "0.4.0", path = "../swc_ecma_compat_es2016" } swc_ecma_compat_es2017 = { version = "0.4.0", path = "../swc_ecma_compat_es2017" } swc_ecma_compat_es2018 = { version = "0.4.0", path = "../swc_ecma_compat_es2018" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 31d320664f86..905921016488 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.180.0" +version = "0.180.1" [lib] bench = false @@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", features = "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.163.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 469d530feb76..47ed08e87a34 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.198.0" +version = "0.198.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -42,10 +42,10 @@ swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.21.16", path = "../swc_fast_graph" } [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.163.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.180.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.171.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.183.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.180.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.171.1", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.183.1", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.188.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_typescript = { version = "0.188.1", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 7dc343af7af9..d175cc2831c4 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.171.0" +version = "0.171.1" [lib] bench = false @@ -36,6 +36,6 @@ swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } serde_json = "1.0.66" swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.163.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index f32283eeee73..c813b88cb2c9 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.183.0" +version = "0.183.1" [lib] bench = false @@ -29,7 +29,7 @@ sha-1 = "=0.10.0" string_enum = { version = "0.4.2", path = "../string_enum" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } -swc_config = { version = "0.1.10", path = "../swc_config" } +swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } @@ -39,7 +39,7 @@ swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.163.0", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.180.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_module = { version = "0.180.1", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 2a7a7d019f83..7cff57c740f1 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.188.0" +version = "0.188.1" [lib] bench = false @@ -20,7 +20,7 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.183.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_react = { version = "0.183.1", path = "../swc_ecma_transforms_react" } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } @@ -29,8 +29,8 @@ criterion = "0.5" swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.163.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.171.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.171.1", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 64b853322c73..5ba1640db85f 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.239.3" +version = "0.239.4" [package.metadata.docs.rs] all-features = true @@ -40,11 +40,11 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "0.192.0", path = "../swc_ecma_minifier", optional = true } +swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier", optional = true } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.206.0", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_preset_env = { version = "0.206.1", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "0.59.3", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.229.0", path = "../swc_ecma_transforms", optional = true } +swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms", optional = true } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit", optional = true } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index 829fb58a7f7b..745be166d9cb 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.198.0" +version = "0.198.1" [package.metadata.docs.rs] all-features = true @@ -40,10 +40,10 @@ swc_node_comments = { version = "0.20.15", path = "../swc_node_comments/" } criterion = "0.5" pretty_assertions = "1.3" -swc = { version = "0.273.0", path = "../swc" } +swc = { version = "0.273.1", path = "../swc" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.229.0", path = "../swc_ecma_transforms/" } +swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms/" } testing = { version = "0.35.17", path = "../testing" } walkdir = "2" diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 16f478c5e153..14434ccc8aae 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.137.0" +version = "0.137.1" [package.metadata.docs.rs] all-features = true @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.33.15", path = "../swc_html_ast"} swc_html_codegen = {version = "0.42.20", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.134.0", path = "../swc_html_minifier", optional = true} +swc_html_minifier = {version = "0.134.1", path = "../swc_html_minifier", optional = true} swc_html_parser = {version = "0.39.20", path = "../swc_html_parser"} swc_html_visit = {version = "0.33.15", path = "../swc_html_visit"} diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index d6c5dbcfdec1..647bc8ac8186 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.134.0" +version = "0.134.1" [lib] bench = false @@ -31,7 +31,7 @@ swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "0.192.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 53011c42ff6c..fd8dd267fa17 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.62.0" +version = "0.62.1" [lib] bench = false @@ -29,9 +29,9 @@ serde_json = "1" tracing = "0.1.37" string_enum = { version = "0.4.2", path = "../string_enum" } -swc = { version = "0.273.0", path = "../swc" } +swc = { version = "0.273.1", path = "../swc" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { version = "0.225.0", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.225.1", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "0.33.16", path = "../swc_common", features = [ @@ -41,7 +41,7 @@ swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.229.0", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms" } swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } From 5a773061dbb8674d93fab46681492a7e08f95f2c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 5 Feb 2024 21:46:21 -0500 Subject: [PATCH 3/4] fix(es/parser): Set class property to `abstract` or `override` even in error states (#8610) **Description:** Ensures that a class property with `abstract` or `override` is marked as such in the AST, even in error states. --- .../src/parser/class_and_fn.rs | 6 +- .../swc_ecma_parser/tests/tsc/override1.json | 4 +- .../overrideWithoutNoImplicitOverride1.json | 4 +- .../tests/typescript/class/abstract/input.ts | 12 + .../typescript/class/abstract/input.ts.json | 324 +++++++++++++++++- .../tests/typescript/class/override/input.ts | 6 + .../typescript/class/override/input.ts.json | 113 +++++- 7 files changed, 459 insertions(+), 10 deletions(-) diff --git a/crates/swc_ecma_parser/src/parser/class_and_fn.rs b/crates/swc_ecma_parser/src/parser/class_and_fn.rs index a566ba28b8de..798ced9a6286 100644 --- a/crates/swc_ecma_parser/src/parser/class_and_fn.rs +++ b/crates/swc_ecma_parser/src/parser/class_and_fn.rs @@ -622,9 +622,8 @@ impl Parser { self.input.prev_span(), SyntaxError::TS1029("abstract".into(), "override".into()), ); - } else { - is_abstract = true; } + is_abstract = true; } "override" => { if is_override { @@ -644,9 +643,8 @@ impl Parser { ); } else if !self.ctx().has_super_class { self.emit_err(self.input.prev_span(), SyntaxError::TS4112); - } else { - is_override = true; } + is_override = true; } "readonly" => { let readonly_span = self.input.prev_span(); diff --git a/crates/swc_ecma_parser/tests/tsc/override1.json b/crates/swc_ecma_parser/tests/tsc/override1.json index 06df7166ea3a..c0117987621b 100644 --- a/crates/swc_ecma_parser/tests/tsc/override1.json +++ b/crates/swc_ecma_parser/tests/tsc/override1.json @@ -585,7 +585,7 @@ "accessibility": null, "isAbstract": false, "isOptional": false, - "isOverride": false + "isOverride": true } ], "superClass": null, @@ -1328,7 +1328,7 @@ "accessibility": null, "isAbstract": false, "isOptional": false, - "isOverride": false + "isOverride": true } ], "superClass": null, diff --git a/crates/swc_ecma_parser/tests/tsc/overrideWithoutNoImplicitOverride1.json b/crates/swc_ecma_parser/tests/tsc/overrideWithoutNoImplicitOverride1.json index e43f2e1d97bc..e0afca4bec2e 100644 --- a/crates/swc_ecma_parser/tests/tsc/overrideWithoutNoImplicitOverride1.json +++ b/crates/swc_ecma_parser/tests/tsc/overrideWithoutNoImplicitOverride1.json @@ -85,7 +85,7 @@ "accessibility": null, "isAbstract": false, "isOptional": false, - "isOverride": false + "isOverride": true } ], "superClass": null, @@ -182,7 +182,7 @@ "accessibility": null, "isAbstract": false, "isOptional": false, - "isOverride": false + "isOverride": true } ], "superClass": null, diff --git a/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts b/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts index c0a5ad4b67a7..d7a5f7147bfc 100644 --- a/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts +++ b/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts @@ -5,3 +5,15 @@ export abstract class C {} export default abstract class { } export default abstract class C { } // `abstract class` is not valid as an expression. + +export abstract class C { + abstract prop: number; + abstract method(): void; +} +export class C { + // should still have as abstract even though parent is not + abstract prop: number; + abstract method(): void; + // should be abstract in spite of override in wrong place + override abstract method(): string; +} diff --git a/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts.json b/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts.json index 42512e80a0f4..aea2dc59c043 100644 --- a/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts.json +++ b/crates/swc_ecma_parser/tests/typescript/class/abstract/input.ts.json @@ -2,7 +2,7 @@ "type": "Module", "span": { "start": 1, - "end": 200, + "end": 562, "ctxt": 0 }, "body": [ @@ -148,6 +148,328 @@ "superTypeParams": null, "implements": [] } + }, + { + "type": "ExportDeclaration", + "span": { + "start": 253, + "end": 332, + "ctxt": 0 + }, + "declaration": { + "type": "ClassDeclaration", + "identifier": { + "type": "Identifier", + "span": { + "start": 275, + "end": 276, + "ctxt": 0 + }, + "value": "C", + "optional": false + }, + "declare": false, + "span": { + "start": 260, + "end": 332, + "ctxt": 0 + }, + "decorators": [], + "body": [ + { + "type": "ClassProperty", + "span": { + "start": 281, + "end": 303, + "ctxt": 0 + }, + "key": { + "type": "Identifier", + "span": { + "start": 290, + "end": 294, + "ctxt": 0 + }, + "value": "prop", + "optional": false + }, + "value": null, + "typeAnnotation": { + "type": "TsTypeAnnotation", + "span": { + "start": 294, + "end": 302, + "ctxt": 0 + }, + "typeAnnotation": { + "type": "TsKeywordType", + "span": { + "start": 296, + "end": 302, + "ctxt": 0 + }, + "kind": "number" + } + }, + "isStatic": false, + "decorators": [], + "accessibility": null, + "isAbstract": true, + "isOptional": false, + "isOverride": false, + "readonly": false, + "declare": false, + "definite": false + }, + { + "type": "ClassMethod", + "span": { + "start": 306, + "end": 330, + "ctxt": 0 + }, + "key": { + "type": "Identifier", + "span": { + "start": 315, + "end": 321, + "ctxt": 0 + }, + "value": "method", + "optional": false + }, + "function": { + "params": [], + "decorators": [], + "span": { + "start": 306, + "end": 330, + "ctxt": 0 + }, + "body": null, + "generator": false, + "async": false, + "typeParameters": null, + "returnType": { + "type": "TsTypeAnnotation", + "span": { + "start": 323, + "end": 329, + "ctxt": 0 + }, + "typeAnnotation": { + "type": "TsKeywordType", + "span": { + "start": 325, + "end": 329, + "ctxt": 0 + }, + "kind": "void" + } + } + }, + "kind": "method", + "isStatic": false, + "accessibility": null, + "isAbstract": true, + "isOptional": false, + "isOverride": false + } + ], + "superClass": null, + "isAbstract": true, + "typeParams": null, + "superTypeParams": null, + "implements": [] + } + }, + { + "type": "ExportDeclaration", + "span": { + "start": 333, + "end": 562, + "ctxt": 0 + }, + "declaration": { + "type": "ClassDeclaration", + "identifier": { + "type": "Identifier", + "span": { + "start": 346, + "end": 347, + "ctxt": 0 + }, + "value": "C", + "optional": false + }, + "declare": false, + "span": { + "start": 340, + "end": 562, + "ctxt": 0 + }, + "decorators": [], + "body": [ + { + "type": "ClassProperty", + "span": { + "start": 413, + "end": 435, + "ctxt": 0 + }, + "key": { + "type": "Identifier", + "span": { + "start": 422, + "end": 426, + "ctxt": 0 + }, + "value": "prop", + "optional": false + }, + "value": null, + "typeAnnotation": { + "type": "TsTypeAnnotation", + "span": { + "start": 426, + "end": 434, + "ctxt": 0 + }, + "typeAnnotation": { + "type": "TsKeywordType", + "span": { + "start": 428, + "end": 434, + "ctxt": 0 + }, + "kind": "number" + } + }, + "isStatic": false, + "decorators": [], + "accessibility": null, + "isAbstract": true, + "isOptional": false, + "isOverride": false, + "readonly": false, + "declare": false, + "definite": false + }, + { + "type": "ClassMethod", + "span": { + "start": 438, + "end": 462, + "ctxt": 0 + }, + "key": { + "type": "Identifier", + "span": { + "start": 447, + "end": 453, + "ctxt": 0 + }, + "value": "method", + "optional": false + }, + "function": { + "params": [], + "decorators": [], + "span": { + "start": 438, + "end": 462, + "ctxt": 0 + }, + "body": null, + "generator": false, + "async": false, + "typeParameters": null, + "returnType": { + "type": "TsTypeAnnotation", + "span": { + "start": 455, + "end": 461, + "ctxt": 0 + }, + "typeAnnotation": { + "type": "TsKeywordType", + "span": { + "start": 457, + "end": 461, + "ctxt": 0 + }, + "kind": "void" + } + } + }, + "kind": "method", + "isStatic": false, + "accessibility": null, + "isAbstract": true, + "isOptional": false, + "isOverride": false + }, + { + "type": "ClassMethod", + "span": { + "start": 525, + "end": 560, + "ctxt": 0 + }, + "key": { + "type": "Identifier", + "span": { + "start": 543, + "end": 549, + "ctxt": 0 + }, + "value": "method", + "optional": false + }, + "function": { + "params": [], + "decorators": [], + "span": { + "start": 525, + "end": 560, + "ctxt": 0 + }, + "body": null, + "generator": false, + "async": false, + "typeParameters": null, + "returnType": { + "type": "TsTypeAnnotation", + "span": { + "start": 551, + "end": 559, + "ctxt": 0 + }, + "typeAnnotation": { + "type": "TsKeywordType", + "span": { + "start": 553, + "end": 559, + "ctxt": 0 + }, + "kind": "string" + } + } + }, + "kind": "method", + "isStatic": false, + "accessibility": null, + "isAbstract": true, + "isOptional": false, + "isOverride": true + } + ], + "superClass": null, + "isAbstract": false, + "typeParams": null, + "superTypeParams": null, + "implements": [] + } } ], "interpreter": null diff --git a/crates/swc_ecma_parser/tests/typescript/class/override/input.ts b/crates/swc_ecma_parser/tests/typescript/class/override/input.ts index 554c39ed3e41..a8fbf793a2bc 100644 --- a/crates/swc_ecma_parser/tests/typescript/class/override/input.ts +++ b/crates/swc_ecma_parser/tests/typescript/class/override/input.ts @@ -2,4 +2,10 @@ class C extends B { override prop = 5; override method() { } +} +// even without an extends it should set is_override +class C { + override prop = 5; + override method() { + } } \ No newline at end of file diff --git a/crates/swc_ecma_parser/tests/typescript/class/override/input.ts.json b/crates/swc_ecma_parser/tests/typescript/class/override/input.ts.json index 14b5ea575a4b..5a84f3fabb59 100644 --- a/crates/swc_ecma_parser/tests/typescript/class/override/input.ts.json +++ b/crates/swc_ecma_parser/tests/typescript/class/override/input.ts.json @@ -2,7 +2,7 @@ "type": "Script", "span": { "start": 1, - "end": 69, + "end": 181, "ctxt": 0 }, "body": [ @@ -125,6 +125,117 @@ "typeParams": null, "superTypeParams": null, "implements": [] + }, + { + "type": "ClassDeclaration", + "identifier": { + "type": "Identifier", + "span": { + "start": 129, + "end": 130, + "ctxt": 0 + }, + "value": "C", + "optional": false + }, + "declare": false, + "span": { + "start": 123, + "end": 181, + "ctxt": 0 + }, + "decorators": [], + "body": [ + { + "type": "ClassProperty", + "span": { + "start": 135, + "end": 153, + "ctxt": 0 + }, + "key": { + "type": "Identifier", + "span": { + "start": 144, + "end": 148, + "ctxt": 0 + }, + "value": "prop", + "optional": false + }, + "value": { + "type": "NumericLiteral", + "span": { + "start": 151, + "end": 152, + "ctxt": 0 + }, + "value": 5.0, + "raw": "5" + }, + "typeAnnotation": null, + "isStatic": false, + "decorators": [], + "accessibility": null, + "isAbstract": false, + "isOptional": false, + "isOverride": true, + "readonly": false, + "declare": false, + "definite": false + }, + { + "type": "ClassMethod", + "span": { + "start": 156, + "end": 179, + "ctxt": 0 + }, + "key": { + "type": "Identifier", + "span": { + "start": 165, + "end": 171, + "ctxt": 0 + }, + "value": "method", + "optional": false + }, + "function": { + "params": [], + "decorators": [], + "span": { + "start": 156, + "end": 179, + "ctxt": 0 + }, + "body": { + "type": "BlockStatement", + "span": { + "start": 174, + "end": 179, + "ctxt": 0 + }, + "stmts": [] + }, + "generator": false, + "async": false, + "typeParameters": null, + "returnType": null + }, + "kind": "method", + "isStatic": false, + "accessibility": null, + "isAbstract": false, + "isOptional": false, + "isOverride": true + } + ], + "superClass": null, + "isAbstract": false, + "typeParams": null, + "superTypeParams": null, + "implements": [] } ], "interpreter": null From 7a3b5545cdcb8450b42cfc1734355fe2a5249c61 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 6 Feb 2024 02:47:51 +0000 Subject: [PATCH 4/4] chore: Bump crates --- CHANGELOG.md | 6 +-- Cargo.lock | 42 +++++++++---------- crates/dbg-swc/Cargo.toml | 6 +-- crates/jsdoc/Cargo.toml | 4 +- crates/swc/Cargo.toml | 12 +++--- crates/swc_bundler/Cargo.toml | 8 ++-- crates/swc_compiler_base/Cargo.toml | 4 +- crates/swc_core/Cargo.toml | 16 +++---- crates/swc_ecma_codegen/Cargo.toml | 4 +- crates/swc_ecma_compat_bugfixes/Cargo.toml | 8 ++-- crates/swc_ecma_compat_common/Cargo.toml | 4 +- crates/swc_ecma_compat_es2015/Cargo.toml | 12 +++--- crates/swc_ecma_compat_es2016/Cargo.toml | 10 ++--- crates/swc_ecma_compat_es2017/Cargo.toml | 10 ++--- crates/swc_ecma_compat_es2018/Cargo.toml | 12 +++--- crates/swc_ecma_compat_es2019/Cargo.toml | 10 ++--- crates/swc_ecma_compat_es2020/Cargo.toml | 12 +++--- crates/swc_ecma_compat_es2021/Cargo.toml | 6 +-- crates/swc_ecma_compat_es2022/Cargo.toml | 10 ++--- crates/swc_ecma_compat_es3/Cargo.toml | 10 ++--- crates/swc_ecma_ext_transforms/Cargo.toml | 4 +- crates/swc_ecma_lints/Cargo.toml | 8 ++-- crates/swc_ecma_minifier/Cargo.toml | 10 ++--- crates/swc_ecma_parser/Cargo.toml | 2 +- crates/swc_ecma_preset_env/Cargo.toml | 6 +-- crates/swc_ecma_quote/Cargo.toml | 4 +- crates/swc_ecma_quote_macros/Cargo.toml | 4 +- crates/swc_ecma_transforms/Cargo.toml | 10 ++--- crates/swc_ecma_transforms_base/Cargo.toml | 8 ++-- crates/swc_ecma_transforms_classes/Cargo.toml | 6 +-- crates/swc_ecma_transforms_compat/Cargo.toml | 28 ++++++------- crates/swc_ecma_transforms_module/Cargo.toml | 8 ++-- .../Cargo.toml | 8 ++-- .../swc_ecma_transforms_proposal/Cargo.toml | 10 ++--- crates/swc_ecma_transforms_react/Cargo.toml | 10 ++--- crates/swc_ecma_transforms_testing/Cargo.toml | 10 ++--- .../swc_ecma_transforms_typescript/Cargo.toml | 10 ++--- crates/swc_ecma_usage_analyzer/Cargo.toml | 4 +- crates/swc_ecma_utils/Cargo.toml | 4 +- crates/swc_ecmascript/Cargo.toml | 8 ++-- crates/swc_estree_compat/Cargo.toml | 6 +-- crates/swc_html_minifier/Cargo.toml | 6 +-- crates/swc_node_bundler/Cargo.toml | 6 +-- crates/swc_plugin_runner/Cargo.toml | 4 +- 44 files changed, 195 insertions(+), 195 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9fae8f7500..758f54502159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(es/parser)** Set class property to `abstract` or `override` even in error states ([#8610](https://github.com/swc-project/swc/issues/8610)) ([5a77306](https://github.com/swc-project/swc/commit/5a773061dbb8674d93fab46681492a7e08f95f2c)) + + - **(es/quote)** Allow variables typed `AssignTarget` ([#8602](https://github.com/swc-project/swc/issues/8602)) ([6a48be4](https://github.com/swc-project/swc/commit/6a48be4b6b91c71687c2edc1cf9db9538d9f5650)) @@ -1485,7 +1488,4 @@ - **(es/compat)** Visit transformed expression in optional chaining pass ([#7614](https://github.com/swc-project/swc/issues/7614)) ([c087c82](https://github.com/swc-project/swc/commit/c087c82aa3131ecafa2e42cdef6ecfba6c80b9b8)) - -- **(es/minifier)** Add usage to inlined ident eagerly ([#7597](https://github.com/swc-project/swc/issues/7597)) ([4f866de](https://github.com/swc-project/swc/commit/4f866de8788558a4f9f3e3f889048136c7896ee3)) - diff --git a/Cargo.lock b/Cargo.lock index abb02aaada92..943143c78dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1909,7 +1909,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.112.0" +version = "0.112.1" dependencies = [ "anyhow", "dashmap", @@ -4240,7 +4240,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.148.0" +version = "0.148.1" dependencies = [ "base64", "criterion", @@ -4291,7 +4291,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_common" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4328,7 +4328,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2016" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_atoms", "swc_common", @@ -4345,7 +4345,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "0.4.0" +version = "0.4.1" dependencies = [ "serde", "swc_atoms", @@ -4363,7 +4363,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "0.4.0" +version = "0.4.1" dependencies = [ "serde", "swc_atoms", @@ -4382,7 +4382,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2019" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_atoms", "swc_common", @@ -4398,7 +4398,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "0.4.0" +version = "0.4.1" dependencies = [ "serde", "swc_atoms", @@ -4416,7 +4416,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2021" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_atoms", "swc_common", @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_atoms", "swc_common", @@ -4447,7 +4447,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es3" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4462,7 +4462,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.113.0" +version = "0.113.1" dependencies = [ "phf", "swc_atoms", @@ -4558,7 +4558,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.143.0" +version = "0.143.1" dependencies = [ "criterion", "either", @@ -4613,7 +4613,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.59.3" +version = "0.59.4" dependencies = [ "swc_atoms", "swc_common", @@ -4624,7 +4624,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.54.3" +version = "0.54.4" dependencies = [ "anyhow", "proc-macro2", @@ -4675,7 +4675,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.137.0" +version = "0.137.1" dependencies = [ "better_scoped_tls", "bitflags 2.4.2", @@ -4702,7 +4702,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.126.0" +version = "0.126.1" dependencies = [ "swc_atoms", "swc_common", @@ -4874,7 +4874,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.140.0" +version = "0.140.1" dependencies = [ "ansi_term", "anyhow", @@ -4920,7 +4920,7 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "0.23.0" +version = "0.23.1" dependencies = [ "indexmap 2.1.0", "rustc-hash", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.127.0" +version = "0.127.1" dependencies = [ "indexmap 2.1.0", "num_cpus", @@ -5274,7 +5274,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.106.0" +version = "0.106.1" dependencies = [ "anyhow", "criterion", diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 7c156c74070e..711308fd073f 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -31,12 +31,12 @@ swc_common = { version = "0.33.16", features = [ "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.17.15", path = "../swc_error_reporters" } swc_timer = { version = "0.21.17", path = "../swc_timer" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 45925beb495e..ad4a15d6faa8 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.112.0" +version = "0.112.1" [lib] bench = false @@ -26,5 +26,5 @@ anyhow = "1" dashmap = "5.4.0" swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 49ba67d19c32..97f5e5b857c4 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -76,8 +76,8 @@ swc_common = { version = "0.33.16", path = "../swc_common", features = [ swc_compiler_base = { version = "0.7.1", path = "../swc_compiler_base" } swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "0.113.0", path = "../swc_ecma_ext_transforms" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } +swc_ecma_ext_transforms = { version = "0.113.1", path = "../swc_ecma_ext_transforms" } swc_ecma_lints = { version = "0.92.1", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", features = [ "cache", @@ -85,7 +85,7 @@ swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", features = "tsc", ] } swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_preset_env = { version = "0.206.1", path = "../swc_ecma_preset_env" } swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms", features = [ "compat", @@ -95,15 +95,15 @@ swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms", fe "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.17.15", path = "../swc_error_reporters" } swc_node_comments = { version = "0.20.15", path = "../swc_node_comments" } swc_plugin_proxy = { version = "0.41.0", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.106.0", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_plugin_runner = { version = "0.106.1", path = "../swc_plugin_runner", optional = true, default-features = false } swc_timer = { version = "0.21.17", path = "../swc_timer" } swc_visit = { version = "0.5.8", path = "../swc_visit" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 6a210c01f522..6a2a06382016 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -40,12 +40,12 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.21.16", path = "../swc_fast_graph/" } swc_graph_analyzer = { version = "0.22.18", path = "../swc_graph_analyzer/" } diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index 52d391c9d983..a57b72f57634 100644 --- a/crates/swc_compiler_base/Cargo.toml +++ b/crates/swc_compiler_base/Cargo.toml @@ -26,9 +26,9 @@ swc_common = { version = "0.33.16", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.21.17", path = "../swc_timer" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 13c7978b72cd..94ba36de31e2 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -340,22 +340,22 @@ swc_css_prefixer = { optional = true, version = "0.153.29", path swc_css_utils = { optional = true, version = "0.137.17", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "0.139.17", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.148.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { optional = true, version = "0.148.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.45.18", path = "../swc_ecma_loader" } swc_ecma_minifier = { optional = true, version = "0.192.1", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { optional = true, version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_preset_env = { optional = true, version = "0.206.1", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "0.54.3", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_quote_macros = { optional = true, version = "0.54.4", path = "../swc_ecma_quote_macros" } +swc_ecma_transforms_base = { optional = true, version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { optional = true, version = "0.163.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_module = { optional = true, version = "0.180.1", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_optimization = { optional = true, version = "0.198.1", path = "../swc_ecma_transforms_optimization" } swc_ecma_transforms_proposal = { optional = true, version = "0.171.1", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_react = { optional = true, version = "0.183.1", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { optional = true, version = "0.140.1", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { optional = true, version = "0.188.1", path = "../swc_ecma_transforms_typescript" } -swc_ecma_usage_analyzer = { optional = true, version = "0.23.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_usage_analyzer = { optional = true, version = "0.23.1", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { optional = true, version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.98.0", path = "../swc_ecma_visit" } swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" } swc_node_bundler = { optional = true, version = "0.62.1", path = "../swc_node_bundler" } @@ -366,7 +366,7 @@ swc_plugin_proxy = { optional = true, version = "0.41.0", path = swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" } testing = { optional = true, version = "0.35.17", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features -swc_plugin_runner = { optional = true, version = "0.106.0", path = "../swc_plugin_runner", default-features = false } +swc_plugin_runner = { optional = true, version = "0.106.1", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { version = "8.0.0", default-features = false, features = ["cargo"] } diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index a8bec48de18d..cf58ba98b24a 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.148.0" +version = "0.148.1" [features] # This does not enable serde for ast nodes. @@ -38,7 +38,7 @@ serde_json = "1" swc_common = { version = "0.33.16", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.22.18", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index f4652309050f..4a4c5cbd3f95 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -15,12 +15,12 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_compat_es2015 = { version = "0.4.1", path = "../swc_ecma_compat_es2015" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = "0.1.37" [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_common/Cargo.toml b/crates/swc_ecma_compat_common/Cargo.toml index bc0592234681..ab2b734a34e3 100644 --- a/crates/swc_ecma_compat_common/Cargo.toml +++ b/crates/swc_ecma_compat_common/Cargo.toml @@ -7,13 +7,13 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_common" repository = "https://github.com/swc-project/swc.git" -version = "0.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index cc084b547b15..2cc9464117fb 100644 --- a/crates/swc_ecma_compat_es2015/Cargo.toml +++ b/crates/swc_ecma_compat_es2015/Cargo.toml @@ -25,15 +25,15 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "0.4.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.126.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_compat_common = { version = "0.4.1", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.126.1", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = "0.1.37" [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.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 a8bfe52c3575..26164d3ce347 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.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,13 +16,13 @@ version = "0.4.0" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = "0.1.37" [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.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 19025b7bbe44..81644ce3dcd3 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.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,12 +19,12 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.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 82a29347a6ba..57923b9cc96c 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.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,13 +19,13 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "0.4.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_compat_common = { version = "0.4.1", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.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 0c839096023c..8ee74360fb7c 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.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,11 +19,11 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.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 02e12cb47942..3d931fdccccc 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.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,13 +17,13 @@ serde = { version = "1.0.188", features = ["derive"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_compat_es2022 = { version = "0.4.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_compat_es2022 = { version = "0.4.1", path = "../swc_ecma_compat_es2022" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = "0.1.37" [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2021/Cargo.toml b/crates/swc_ecma_compat_es2021/Cargo.toml index 27b40e76408f..bcfb8522584d 100644 --- a/crates/swc_ecma_compat_es2021/Cargo.toml +++ b/crates/swc_ecma_compat_es2021/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2021" repository = "https://github.com/swc-project/swc.git" -version = "0.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -18,7 +18,7 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2022/Cargo.toml b/crates/swc_ecma_compat_es2022/Cargo.toml index caeff5ab5d4d..ea3dfa03e175 100644 --- a/crates/swc_ecma_compat_es2022/Cargo.toml +++ b/crates/swc_ecma_compat_es2022/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2022" repository = "https://github.com/swc-project/swc.git" -version = "0.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,10 +19,10 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "0.4.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.126.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_compat_common = { version = "0.4.1", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.126.1", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index 4df313de6523..84c3e504db08 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.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,11 +17,11 @@ tracing = "0.1.37" swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index ac0505f9e0e5..09279d8d1acb 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.113.0" +version = "0.113.1" [lib] bench = false @@ -16,5 +16,5 @@ phf = { version = "0.11", features = ["macros"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 317d990aef37..dbf6407f1748 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -28,13 +28,13 @@ swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } testing = { version = "0.35.17", path = "../testing" } [features] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 6b8126a79b22..6415abe0f8ed 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -58,12 +58,12 @@ swc_config = { version = "0.1.11", path = "../swc_config", features = [ swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization" } -swc_ecma_usage_analyzer = { version = "0.23.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_usage_analyzer = { version = "0.23.1", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.21.17", path = "../swc_timer" } diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 8b5bcc419c7c..1118534be327 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.143.0" +version = "0.143.1" [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 e63f445e1cc8..bb85c9a58ceb 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -36,15 +36,15 @@ swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms", fe "compat", "proposal", ] } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.5" pretty_assertions = "1.3" -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } testing = { version = "0.35.17", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index 7b09d3653831..a4bdfac1d8a7 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.59.3" +version = "0.59.4" [lib] bench = false @@ -15,7 +15,7 @@ bench = false swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_quote_macros = { version = "0.54.3", path = "../swc_ecma_quote_macros" } +swc_ecma_quote_macros = { version = "0.54.4", path = "../swc_ecma_quote_macros" } [dev-dependencies] testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index dc5a35cf7a94..d917529ac317 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.54.3" +version = "0.54.4" [lib] bench = false @@ -21,5 +21,5 @@ syn = "2" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_macros_common = { version = "0.3.9", path = "../swc_macros_common" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index a126ebb5a49f..46450f2de077 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -34,14 +34,14 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat", optional = true } swc_ecma_transforms_module = { version = "0.180.1", path = "../swc_ecma_transforms_module", optional = true } swc_ecma_transforms_optimization = { version = "0.198.1", path = "../swc_ecma_transforms_optimization", optional = true } swc_ecma_transforms_proposal = { version = "0.171.1", path = "../swc_ecma_transforms_proposal", optional = true } swc_ecma_transforms_react = { version = "0.183.1", path = "../swc_ecma_transforms_react", optional = true } swc_ecma_transforms_typescript = { version = "0.188.1", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -49,7 +49,7 @@ pretty_assertions = "1.3" sourcemap = "6.4" tempfile = "3" -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 3b26d225cb22..bb48b2a9547f 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.137.0" +version = "0.137.1" [lib] bench = false @@ -31,15 +31,15 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.5" rayon = "1" -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index a1748ad03ff5..fa51f36fdc48 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.126.0" +version = "0.126.1" [lib] bench = false @@ -15,6 +15,6 @@ bench = false swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index defc7d21f79c..fa7afca2cedd 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -34,26 +34,26 @@ swc_common = { version = "0.33.16", path = "../swc_common" } swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_compat_bugfixes = { version = "0.4.1", path = "../swc_ecma_compat_bugfixes" } -swc_ecma_compat_common = { version = "0.4.0", path = "../swc_ecma_compat_common" } +swc_ecma_compat_common = { version = "0.4.1", path = "../swc_ecma_compat_common" } swc_ecma_compat_es2015 = { version = "0.4.1", path = "../swc_ecma_compat_es2015" } -swc_ecma_compat_es2016 = { version = "0.4.0", path = "../swc_ecma_compat_es2016" } -swc_ecma_compat_es2017 = { version = "0.4.0", path = "../swc_ecma_compat_es2017" } -swc_ecma_compat_es2018 = { version = "0.4.0", path = "../swc_ecma_compat_es2018" } -swc_ecma_compat_es2019 = { version = "0.4.0", path = "../swc_ecma_compat_es2019" } -swc_ecma_compat_es2020 = { version = "0.4.0", path = "../swc_ecma_compat_es2020" } -swc_ecma_compat_es2021 = { version = "0.4.0", path = "../swc_ecma_compat_es2021" } -swc_ecma_compat_es2022 = { version = "0.4.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_compat_es3 = { version = "0.4.0", path = "../swc_ecma_compat_es3" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.126.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_compat_es2016 = { version = "0.4.1", path = "../swc_ecma_compat_es2016" } +swc_ecma_compat_es2017 = { version = "0.4.1", path = "../swc_ecma_compat_es2017" } +swc_ecma_compat_es2018 = { version = "0.4.1", path = "../swc_ecma_compat_es2018" } +swc_ecma_compat_es2019 = { version = "0.4.1", path = "../swc_ecma_compat_es2019" } +swc_ecma_compat_es2020 = { version = "0.4.1", path = "../swc_ecma_compat_es2020" } +swc_ecma_compat_es2021 = { version = "0.4.1", path = "../swc_ecma_compat_es2021" } +swc_ecma_compat_es2022 = { version = "0.4.1", path = "../swc_ecma_compat_es2022" } +swc_ecma_compat_es3 = { version = "0.4.1", path = "../swc_ecma_compat_es3" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.126.1", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 905921016488..b930b3936495 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -31,9 +31,9 @@ swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -45,5 +45,5 @@ swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", features = "tsc", ] } swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 47ed08e87a34..09bed485cc53 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -34,10 +34,10 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.21.16", path = "../swc_fast_graph" } @@ -46,6 +46,6 @@ swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_tran swc_ecma_transforms_module = { version = "0.180.1", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_proposal = { version = "0.171.1", path = "../swc_ecma_transforms_proposal" } swc_ecma_transforms_react = { version = "0.183.1", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { version = "0.188.1", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index d175cc2831c4..3e03bf328847 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -26,16 +26,16 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.126.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.126.1", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index c813b88cb2c9..ff34c991c061 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -31,15 +31,15 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_config = { version = "0.1.11", path = "../swc_config" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.4", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen/" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen/" } swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat/" } swc_ecma_transforms_module = { version = "0.180.1", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index b1753b4cc2c7..987fb6a88df1 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.140.0" +version = "0.140.1" [lib] bench = false @@ -26,10 +26,10 @@ swc_common = { version = "0.33.16", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.22.18", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 7cff57c740f1..e1680f447480 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -19,19 +19,19 @@ ryu-js = "1.0.0" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_react = { version = "0.183.1", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.5" -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_transforms_compat = { version = "0.163.1", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_proposal = { version = "0.171.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.140.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.140.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.17", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index 7a60b02a7aed..9f1c1a09d564 100644 --- a/crates/swc_ecma_usage_analyzer/Cargo.toml +++ b/crates/swc_ecma_usage_analyzer/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_usage_analyzer" repository = "https://github.com/swc-project/swc.git" -version = "0.23.0" +version = "0.23.1" [package.metadata.docs.rs] all-features = true @@ -29,6 +29,6 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.16", path = "../swc_common" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.21.17", path = "../swc_timer" } diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index ccdcd698b872..1ef96d924dd5 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.127.0" +version = "0.127.1" [package.metadata.docs.rs] all-features = true @@ -34,5 +34,5 @@ swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } testing = { version = "0.35.17", path = "../testing" } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 5ba1640db85f..f91b1d567db3 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -39,13 +39,13 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen", optional = true } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen", optional = true } swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser", optional = true, default-features = false } swc_ecma_preset_env = { version = "0.206.1", path = "../swc_ecma_preset_env", optional = true } -swc_ecma_quote = { version = "0.59.3", path = "../swc_ecma_quote", optional = true } +swc_ecma_quote = { version = "0.59.4", path = "../swc_ecma_quote", optional = true } swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils", optional = true } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.98.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 745be166d9cb..97b2d6c1b5cc 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -30,8 +30,8 @@ swc_common = { version = "0.33.16", path = "../swc_common", features = [ "tty-emitter", ] } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_estree_ast = { version = "0.23.15", path = "../swc_estree_ast" } swc_node_comments = { version = "0.20.15", path = "../swc_node_comments/" } @@ -42,7 +42,7 @@ pretty_assertions = "1.3" swc = { version = "0.273.1", path = "../swc" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms/" } testing = { version = "0.35.17", path = "../testing" } walkdir = "2" diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 647bc8ac8186..a779ed98d185 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -28,14 +28,14 @@ swc_css_codegen = { version = "0.151.26", path = "../swc_css_codegen" } swc_css_minifier = { version = "0.116.27", path = "../swc_css_minifier" } swc_css_parser = { version = "0.150.25", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen", features = [ +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } swc_ecma_minifier = { version = "0.192.1", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.137.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.137.1", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_html_ast = { version = "0.33.15", path = "../swc_html_ast" } swc_html_codegen = { version = "0.42.20", path = "../swc_html_codegen" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index fd8dd267fa17..539148a1255b 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -38,11 +38,11 @@ swc_common = { version = "0.33.16", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.148.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.148.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "0.229.1", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "0.127.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.127.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.98.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 cc7358269358..8e1a9e2f9ed7 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.106.0" +version = "0.106.1" [lib] bench = false @@ -84,7 +84,7 @@ swc_ecma_ast = { version = "0.112.0", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } swc_ecma_loader = { version = "0.45.18", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.143.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.143.1", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.98.0", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.17", path = "../testing" }