From fec056f5dbba8f880a453166b300ccd068d1a4e8 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 20 Jun 2023 03:21:20 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 + Cargo.lock | 98 +++++++++---------- crates/binding_macros/Cargo.toml | 6 +- crates/dbg-swc/Cargo.toml | 12 +-- crates/jsdoc/Cargo.toml | 6 +- crates/swc/Cargo.toml | 32 +++--- crates/swc_bundler/Cargo.toml | 24 ++--- crates/swc_core/Cargo.toml | 56 +++++------ crates/swc_css/Cargo.toml | 14 +-- crates/swc_css_codegen/Cargo.toml | 6 +- crates/swc_css_compat/Cargo.toml | 8 +- crates/swc_css_lints/Cargo.toml | 6 +- crates/swc_css_minifier/Cargo.toml | 8 +- crates/swc_css_modules/Cargo.toml | 10 +- crates/swc_css_parser/Cargo.toml | 4 +- crates/swc_css_prefixer/Cargo.toml | 8 +- crates/swc_ecma_codegen/Cargo.toml | 6 +- crates/swc_ecma_dep_graph/Cargo.toml | 6 +- crates/swc_ecma_ext_transforms/Cargo.toml | 4 +- crates/swc_ecma_lints/Cargo.toml | 12 +-- crates/swc_ecma_minifier/Cargo.toml | 18 ++-- crates/swc_ecma_parser/Cargo.toml | 4 +- crates/swc_ecma_preset_env/Cargo.toml | 12 +-- crates/swc_ecma_quote/Cargo.toml | 6 +- crates/swc_ecma_quote_macros/Cargo.toml | 4 +- crates/swc_ecma_transforms/Cargo.toml | 26 ++--- crates/swc_ecma_transforms_base/Cargo.toml | 10 +- crates/swc_ecma_transforms_classes/Cargo.toml | 6 +- crates/swc_ecma_transforms_compat/Cargo.toml | 14 +-- crates/swc_ecma_transforms_module/Cargo.toml | 14 +-- .../Cargo.toml | 22 ++--- .../swc_ecma_transforms_proposal/Cargo.toml | 16 +-- crates/swc_ecma_transforms_react/Cargo.toml | 18 ++-- crates/swc_ecma_transforms_testing/Cargo.toml | 12 +-- .../swc_ecma_transforms_typescript/Cargo.toml | 20 ++-- crates/swc_ecma_usage_analyzer/Cargo.toml | 6 +- crates/swc_ecma_utils/Cargo.toml | 6 +- crates/swc_ecmascript/Cargo.toml | 18 ++-- crates/swc_estree_compat/Cargo.toml | 14 +-- crates/swc_graph_analyzer/Cargo.toml | 4 +- crates/swc_html/Cargo.toml | 8 +- crates/swc_html_codegen/Cargo.toml | 6 +- crates/swc_html_minifier/Cargo.toml | 22 ++--- crates/swc_html_parser/Cargo.toml | 4 +- crates/swc_node_bundler/Cargo.toml | 16 +-- crates/swc_plugin_runner/Cargo.toml | 8 +- crates/swc_timer/Cargo.toml | 4 +- crates/swc_xml/Cargo.toml | 6 +- crates/swc_xml_codegen/Cargo.toml | 6 +- crates/swc_xml_parser/Cargo.toml | 4 +- crates/testing/Cargo.toml | 2 +- 51 files changed, 334 insertions(+), 331 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b023dbf02d..da113df939f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ - **(es)** Add a test for a wrong issue (#7542) ([70bc605](https://github.com/swc-project/swc/commit/70bc605c6769759b0e896e7e5e91bb070d719552)) +- **(es)** Add one more test for a wrong issue (#7545) ([862f095](https://github.com/swc-project/swc/commit/862f095e656edf6c0e86f1ad8065d8095e162cfa)) + + - **(plugin/runner)** Share `target` directory (#7544) ([aa82e5f](https://github.com/swc-project/swc/commit/aa82e5fff3452db38599bb0bf7fef7cd72b6a09f)) ## [1.3.65] - 2023-06-19 diff --git a/Cargo.lock b/Cargo.lock index 8b2cca204c1b..34cf6377ca0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.52.11" +version = "0.52.12" dependencies = [ "anyhow", "console_error_panic_hook", @@ -935,7 +935,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" [[package]] name = "dbg-swc" -version = "0.83.13" +version = "0.83.14" dependencies = [ "anyhow", "clap 3.1.0", @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.105.1" +version = "0.105.2" dependencies = [ "anyhow", "dashmap", @@ -3432,7 +3432,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.263.11" +version = "0.263.12" dependencies = [ "ahash", "ansi_term", @@ -3503,7 +3503,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.216.9" +version = "0.216.10" dependencies = [ "ahash", "anyhow", @@ -3617,7 +3617,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.78.11" +version = "0.78.12" dependencies = [ "anyhow", "binding_macros", @@ -3668,7 +3668,7 @@ dependencies = [ [[package]] name = "swc_css" -version = "0.153.16" +version = "0.153.17" dependencies = [ "swc_css_ast", "swc_css_codegen", @@ -3695,7 +3695,7 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "0.147.13" +version = "0.147.14" dependencies = [ "auto_impl", "bitflags 2.1.0", @@ -3724,7 +3724,7 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "0.23.13" +version = "0.23.14" dependencies = [ "bitflags 2.1.0", "once_cell", @@ -3742,7 +3742,7 @@ dependencies = [ [[package]] name = "swc_css_lints" -version = "0.56.13" +version = "0.56.14" dependencies = [ "auto_impl", "parking_lot", @@ -3761,7 +3761,7 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "0.112.13" +version = "0.112.14" dependencies = [ "criterion", "serde", @@ -3778,7 +3778,7 @@ dependencies = [ [[package]] name = "swc_css_modules" -version = "0.25.14" +version = "0.25.15" dependencies = [ "rustc-hash", "serde", @@ -3795,7 +3795,7 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "0.146.13" +version = "0.146.14" dependencies = [ "bitflags 2.1.0", "criterion", @@ -3812,7 +3812,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.149.15" +version = "0.149.16" dependencies = [ "once_cell", "preset_env_base", @@ -3873,7 +3873,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.141.3" +version = "0.141.4" dependencies = [ "base64 0.13.1", "criterion", @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "swc_ecma_dep_graph" -version = "0.108.1" +version = "0.108.2" dependencies = [ "pretty_assertions", "swc_atoms", @@ -3921,7 +3921,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.105.3" +version = "0.105.4" dependencies = [ "phf", "swc_atoms", @@ -3933,7 +3933,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.84.5" +version = "0.84.6" dependencies = [ "ahash", "auto_impl", @@ -3977,7 +3977,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.183.9" +version = "0.183.10" dependencies = [ "ahash", "ansi_term", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.136.1" +version = "0.136.2" dependencies = [ "criterion", "either", @@ -4045,7 +4045,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.197.10" +version = "0.197.11" dependencies = [ "ahash", "anyhow", @@ -4073,7 +4073,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.52.1" +version = "0.52.2" dependencies = [ "swc_atoms", "swc_common", @@ -4084,7 +4084,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.47.1" +version = "0.47.2" dependencies = [ "anyhow", "pmutil", @@ -4110,7 +4110,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.220.9" +version = "0.220.10" dependencies = [ "pretty_assertions", "sourcemap", @@ -4135,7 +4135,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.129.5" +version = "0.129.6" dependencies = [ "better_scoped_tls", "bitflags 2.1.0", @@ -4162,7 +4162,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.118.5" +version = "0.118.6" dependencies = [ "swc_atoms", "swc_common", @@ -4174,7 +4174,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.155.7" +version = "0.155.8" dependencies = [ "ahash", "arrayvec", @@ -4214,7 +4214,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.172.8" +version = "0.172.9" dependencies = [ "Inflector", "ahash", @@ -4244,7 +4244,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.189.9" +version = "0.189.10" dependencies = [ "ahash", "dashmap", @@ -4275,7 +4275,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.163.7" +version = "0.163.8" dependencies = [ "either", "rustc-hash", @@ -4299,7 +4299,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.175.8" +version = "0.175.9" dependencies = [ "ahash", "base64 0.13.1", @@ -4328,7 +4328,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.132.5" +version = "0.132.6" dependencies = [ "ansi_term", "anyhow", @@ -4352,7 +4352,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.179.9" +version = "0.179.10" dependencies = [ "criterion", "serde", @@ -4373,7 +4373,7 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "0.15.3" +version = "0.15.4" dependencies = [ "ahash", "indexmap", @@ -4389,7 +4389,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.119.3" +version = "0.119.4" dependencies = [ "indexmap", "num_cpus", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.230.10" +version = "0.230.11" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -4469,7 +4469,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.186.11" +version = "0.186.12" dependencies = [ "ahash", "anyhow", @@ -4505,7 +4505,7 @@ dependencies = [ [[package]] name = "swc_graph_analyzer" -version = "0.20.13" +version = "0.20.14" dependencies = [ "ahash", "auto_impl", @@ -4517,7 +4517,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.126.9" +version = "0.126.10" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "swc_html_codegen" -version = "0.40.13" +version = "0.40.14" dependencies = [ "auto_impl", "bitflags 2.1.0", @@ -4568,7 +4568,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.123.9" +version = "0.123.10" dependencies = [ "criterion", "once_cell", @@ -4598,7 +4598,7 @@ dependencies = [ [[package]] name = "swc_html_parser" -version = "0.37.13" +version = "0.37.14" dependencies = [ "criterion", "serde", @@ -4654,7 +4654,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.50.11" +version = "0.50.12" dependencies = [ "anyhow", "dashmap", @@ -4733,7 +4733,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.97.1" +version = "0.97.2" dependencies = [ "anyhow", "cargo_metadata", @@ -4768,7 +4768,7 @@ version = "0.24.1" [[package]] name = "swc_timer" -version = "0.19.13" +version = "0.19.14" dependencies = [ "testing", "tracing", @@ -4805,7 +4805,7 @@ dependencies = [ [[package]] name = "swc_xml" -version = "0.11.14" +version = "0.11.15" dependencies = [ "swc_xml_ast", "swc_xml_codegen", @@ -4826,7 +4826,7 @@ dependencies = [ [[package]] name = "swc_xml_codegen" -version = "0.11.14" +version = "0.11.15" dependencies = [ "auto_impl", "bitflags 2.1.0", @@ -4853,7 +4853,7 @@ dependencies = [ [[package]] name = "swc_xml_parser" -version = "0.11.13" +version = "0.11.14" dependencies = [ "serde", "serde_json", @@ -4962,7 +4962,7 @@ dependencies = [ [[package]] name = "testing" -version = "0.33.13" +version = "0.33.14" dependencies = [ "ansi_term", "difference", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 41f7598a52f6..44c4b91f7186 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.52.11" +version = "0.52.12" [lib] bench = false @@ -33,10 +33,10 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.263.11", path = "../swc" } +swc = { optional = true, version = "0.263.12", path = "../swc" } swc_common = { optional = true, version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.220.9", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { optional = true, version = "0.220.10", path = "../swc_ecma_transforms" } swc_ecma_visit = { optional = true, version = "0.92.1", 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 5f895d504b9d..6ce8d74ae80e 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.83.13" +version = "0.83.14" [[bin]] bench = false @@ -31,12 +31,12 @@ swc_common = { version = "0.31.12", features = [ "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.183.9", path = "../swc_ecma_minifier", features = [ +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.183.10", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.15.12", path = "../swc_error_reporters" } -swc_timer = { version = "0.19.13", path = "../swc_timer" } +swc_timer = { version = "0.19.14", path = "../swc_timer" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index df1cc8f38a74..ab78af34871e 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.105.1" +version = "0.105.2" [lib] bench = false @@ -26,5 +26,5 @@ anyhow = "1" dashmap = "5.1.0" swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index bd84eea0e549..f9b198ebd5a4 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.263.11" +version = "0.263.12" [lib] bench = false @@ -75,18 +75,18 @@ swc_common = { version = "0.31.12", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.5", path = "../swc_config" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "0.105.3", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.84.5", path = "../swc_ecma_lints" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_ext_transforms = { version = "0.105.4", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "0.84.6", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.183.9", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.197.10", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.220.9", path = "../swc_ecma_transforms", features = [ +swc_ecma_minifier = { version = "0.183.10", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { version = "0.197.11", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.220.10", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -94,16 +94,16 @@ swc_ecma_transforms = { version = "0.220.9", path = "../swc_ecma_transforms", fe "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.155.7", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.189.9", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.155.8", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.189.10", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.15.12", path = "../swc_error_reporters" } swc_node_comments = { version = "0.18.12", path = "../swc_node_comments" } swc_plugin_proxy = { version = "0.35.1", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.97.1", path = "../swc_plugin_runner", optional = true, default-features = false } -swc_timer = { version = "0.19.13", path = "../swc_timer" } +swc_plugin_runner = { version = "0.97.2", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_timer = { version = "0.19.14", path = "../swc_timer" } swc_visit = { version = "0.5.6", path = "../swc_visit" } @@ -126,12 +126,12 @@ rayon = "1.5.1" swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_lints = { version = "0.84.5", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.84.6", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } walkdir = "2" [[example]] diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index e1cbdd9611e8..c1f0c6870b76 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.216.9" +version = "0.216.10" [package.metadata.docs.rs] all-features = true @@ -41,15 +41,15 @@ tracing = "0.1.32" swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.189.9", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.189.10", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.19.12", path = "../swc_fast_graph/" } -swc_graph_analyzer = { version = "0.20.13", path = "../swc_graph_analyzer/" } +swc_graph_analyzer = { version = "0.20.14", path = "../swc_graph_analyzer/" } [dev-dependencies] hex = "0.4" @@ -64,11 +64,11 @@ swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features = "node", "cache", ] } -swc_ecma_minifier = { version = "0.183.9", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.183.10", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "0.163.7", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.175.8", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "0.179.9", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_proposal = { version = "0.163.8", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.175.9", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "0.179.10", path = "../swc_ecma_transforms_typescript" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 0aa97ba54055..6a195f6ef256 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.78.11" +version = "0.78.12" [package.metadata.docs.rs] features = [ "common_perf", @@ -325,49 +325,49 @@ __visit = ["__ecma", "swc_ecma_visit"] once_cell = { optional = true, version = "1.13.0" } # swc_* dependencies -binding_macros = { optional = true, version = "0.52.11", path = "../binding_macros" } -swc = { optional = true, version = "0.263.11", path = "../swc" } +binding_macros = { optional = true, version = "0.52.12", path = "../binding_macros" } +swc = { optional = true, version = "0.263.12", path = "../swc" } swc_atoms = { optional = true, version = "0.5.6", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.216.9", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.216.10", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" } swc_common = { optional = true, version = "0.31.12", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.137.12", path = "../swc_css_ast" } -swc_css_codegen = { optional = true, version = "0.147.13", path = "../swc_css_codegen" } -swc_css_compat = { optional = true, version = "0.23.13", path = "../swc_css_compat" } -swc_css_minifier = { optional = true, version = "0.112.13", path = "../swc_css_minifier" } -swc_css_modules = { optional = true, version = "0.25.14", path = "../swc_css_modules" } -swc_css_parser = { optional = true, version = "0.146.13", path = "../swc_css_parser" } -swc_css_prefixer = { optional = true, version = "0.149.15", path = "../swc_css_prefixer" } +swc_css_codegen = { optional = true, version = "0.147.14", path = "../swc_css_codegen" } +swc_css_compat = { optional = true, version = "0.23.14", path = "../swc_css_compat" } +swc_css_minifier = { optional = true, version = "0.112.14", path = "../swc_css_minifier" } +swc_css_modules = { optional = true, version = "0.25.15", path = "../swc_css_modules" } +swc_css_parser = { optional = true, version = "0.146.14", path = "../swc_css_parser" } +swc_css_prefixer = { optional = true, version = "0.149.16", path = "../swc_css_prefixer" } swc_css_utils = { optional = true, version = "0.134.12", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "0.136.12", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.141.3", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { optional = true, version = "0.141.4", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.43.14", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.183.9", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.197.10", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "0.47.1", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "0.155.7", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.172.8", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.189.9", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.163.7", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.175.8", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.132.5", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.179.9", path = "../swc_ecma_transforms_typescript" } -swc_ecma_usage_analyzer = { optional = true, version = "0.15.3", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_minifier = { optional = true, version = "0.183.10", path = "../swc_ecma_minifier" } +swc_ecma_parser = { optional = true, version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { optional = true, version = "0.197.11", path = "../swc_ecma_preset_env" } +swc_ecma_quote_macros = { optional = true, version = "0.47.2", path = "../swc_ecma_quote_macros" } +swc_ecma_transforms_base = { optional = true, version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { optional = true, version = "0.155.8", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "0.172.9", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.189.10", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.163.8", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.175.9", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "0.132.6", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { optional = true, version = "0.179.10", path = "../swc_ecma_transforms_typescript" } +swc_ecma_usage_analyzer = { optional = true, version = "0.15.4", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { optional = true, version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.92.1", path = "../swc_ecma_visit" } swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" } -swc_node_bundler = { optional = true, version = "0.50.11", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.50.12", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "0.0.6", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "0.9.14", path = "../swc_plugin_macro" } swc_plugin_proxy = { optional = true, version = "0.35.1", path = "../swc_plugin_proxy" } swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" } -testing = { optional = true, version = "0.33.13", path = "../testing" } +testing = { optional = true, version = "0.33.14", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features -swc_plugin_runner = { optional = true, version = "0.97.1", path = "../swc_plugin_runner", default-features = false } +swc_plugin_runner = { optional = true, version = "0.97.2", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { version = "7.3.2", default-features = false, features = ["cargo"] } diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index cb2f398a6ac0..cfc5aa9c0ab2 100644 --- a/crates/swc_css/Cargo.toml +++ b/crates/swc_css/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css" repository = "https://github.com/swc-project/swc.git" -version = "0.153.16" +version = "0.153.17" [package.metadata.docs.rs] all-features = true @@ -23,11 +23,11 @@ prefixer = ["swc_css_prefixer"] [dependencies] swc_css_ast = { version = "0.137.12", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.147.13", path = "../swc_css_codegen" } -swc_css_compat = { version = "0.23.13", path = "../swc_css_compat", optional = true } -swc_css_minifier = { version = "0.112.13", path = "../swc_css_minifier", optional = true } -swc_css_modules = { version = "0.25.14", path = "../swc_css_modules", optional = true } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } -swc_css_prefixer = { version = "0.149.15", path = "../swc_css_prefixer", optional = true } +swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" } +swc_css_compat = { version = "0.23.14", path = "../swc_css_compat", optional = true } +swc_css_minifier = { version = "0.112.14", path = "../swc_css_minifier", optional = true } +swc_css_modules = { version = "0.25.15", path = "../swc_css_modules", optional = true } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } +swc_css_prefixer = { version = "0.149.16", path = "../swc_css_prefixer", optional = true } swc_css_utils = { version = "0.134.12", path = "../swc_css_utils/" } swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index 43a3df2cd3fc..8a8cc2bdd5a3 100644 --- a/crates/swc_css_codegen/Cargo.toml +++ b/crates/swc_css_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.147.13" +version = "0.147.14" [lib] bench = false @@ -28,6 +28,6 @@ swc_css_utils = { version = "0.134.12", path = "../swc_css_utils" } swc_common = { version = "0.31.12", path = "../swc_common", features = [ "sourcemap", ] } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index f05b944c3968..a1e9ecbda33e 100644 --- a/crates/swc_css_compat/Cargo.toml +++ b/crates/swc_css_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_css_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.23.13" +version = "0.23.14" [lib] bench = false @@ -25,6 +25,6 @@ swc_css_utils = { version = "0.134.12", path = "../swc_css_utils/" } swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "0.147.13", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } -testing = { version = "0.33.13", path = "../testing" } +swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index 21cacce749c6..1b09d64e9d01 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_lints" repository = "https://github.com/swc-project/swc.git" -version = "0.56.13" +version = "0.56.14" [lib] bench = false @@ -28,5 +28,5 @@ swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } [dev-dependencies] serde_json = "1.0.79" -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } -testing = { version = "0.33.13", path = "../testing" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 9f3179bf2eca..9bb3308f4ad5 100644 --- a/crates/swc_css_minifier/Cargo.toml +++ b/crates/swc_css_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.112.13" +version = "0.112.14" [lib] bench = false @@ -24,10 +24,10 @@ swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } [dev-dependencies] criterion = "0.3" -swc_css_codegen = { version = "0.147.13", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index 8b650a71a6bf..aa9790293b5e 100644 --- a/crates/swc_css_modules/Cargo.toml +++ b/crates/swc_css_modules/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_modules" repository = "https://github.com/swc-project/swc.git" -version = "0.25.14" +version = "0.25.15" [lib] bench = false @@ -21,12 +21,12 @@ serde = { version = "1", features = ["derive"] } swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_css_ast = { version = "0.137.12", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.147.13", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } [dev-dependencies] serde_json = "1" -swc_css_compat = { version = "0.23.13", path = "../swc_css_compat" } -testing = { version = "0.33.13", path = "../testing" } +swc_css_compat = { version = "0.23.14", path = "../swc_css_compat" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index 42bc5fdbfc6a..1dd5673b31ec 100644 --- a/crates/swc_css_parser/Cargo.toml +++ b/crates/swc_css_parser/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.146.13" +version = "0.146.14" [lib] bench = false @@ -33,7 +33,7 @@ swc_css_ast = { version = "0.137.12", path = "../swc_css_ast", features = [ ] } swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index 60cc5237afc1..3ac057ba01e1 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_css_prefixer" repository = "https://github.com/swc-project/swc.git" -version = "0.149.15" +version = "0.149.16" [lib] bench = false @@ -25,6 +25,6 @@ swc_css_utils = { version = "0.134.12", path = "../swc_css_utils/" } swc_css_visit = { version = "0.136.12", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "0.147.13", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } -testing = { version = "0.33.13", path = "../testing" } +swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 60c4abc74aca..3609cca8be1c 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.141.3" +version = "0.141.4" [features] # This does not enable serde for ast nodes. @@ -38,10 +38,10 @@ serde_json = "1" swc_common = { version = "0.31.12", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_dep_graph/Cargo.toml b/crates/swc_ecma_dep_graph/Cargo.toml index 40953dc79959..6bd4957bb79e 100644 --- a/crates/swc_ecma_dep_graph/Cargo.toml +++ b/crates/swc_ecma_dep_graph/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_dep_graph" repository = "https://github.com/swc-project/swc.git" -version = "0.108.1" +version = "0.108.2" [lib] bench = false @@ -20,5 +20,5 @@ swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = "1.1" -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index 8e6eb6144900..2618ff50619d 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.105.3" +version = "0.105.4" [lib] bench = false @@ -16,5 +16,5 @@ phf = { version = "0.10", features = ["macros"] } swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 82595f189969..81cc0a17a9c1 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.84.5" +version = "0.84.6" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -29,14 +29,14 @@ swc_config = { version = "0.1.5", path = "../swc_config" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +testing = { version = "0.33.14", path = "../testing" } [features] non_critical_lints = [] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 4b40c51012dd..436a0a064be9 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.183.9" +version = "0.183.10" [package.metadata.docs.rs] all-features = true @@ -58,14 +58,14 @@ swc_config = { version = "0.1.5", path = "../swc_config" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.189.9", path = "../swc_ecma_transforms_optimization" } -swc_ecma_usage_analyzer = { version = "0.15.3", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.189.10", path = "../swc_ecma_transforms_optimization" } +swc_ecma_usage_analyzer = { version = "0.15.4", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } -swc_timer = { version = "0.19.13", path = "../swc_timer" } +swc_timer = { version = "0.19.14", path = "../swc_timer" } [dev-dependencies] ansi_term = "0.12.1" @@ -76,7 +76,7 @@ walkdir = "2" swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 9f28e3dae066..7b90f4a915ad 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.136.1" +version = "0.136.2" [package.metadata.docs.rs] all-features = true @@ -52,7 +52,7 @@ swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [ ] } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[example]] name = "lexer" diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index bd3cadcebf97..d886dbf854a8 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" -version = "0.197.10" +version = "0.197.11" [lib] bench = false @@ -31,20 +31,20 @@ string_enum = { version = "0.4.0", path = "../string_enum" } swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.220.9", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.220.10", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index 2241ac4db406..e6afb7ebbf3e 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.52.1" +version = "0.52.2" [lib] bench = false @@ -15,7 +15,7 @@ bench = false swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_quote_macros = { version = "0.47.1", path = "../swc_ecma_quote_macros" } +swc_ecma_quote_macros = { version = "0.47.2", path = "../swc_ecma_quote_macros" } [dev-dependencies] -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 95f66384ee9f..cb4c8753c28f 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.47.1" +version = "0.47.2" [lib] bench = false @@ -22,5 +22,5 @@ syn = "1" swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } swc_macros_common = { version = "0.3.7", path = "../swc_macros_common" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index d586dbc673cc..389dabf875f9 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.220.9" +version = "0.220.10" [package.metadata.docs.rs] all-features = true @@ -34,14 +34,14 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.155.7", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.172.8", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.189.9", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.163.7", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.175.8", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.179.9", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.155.8", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.172.9", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.189.10", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.163.8", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.175.9", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.179.10", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] @@ -49,7 +49,7 @@ pretty_assertions = "1.1" sourcemap = "6.2" tempfile = "3" -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.132.5", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.132.6", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index fca5e9f6c576..0171a862f4cd 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.129.5" +version = "0.129.6" [lib] bench = false @@ -31,18 +31,18 @@ tracing = "0.1.32" swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" rayon = "1" -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index 1fb6414b35ff..b747c57ab65b 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.118.5" +version = "0.118.6" [lib] bench = false @@ -15,6 +15,6 @@ bench = false swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index b6261cc1cda9..f1e0ce0d3fb2 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.155.7" +version = "0.155.8" [lib] bench = false @@ -34,16 +34,16 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_config = { version = "0.1.5", path = "../swc_config" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.118.5", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.118.6", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" } [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.132.5", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.132.6", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 32bdebb3661f..2dc3316f0b30 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.172.8" +version = "0.172.9" [lib] bench = false @@ -32,9 +32,9 @@ swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] @@ -45,6 +45,6 @@ swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", features = "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.155.7", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.132.5", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.33.13", path = "../testing/" } +swc_ecma_transforms_compat = { version = "0.155.8", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.132.6", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.33.14", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index f3f0104079d5..c0a8ede408fe 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.189.9" +version = "0.189.10" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -35,18 +35,18 @@ tracing = "0.1.32" swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.19.12", path = "../swc_fast_graph" } [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.155.7", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.172.8", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.163.7", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.175.8", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.132.5", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.179.9", path = "../swc_ecma_transforms_typescript" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_transforms_compat = { version = "0.155.8", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.172.9", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.163.8", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.175.9", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.132.6", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.179.10", path = "../swc_ecma_transforms_typescript" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index a31a56818142..8350a5c66980 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.163.7" +version = "0.163.8" [lib] bench = false @@ -26,16 +26,16 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.118.5", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.118.6", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.155.7", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.132.5", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.155.8", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.132.6", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index bfd681b7e464..4ea7f4e335ab 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.175.8" +version = "0.175.9" [lib] bench = false @@ -32,15 +32,15 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_config = { version = "0.1.5", path = "../swc_config" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.1", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.155.7", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.172.8", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_testing = { version = "0.132.5", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen/" } +swc_ecma_transforms_compat = { version = "0.155.8", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_module = { version = "0.172.9", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_testing = { version = "0.132.6", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index ac6f1e94aaf0..8febc1b23155 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.132.5" +version = "0.132.6" [lib] bench = false @@ -26,10 +26,10 @@ swc_common = { version = "0.31.12", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.20.8", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index d21c4ffc885b..9b0d1ea8cf10 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.179.9" +version = "0.179.10" [lib] bench = false @@ -18,20 +18,20 @@ serde = { version = "1.0.118", features = ["derive"] } swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.175.8", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "0.175.9", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.155.7", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.163.7", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.132.5", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.155.8", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.163.8", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "0.132.6", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index e67f6c23a7c3..f6983f66c8df 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.15.3" +version = "0.15.4" [package.metadata.docs.rs] all-features = true @@ -30,6 +30,6 @@ tracing = "0.1.32" swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } -swc_timer = { version = "0.19.13", path = "../swc_timer" } +swc_timer = { version = "0.19.14", path = "../swc_timer" } diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index f5bbd0471224..e41f5eba2b28 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.119.3" +version = "0.119.4" [package.metadata.docs.rs] all-features = true @@ -34,5 +34,5 @@ swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 451e0b6c881b..4b515ff40c89 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.230.10" +version = "0.230.11" [package.metadata.docs.rs] all-features = true @@ -40,14 +40,14 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen", optional = true } -swc_ecma_dep_graph = { version = "0.108.1", path = "../swc_ecma_dep_graph", optional = true } -swc_ecma_minifier = { version = "0.183.9", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.197.10", path = "../swc_ecma_preset_env", optional = true } -swc_ecma_quote = { version = "0.52.1", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.220.9", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils", optional = true } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen", optional = true } +swc_ecma_dep_graph = { version = "0.108.2", path = "../swc_ecma_dep_graph", optional = true } +swc_ecma_minifier = { version = "0.183.10", path = "../swc_ecma_minifier", optional = true } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_preset_env = { version = "0.197.11", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_quote = { version = "0.52.2", path = "../swc_ecma_quote", optional = true } +swc_ecma_transforms = { version = "0.220.10", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.92.1", 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 bf927d452924..cf66b8f2d89e 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.186.11" +version = "0.186.12" [package.metadata.docs.rs] all-features = true @@ -30,8 +30,8 @@ swc_common = { version = "0.31.12", path = "../swc_common", features = [ "tty-emitter", ] } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_estree_ast = { version = "0.21.12", path = "../swc_estree_ast" } swc_node_comments = { version = "0.18.12", path = "../swc_node_comments/" } @@ -40,11 +40,11 @@ swc_node_comments = { version = "0.18.12", path = "../swc_node_comments/" } criterion = "0.3" pretty_assertions = "1.1" -swc = { version = "0.263.11", path = "../swc" } +swc = { version = "0.263.12", path = "../swc" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.220.9", path = "../swc_ecma_transforms/" } -testing = { version = "0.33.13", path = "../testing" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.220.10", path = "../swc_ecma_transforms/" } +testing = { version = "0.33.14", path = "../testing" } walkdir = "2" [[bench]] diff --git a/crates/swc_graph_analyzer/Cargo.toml b/crates/swc_graph_analyzer/Cargo.toml index f00ddc5f7e0d..53f53457bbab 100644 --- a/crates/swc_graph_analyzer/Cargo.toml +++ b/crates/swc_graph_analyzer/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_graph_analyzer" repository = "https://github.com/swc-project/swc.git" -version = "0.20.13" +version = "0.20.14" [lib] bench = false @@ -19,4 +19,4 @@ swc_fast_graph = {version = "0.19.12", path = "../swc_fast_graph/"} tracing = "0.1.32" [dev-dependencies] -testing = {version = "0.33.13", path = "../testing"} +testing = {version = "0.33.14", path = "../testing"} diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 93bdf2d2e6a7..1654d5121786 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.126.9" +version = "0.126.10" [package.metadata.docs.rs] all-features = true @@ -20,7 +20,7 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.31.12", path = "../swc_html_ast"} -swc_html_codegen = {version = "0.40.13", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.123.9", path = "../swc_html_minifier", optional = true} -swc_html_parser = {version = "0.37.13", path = "../swc_html_parser"} +swc_html_codegen = {version = "0.40.14", path = "../swc_html_codegen"} +swc_html_minifier = {version = "0.123.10", path = "../swc_html_minifier", optional = true} +swc_html_parser = {version = "0.37.14", path = "../swc_html_parser"} swc_html_visit = {version = "0.31.12", path = "../swc_html_visit"} diff --git a/crates/swc_html_codegen/Cargo.toml b/crates/swc_html_codegen/Cargo.toml index 929086f6d93d..27bba062230e 100644 --- a/crates/swc_html_codegen/Cargo.toml +++ b/crates/swc_html_codegen/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_html_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.40.13" +version = "0.40.14" [lib] bench = false @@ -30,6 +30,6 @@ swc_html_utils = { version = "0.16.12", path = "../swc_html_utils" } swc_common = { version = "0.31.12", path = "../swc_common", features = [ "sourcemap", ] } -swc_html_parser = { version = "0.37.13", path = "../swc_html_parser" } +swc_html_parser = { version = "0.37.14", path = "../swc_html_parser" } swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 4175f9a1cba3..cb789bb4b38f 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.123.9" +version = "0.123.10" [lib] bench = false @@ -24,22 +24,22 @@ swc_atoms = { version = "0.5.6", path = "../swc_atoms" } swc_cached = { version = "0.3.15", path = "../swc_cached" } swc_common = { version = "0.31.12", path = "../swc_common" } swc_css_ast = { version = "0.137.12", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.147.13", path = "../swc_css_codegen" } -swc_css_minifier = { version = "0.112.13", path = "../swc_css_minifier" } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.147.14", path = "../swc_css_codegen" } +swc_css_minifier = { version = "0.112.14", path = "../swc_css_minifier" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen", features = [ +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "0.183.9", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.183.10", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.129.5", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.129.6", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_html_ast = { version = "0.31.12", path = "../swc_html_ast" } -swc_html_codegen = { version = "0.40.13", path = "../swc_html_codegen" } -swc_html_parser = { version = "0.37.13", path = "../swc_html_parser" } +swc_html_codegen = { version = "0.40.14", path = "../swc_html_codegen" } +swc_html_parser = { version = "0.37.14", path = "../swc_html_parser" } swc_html_utils = { version = "0.16.12", path = "../swc_html_utils" } swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" } @@ -47,7 +47,7 @@ swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" } criterion = "0.3" swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index c5437e81dde1..bfbb32552774 100644 --- a/crates/swc_html_parser/Cargo.toml +++ b/crates/swc_html_parser/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = "Apache-2.0" name = "swc_html_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.37.13" +version = "0.37.14" [lib] bench = false @@ -34,7 +34,7 @@ swc_html_ast = { version = "0.31.12", path = "../swc_html_ast", features = [ ] } swc_html_visit = { version = "0.31.12", path = "../swc_html_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 3ad8ce3cd275..0f77fa616496 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.50.11" +version = "0.50.12" [lib] bench = false @@ -29,24 +29,24 @@ serde_json = "1" tracing = "0.1.32" string_enum = { version = "0.4.0", path = "../string_enum" } -swc = { version = "0.263.11", path = "../swc" } +swc = { version = "0.263.12", path = "../swc" } swc_atoms = { version = "0.5.6", path = "../swc_atoms" } -swc_bundler = { version = "0.216.9", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.216.10", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "0.31.12", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.141.3", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.141.4", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.220.9", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "0.119.3", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.220.10", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "0.119.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } [dev-dependencies] pretty_assertions = "1.1" -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index acd0465ae168..03e94dc2e67b 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.97.1" +version = "0.97.2" [lib] bench = false @@ -78,15 +78,15 @@ swc_atoms = { version = "0.5.6", path = '../swc_atoms' } swc_css_ast = { version = "0.137.12", path = "../swc_css_ast", features = [ "rkyv-impl", ] } -swc_css_parser = { version = "0.146.13", path = "../swc_css_parser" } +swc_css_parser = { version = "0.146.14", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } swc_ecma_loader = { version = "0.43.14", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.136.1", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.136.2", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_timer/Cargo.toml b/crates/swc_timer/Cargo.toml index 730b969cad15..a12a7712d4e7 100644 --- a/crates/swc_timer/Cargo.toml +++ b/crates/swc_timer/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_timer" repository = "https://github.com/swc-project/swc.git" -version = "0.19.13" +version = "0.19.14" [lib] bench = false @@ -15,4 +15,4 @@ bench = false tracing = "0.1.32" [dev-dependencies] -testing = {version = "0.33.13", path = "../testing"} +testing = {version = "0.33.14", path = "../testing"} diff --git a/crates/swc_xml/Cargo.toml b/crates/swc_xml/Cargo.toml index f4bb69e76abc..27bca0dd52e6 100644 --- a/crates/swc_xml/Cargo.toml +++ b/crates/swc_xml/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_xml" repository = "https://github.com/swc-project/swc.git" -version = "0.11.14" +version = "0.11.15" [package.metadata.docs.rs] all-features = true @@ -17,6 +17,6 @@ bench = false [dependencies] swc_xml_ast = {version = "0.10.12", path = "../swc_xml_ast"} -swc_xml_codegen = {version = "0.11.14", path = "../swc_xml_codegen"} -swc_xml_parser = {version = "0.11.13", path = "../swc_xml_parser"} +swc_xml_codegen = {version = "0.11.15", path = "../swc_xml_codegen"} +swc_xml_parser = {version = "0.11.14", path = "../swc_xml_parser"} swc_xml_visit = {version = "0.10.12", path = "../swc_xml_visit"} diff --git a/crates/swc_xml_codegen/Cargo.toml b/crates/swc_xml_codegen/Cargo.toml index 9efbdca7d0d7..c4cba005fbca 100644 --- a/crates/swc_xml_codegen/Cargo.toml +++ b/crates/swc_xml_codegen/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_xml_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.11.14" +version = "0.11.15" [lib] bench = false @@ -29,6 +29,6 @@ swc_xml_codegen_macros = { version = "0.1.1", path = "../swc_xml_codegen_macros" swc_common = { version = "0.31.12", path = "../swc_common", features = [ "sourcemap", ] } -swc_xml_parser = { version = "0.11.13", path = "../swc_xml_parser" } +swc_xml_parser = { version = "0.11.14", path = "../swc_xml_parser" } swc_xml_visit = { version = "0.10.12", path = "../swc_xml_visit" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/swc_xml_parser/Cargo.toml b/crates/swc_xml_parser/Cargo.toml index 541e559c38bb..30af3b6cf602 100644 --- a/crates/swc_xml_parser/Cargo.toml +++ b/crates/swc_xml_parser/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = "Apache-2.0" name = "swc_xml_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.11.13" +version = "0.11.14" [lib] bench = false @@ -31,4 +31,4 @@ swc_xml_ast = { version = "0.10.12", path = "../swc_xml_ast", features = [ "serde-impl", ] } swc_xml_visit = { version = "0.10.12", path = "../swc_xml_visit" } -testing = { version = "0.33.13", path = "../testing" } +testing = { version = "0.33.14", path = "../testing" } diff --git a/crates/testing/Cargo.toml b/crates/testing/Cargo.toml index 87a7ef44ea43..b0434a9d6b1f 100644 --- a/crates/testing/Cargo.toml +++ b/crates/testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "testing" repository = "https://github.com/swc-project/swc.git" -version = "0.33.13" +version = "0.33.14" [lib] bench = false