diff --git a/CHANGELOG.md b/CHANGELOG.md index 732a67725be..1b0c1a8031f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,9 +128,6 @@ - **(es/codegen)** Wrap quote for length greater than one ([#8351](https://github.com/swc-project/swc/issues/8351)) ([2cdea3f](https://github.com/swc-project/swc/commit/2cdea3fbeaf4a2dac662a4d019982943c0a896ba)) -- **(es/compat)** Transform curried function call with optional chaining ([#7313](https://github.com/swc-project/swc/issues/7313)) ([66b5b11](https://github.com/swc-project/swc/commit/66b5b110bf94259e0e0223224940bb8d0384e9b6)) - - - **(es/compat)** Fix `is_setter` in `parameters` pass ([#7348](https://github.com/swc-project/swc/issues/7348)) ([e0de83e](https://github.com/swc-project/swc/commit/e0de83e862f7de765ba804e8c31a16660d7186b5)) diff --git a/Cargo.lock b/Cargo.lock index f9c45cf91e2..679dc038677 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.60.90" +version = "0.60.91" dependencies = [ "anyhow", "console_error_panic_hook", @@ -1088,7 +1088,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "dbg-swc" -version = "0.89.90" +version = "0.89.91" dependencies = [ "anyhow", "clap 3.2.25", @@ -3788,7 +3788,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.269.82" +version = "0.269.83" dependencies = [ "ansi_term", "anyhow", @@ -3857,7 +3857,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.222.76" +version = "0.222.77" dependencies = [ "anyhow", "crc", @@ -3912,7 +3912,7 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "0.4.92" +version = "0.4.93" dependencies = [ "anyhow", "assert_cmd", @@ -3971,7 +3971,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "0.3.84" +version = "0.3.85" dependencies = [ "anyhow", "base64", @@ -4014,7 +4014,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.86.94" +version = "0.86.95" dependencies = [ "anyhow", "binding_macros", @@ -4270,7 +4270,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.146.39" +version = "0.146.40" dependencies = [ "base64", "criterion", @@ -4305,7 +4305,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_bugfixes" -version = "0.1.54" +version = "0.1.55" dependencies = [ "swc_atoms", "swc_common", @@ -4333,7 +4333,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "0.1.54" +version = "0.1.55" dependencies = [ "arrayvec", "indexmap 2.0.2", @@ -4359,7 +4359,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2016" -version = "0.1.50" +version = "0.1.51" dependencies = [ "swc_atoms", "swc_common", @@ -4376,7 +4376,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "0.1.51" +version = "0.1.52" dependencies = [ "serde", "swc_atoms", @@ -4394,7 +4394,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "0.1.51" +version = "0.1.52" dependencies = [ "serde", "swc_atoms", @@ -4413,7 +4413,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2019" -version = "0.1.51" +version = "0.1.52" dependencies = [ "swc_atoms", "swc_common", @@ -4429,7 +4429,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "0.1.49" +version = "0.1.50" dependencies = [ "serde", "swc_atoms", @@ -4447,7 +4447,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2021" -version = "0.1.49" +version = "0.1.50" dependencies = [ "swc_atoms", "swc_common", @@ -4461,7 +4461,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "0.1.50" +version = "0.1.51" dependencies = [ "swc_atoms", "swc_common", @@ -4478,7 +4478,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es3" -version = "0.1.50" +version = "0.1.51" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4505,7 +4505,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.89.52" +version = "0.89.53" dependencies = [ "auto_impl", "dashmap", @@ -4547,7 +4547,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.189.78" +version = "0.189.79" dependencies = [ "ansi_term", "anyhow", @@ -4616,7 +4616,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.203.66" +version = "0.203.67" dependencies = [ "anyhow", "criterion", @@ -4671,7 +4671,7 @@ dependencies = [ [[package]] name = "swc_ecma_testing" -version = "0.22.12" +version = "0.22.13" dependencies = [ "anyhow", "hex", @@ -4682,7 +4682,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.226.66" +version = "0.226.67" dependencies = [ "pretty_assertions", "sourcemap", @@ -4707,7 +4707,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.134.51" +version = "0.134.52" dependencies = [ "better_scoped_tls", "bitflags 2.3.2", @@ -4734,7 +4734,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.123.52" +version = "0.123.53" dependencies = [ "swc_atoms", "swc_common", @@ -4746,7 +4746,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.160.59" +version = "0.160.60" dependencies = [ "arrayvec", "indexmap 2.0.2", @@ -4796,7 +4796,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.177.62" +version = "0.177.63" dependencies = [ "Inflector", "anyhow", @@ -4825,7 +4825,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.195.66" +version = "0.195.67" dependencies = [ "dashmap", "indexmap 2.0.2", @@ -4855,7 +4855,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.168.63" +version = "0.168.64" dependencies = [ "either", "rustc-hash", @@ -4879,7 +4879,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.180.64" +version = "0.180.65" dependencies = [ "base64", "dashmap", @@ -4907,7 +4907,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.137.53" +version = "0.137.54" dependencies = [ "ansi_term", "anyhow", @@ -4931,7 +4931,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.185.64" +version = "0.185.65" dependencies = [ "criterion", "ryu-js", @@ -5000,7 +5000,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.236.85" +version = "0.236.86" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -5047,7 +5047,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.194.89" +version = "0.194.90" dependencies = [ "ahash 0.8.5", "anyhow", @@ -5095,7 +5095,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.134.87" +version = "0.134.88" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -5146,7 +5146,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.131.86" +version = "0.131.87" dependencies = [ "criterion", "once_cell", @@ -5232,7 +5232,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.58.90" +version = "0.58.91" dependencies = [ "anyhow", "dashmap", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 1585d60698c..8ebde00d1ad 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.60.90" +version = "0.60.91" [lib] bench = false @@ -33,10 +33,10 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.269.82", path = "../swc" } +swc = { optional = true, version = "0.269.83", path = "../swc" } swc_common = { optional = true, version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.226.66", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { optional = true, version = "0.226.67", path = "../swc_ecma_transforms" } swc_ecma_visit = { optional = true, version = "0.96.12", 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 7b99f8a4211..82b1e6454b9 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.89.90" +version = "0.89.91" [[bin]] bench = false @@ -31,12 +31,12 @@ swc_common = { version = "0.33.10", features = [ "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.189.78", path = "../swc_ecma_minifier", features = [ +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.189.79", path = "../swc_ecma_minifier", features = [ "concurrent", ] } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.17.10", path = "../swc_error_reporters" } swc_timer = { version = "0.21.12", path = "../swc_timer" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 49303bb6045..dd76fa3bcda 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.269.82" +version = "0.269.83" [lib] bench = false @@ -73,21 +73,21 @@ swc_common = { version = "0.33.10", path = "../swc_common", features = [ "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "0.3.84", path = "../swc_compiler_base" } +swc_compiler_base = { version = "0.3.85", path = "../swc_compiler_base" } swc_config = { version = "0.1.8", path = "../swc_config" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_ext_transforms = { version = "0.110.37", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.89.52", path = "../swc_ecma_lints" } +swc_ecma_lints = { version = "0.89.53", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.45.11", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.189.78", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "0.189.79", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.203.66", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.226.66", path = "../swc_ecma_transforms", features = [ +swc_ecma_preset_env = { version = "0.203.67", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.226.67", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -95,9 +95,9 @@ swc_ecma_transforms = { version = "0.226.66", path = "../swc_ecma_transforms", f "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.160.59", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.195.66", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.160.60", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.195.67", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.17.10", path = "../swc_error_reporters" } @@ -127,10 +127,10 @@ rayon = "1.7.0" swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_lints = { version = "0.89.52", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.89.53", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } -swc_ecma_testing = { version = "0.22.12", path = "../swc_ecma_testing" } +swc_ecma_testing = { version = "0.22.13", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.12", path = "../testing" } walkdir = "2" diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 52e47208474..6b7438b5965 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.222.76" +version = "0.222.77" [package.metadata.docs.rs] all-features = true @@ -40,11 +40,11 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.45.11", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.195.66", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.195.67", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.21.11", path = "../swc_fast_graph/" } @@ -63,11 +63,11 @@ swc_ecma_loader = { version = "0.45.11", path = "../swc_ecma_loader", features = "node", "cache", ] } -swc_ecma_minifier = { version = "0.189.78", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.189.79", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "0.168.63", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.180.64", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "0.185.64", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_proposal = { version = "0.168.64", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.180.65", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "0.185.65", path = "../swc_ecma_transforms_typescript" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 06360d7d2cd..542f1543891 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.4.92" +version = "0.4.93" [[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.86.94", features = [ +swc_core = { version = "0.86.95", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index ff0c0997d5e..e77b6a1f4c5 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.3.84" +version = "0.3.85" [features] node = ["napi", "napi-derive"] @@ -24,8 +24,8 @@ swc_common = { version = "0.33.10", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.8", path = "../swc_config" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.189.78", path = "../swc_ecma_minifier" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.189.79", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_timer = { version = "0.21.12", path = "../swc_timer" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 98aee16e537..21597054b0c 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.86.94" +version = "0.86.95" [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.60.90", path = "../binding_macros" } -swc = { optional = true, version = "0.269.82", path = "../swc" } +binding_macros = { optional = true, version = "0.60.91", path = "../binding_macros" } +swc = { optional = true, version = "0.269.83", path = "../swc" } swc_atoms = { optional = true, version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.222.76", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.222.77", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.18", path = "../swc_cached" } swc_common = { optional = true, version = "0.33.10", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.140.11", path = "../swc_css_ast" } @@ -340,25 +340,25 @@ swc_css_prefixer = { optional = true, version = "0.153.21", path swc_css_utils = { optional = true, version = "0.137.11", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "0.139.11", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { optional = true, version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.45.11", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.189.78", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { optional = true, version = "0.189.79", path = "../swc_ecma_minifier" } swc_ecma_parser = { optional = true, version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.203.66", path = "../swc_ecma_preset_env" } +swc_ecma_preset_env = { optional = true, version = "0.203.67", path = "../swc_ecma_preset_env" } swc_ecma_quote_macros = { optional = true, version = "0.52.30", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "0.160.59", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.177.62", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.195.66", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.168.63", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.180.64", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.137.53", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.185.64", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_base = { optional = true, version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { optional = true, version = "0.160.60", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "0.177.63", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.195.67", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.168.64", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.180.65", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "0.137.54", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { optional = true, version = "0.185.65", path = "../swc_ecma_transforms_typescript" } swc_ecma_usage_analyzer = { optional = true, version = "0.20.37", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { optional = true, version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.96.12", path = "../swc_ecma_visit" } swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" } -swc_node_bundler = { optional = true, version = "0.58.90", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.58.91", 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.15", path = "../swc_plugin_macro" } diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 285d7f135de..b73293710fe 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.146.39" +version = "0.146.40" [features] # This does not enable serde for ast nodes. @@ -39,7 +39,7 @@ swc_common = { version = "0.33.10", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_testing = { version = "0.22.12", path = "../swc_ecma_testing" } +swc_ecma_testing = { version = "0.22.13", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index 7709efe479c..23d0436e27c 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -7,15 +7,15 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_bugfixes" repository = "https://github.com/swc-project/swc.git" -version = "0.1.54" +version = "0.1.55" # 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.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_compat_es2015 = { version = "0.1.54", path = "../swc_ecma_compat_es2015" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_compat_es2015 = { version = "0.1.55", path = "../swc_ecma_compat_es2015" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } @@ -23,4 +23,4 @@ tracing = "0.1.37" [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index 849621554e6..c735ff3c681 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.1.54" +version = "0.1.55" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -26,8 +26,8 @@ swc_common = { version = "0.33.10", path = "../swc_common" } swc_config = { version = "0.1.8", path = "../swc_config" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "0.1.33", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.123.52", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.123.53", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -36,4 +36,4 @@ tracing = "0.1.37" [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2016/Cargo.toml b/crates/swc_ecma_compat_es2016/Cargo.toml index db11f1c1b03..409e0f2be33 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.1.50" +version = "0.1.51" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,7 +16,7 @@ version = "0.1.50" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -25,4 +25,4 @@ tracing = "0.1.37" [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index 369ce49f5ce..66c3c8bebc2 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.1.51" +version = "0.1.52" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -19,7 +19,7 @@ tracing = "0.1.37" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -27,4 +27,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index 0a9861ecd79..3365d8fda46 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.1.51" +version = "0.1.52" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -20,7 +20,7 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "0.1.33", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -28,4 +28,4 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2019/Cargo.toml b/crates/swc_ecma_compat_es2019/Cargo.toml index 99632677edc..61d98261d0b 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.1.51" +version = "0.1.52" # 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.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index e0ca8e6a8d7..4634c25ca73 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.1.49" +version = "0.1.50" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,8 +17,8 @@ serde = { version = "1.0.188", features = ["derive"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_compat_es2022 = { version = "0.1.50", path = "../swc_ecma_compat_es2022" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_compat_es2022 = { version = "0.1.51", path = "../swc_ecma_compat_es2022" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } @@ -26,4 +26,4 @@ tracing = "0.1.37" [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2021/Cargo.toml b/crates/swc_ecma_compat_es2021/Cargo.toml index ecf7d8ba547..3d895afa64b 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.1.49" +version = "0.1.50" # 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.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", 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 fd917e3d7c1..e849d045c49 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.1.50" +version = "0.1.51" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -20,8 +20,8 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "0.1.33", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.123.52", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.123.53", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index 5334a861616..3547c68e38c 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.1.50" +version = "0.1.51" # 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.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index a50fe88a7a2..4c504d2a396 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.89.52" +version = "0.89.53" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -32,9 +32,9 @@ swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } testing = { version = "0.35.12", path = "../testing" } [features] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 9dcf7cdf15b..3d9eaea976f 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.189.78" +version = "0.189.79" [package.metadata.docs.rs] all-features = true @@ -57,10 +57,10 @@ swc_config = { version = "0.1.8", path = "../swc_config" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.195.66", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.195.67", path = "../swc_ecma_transforms_optimization" } swc_ecma_usage_analyzer = { version = "0.20.37", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -73,7 +73,7 @@ criterion = "0.5.1" pretty_assertions = "1.3" walkdir = "2" -swc_ecma_testing = { version = "0.22.12", path = "../swc_ecma_testing" } +swc_ecma_testing = { version = "0.22.13", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 0575d63c854..6b047aa0289 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.203.66" +version = "0.203.67" [lib] bench = false @@ -32,7 +32,7 @@ string_enum = { version = "0.4.1", path = "../string_enum" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.226.66", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.226.67", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } @@ -43,7 +43,7 @@ swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } criterion = "0.5" pretty_assertions = "1.3" -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_testing/Cargo.toml b/crates/swc_ecma_testing/Cargo.toml index c2434428d37..514b8575c35 100644 --- a/crates/swc_ecma_testing/Cargo.toml +++ b/crates/swc_ecma_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_testing" repository = "https://github.com/swc-project/swc.git" -version = "0.22.12" +version = "0.22.13" [lib] bench = false diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index af545e3f944..6031648540d 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.226.66" +version = "0.226.67" [package.metadata.docs.rs] all-features = true @@ -34,13 +34,13 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.160.59", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.177.62", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.195.66", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.168.63", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.180.64", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.185.64", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.160.60", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.177.63", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.195.67", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.168.64", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.180.65", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.185.65", path = "../swc_ecma_transforms_typescript", optional = true } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -49,7 +49,7 @@ pretty_assertions = "1.3" sourcemap = "6.2" tempfile = "3" -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 3ab05a28d30..0460e984800 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.134.51" +version = "0.134.52" [lib] bench = false @@ -39,7 +39,7 @@ swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } criterion = "0.5" rayon = "1" -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index 57292cfd0f5..f7e55ed8e89 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.123.52" +version = "0.123.53" [lib] bench = false @@ -15,6 +15,6 @@ bench = false swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index f2348bf7fbf..55b46dedc27 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.160.59" +version = "0.160.60" [lib] bench = false @@ -33,19 +33,19 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_config = { version = "0.1.8", path = "../swc_config" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_compat_bugfixes = { version = "0.1.54", path = "../swc_ecma_compat_bugfixes" } +swc_ecma_compat_bugfixes = { version = "0.1.55", path = "../swc_ecma_compat_bugfixes" } swc_ecma_compat_common = { version = "0.1.33", path = "../swc_ecma_compat_common" } -swc_ecma_compat_es2015 = { version = "0.1.54", path = "../swc_ecma_compat_es2015" } -swc_ecma_compat_es2016 = { version = "0.1.50", path = "../swc_ecma_compat_es2016" } -swc_ecma_compat_es2017 = { version = "0.1.51", path = "../swc_ecma_compat_es2017" } -swc_ecma_compat_es2018 = { version = "0.1.51", path = "../swc_ecma_compat_es2018" } -swc_ecma_compat_es2019 = { version = "0.1.51", path = "../swc_ecma_compat_es2019" } -swc_ecma_compat_es2020 = { version = "0.1.49", path = "../swc_ecma_compat_es2020" } -swc_ecma_compat_es2021 = { version = "0.1.49", path = "../swc_ecma_compat_es2021" } -swc_ecma_compat_es2022 = { version = "0.1.50", path = "../swc_ecma_compat_es2022" } -swc_ecma_compat_es3 = { version = "0.1.50", path = "../swc_ecma_compat_es3" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.123.52", path = "../swc_ecma_transforms_classes" } +swc_ecma_compat_es2015 = { version = "0.1.55", path = "../swc_ecma_compat_es2015" } +swc_ecma_compat_es2016 = { version = "0.1.51", path = "../swc_ecma_compat_es2016" } +swc_ecma_compat_es2017 = { version = "0.1.52", path = "../swc_ecma_compat_es2017" } +swc_ecma_compat_es2018 = { version = "0.1.52", path = "../swc_ecma_compat_es2018" } +swc_ecma_compat_es2019 = { version = "0.1.52", path = "../swc_ecma_compat_es2019" } +swc_ecma_compat_es2020 = { version = "0.1.50", path = "../swc_ecma_compat_es2020" } +swc_ecma_compat_es2021 = { version = "0.1.50", path = "../swc_ecma_compat_es2021" } +swc_ecma_compat_es2022 = { version = "0.1.51", path = "../swc_ecma_compat_es2022" } +swc_ecma_compat_es3 = { version = "0.1.51", path = "../swc_ecma_compat_es3" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.123.53", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -55,5 +55,5 @@ swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } serde_json = "1.0.66" swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index e3a923c6048..6bb52dd2d93 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.177.62" +version = "0.177.63" [lib] bench = false @@ -32,7 +32,7 @@ swc_ecma_loader = { version = "0.45.11", path = "../swc_ecma_loader", features = "node", ] } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -44,6 +44,6 @@ swc_ecma_loader = { version = "0.45.11", path = "../swc_ecma_loader", features = "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.160.59", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "0.160.60", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.12", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 9ac3acef3fe..88c50b5e5f4 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.195.66" +version = "0.195.67" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -35,17 +35,17 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.21.11", path = "../swc_fast_graph" } [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.160.59", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.177.62", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.168.63", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.180.64", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.185.64", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "0.160.60", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.177.63", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.168.64", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.180.65", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.185.65", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 950ebf20e03..602560ec5a8 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.168.63" +version = "0.168.64" [lib] bench = false @@ -26,8 +26,8 @@ swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.45.11", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.123.52", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.123.53", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } @@ -36,6 +36,6 @@ swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" serde_json = "1.0.66" swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.160.59", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "0.160.60", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 45232f047d8..2e5bc1711a2 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.180.64" +version = "0.180.65" [lib] bench = false @@ -32,14 +32,14 @@ swc_common = { version = "0.33.10", path = "../swc_common" } swc_config = { version = "0.1.8", path = "../swc_config" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.3", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.160.59", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.177.62", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen/" } +swc_ecma_transforms_compat = { version = "0.160.60", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_module = { version = "0.177.63", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 70ffba71e97..6633cb6d2c7 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.137.53" +version = "0.137.54" [lib] bench = false @@ -26,10 +26,10 @@ swc_common = { version = "0.33.10", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_testing = { version = "0.22.12", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_testing = { version = "0.22.13", path = "../swc_ecma_testing" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } testing = { version = "0.35.12", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 8d7b9760624..a5b9326349c 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.185.64" +version = "0.185.65" [lib] bench = false @@ -19,19 +19,19 @@ ryu-js = "1.0.0" swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_common = { version = "0.33.10", path = "../swc_common" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.180.64", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "0.180.65", path = "../swc_ecma_transforms_react" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.5" -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.160.59", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.168.63", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.137.53", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "0.160.60", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.168.64", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "0.137.54", path = "../swc_ecma_transforms_testing" } testing = { version = "0.35.12", path = "../testing" } [[bench]] diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index ef9fe19fb37..fc65aa351ef 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.236.85" +version = "0.236.86" [package.metadata.docs.rs] all-features = true @@ -39,12 +39,12 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "0.189.78", path = "../swc_ecma_minifier", optional = true } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen", optional = true } +swc_ecma_minifier = { version = "0.189.79", path = "../swc_ecma_minifier", optional = true } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.203.66", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_preset_env = { version = "0.203.67", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "0.57.30", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.226.66", path = "../swc_ecma_transforms", optional = true } +swc_ecma_transforms = { version = "0.226.67", path = "../swc_ecma_transforms", optional = true } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit", optional = true } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index 01935b8ee8b..0200da0f0d9 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.194.89" +version = "0.194.90" [package.metadata.docs.rs] all-features = true @@ -40,10 +40,10 @@ swc_node_comments = { version = "0.20.10", path = "../swc_node_comments/" } criterion = "0.5" pretty_assertions = "1.3" -swc = { version = "0.269.82", path = "../swc" } +swc = { version = "0.269.83", path = "../swc" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.226.66", path = "../swc_ecma_transforms/" } +swc_ecma_transforms = { version = "0.226.67", path = "../swc_ecma_transforms/" } testing = { version = "0.35.12", path = "../testing" } walkdir = "2" diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 714af1e9e36..32016c683f0 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.134.87" +version = "0.134.88" [package.metadata.docs.rs] all-features = true @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.33.10", path = "../swc_html_ast"} swc_html_codegen = {version = "0.42.14", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.131.86", path = "../swc_html_minifier", optional = true} +swc_html_minifier = {version = "0.131.87", path = "../swc_html_minifier", optional = true} swc_html_parser = {version = "0.39.14", path = "../swc_html_parser"} swc_html_visit = {version = "0.33.10", path = "../swc_html_visit"} diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 6541890b463..3f097fb036a 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.131.86" +version = "0.131.87" [lib] bench = false @@ -28,14 +28,14 @@ swc_css_codegen = { version = "0.151.19", path = "../swc_css_codegen" } swc_css_minifier = { version = "0.116.20", path = "../swc_css_minifier" } swc_css_parser = { version = "0.150.18", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen", features = [ +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "0.189.78", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.189.79", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.134.51", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.134.52", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_html_ast = { version = "0.33.10", path = "../swc_html_ast" } swc_html_codegen = { version = "0.42.14", path = "../swc_html_codegen" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 2caab2c824c..ca3b8ee2632 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.58.90" +version = "0.58.91" [lib] bench = false @@ -29,19 +29,19 @@ serde_json = "1" tracing = "0.1.37" string_enum = { version = "0.4.1", path = "../string_enum" } -swc = { version = "0.269.82", path = "../swc" } +swc = { version = "0.269.83", path = "../swc" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { version = "0.222.76", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.222.77", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "0.33.10", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.110.12", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.146.39", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.146.40", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.45.11", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.141.30", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.226.66", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { version = "0.226.67", path = "../swc_ecma_transforms" } swc_ecma_utils = { version = "0.124.36", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.96.12", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" }