From aea4f45c7355f3a27ea22bd43f27682214cdc7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 18 Jul 2024 08:31:54 +0900 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 +- Cargo.lock | 164 +++++++++--------- crates/binding_macros/Cargo.toml | 12 +- crates/dbg-swc/Cargo.toml | 20 +-- crates/jsdoc/Cargo.toml | 10 +- crates/swc/Cargo.toml | 56 +++--- crates/swc_bundler/Cargo.toml | 36 ++-- crates/swc_cli_impl/Cargo.toml | 4 +- crates/swc_common/Cargo.toml | 4 +- crates/swc_compiler_base/Cargo.toml | 16 +- crates/swc_core/Cargo.toml | 76 ++++---- crates/swc_css/Cargo.toml | 20 +-- crates/swc_css_ast/Cargo.toml | 4 +- crates/swc_css_codegen/Cargo.toml | 16 +- crates/swc_css_compat/Cargo.toml | 16 +- crates/swc_css_lints/Cargo.toml | 12 +- crates/swc_css_minifier/Cargo.toml | 16 +- crates/swc_css_modules/Cargo.toml | 16 +- crates/swc_css_parser/Cargo.toml | 12 +- crates/swc_css_prefixer/Cargo.toml | 16 +- crates/swc_css_utils/Cargo.toml | 8 +- crates/swc_css_visit/Cargo.toml | 8 +- crates/swc_ecma_ast/Cargo.toml | 4 +- crates/swc_ecma_codegen/Cargo.toml | 14 +- crates/swc_ecma_compat_bugfixes/Cargo.toml | 18 +- crates/swc_ecma_compat_common/Cargo.toml | 10 +- crates/swc_ecma_compat_es2015/Cargo.toml | 20 +-- crates/swc_ecma_compat_es2016/Cargo.toml | 16 +- crates/swc_ecma_compat_es2017/Cargo.toml | 16 +- crates/swc_ecma_compat_es2018/Cargo.toml | 18 +- crates/swc_ecma_compat_es2019/Cargo.toml | 16 +- crates/swc_ecma_compat_es2020/Cargo.toml | 18 +- crates/swc_ecma_compat_es2021/Cargo.toml | 12 +- crates/swc_ecma_compat_es2022/Cargo.toml | 16 +- crates/swc_ecma_compat_es3/Cargo.toml | 16 +- crates/swc_ecma_ext_transforms/Cargo.toml | 10 +- crates/swc_ecma_lints/Cargo.toml | 18 +- crates/swc_ecma_loader/Cargo.toml | 4 +- crates/swc_ecma_minifier/Cargo.toml | 26 +-- crates/swc_ecma_parser/Cargo.toml | 14 +- crates/swc_ecma_preset_env/Cargo.toml | 18 +- crates/swc_ecma_quote/Cargo.toml | 10 +- crates/swc_ecma_quote_macros/Cargo.toml | 8 +- crates/swc_ecma_testing/Cargo.toml | 4 +- crates/swc_ecma_transforms/Cargo.toml | 32 ++-- crates/swc_ecma_transforms_base/Cargo.toml | 16 +- crates/swc_ecma_transforms_classes/Cargo.toml | 12 +- crates/swc_ecma_transforms_compat/Cargo.toml | 42 ++--- crates/swc_ecma_transforms_module/Cargo.toml | 26 +-- .../Cargo.toml | 30 ++-- .../swc_ecma_transforms_proposal/Cargo.toml | 26 +-- crates/swc_ecma_transforms_react/Cargo.toml | 22 +-- crates/swc_ecma_transforms_testing/Cargo.toml | 20 +-- .../swc_ecma_transforms_typescript/Cargo.toml | 26 +-- crates/swc_ecma_usage_analyzer/Cargo.toml | 12 +- crates/swc_ecma_utils/Cargo.toml | 12 +- crates/swc_ecma_visit/Cargo.toml | 8 +- crates/swc_ecmascript/Cargo.toml | 20 +-- crates/swc_error_reporters/Cargo.toml | 4 +- crates/swc_estree_ast/Cargo.toml | 4 +- crates/swc_estree_compat/Cargo.toml | 26 +-- crates/swc_fast_graph/Cargo.toml | 4 +- crates/swc_fast_ts_strip/Cargo.toml | 18 +- crates/swc_graph_analyzer/Cargo.toml | 8 +- crates/swc_html/Cargo.toml | 12 +- crates/swc_html_ast/Cargo.toml | 4 +- crates/swc_html_codegen/Cargo.toml | 16 +- crates/swc_html_minifier/Cargo.toml | 36 ++-- crates/swc_html_parser/Cargo.toml | 14 +- crates/swc_html_utils/Cargo.toml | 4 +- crates/swc_html_visit/Cargo.toml | 8 +- crates/swc_node_bundler/Cargo.toml | 24 +-- crates/swc_node_comments/Cargo.toml | 4 +- crates/swc_plugin_proxy/Cargo.toml | 6 +- crates/swc_plugin_runner/Cargo.toml | 24 +-- crates/swc_timer/Cargo.toml | 4 +- crates/swc_typescript/Cargo.toml | 12 +- crates/swc_visit/Cargo.toml | 2 +- crates/swc_xml/Cargo.toml | 10 +- crates/swc_xml_ast/Cargo.toml | 4 +- crates/swc_xml_codegen/Cargo.toml | 14 +- crates/swc_xml_parser/Cargo.toml | 12 +- crates/swc_xml_visit/Cargo.toml | 8 +- crates/testing/Cargo.toml | 6 +- 84 files changed, 723 insertions(+), 723 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4917e59f956..6101232b3411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,6 +145,9 @@ - **(es/helpers)** Remove unnecessary exports ([#9225](https://github.com/swc-project/swc/issues/9225)) ([69719c2](https://github.com/swc-project/swc/commit/69719c2acb6f0eaacd4e3f7739ce8f9ae5d95e76)) + +- **(visit)** Pre-generate visitor code ([#9262](https://github.com/swc-project/swc/issues/9262)) ([9c17663](https://github.com/swc-project/swc/commit/9c176632b1e0d6edec10929486ca514fa992415b)) + ### Testing @@ -1341,9 +1344,6 @@ -- **(binding/types)** Add `bugfixes` field to EnvConfig ([#8538](https://github.com/swc-project/swc/issues/8538)) ([49ebdf9](https://github.com/swc-project/swc/commit/49ebdf9fb7c9228c711c303c822add29bc3c8364)) - - - **(common)** Fix source map generation with `inputSourceMap` ([#8546](https://github.com/swc-project/swc/issues/8546)) ([043ee85](https://github.com/swc-project/swc/commit/043ee85d0852c7c7d6193ad699074a599326aeec)) diff --git a/Cargo.lock b/Cargo.lock index 4b3b0b4173bd..b313df9f5355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.72.0" +version = "0.73.0" dependencies = [ "anyhow", "console_error_panic_hook", @@ -1084,7 +1084,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "0.98.0" +version = "0.99.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -1941,7 +1941,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.116.0" +version = "0.117.0" dependencies = [ "anyhow", "dashmap", @@ -3648,7 +3648,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swc" -version = "0.281.0" +version = "0.282.0" dependencies = [ "ansi_term", "anyhow", @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.232.0" +version = "0.233.0" dependencies = [ "anyhow", "crc", @@ -3793,7 +3793,7 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "assert_cmd", @@ -3817,7 +3817,7 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.35.1" +version = "0.36.0" dependencies = [ "ahash 0.8.8", "anyhow", @@ -3854,7 +3854,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "0.14.0" +version = "0.15.0" dependencies = [ "anyhow", "base64", @@ -3902,7 +3902,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.98.0" +version = "0.99.0" dependencies = [ "anyhow", "binding_macros", @@ -3957,7 +3957,7 @@ dependencies = [ [[package]] name = "swc_css" -version = "0.160.0" +version = "0.161.0" dependencies = [ "swc_css_ast", "swc_css_codegen", @@ -3972,7 +3972,7 @@ dependencies = [ [[package]] name = "swc_css_ast" -version = "0.142.0" +version = "0.143.0" dependencies = [ "is-macro", "rkyv", @@ -3984,7 +3984,7 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "0.153.0" +version = "0.154.0" dependencies = [ "auto_impl", "bitflags 2.5.0", @@ -4012,7 +4012,7 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "0.29.0" +version = "0.30.0" dependencies = [ "bitflags 2.5.0", "once_cell", @@ -4030,7 +4030,7 @@ dependencies = [ [[package]] name = "swc_css_lints" -version = "0.62.0" +version = "0.63.0" dependencies = [ "auto_impl", "parking_lot", @@ -4049,7 +4049,7 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "0.118.0" +version = "0.119.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4067,7 +4067,7 @@ dependencies = [ [[package]] name = "swc_css_modules" -version = "0.31.0" +version = "0.32.0" dependencies = [ "indexmap 2.2.6", "rustc-hash", @@ -4085,7 +4085,7 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "0.152.0" +version = "0.153.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4102,7 +4102,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.156.0" +version = "0.157.0" dependencies = [ "once_cell", "preset_env_base", @@ -4120,7 +4120,7 @@ dependencies = [ [[package]] name = "swc_css_utils" -version = "0.139.0" +version = "0.140.0" dependencies = [ "once_cell", "serde", @@ -4133,7 +4133,7 @@ dependencies = [ [[package]] name = "swc_css_visit" -version = "0.141.0" +version = "0.142.0" dependencies = [ "serde", "swc_atoms", @@ -4144,7 +4144,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.116.0" +version = "0.117.0" dependencies = [ "arbitrary", "bitflags 2.5.0", @@ -4164,7 +4164,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.153.0" +version = "0.154.0" dependencies = [ "base64", "codspeed-criterion-compat", @@ -4199,7 +4199,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_bugfixes" -version = "0.9.0" +version = "0.10.0" dependencies = [ "swc_atoms", "swc_common", @@ -4216,7 +4216,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_common" -version = "0.9.0" +version = "0.10.0" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4227,7 +4227,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "0.9.0" +version = "0.10.0" dependencies = [ "arrayvec", "indexmap 2.2.6", @@ -4253,7 +4253,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2016" -version = "0.9.0" +version = "0.10.0" dependencies = [ "swc_atoms", "swc_common", @@ -4270,7 +4270,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "0.9.0" +version = "0.10.0" dependencies = [ "serde", "swc_atoms", @@ -4288,7 +4288,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "0.9.0" +version = "0.10.0" dependencies = [ "serde", "swc_atoms", @@ -4307,7 +4307,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2019" -version = "0.9.0" +version = "0.10.0" dependencies = [ "swc_atoms", "swc_common", @@ -4323,7 +4323,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "0.9.0" +version = "0.10.0" dependencies = [ "serde", "swc_atoms", @@ -4341,7 +4341,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2021" -version = "0.9.0" +version = "0.10.0" dependencies = [ "swc_atoms", "swc_common", @@ -4355,7 +4355,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "0.9.0" +version = "0.10.0" dependencies = [ "swc_atoms", "swc_common", @@ -4372,7 +4372,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es3" -version = "0.9.0" +version = "0.10.0" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4387,7 +4387,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.118.0" +version = "0.119.0" dependencies = [ "phf", "swc_atoms", @@ -4399,7 +4399,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.97.0" +version = "0.98.0" dependencies = [ "auto_impl", "dashmap", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "0.47.0" +version = "0.48.0" dependencies = [ "anyhow", "dashmap", @@ -4442,7 +4442,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.199.0" +version = "0.200.0" dependencies = [ "ansi_term", "anyhow", @@ -4485,7 +4485,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.147.0" +version = "0.148.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4513,7 +4513,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.212.0" +version = "0.213.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -4542,7 +4542,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.63.0" +version = "0.64.0" dependencies = [ "swc_atoms", "swc_common", @@ -4553,7 +4553,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "proc-macro2", @@ -4568,7 +4568,7 @@ dependencies = [ [[package]] name = "swc_ecma_testing" -version = "0.24.0" +version = "0.25.0" dependencies = [ "anyhow", "hex", @@ -4579,7 +4579,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.234.0" +version = "0.235.0" dependencies = [ "pretty_assertions", "sourcemap", @@ -4604,7 +4604,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.142.0" +version = "0.143.0" dependencies = [ "better_scoped_tls", "bitflags 2.5.0", @@ -4632,7 +4632,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.131.0" +version = "0.132.0" dependencies = [ "swc_atoms", "swc_common", @@ -4644,7 +4644,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.168.0" +version = "0.169.0" dependencies = [ "arrayvec", "indexmap 2.2.6", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.185.0" +version = "0.186.0" dependencies = [ "Inflector", "anyhow", @@ -4723,7 +4723,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.203.0" +version = "0.204.0" dependencies = [ "dashmap", "indexmap 2.2.6", @@ -4753,7 +4753,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.176.0" +version = "0.177.0" dependencies = [ "either", "rustc-hash", @@ -4778,7 +4778,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.188.0" +version = "0.189.0" dependencies = [ "base64", "dashmap", @@ -4805,7 +4805,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.145.0" +version = "0.146.0" dependencies = [ "ansi_term", "anyhow", @@ -4829,7 +4829,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.193.0" +version = "0.194.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4852,7 +4852,7 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "0.28.0" +version = "0.29.0" dependencies = [ "indexmap 2.2.6", "rustc-hash", @@ -4867,7 +4867,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.132.0" +version = "0.133.0" dependencies = [ "indexmap 2.2.6", "num_cpus", @@ -4888,7 +4888,7 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "0.102.0" +version = "0.103.0" dependencies = [ "new_debug_unreachable", "num-bigint", @@ -4902,7 +4902,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.247.0" +version = "0.248.0" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -4926,7 +4926,7 @@ dependencies = [ [[package]] name = "swc_error_reporters" -version = "0.19.0" +version = "0.20.0" dependencies = [ "anyhow", "miette", @@ -4937,7 +4937,7 @@ dependencies = [ [[package]] name = "swc_estree_ast" -version = "0.25.0" +version = "0.26.0" dependencies = [ "better_scoped_tls", "serde", @@ -4948,7 +4948,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.206.0" +version = "0.207.0" dependencies = [ "ahash 0.8.8", "anyhow", @@ -4975,7 +4975,7 @@ dependencies = [ [[package]] name = "swc_fast_graph" -version = "0.23.0" +version = "0.24.0" dependencies = [ "indexmap 2.2.6", "petgraph", @@ -4985,7 +4985,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5003,7 +5003,7 @@ dependencies = [ [[package]] name = "swc_graph_analyzer" -version = "0.24.0" +version = "0.25.0" dependencies = [ "auto_impl", "petgraph", @@ -5015,7 +5015,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.144.0" +version = "0.145.0" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -5026,7 +5026,7 @@ dependencies = [ [[package]] name = "swc_html_ast" -version = "0.35.0" +version = "0.36.0" dependencies = [ "is-macro", "rkyv", @@ -5038,7 +5038,7 @@ dependencies = [ [[package]] name = "swc_html_codegen" -version = "0.44.0" +version = "0.45.0" dependencies = [ "auto_impl", "bitflags 2.5.0", @@ -5065,7 +5065,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.141.0" +version = "0.142.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5096,7 +5096,7 @@ dependencies = [ [[package]] name = "swc_html_parser" -version = "0.41.0" +version = "0.42.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "swc_html_utils" -version = "0.20.0" +version = "0.21.0" dependencies = [ "once_cell", "serde", @@ -5124,7 +5124,7 @@ dependencies = [ [[package]] name = "swc_html_visit" -version = "0.35.0" +version = "0.36.0" dependencies = [ "serde", "swc_atoms", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.70.0" +version = "0.71.0" dependencies = [ "anyhow", "dashmap", @@ -5181,7 +5181,7 @@ dependencies = [ [[package]] name = "swc_node_comments" -version = "0.22.0" +version = "0.23.0" dependencies = [ "dashmap", "swc_atoms", @@ -5218,7 +5218,7 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "0.45.0" +version = "0.46.0" dependencies = [ "better_scoped_tls", "rkyv", @@ -5230,7 +5230,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.110.0" +version = "0.111.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5267,7 +5267,7 @@ version = "0.24.1" [[package]] name = "swc_timer" -version = "0.23.0" +version = "0.24.0" dependencies = [ "testing", "tracing", @@ -5295,7 +5295,7 @@ dependencies = [ [[package]] name = "swc_typescript" -version = "0.3.0" +version = "0.4.0" dependencies = [ "swc_atoms", "swc_common", @@ -5308,7 +5308,7 @@ dependencies = [ [[package]] name = "swc_visit" -version = "0.5.14" +version = "0.6.0" dependencies = [ "either", "swc_visit_macros", @@ -5331,7 +5331,7 @@ version = "0.1.0" [[package]] name = "swc_xml" -version = "0.15.0" +version = "0.16.0" dependencies = [ "swc_xml_ast", "swc_xml_codegen", @@ -5341,7 +5341,7 @@ dependencies = [ [[package]] name = "swc_xml_ast" -version = "0.14.0" +version = "0.15.0" dependencies = [ "is-macro", "serde", @@ -5352,7 +5352,7 @@ dependencies = [ [[package]] name = "swc_xml_codegen" -version = "0.15.0" +version = "0.16.0" dependencies = [ "auto_impl", "bitflags 2.5.0", @@ -5378,7 +5378,7 @@ dependencies = [ [[package]] name = "swc_xml_parser" -version = "0.15.0" +version = "0.16.0" dependencies = [ "serde", "serde_json", @@ -5391,7 +5391,7 @@ dependencies = [ [[package]] name = "swc_xml_visit" -version = "0.14.0" +version = "0.15.0" dependencies = [ "serde", "swc_atoms", @@ -5531,7 +5531,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "testing" -version = "0.37.1" +version = "0.38.0" dependencies = [ "ansi_term", "cargo_metadata", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index e1e294be3e9b..f495daf7a06d 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.72.0" +version = "0.73.0" [lib] bench = false @@ -33,11 +33,11 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.281.0", path = "../swc" } -swc_common = { optional = true, version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { optional = true, version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.234.0", path = "../swc_ecma_transforms" } -swc_ecma_visit = { optional = true, version = "0.102.0", path = "../swc_ecma_visit" } +swc = { optional = true, version = "0.282.0", path = "../swc" } +swc_common = { optional = true, version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { optional = true, version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms = { optional = true, version = "0.235.0", path = "../swc_ecma_transforms" } +swc_ecma_visit = { optional = true, version = "0.103.0", path = "../swc_ecma_visit" } # Optional deps for the wasm binding macro anyhow = { workspace = true, optional = true } diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index a09de3373232..0337773e3b19 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = { workspace = true } -version = "0.98.0" +version = "0.99.0" [[bin]] bench = false @@ -27,17 +27,17 @@ clap = { version = "3", features = ["derive"] } tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", features = [ +swc_common = { version = "0.36.0", features = [ "concurrent", "tty-emitter", ], path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.199.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_error_reporters = { version = "0.19.0", path = "../swc_error_reporters" } -swc_timer = { version = "0.23.0", path = "../swc_timer" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_error_reporters = { version = "0.20.0", path = "../swc_error_reporters" } +swc_timer = { version = "0.24.0", path = "../swc_timer" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 9225572b2986..0cb509d774d2 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "jsdoc" repository = { workspace = true } -version = "0.116.0" +version = "0.117.0" [lib] bench = false @@ -20,12 +20,12 @@ nom = { workspace = true } serde = { workspace = true, features = ["derive"], optional = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } [dev-dependencies] anyhow = { workspace = true } dashmap = { workspace = true } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index eaa0549bb328..a34e46f665d6 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.281.0" +version = "0.282.0" [lib] bench = false @@ -69,26 +69,26 @@ url = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_cached = { version = "0.3.19", path = "../swc_cached" } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "ahash", "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "0.14.0", path = "../swc_compiler_base" } +swc_compiler_base = { version = "0.15.0", path = "../swc_compiler_base" } swc_config = { version = "0.1.13", path = "../swc_config" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "0.118.0", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.97.0", path = "../swc_ecma_lints" } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader", features = [ +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_ext_transforms = { version = "0.119.0", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "0.98.0", path = "../swc_ecma_lints" } +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.199.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.212.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.234.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { version = "0.213.0", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.235.0", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -96,19 +96,19 @@ swc_ecma_transforms = { version = "0.234.0", path = "../swc_ecma_transforms", fe "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.168.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.203.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_error_reporters = { version = "0.19.0", path = "../swc_error_reporters" } -swc_node_comments = { version = "0.22.0", path = "../swc_node_comments" } -swc_plugin_proxy = { version = "0.45.0", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.110.0", path = "../swc_plugin_runner", optional = true, default-features = false } -swc_timer = { version = "0.23.0", path = "../swc_timer" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.204.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_error_reporters = { version = "0.20.0", path = "../swc_error_reporters" } +swc_node_comments = { version = "0.23.0", path = "../swc_node_comments" } +swc_plugin_proxy = { version = "0.46.0", path = "../swc_plugin_proxy", optional = true } +swc_plugin_runner = { version = "0.111.0", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_timer = { version = "0.24.0", path = "../swc_timer" } swc_transform_common = { version = "0.1.1", path = "../swc_transform_common" } -swc_typescript = { version = "0.3.0", path = "../swc_typescript" } -swc_visit = { version = "0.5.14", path = "../swc_visit" } +swc_typescript = { version = "0.4.0", path = "../swc_typescript" } +swc_visit = { version = "0.6.0", path = "../swc_visit" } [dependencies.tokio] features = ["rt", "rt-multi-thread"] @@ -133,15 +133,15 @@ rayon = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_lints = { version = "0.97.0", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.98.0", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } -swc_ecma_testing = { version = "0.24.0", path = "../swc_ecma_testing" } +swc_ecma_testing = { version = "0.25.0", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[example]] name = "transform" diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 32bcb6272ef9..ae4dd7ff14fe 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.232.0" +version = "0.233.0" [package.metadata.docs.rs] all-features = true @@ -38,17 +38,17 @@ relative-path = { workspace = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.203.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_fast_graph = { version = "0.23.0", path = "../swc_fast_graph/" } -swc_graph_analyzer = { version = "0.24.0", path = "../swc_graph_analyzer/" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.204.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_fast_graph = { version = "0.24.0", path = "../swc_fast_graph/" } +swc_graph_analyzer = { version = "0.25.0", path = "../swc_graph_analyzer/" } [dev-dependencies] hex = { workspace = true } @@ -59,15 +59,15 @@ sha1 = { workspace = true } tempfile = { workspace = true } url = { workspace = true } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader", features = [ "node", "cache", ] } -swc_ecma_minifier = { version = "0.199.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "0.176.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.188.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "0.193.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_proposal = { version = "0.177.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.189.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "0.194.0", path = "../swc_ecma_transforms_typescript" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 0e892176d33f..529c9ab69f31 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.16.0" +version = "0.17.0" [[bin]] name = "swc" @@ -40,7 +40,7 @@ tracing-futures = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } walkdir = { workspace = true } -swc_core = { version = "0.98.0", features = [ +swc_core = { version = "0.99.0", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_common/Cargo.toml b/crates/swc_common/Cargo.toml index a692a3e6fab0..ea0c1c3f009a 100644 --- a/crates/swc_common/Cargo.toml +++ b/crates/swc_common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_common" repository = "https://github.com/swc-project/swc.git" -version = "0.35.1" +version = "0.36.0" [package.metadata.docs.rs] all-features = true @@ -68,7 +68,7 @@ from_variant = { version = "0.1.8", path = "../from_variant" } swc_allocator = { version = "0.1.1", path = "../swc_allocator", default-features = false } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_eq_ignore_macros = { version = "0.1.3", path = "../swc_eq_ignore_macros" } -swc_visit = { version = "0.5.14", path = "../swc_visit" } +swc_visit = { version = "0.6.0", path = "../swc_visit" } [dev-dependencies] diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index b5fe3380427a..a0dcc5871562 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.14.0" +version = "0.15.0" [features] node = ["napi", "napi-derive"] @@ -23,16 +23,16 @@ serde_json = { workspace = true } sourcemap = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "sourcemap", ] } swc_config = { version = "0.1.13", path = "../swc_config" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.199.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_timer = { version = "0.23.0", path = "../swc_timer" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_timer = { version = "0.24.0", path = "../swc_timer" } [dependencies.napi-derive] default-features = false diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 0b5e300efc69..642c856597d2 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.98.0" +version = "0.99.0" [package.metadata.docs.rs] features = [ "allocator_node", @@ -338,53 +338,53 @@ __visit = ["__ecma", "swc_ecma_visit"] once_cell = { workspace = true, optional = true } # swc_* dependencies -binding_macros = { optional = true, version = "0.72.0", path = "../binding_macros" } -swc = { optional = true, version = "0.281.0", path = "../swc" } +binding_macros = { optional = true, version = "0.73.0", path = "../binding_macros" } +swc = { optional = true, version = "0.282.0", path = "../swc" } swc_atoms = { optional = true, version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.232.0", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.233.0", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.19", path = "../swc_cached" } -swc_common = { optional = true, version = "0.35.0", path = "../swc_common" } -swc_css_ast = { optional = true, version = "0.142.0", path = "../swc_css_ast" } -swc_css_codegen = { optional = true, version = "0.153.0", path = "../swc_css_codegen" } -swc_css_compat = { optional = true, version = "0.29.0", path = "../swc_css_compat" } -swc_css_minifier = { optional = true, version = "0.118.0", path = "../swc_css_minifier" } -swc_css_modules = { optional = true, version = "0.31.0", path = "../swc_css_modules" } -swc_css_parser = { optional = true, version = "0.152.0", path = "../swc_css_parser" } -swc_css_prefixer = { optional = true, version = "0.156.0", path = "../swc_css_prefixer" } -swc_css_utils = { optional = true, version = "0.139.0", path = "../swc_css_utils/" } -swc_css_visit = { optional = true, version = "0.141.0", path = "../swc_css_visit" } -swc_ecma_ast = { optional = true, version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_lints = { optional = true, version = "0.97.0", path = "../swc_ecma_lints" } -swc_ecma_loader = { optional = true, version = "0.47.0", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.199.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.212.0", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "0.58.0", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "0.168.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.185.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.203.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.176.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.188.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.145.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.193.0", path = "../swc_ecma_transforms_typescript" } -swc_ecma_usage_analyzer = { optional = true, version = "0.28.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { optional = true, version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { optional = true, version = "0.36.0", path = "../swc_common" } +swc_css_ast = { optional = true, version = "0.143.0", path = "../swc_css_ast" } +swc_css_codegen = { optional = true, version = "0.154.0", path = "../swc_css_codegen" } +swc_css_compat = { optional = true, version = "0.30.0", path = "../swc_css_compat" } +swc_css_minifier = { optional = true, version = "0.119.0", path = "../swc_css_minifier" } +swc_css_modules = { optional = true, version = "0.32.0", path = "../swc_css_modules" } +swc_css_parser = { optional = true, version = "0.153.0", path = "../swc_css_parser" } +swc_css_prefixer = { optional = true, version = "0.157.0", path = "../swc_css_prefixer" } +swc_css_utils = { optional = true, version = "0.140.0", path = "../swc_css_utils/" } +swc_css_visit = { optional = true, version = "0.142.0", path = "../swc_css_visit" } +swc_ecma_ast = { optional = true, version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { optional = true, version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_lints = { optional = true, version = "0.98.0", path = "../swc_ecma_lints" } +swc_ecma_loader = { optional = true, version = "0.48.0", path = "../swc_ecma_loader" } +swc_ecma_minifier = { optional = true, version = "0.200.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { optional = true, version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { optional = true, version = "0.213.0", path = "../swc_ecma_preset_env" } +swc_ecma_quote_macros = { optional = true, version = "0.59.0", path = "../swc_ecma_quote_macros" } +swc_ecma_transforms_base = { optional = true, version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { optional = true, version = "0.169.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "0.186.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.204.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.177.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.189.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "0.146.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { optional = true, version = "0.194.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_usage_analyzer = { optional = true, version = "0.29.0", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { optional = true, version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { optional = true, version = "0.103.0", path = "../swc_ecma_visit" } swc_malloc = { optional = true, version = "0.5.10", path = "../swc_malloc" } -swc_node_bundler = { optional = true, version = "0.70.0", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.71.0", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "0.9.16", path = "../swc_plugin_macro" } -swc_plugin_proxy = { optional = true, version = "0.45.0", path = "../swc_plugin_proxy" } +swc_plugin_proxy = { optional = true, version = "0.46.0", path = "../swc_plugin_proxy" } swc_trace_macro = { optional = true, version = "0.1.3", path = "../swc_trace_macro" } swc_transform_common = { optional = true, version = "0.1.0", path = "../swc_transform_common" } -swc_typescript = { optional = true, version = "0.3.0", path = "../swc_typescript" } -testing = { optional = true, version = "0.37.0", path = "../testing" } +swc_typescript = { optional = true, version = "0.4.0", path = "../swc_typescript" } +testing = { optional = true, version = "0.38.0", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features swc_allocator = { version = "0.1.2", path = "../swc_allocator", default-features = false } -swc_plugin_runner = { optional = true, version = "0.110.0", path = "../swc_plugin_runner", default-features = false } +swc_plugin_runner = { optional = true, version = "0.111.0", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { workspace = true, features = ["cargo"] } diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index 00489713ff04..627144a5d628 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.160.0" +version = "0.161.0" [package.metadata.docs.rs] all-features = true @@ -22,12 +22,12 @@ modules = ["swc_css_modules"] prefixer = ["swc_css_prefixer"] [dependencies] -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.153.0", path = "../swc_css_codegen" } -swc_css_compat = { version = "0.29.0", path = "../swc_css_compat", optional = true } -swc_css_minifier = { version = "0.118.0", path = "../swc_css_minifier", optional = true } -swc_css_modules = { version = "0.31.0", path = "../swc_css_modules", optional = true } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -swc_css_prefixer = { version = "0.156.0", path = "../swc_css_prefixer", optional = true } -swc_css_utils = { version = "0.139.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_codegen = { version = "0.154.0", path = "../swc_css_codegen" } +swc_css_compat = { version = "0.30.0", path = "../swc_css_compat", optional = true } +swc_css_minifier = { version = "0.119.0", path = "../swc_css_minifier", optional = true } +swc_css_modules = { version = "0.32.0", path = "../swc_css_modules", optional = true } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +swc_css_prefixer = { version = "0.157.0", path = "../swc_css_prefixer", optional = true } +swc_css_utils = { version = "0.140.0", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_ast/Cargo.toml b/crates/swc_css_ast/Cargo.toml index 1400c1b5eb98..83548fbea883 100644 --- a/crates/swc_css_ast/Cargo.toml +++ b/crates/swc_css_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.142.0" +version = "0.143.0" [lib] bench = false @@ -23,7 +23,7 @@ serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "0.4.4", path = "../string_enum/" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } [dependencies.rkyv] features = ["strict", "validation"] diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index fcfa0329fa06..9c02b5990875 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.153.0" +version = "0.154.0" [lib] bench = false @@ -19,15 +19,15 @@ rustc-hash = { workspace = true } serde = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } swc_css_codegen_macros = { version = "0.2.4", path = "../swc_css_codegen_macros" } -swc_css_utils = { version = "0.139.0", path = "../swc_css_utils" } +swc_css_utils = { version = "0.140.0", path = "../swc_css_utils" } [dev-dependencies] -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } -testing = { version = "0.37.0", path = "../testing" } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index ed220efbea1d..4aab73e858de 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.29.0" +version = "0.30.0" [lib] bench = false @@ -19,12 +19,12 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_utils = { version = "0.139.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_utils = { version = "0.140.0", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "0.153.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -testing = { version = "0.37.0", path = "../testing" } +swc_css_codegen = { version = "0.154.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index 159323a072b7..681dc97eaca1 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.62.0" +version = "0.63.0" [lib] bench = false @@ -21,12 +21,12 @@ thiserror = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_cached = { version = "0.3.19", path = "../swc_cached" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } [dev-dependencies] serde_json = { workspace = true } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -testing = { version = "0.37.0", path = "../testing" } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 630d6887002c..11c8959c407d 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.118.0" +version = "0.119.0" [lib] bench = false @@ -16,19 +16,19 @@ bench = false serde = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_utils = { version = "0.139.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_utils = { version = "0.140.0", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -swc_css_codegen = { version = "0.153.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.154.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index afd29751c993..7203c5de9cb6 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.31.0" +version = "0.32.0" [lib] bench = false @@ -19,15 +19,15 @@ rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.153.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_codegen = { version = "0.154.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } [dev-dependencies] indexmap = { workspace = true, features = ["serde"] } serde_json = { workspace = true } -swc_css_compat = { version = "0.29.0", path = "../swc_css_compat" } -testing = { version = "0.37.0", path = "../testing" } +swc_css_compat = { version = "0.30.0", path = "../swc_css_compat" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index 91a29c6a6356..99043a759886 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.152.0" +version = "0.153.0" [lib] bench = false @@ -20,20 +20,20 @@ lexical = { workspace = true } serde = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } serde_json = { workspace = true } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast", features = [ +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast", features = [ "serde-impl", ] } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index 3305da6d6981..c7a1eac83f63 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.156.0" +version = "0.157.0" [lib] bench = false @@ -19,12 +19,12 @@ serde_json = { workspace = true } preset_env_base = { version = "0.5.0", path = "../preset_env_base" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_utils = { version = "0.139.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_utils = { version = "0.140.0", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "0.153.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -testing = { version = "0.37.0", path = "../testing" } +swc_css_codegen = { version = "0.154.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index 11687736d79b..bd07d0533449 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = "Apache-2.0" name = "swc_css_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.139.0" +version = "0.140.0" [lib] bench = false @@ -18,6 +18,6 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_visit = { version = "0.141.0", path = "../swc_css_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_visit = { version = "0.142.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_visit/Cargo.toml b/crates/swc_css_visit/Cargo.toml index 8f82fb1365ed..b5dc2b6ad594 100644 --- a/crates/swc_css_visit/Cargo.toml +++ b/crates/swc_css_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.141.0" +version = "0.142.0" [package.metadata.docs.rs] all-features = true @@ -23,6 +23,6 @@ path = [] serde = { workspace = true, optional = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_visit = { version = "0.5.14", path = "../swc_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_visit = { version = "0.6.0", path = "../swc_visit" } diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index 2a871818c148..2e056141d0ff 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.116.0" +version = "0.117.0" [package.metadata.docs.rs] all-features = true @@ -44,7 +44,7 @@ scoped-tls = { workspace = true } serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "0.4.4", path = "../string_enum" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } unicode-id-start = { workspace = true } [dev-dependencies] diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 2021beddcc2d..b36f51fe34e6 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.153.0" +version = "0.154.0" [features] # This does not enable serde for ast nodes. @@ -26,8 +26,8 @@ sourcemap = { workspace = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } swc_ecma_codegen_macros = { version = "0.7.6", path = "../swc_ecma_codegen_macros" } [dev-dependencies] @@ -36,13 +36,13 @@ codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } serde_json = { workspace = true } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_testing = { version = "0.24.0", path = "../swc_ecma_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_testing = { version = "0.25.0", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index c20dc49ee9ae..0613d72cbec9 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -7,20 +7,20 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_bugfixes" repository = "https://github.com/swc-project/swc.git" -version = "0.9.0" +version = "0.10.0" # 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.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_compat_es2015 = { version = "0.9.0", path = "../swc_ecma_compat_es2015" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_compat_es2015 = { version = "0.10.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_common/Cargo.toml b/crates/swc_ecma_compat_common/Cargo.toml index b8467b899656..2beffc5411dc 100644 --- a/crates/swc_ecma_compat_common/Cargo.toml +++ b/crates/swc_ecma_compat_common/Cargo.toml @@ -7,13 +7,13 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_common" repository = "https://github.com/swc-project/swc.git" -version = "0.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index 9a25e076d8cb..535834b1ab44 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -22,18 +22,18 @@ smallvec = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } swc_config = { version = "0.1.13", path = "../swc_config" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "0.9.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.131.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_compat_common = { version = "0.10.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.132.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2016/Cargo.toml b/crates/swc_ecma_compat_es2016/Cargo.toml index aa96c4842f46..3e9c7c482dc7 100644 --- a/crates/swc_ecma_compat_es2016/Cargo.toml +++ b/crates/swc_ecma_compat_es2016/Cargo.toml @@ -7,22 +7,22 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_es2016" repository = "https://github.com/swc-project/swc.git" -version = "0.9.0" +version = "0.10.0" # 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.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index 17fee4945063..c093c4e3a84a 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,14 +17,14 @@ serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index 8be3dfa69180..0e85021defa5 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,15 +17,15 @@ serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "0.9.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_compat_common = { version = "0.10.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2019/Cargo.toml b/crates/swc_ecma_compat_es2019/Cargo.toml index 47aa14018aa1..86c19c2d8b33 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,13 +17,13 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index fafd4670a4fd..2ea8e2094633 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,15 +15,15 @@ version = "0.9.0" [dependencies] serde = { workspace = true, features = ["derive"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_compat_es2022 = { version = "0.9.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_compat_es2022 = { version = "0.10.0", path = "../swc_ecma_compat_es2022" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } tracing = { workspace = true } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2021/Cargo.toml b/crates/swc_ecma_compat_es2021/Cargo.toml index 7b6566c65100..be2934c31e00 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,9 +16,9 @@ version = "0.9.0" tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2022/Cargo.toml b/crates/swc_ecma_compat_es2022/Cargo.toml index 7a8237bba1c8..cc7f3d106b68 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,12 +17,12 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "0.9.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.131.0", path = "../swc_ecma_transforms_classes" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_compat_common = { version = "0.10.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.132.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index f45bc7efb829..b3bcb26d330d 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.9.0" +version = "0.10.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,13 +15,13 @@ version = "0.9.0" [dependencies] tracing = { workspace = true } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index d188715818eb..06e65a132d9d 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ext_transforms" repository = "https://github.com/swc-project/swc.git" -version = "0.118.0" +version = "0.119.0" [lib] bench = false @@ -15,7 +15,7 @@ bench = false phf = { workspace = true, features = ["macros"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 6b20d6f8ed34..f4c64e58d2d4 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.97.0" +version = "0.98.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -21,21 +21,21 @@ regex = { workspace = true } serde = { workspace = true, features = ["derive"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "concurrent", ] } swc_config = { version = "0.1.13", path = "../swc_config" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +testing = { version = "0.38.0", path = "../testing" } [features] non_critical_lints = [] diff --git a/crates/swc_ecma_loader/Cargo.toml b/crates/swc_ecma_loader/Cargo.toml index 2528aa4fc132..91364f379c01 100644 --- a/crates/swc_ecma_loader/Cargo.toml +++ b/crates/swc_ecma_loader/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_loader" repository = "https://github.com/swc-project/swc.git" -version = "0.47.0" +version = "0.48.0" [package.metadata.docs.rs] all-features = true @@ -38,7 +38,7 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_cached = { version = "0.3.19", optional = true, path = "../swc_cached" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } [dev-dependencies] lazy_static = { workspace = true } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index f8b27b6628eb..f0d03b927a83 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.199.0" +version = "0.200.0" [package.metadata.docs.rs] all-features = true @@ -52,21 +52,21 @@ serde_json = { workspace = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } swc_config = { version = "0.1.13", path = "../swc_config", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.203.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_usage_analyzer = { version = "0.28.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_timer = { version = "0.23.0", path = "../swc_timer" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.204.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_usage_analyzer = { version = "0.29.0", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_timer = { version = "0.24.0", path = "../swc_timer" } [dev-dependencies] ansi_term = { workspace = true } @@ -76,9 +76,9 @@ pretty_assertions = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_ecma_testing = { version = "0.24.0", path = "../swc_ecma_testing" } +swc_ecma_testing = { version = "0.25.0", path = "../swc_ecma_testing" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 7ec2d0665345..b802d8347a4f 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.147.0" +version = "0.148.0" [package.metadata.docs.rs] all-features = true @@ -37,9 +37,9 @@ typed-arena = { workspace = true } new_debug_unreachable = { workspace = true } phf = { workspace = true, features = ["macros"] } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit", optional = true } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit", optional = true } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] stacker = { version = "0.1.15", optional = true } @@ -51,12 +51,12 @@ serde_json = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[example]] name = "lexer" diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 27bbba7aaa2a..794cf14dc0e1 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" repository = { workspace = true } -version = "0.212.0" +version = "0.213.0" [lib] bench = false @@ -30,23 +30,23 @@ preset_env_base = { version = "0.5.0", path = "../preset_env_base" } rustc-hash = { workspace = true } string_enum = { version = "0.4.4", path = "../string_enum" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.234.0", path = "../swc_ecma_transforms", features = [ +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms = { version = "0.235.0", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index 7e2bab025a30..1f286ad9e240 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -6,16 +6,16 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote" repository = "https://github.com/swc-project/swc.git" -version = "0.63.0" +version = "0.64.0" [lib] bench = false [dependencies] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_quote_macros = { version = "0.58.0", path = "../swc_ecma_quote_macros" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_quote_macros = { version = "0.59.0", path = "../swc_ecma_quote_macros" } [dev-dependencies] -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 5f37044232e7..d6e5822db73f 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.58.0" +version = "0.59.0" [lib] bench = false @@ -19,7 +19,7 @@ quote = { workspace = true } syn = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } swc_macros_common = { version = "0.3.11", path = "../swc_macros_common" } diff --git a/crates/swc_ecma_testing/Cargo.toml b/crates/swc_ecma_testing/Cargo.toml index 87f9fca90db7..bdf88a266873 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.24.0" +version = "0.25.0" [lib] bench = false @@ -17,4 +17,4 @@ hex = { workspace = true } sha2 = { workspace = true } tracing = { workspace = true } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index e8b2a221b19e..7021c44e24d1 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.234.0" +version = "0.235.0" [package.metadata.docs.rs] all-features = true @@ -32,24 +32,24 @@ typescript = ["swc_ecma_transforms_typescript"] [dependencies] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.168.0", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.185.0", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.203.0", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.176.0", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.188.0", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.193.0", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.186.0", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.204.0", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.177.0", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.189.0", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.194.0", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = { workspace = true } sourcemap = { workspace = true } tempfile = { workspace = true } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index e9ca9dcb9fd5..b0f14cb8aa26 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.142.0" +version = "0.143.0" [lib] bench = false @@ -29,21 +29,21 @@ smallvec = { workspace = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } rayon = { workspace = true } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index e1eb215c5d0c..ac023b5ed1e2 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -6,15 +6,15 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_classes" repository = "https://github.com/swc-project/swc.git" -version = "0.131.0" +version = "0.132.0" [lib] bench = false [dependencies] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index e2643a7086f7..879b479341d8 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.168.0" +version = "0.169.0" [lib] bench = false @@ -30,30 +30,30 @@ smallvec = { workspace = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } swc_config = { version = "0.1.13", path = "../swc_config" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_compat_bugfixes = { version = "0.9.0", path = "../swc_ecma_compat_bugfixes" } -swc_ecma_compat_common = { version = "0.9.0", path = "../swc_ecma_compat_common" } -swc_ecma_compat_es2015 = { version = "0.9.0", path = "../swc_ecma_compat_es2015" } -swc_ecma_compat_es2016 = { version = "0.9.0", path = "../swc_ecma_compat_es2016" } -swc_ecma_compat_es2017 = { version = "0.9.0", path = "../swc_ecma_compat_es2017" } -swc_ecma_compat_es2018 = { version = "0.9.0", path = "../swc_ecma_compat_es2018" } -swc_ecma_compat_es2019 = { version = "0.9.0", path = "../swc_ecma_compat_es2019" } -swc_ecma_compat_es2020 = { version = "0.9.0", path = "../swc_ecma_compat_es2020" } -swc_ecma_compat_es2021 = { version = "0.9.0", path = "../swc_ecma_compat_es2021" } -swc_ecma_compat_es2022 = { version = "0.9.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_compat_es3 = { version = "0.9.0", path = "../swc_ecma_compat_es3" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.131.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_compat_bugfixes = { version = "0.10.0", path = "../swc_ecma_compat_bugfixes" } +swc_ecma_compat_common = { version = "0.10.0", path = "../swc_ecma_compat_common" } +swc_ecma_compat_es2015 = { version = "0.10.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_compat_es2016 = { version = "0.10.0", path = "../swc_ecma_compat_es2016" } +swc_ecma_compat_es2017 = { version = "0.10.0", path = "../swc_ecma_compat_es2017" } +swc_ecma_compat_es2018 = { version = "0.10.0", path = "../swc_ecma_compat_es2018" } +swc_ecma_compat_es2019 = { version = "0.10.0", path = "../swc_ecma_compat_es2019" } +swc_ecma_compat_es2020 = { version = "0.10.0", path = "../swc_ecma_compat_es2020" } +swc_ecma_compat_es2021 = { version = "0.10.0", path = "../swc_ecma_compat_es2021" } +swc_ecma_compat_es2022 = { version = "0.10.0", path = "../swc_ecma_compat_es2022" } +swc_ecma_compat_es3 = { version = "0.10.0", path = "../swc_ecma_compat_es3" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.132.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } [dev-dependencies] serde_json = { workspace = true } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 68e494a6082a..ed08a59ca85f 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.185.0" +version = "0.186.0" [lib] bench = false @@ -26,25 +26,25 @@ tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_cached = { version = "0.3.19", path = "../swc_cached" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader", features = [ +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] indexmap = { workspace = true, features = ["serde"] } serde_json = { workspace = true } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader", features = [ "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.168.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.193.0", path = "../swc_ecma_transforms_typescript" } -testing = { version = "0.37.0", path = "../testing/" } +swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.194.0", path = "../swc_ecma_transforms_typescript" } +testing = { version = "0.38.0", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index bf377fc12232..8469bb5ac5cf 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.203.0" +version = "0.204.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -32,20 +32,20 @@ serde_json = { workspace = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_fast_graph = { version = "0.23.0", path = "../swc_fast_graph" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_fast_graph = { version = "0.24.0", path = "../swc_fast_graph" } [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.168.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.185.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.176.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.188.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.193.0", path = "../swc_ecma_transforms_typescript" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.186.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.177.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.189.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.194.0", path = "../swc_ecma_transforms_typescript" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 1aa37f56f6d5..fc87e8b2c32d 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.176.0" +version = "0.177.0" [lib] bench = false @@ -23,20 +23,20 @@ serde = { workspace = true, features = ["derive"] } smallvec = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.131.0", path = "../swc_ecma_transforms_classes" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader", optional = true } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.132.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = { workspace = true } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.168.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index af359148defc..d042db2dd2cc 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.188.0" +version = "0.189.0" [lib] bench = false @@ -28,17 +28,17 @@ sha1 = { workspace = true } string_enum = { version = "0.4.4", path = "../string_enum" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } swc_config = { version = "0.1.13", path = "../swc_config" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.5", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.168.0", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen/" } +swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 3247d64fc4ed..32696beaca53 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.145.0" +version = "0.146.0" [lib] bench = false @@ -22,14 +22,14 @@ sha2 = { workspace = true } sourcemap = { workspace = true } tempfile = { workspace = true } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_testing = { version = "0.24.0", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_testing = { version = "0.25.0", path = "../swc_ecma_testing" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 37caf7855118..ca88adc4c8f3 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.193.0" +version = "0.194.0" [lib] bench = false @@ -17,23 +17,23 @@ serde = { workspace = true, features = ["derive"] } ryu-js = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.188.0", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "0.189.0", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.168.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.176.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.145.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.169.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.177.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "0.146.0", path = "../swc_ecma_transforms_testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index 0825902acf8f..04248f65a96d 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.28.0" +version = "0.29.0" [package.metadata.docs.rs] all-features = true @@ -27,8 +27,8 @@ rustc-hash = { workspace = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_timer = { version = "0.23.0", path = "../swc_timer" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_timer = { version = "0.24.0", path = "../swc_timer" } diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 05997af6019b..d90d4bc1f27f 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.132.0" +version = "0.133.0" [package.metadata.docs.rs] all-features = true @@ -30,13 +30,13 @@ tracing = { workspace = true } unicode-id = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] stacker = { version = "0.1.15", optional = true } [dev-dependencies] -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index e4b27abdae26..1e95e317501f 100644 --- a/crates/swc_ecma_visit/Cargo.toml +++ b/crates/swc_ecma_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.102.0" +version = "0.103.0" [package.metadata.docs.rs] all-features = true @@ -27,6 +27,6 @@ serde = { workspace = true, optional = true } tracing = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_visit = { version = "0.5.14", path = "../swc_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_visit = { version = "0.6.0", path = "../swc_visit" } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 80902cff0f39..037c160158f8 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.247.0" +version = "0.248.0" [package.metadata.docs.rs] all-features = true @@ -38,14 +38,14 @@ react = ["swc_ecma_transforms/react"] typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "0.199.0", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.212.0", path = "../swc_ecma_preset_env", optional = true } -swc_ecma_quote = { version = "0.63.0", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.234.0", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils", optional = true } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit", optional = true } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen", optional = true } +swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier", optional = true } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_preset_env = { version = "0.213.0", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_quote = { version = "0.64.0", path = "../swc_ecma_quote", optional = true } +swc_ecma_transforms = { version = "0.235.0", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils", optional = true } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit", optional = true } [dev-dependencies] diff --git a/crates/swc_error_reporters/Cargo.toml b/crates/swc_error_reporters/Cargo.toml index 68286ab41cc6..06a7c21222df 100644 --- a/crates/swc_error_reporters/Cargo.toml +++ b/crates/swc_error_reporters/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_error_reporters" repository = "https://github.com/swc-project/swc.git" -version = "0.19.0" +version = "0.20.0" [lib] bench = false @@ -17,6 +17,6 @@ miette = { workspace = true, features = ["fancy-no-syscall"] } once_cell = { workspace = true } parking_lot = { workspace = true } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "concurrent", ] } diff --git a/crates/swc_estree_ast/Cargo.toml b/crates/swc_estree_ast/Cargo.toml index 0873e24eb738..7df8ae70631a 100644 --- a/crates/swc_estree_ast/Cargo.toml +++ b/crates/swc_estree_ast/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_estree_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.25.0" +version = "0.26.0" [package.metadata.docs.rs] all-features = true @@ -27,4 +27,4 @@ serde_json = { workspace = true } better_scoped_tls = { version = "0.1.1", path = "../better_scoped_tls" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index bcc813fcb5cb..c2852022d920 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.206.0" +version = "0.207.0" [package.metadata.docs.rs] all-features = true @@ -24,28 +24,28 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "concurrent", "sourcemap", "tty-emitter", ] } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_estree_ast = { version = "0.25.0", path = "../swc_estree_ast" } -swc_node_comments = { version = "0.22.0", path = "../swc_node_comments/" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_estree_ast = { version = "0.26.0", path = "../swc_estree_ast" } +swc_node_comments = { version = "0.23.0", path = "../swc_node_comments/" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc = { version = "0.281.0", path = "../swc" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.234.0", path = "../swc_ecma_transforms/" } -testing = { version = "0.37.0", path = "../testing" } +swc = { version = "0.282.0", path = "../swc" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.235.0", path = "../swc_ecma_transforms/" } +testing = { version = "0.38.0", path = "../testing" } walkdir = { workspace = true } [[bench]] diff --git a/crates/swc_fast_graph/Cargo.toml b/crates/swc_fast_graph/Cargo.toml index 8e943c7b5944..3cacbe947d68 100644 --- a/crates/swc_fast_graph/Cargo.toml +++ b/crates/swc_fast_graph/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_fast_graph" repository = "https://github.com/swc-project/swc.git" -version = "0.23.0" +version = "0.24.0" [lib] bench = false @@ -16,4 +16,4 @@ indexmap = { workspace = true } petgraph = { workspace = true } rustc-hash = { workspace = true } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index b3d7f56c8000..e3c8ebed0131 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -7,27 +7,27 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_fast_ts_strip" repository = { workspace = true } -version = "0.3.0" +version = "0.4.0" [dependencies] anyhow = { workspace = true } serde = { workspace = true, features = ["derive"] } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_typescript = { version = "0.193.0", path = "../swc_ecma_transforms_typescript" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_typescript = { version = "0.194.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_graph_analyzer/Cargo.toml b/crates/swc_graph_analyzer/Cargo.toml index 805c3e74b8af..00c0f795e269 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.24.0" +version = "0.25.0" [lib] bench = false @@ -14,9 +14,9 @@ bench = false [dependencies] auto_impl = { workspace = true } petgraph = { workspace = true } -swc_common = { version = "0.35.0", path = "../swc_common/" } -swc_fast_graph = { version = "0.23.0", path = "../swc_fast_graph/" } +swc_common = { version = "0.36.0", path = "../swc_common/" } +swc_fast_graph = { version = "0.24.0", path = "../swc_fast_graph/" } tracing = { workspace = true } [dev-dependencies] -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 93edeb04c59b..7a417d0e19a4 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_html" repository = "https://github.com/swc-project/swc.git" -version = "0.144.0" +version = "0.145.0" [package.metadata.docs.rs] all-features = true @@ -22,8 +22,8 @@ bench = false minifier = ["swc_html_minifier"] [dependencies] -swc_html_ast = { version = "0.35.0", path = "../swc_html_ast" } -swc_html_codegen = { version = "0.44.0", path = "../swc_html_codegen" } -swc_html_minifier = { version = "0.141.0", path = "../swc_html_minifier", optional = true } -swc_html_parser = { version = "0.41.0", path = "../swc_html_parser" } -swc_html_visit = { version = "0.35.0", path = "../swc_html_visit" } +swc_html_ast = { version = "0.36.0", path = "../swc_html_ast" } +swc_html_codegen = { version = "0.45.0", path = "../swc_html_codegen" } +swc_html_minifier = { version = "0.142.0", path = "../swc_html_minifier", optional = true } +swc_html_parser = { version = "0.42.0", path = "../swc_html_parser" } +swc_html_visit = { version = "0.36.0", path = "../swc_html_visit" } diff --git a/crates/swc_html_ast/Cargo.toml b/crates/swc_html_ast/Cargo.toml index 20cb85762f94..e6db2fc9816c 100644 --- a/crates/swc_html_ast/Cargo.toml +++ b/crates/swc_html_ast/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_html_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.35.0" +version = "0.36.0" [lib] bench = false @@ -29,4 +29,4 @@ serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "0.4.4", path = "../string_enum/" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } diff --git a/crates/swc_html_codegen/Cargo.toml b/crates/swc_html_codegen/Cargo.toml index 52a8a7cb08f2..bd1047727f92 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 = { workspace = true } name = "swc_html_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.44.0" +version = "0.45.0" [lib] bench = false @@ -21,15 +21,15 @@ bitflags = { workspace = true } rustc-hash = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_html_ast = { version = "0.35.0", path = "../swc_html_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_html_ast = { version = "0.36.0", path = "../swc_html_ast" } swc_html_codegen_macros = { version = "0.2.4", path = "../swc_html_codegen_macros" } -swc_html_utils = { version = "0.20.0", path = "../swc_html_utils" } +swc_html_utils = { version = "0.21.0", path = "../swc_html_utils" } [dev-dependencies] -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_html_parser = { version = "0.41.0", path = "../swc_html_parser" } -swc_html_visit = { version = "0.35.0", path = "../swc_html_visit" } -testing = { version = "0.37.0", path = "../testing" } +swc_html_parser = { version = "0.42.0", path = "../swc_html_parser" } +swc_html_visit = { version = "0.36.0", path = "../swc_html_visit" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index ec71a0ebfdde..04874ce08180 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 = { workspace = true } name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.141.0" +version = "0.142.0" [lib] bench = false @@ -22,33 +22,33 @@ serde_json = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } swc_cached = { version = "0.3.19", path = "../swc_cached" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.153.0", path = "../swc_css_codegen" } -swc_css_minifier = { version = "0.118.0", path = "../swc_css_minifier" } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen", features = [ +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" } +swc_css_codegen = { version = "0.154.0", path = "../swc_css_codegen" } +swc_css_minifier = { version = "0.119.0", path = "../swc_css_minifier" } +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "0.199.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.142.0", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } -swc_html_ast = { version = "0.35.0", path = "../swc_html_ast" } -swc_html_codegen = { version = "0.44.0", path = "../swc_html_codegen" } -swc_html_parser = { version = "0.41.0", path = "../swc_html_parser" } -swc_html_utils = { version = "0.20.0", path = "../swc_html_utils" } -swc_html_visit = { version = "0.35.0", path = "../swc_html_visit" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } +swc_html_ast = { version = "0.36.0", path = "../swc_html_ast" } +swc_html_codegen = { version = "0.45.0", path = "../swc_html_codegen" } +swc_html_parser = { version = "0.42.0", path = "../swc_html_parser" } +swc_html_utils = { version = "0.21.0", path = "../swc_html_utils" } +swc_html_visit = { version = "0.36.0", path = "../swc_html_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index 4acc72325759..e89924f1f0fe 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 = { workspace = true } name = "swc_html_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.41.0" +version = "0.42.0" [lib] bench = false @@ -20,9 +20,9 @@ debug = [] [dependencies] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_html_ast = { version = "0.35.0", path = "../swc_html_ast" } -swc_html_utils = { version = "0.20.0", path = "../swc_html_utils" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_html_ast = { version = "0.36.0", path = "../swc_html_ast" } +swc_html_utils = { version = "0.21.0", path = "../swc_html_utils" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } @@ -30,12 +30,12 @@ criterion = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -swc_html_ast = { version = "0.35.0", path = "../swc_html_ast", features = [ +swc_html_ast = { version = "0.36.0", path = "../swc_html_ast", features = [ "serde-impl", ] } -swc_html_visit = { version = "0.35.0", path = "../swc_html_visit" } +swc_html_visit = { version = "0.36.0", path = "../swc_html_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_html_utils/Cargo.toml b/crates/swc_html_utils/Cargo.toml index 86fe98aff450..e79b2c5c7925 100644 --- a/crates/swc_html_utils/Cargo.toml +++ b/crates/swc_html_utils/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = { workspace = true } name = "swc_html_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.20.0" +version = "0.21.0" [lib] bench = false @@ -21,4 +21,4 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } diff --git a/crates/swc_html_visit/Cargo.toml b/crates/swc_html_visit/Cargo.toml index 4951d8f20d15..cca9236b8d6a 100644 --- a/crates/swc_html_visit/Cargo.toml +++ b/crates/swc_html_visit/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_html_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.35.0" +version = "0.36.0" [package.metadata.docs.rs] all-features = true @@ -26,6 +26,6 @@ path = [] serde = { workspace = true, optional = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_html_ast = { version = "0.35.0", path = "../swc_html_ast" } -swc_visit = { version = "0.5.14", path = "../swc_visit" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_html_ast = { version = "0.36.0", path = "../swc_html_ast" } +swc_visit = { version = "0.6.0", path = "../swc_visit" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index ab69fb2c8ae8..011f33c34666 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.70.0" +version = "0.71.0" [lib] bench = false @@ -29,24 +29,24 @@ serde_json = { workspace = true } tracing = { workspace = true } string_enum = { version = "0.4.4", path = "../string_enum" } -swc = { version = "0.281.0", path = "../swc" } +swc = { version = "0.282.0", path = "../swc" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_bundler = { version = "0.232.0", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.233.0", path = "../swc_bundler", features = [ "concurrent", ] } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "concurrent", ] } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.234.0", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "0.132.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.235.0", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "0.133.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } [dev-dependencies] pretty_assertions = { workspace = true } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_node_comments/Cargo.toml b/crates/swc_node_comments/Cargo.toml index 92cdd05a0af3..46aa1c60c13f 100644 --- a/crates/swc_node_comments/Cargo.toml +++ b/crates/swc_node_comments/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_node_comments" repository = "https://github.com/swc-project/swc.git" -version = "0.22.0" +version = "0.23.0" [lib] bench = false @@ -18,4 +18,4 @@ bench = false dashmap = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } diff --git a/crates/swc_plugin_proxy/Cargo.toml b/crates/swc_plugin_proxy/Cargo.toml index 5a86862c0868..f625ae9671ba 100644 --- a/crates/swc_plugin_proxy/Cargo.toml +++ b/crates/swc_plugin_proxy/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_proxy" repository = "https://github.com/swc-project/swc.git" -version = "0.45.0" +version = "0.46.0" [lib] bench = false @@ -29,6 +29,6 @@ rkyv = { workspace = true, features = [ tracing = { workspace = true } better_scoped_tls = { version = "0.1.1", path = "../better_scoped_tls" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } swc_trace_macro = { version = "0.1.3", path = "../swc_trace_macro" } diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index eaac97508cc3..600c1b2945e2 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.110.0" +version = "0.111.0" [lib] bench = false @@ -59,12 +59,12 @@ virtual-fs = { workspace = true } wasmer = { workspace = true } wasmer-wasix = { workspace = true } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "concurrent", ] } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast", optional = true } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast", optional = true } -swc_plugin_proxy = { version = "0.45.0", path = "../swc_plugin_proxy" } +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast", optional = true } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast", optional = true } +swc_plugin_proxy = { version = "0.46.0", path = "../swc_plugin_proxy" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] wasmer-cache = { version = "4.0.0", optional = true } @@ -75,18 +75,18 @@ codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } swc_atoms = { version = "0.6.5", path = '../swc_atoms' } -swc_css_ast = { version = "0.142.0", path = "../swc_css_ast", features = [ +swc_css_ast = { version = "0.143.0", path = "../swc_css_ast", features = [ "rkyv-impl", ] } -swc_css_parser = { version = "0.152.0", path = "../swc_css_parser" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast", features = [ +swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } -swc_ecma_loader = { version = "0.47.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -swc_ecma_visit = { version = "0.102.0", path = "../swc_ecma_visit" } +swc_ecma_loader = { version = "0.48.0", path = "../swc_ecma_loader" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" } swc_malloc = { version = "0.5.10", path = "../swc_malloc" } -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } tokio = { workspace = true, features = ["rt"] } [[bench]] diff --git a/crates/swc_timer/Cargo.toml b/crates/swc_timer/Cargo.toml index c79b07e0df27..766c1d73d79c 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.23.0" +version = "0.24.0" [lib] bench = false @@ -15,4 +15,4 @@ bench = false tracing = { workspace = true } [dev-dependencies] -testing = { version = "0.37.0", path = "../testing" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index eadf2bcf7924..d604ad5e960f 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -6,17 +6,17 @@ edition = "2021" license = "Apache-2.0" name = "swc_typescript" repository = { workspace = true } -version = "0.3.0" +version = "0.4.0" [dependencies] thiserror = { workspace = true } swc_atoms = { version = "0.6.7", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_ecma_ast = { version = "0.116.0", path = "../swc_ecma_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" } [dev-dependencies] -swc_ecma_codegen = { version = "0.153.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.147.0", path = "../swc_ecma_parser" } -testing = { version = "0.37.0", path = "../testing" } +swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_visit/Cargo.toml b/crates/swc_visit/Cargo.toml index 95be57802a92..b357b1122bee 100644 --- a/crates/swc_visit/Cargo.toml +++ b/crates/swc_visit/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.5.14" +version = "0.6.0" [lib] bench = false diff --git a/crates/swc_xml/Cargo.toml b/crates/swc_xml/Cargo.toml index 083bc2cbdbd2..ac8982c7745f 100644 --- a/crates/swc_xml/Cargo.toml +++ b/crates/swc_xml/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_xml" repository = "https://github.com/swc-project/swc.git" -version = "0.15.0" +version = "0.16.0" [package.metadata.docs.rs] all-features = true @@ -19,7 +19,7 @@ version = "0.15.0" bench = false [dependencies] -swc_xml_ast = { version = "0.14.0", path = "../swc_xml_ast" } -swc_xml_codegen = { version = "0.15.0", path = "../swc_xml_codegen" } -swc_xml_parser = { version = "0.15.0", path = "../swc_xml_parser" } -swc_xml_visit = { version = "0.14.0", path = "../swc_xml_visit" } +swc_xml_ast = { version = "0.15.0", path = "../swc_xml_ast" } +swc_xml_codegen = { version = "0.16.0", path = "../swc_xml_codegen" } +swc_xml_parser = { version = "0.16.0", path = "../swc_xml_parser" } +swc_xml_visit = { version = "0.15.0", path = "../swc_xml_visit" } diff --git a/crates/swc_xml_ast/Cargo.toml b/crates/swc_xml_ast/Cargo.toml index f3f10e9d55d1..d13244f6af85 100644 --- a/crates/swc_xml_ast/Cargo.toml +++ b/crates/swc_xml_ast/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_xml_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.14.0" +version = "0.15.0" [lib] bench = false @@ -23,4 +23,4 @@ serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "0.4.4", path = "../string_enum/" } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } +swc_common = { version = "0.36.0", path = "../swc_common" } diff --git a/crates/swc_xml_codegen/Cargo.toml b/crates/swc_xml_codegen/Cargo.toml index 32dfd298e79f..02c6f291f774 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 = { workspace = true } name = "swc_xml_codegen" repository = "https://github.com/swc-project/swc.git" -version = "0.15.0" +version = "0.16.0" [lib] bench = false @@ -21,14 +21,14 @@ bitflags = { workspace = true } rustc-hash = { workspace = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_xml_ast = { version = "0.14.0", path = "../swc_xml_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_xml_ast = { version = "0.15.0", path = "../swc_xml_ast" } swc_xml_codegen_macros = { version = "0.1.4", path = "../swc_xml_codegen_macros" } [dev-dependencies] -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_xml_parser = { version = "0.15.0", path = "../swc_xml_parser" } -swc_xml_visit = { version = "0.14.0", path = "../swc_xml_visit" } -testing = { version = "0.37.0", path = "../testing" } +swc_xml_parser = { version = "0.16.0", path = "../swc_xml_parser" } +swc_xml_visit = { version = "0.15.0", path = "../swc_xml_visit" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_xml_parser/Cargo.toml b/crates/swc_xml_parser/Cargo.toml index fb978824b4dd..cacb456173c6 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 = { workspace = true } name = "swc_xml_parser" repository = "https://github.com/swc-project/swc.git" -version = "0.15.0" +version = "0.16.0" [lib] bench = false @@ -20,15 +20,15 @@ debug = [] [dependencies] swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_xml_ast = { version = "0.14.0", path = "../swc_xml_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_xml_ast = { version = "0.15.0", path = "../swc_xml_ast" } [dev-dependencies] serde = { workspace = true } serde_json = { workspace = true } -swc_xml_ast = { version = "0.14.0", path = "../swc_xml_ast", features = [ +swc_xml_ast = { version = "0.15.0", path = "../swc_xml_ast", features = [ "serde-impl", ] } -swc_xml_visit = { version = "0.14.0", path = "../swc_xml_visit" } -testing = { version = "0.37.0", path = "../testing" } +swc_xml_visit = { version = "0.15.0", path = "../swc_xml_visit" } +testing = { version = "0.38.0", path = "../testing" } diff --git a/crates/swc_xml_visit/Cargo.toml b/crates/swc_xml_visit/Cargo.toml index 6c67270fbfc4..e5394246d9fe 100644 --- a/crates/swc_xml_visit/Cargo.toml +++ b/crates/swc_xml_visit/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_xml_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.14.0" +version = "0.15.0" [package.metadata.docs.rs] all-features = true @@ -26,6 +26,6 @@ path = [] serde = { workspace = true, optional = true } swc_atoms = { version = "0.6.5", path = "../swc_atoms" } -swc_common = { version = "0.35.0", path = "../swc_common" } -swc_visit = { version = "0.5.14", path = "../swc_visit" } -swc_xml_ast = { version = "0.14.0", path = "../swc_xml_ast" } +swc_common = { version = "0.36.0", path = "../swc_common" } +swc_visit = { version = "0.6.0", path = "../swc_visit" } +swc_xml_ast = { version = "0.15.0", path = "../swc_xml_ast" } diff --git a/crates/testing/Cargo.toml b/crates/testing/Cargo.toml index edda10de06d4..c1663e39c7a4 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.37.1" +version = "0.38.0" [lib] bench = false @@ -23,8 +23,8 @@ serde_json = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } -swc_common = { version = "0.35.0", path = "../swc_common", features = [ +swc_common = { version = "0.36.0", path = "../swc_common", features = [ "tty-emitter", ] } -swc_error_reporters = { version = "0.19.0", path = "../swc_error_reporters" } +swc_error_reporters = { version = "0.20.0", path = "../swc_error_reporters" } testing_macros = { version = "0.2.12", path = "../testing_macros" }