From 1e657c97eed09c895de45b77540c498a3a6300b3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Fri, 19 Jul 2024 04:27:57 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 3 + Cargo.lock | 110 +++++++++--------- crates/ast_node/Cargo.toml | 2 +- crates/dbg-swc/Cargo.toml | 2 +- crates/from_variant/Cargo.toml | 2 +- crates/jsdoc/Cargo.toml | 2 +- crates/swc/Cargo.toml | 2 +- crates/swc_bundler/Cargo.toml | 2 +- crates/swc_compiler_base/Cargo.toml | 2 +- crates/swc_css_codegen/Cargo.toml | 2 +- crates/swc_css_compat/Cargo.toml | 2 +- crates/swc_css_lints/Cargo.toml | 2 +- crates/swc_css_minifier/Cargo.toml | 2 +- crates/swc_css_modules/Cargo.toml | 2 +- crates/swc_css_parser/Cargo.toml | 2 +- crates/swc_css_prefixer/Cargo.toml | 2 +- crates/swc_ecma_ast/Cargo.toml | 2 +- crates/swc_ecma_codegen/Cargo.toml | 2 +- crates/swc_ecma_compat_common/Cargo.toml | 2 +- crates/swc_ecma_compat_es2015/Cargo.toml | 2 +- crates/swc_ecma_compat_es2017/Cargo.toml | 2 +- crates/swc_ecma_compat_es2018/Cargo.toml | 2 +- crates/swc_ecma_compat_es2020/Cargo.toml | 2 +- crates/swc_ecma_compat_es2022/Cargo.toml | 2 +- crates/swc_ecma_compat_es3/Cargo.toml | 2 +- crates/swc_ecma_lints/Cargo.toml | 2 +- crates/swc_ecma_loader/Cargo.toml | 2 +- crates/swc_ecma_minifier/Cargo.toml | 2 +- crates/swc_ecma_parser/Cargo.toml | 2 +- crates/swc_ecma_preset_env/Cargo.toml | 2 +- crates/swc_ecma_quote_macros/Cargo.toml | 2 +- crates/swc_ecma_transforms_base/Cargo.toml | 2 +- crates/swc_ecma_transforms_compat/Cargo.toml | 2 +- crates/swc_ecma_transforms_module/Cargo.toml | 2 +- .../Cargo.toml | 2 +- .../swc_ecma_transforms_proposal/Cargo.toml | 2 +- crates/swc_ecma_transforms_react/Cargo.toml | 2 +- crates/swc_ecma_transforms_testing/Cargo.toml | 2 +- .../swc_ecma_transforms_typescript/Cargo.toml | 2 +- crates/swc_ecma_utils/Cargo.toml | 2 +- crates/swc_ecma_visit/Cargo.toml | 2 +- crates/swc_eq_ignore_macros/Cargo.toml | 2 +- crates/swc_estree_compat/Cargo.toml | 2 +- crates/swc_fast_ts_strip/Cargo.toml | 2 +- crates/swc_graph_analyzer/Cargo.toml | 2 +- crates/swc_html_codegen/Cargo.toml | 2 +- crates/swc_html_minifier/Cargo.toml | 2 +- crates/swc_html_parser/Cargo.toml | 2 +- crates/swc_macros_common/Cargo.toml | 2 +- crates/swc_node_bundler/Cargo.toml | 2 +- crates/swc_plugin/Cargo.toml | 2 +- crates/swc_plugin_runner/Cargo.toml | 2 +- crates/swc_typescript/Cargo.toml | 2 +- crates/swc_visit_macros/Cargo.toml | 2 +- crates/swc_xml_codegen/Cargo.toml | 2 +- crates/swc_xml_parser/Cargo.toml | 2 +- crates/testing_macros/Cargo.toml | 2 +- 57 files changed, 113 insertions(+), 110 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eede12ca8c7..d5e18f1b19a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - **(allocator)** Feature gate `nightly` via macros ([#9274](https://github.com/swc-project/swc/issues/9274)) ([a31fb58](https://github.com/swc-project/swc/commit/a31fb58399cc60ad5052d77b5accd560200a4f3d)) + +- **(allocator)** Add `maybe` types ([#9278](https://github.com/swc-project/swc/issues/9278)) ([a417ff4](https://github.com/swc-project/swc/commit/a417ff4d868b45a2157154e2334b8e1177c369e1)) + ## [1.7.0] - 2024-07-18 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index d3f38ecd6c50..a5abd2d7e05f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,7 +214,7 @@ dependencies = [ [[package]] name = "ast_node" -version = "0.9.8" +version = "0.9.9" dependencies = [ "proc-macro2", "quote", @@ -1084,7 +1084,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "0.99.1" +version = "0.99.2" dependencies = [ "anyhow", "clap 3.2.25", @@ -1378,7 +1378,7 @@ dependencies = [ [[package]] name = "from_variant" -version = "0.1.8" +version = "0.1.9" dependencies = [ "proc-macro2", "swc_macros_common", @@ -1941,7 +1941,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.117.0" +version = "0.117.1" dependencies = [ "anyhow", "dashmap", @@ -3648,7 +3648,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swc" -version = "0.282.1" +version = "0.282.2" dependencies = [ "ansi_term", "anyhow", @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.233.1" +version = "0.233.2" dependencies = [ "anyhow", "crc", @@ -3854,7 +3854,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "0.15.0" +version = "0.15.1" dependencies = [ "anyhow", "base64", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "0.154.0" +version = "0.154.1" dependencies = [ "auto_impl", "bitflags 2.5.0", @@ -4013,7 +4013,7 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "0.30.0" +version = "0.30.1" dependencies = [ "bitflags 2.5.0", "once_cell", @@ -4031,7 +4031,7 @@ dependencies = [ [[package]] name = "swc_css_lints" -version = "0.63.0" +version = "0.63.1" dependencies = [ "auto_impl", "parking_lot", @@ -4050,7 +4050,7 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "0.119.0" +version = "0.119.1" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4068,7 +4068,7 @@ dependencies = [ [[package]] name = "swc_css_modules" -version = "0.32.0" +version = "0.32.1" dependencies = [ "indexmap 2.2.6", "rustc-hash", @@ -4086,7 +4086,7 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "0.153.0" +version = "0.153.1" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4103,7 +4103,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.157.0" +version = "0.157.1" dependencies = [ "once_cell", "preset_env_base", @@ -4145,7 +4145,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.117.0" +version = "0.117.1" dependencies = [ "arbitrary", "bitflags 2.5.0", @@ -4165,7 +4165,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.154.0" +version = "0.154.1" dependencies = [ "base64", "codspeed-criterion-compat", @@ -4218,7 +4218,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_common" -version = "0.10.0" +version = "0.10.1" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4229,7 +4229,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "0.10.1" +version = "0.10.2" dependencies = [ "arrayvec", "indexmap 2.2.6", @@ -4272,7 +4272,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "0.10.1" +version = "0.10.2" dependencies = [ "serde", "swc_atoms", @@ -4290,7 +4290,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "0.10.1" +version = "0.10.2" dependencies = [ "serde", "swc_atoms", @@ -4325,7 +4325,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "0.10.1" +version = "0.10.2" dependencies = [ "serde", "swc_atoms", @@ -4357,7 +4357,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "0.10.1" +version = "0.10.2" dependencies = [ "swc_atoms", "swc_common", @@ -4374,7 +4374,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es3" -version = "0.10.1" +version = "0.10.2" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4401,7 +4401,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.98.0" +version = "0.98.1" dependencies = [ "auto_impl", "dashmap", @@ -4423,7 +4423,7 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "0.48.0" +version = "0.48.1" dependencies = [ "anyhow", "dashmap", @@ -4444,7 +4444,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.200.1" +version = "0.200.2" dependencies = [ "ansi_term", "anyhow", @@ -4487,7 +4487,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.148.0" +version = "0.148.1" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4515,7 +4515,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.213.1" +version = "0.213.2" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -4555,7 +4555,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.59.1" +version = "0.59.2" dependencies = [ "anyhow", "proc-macro2", @@ -4606,7 +4606,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.143.1" +version = "0.143.2" dependencies = [ "better_scoped_tls", "bitflags 2.5.0", @@ -4646,7 +4646,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.169.1" +version = "0.169.2" dependencies = [ "arrayvec", "indexmap 2.2.6", @@ -4695,7 +4695,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.186.1" +version = "0.186.2" dependencies = [ "Inflector", "anyhow", @@ -4725,7 +4725,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.204.1" +version = "0.204.2" dependencies = [ "dashmap", "indexmap 2.2.6", @@ -4755,7 +4755,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.177.0" +version = "0.177.1" dependencies = [ "either", "rustc-hash", @@ -4780,7 +4780,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.189.0" +version = "0.189.1" dependencies = [ "base64", "dashmap", @@ -4808,7 +4808,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.146.0" +version = "0.146.1" dependencies = [ "ansi_term", "anyhow", @@ -4832,7 +4832,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.194.0" +version = "0.194.1" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4870,7 +4870,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.133.1" +version = "0.133.2" dependencies = [ "indexmap 2.2.6", "num_cpus", @@ -4891,7 +4891,7 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "0.103.1" +version = "0.103.2" dependencies = [ "new_debug_unreachable", "num-bigint", @@ -4920,7 +4920,7 @@ dependencies = [ [[package]] name = "swc_eq_ignore_macros" -version = "0.1.3" +version = "0.1.4" dependencies = [ "proc-macro2", "quote", @@ -4951,7 +4951,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.207.0" +version = "0.207.1" dependencies = [ "ahash 0.8.8", "anyhow", @@ -4988,7 +4988,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5007,7 +5007,7 @@ dependencies = [ [[package]] name = "swc_graph_analyzer" -version = "0.25.0" +version = "0.25.1" dependencies = [ "auto_impl", "petgraph", @@ -5042,7 +5042,7 @@ dependencies = [ [[package]] name = "swc_html_codegen" -version = "0.45.0" +version = "0.45.1" dependencies = [ "auto_impl", "bitflags 2.5.0", @@ -5069,7 +5069,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.142.0" +version = "0.142.1" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5100,7 +5100,7 @@ dependencies = [ [[package]] name = "swc_html_parser" -version = "0.42.0" +version = "0.42.1" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5139,7 +5139,7 @@ dependencies = [ [[package]] name = "swc_macros_common" -version = "0.3.11" +version = "0.3.12" dependencies = [ "proc-macro2", "quote", @@ -5156,7 +5156,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.71.0" +version = "0.71.1" dependencies = [ "anyhow", "dashmap", @@ -5206,7 +5206,7 @@ dependencies = [ [[package]] name = "swc_plugin" -version = "0.90.1" +version = "0.90.2" dependencies = [ "once_cell", ] @@ -5234,7 +5234,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.111.0" +version = "0.111.1" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5299,7 +5299,7 @@ dependencies = [ [[package]] name = "swc_typescript" -version = "0.4.0" +version = "0.4.1" dependencies = [ "swc_atoms", "swc_common", @@ -5320,7 +5320,7 @@ dependencies = [ [[package]] name = "swc_visit_macros" -version = "0.5.12" +version = "0.5.13" dependencies = [ "Inflector", "proc-macro2", @@ -5356,7 +5356,7 @@ dependencies = [ [[package]] name = "swc_xml_codegen" -version = "0.16.0" +version = "0.16.1" dependencies = [ "auto_impl", "bitflags 2.5.0", @@ -5382,7 +5382,7 @@ dependencies = [ [[package]] name = "swc_xml_parser" -version = "0.16.0" +version = "0.16.1" dependencies = [ "serde", "serde_json", @@ -5554,7 +5554,7 @@ dependencies = [ [[package]] name = "testing_macros" -version = "0.2.13" +version = "0.2.14" dependencies = [ "anyhow", "glob", diff --git a/crates/ast_node/Cargo.toml b/crates/ast_node/Cargo.toml index c36c32b86be9..755d6af22604 100644 --- a/crates/ast_node/Cargo.toml +++ b/crates/ast_node/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "ast_node" repository = "https://github.com/swc-project/swc.git" -version = "0.9.8" +version = "0.9.9" [lib] bench = false diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 5a3798b06150..658814f61a4c 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.99.1" +version = "0.99.2" [[bin]] bench = false diff --git a/crates/from_variant/Cargo.toml b/crates/from_variant/Cargo.toml index aa5ffedaf2af..a3f13d497863 100644 --- a/crates/from_variant/Cargo.toml +++ b/crates/from_variant/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "from_variant" repository = "https://github.com/swc-project/swc.git" -version = "0.1.8" +version = "0.1.9" [lib] bench = false diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 0cb509d774d2..410c0c1a1c4b 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.117.0" +version = "0.117.1" [lib] bench = false diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 4b053d78195f..b38be4a2b96d 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.282.1" +version = "0.282.2" [lib] bench = false diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 3c9c2adab888..bfa43260b7bb 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.233.1" +version = "0.233.2" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index fab6b0d57032..96cf7fdbe83a 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.15.0" +version = "0.15.1" [features] node = ["napi", "napi-derive"] diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index 9c02b5990875..532be5eb6d35 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.154.0" +version = "0.154.1" [lib] bench = false diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index 4aab73e858de..fb36a9dfe3ea 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.30.0" +version = "0.30.1" [lib] bench = false diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index 681dc97eaca1..5666a3cd3450 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.63.0" +version = "0.63.1" [lib] bench = false diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 11c8959c407d..7cfeaf8d3fe3 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.119.0" +version = "0.119.1" [lib] bench = false diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index 7203c5de9cb6..f27b3b9cc635 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.32.0" +version = "0.32.1" [lib] bench = false diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index 99043a759886..c6497d6d1944 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.153.0" +version = "0.153.1" [lib] bench = false diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index c7a1eac83f63..e1fc359cc603 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.157.0" +version = "0.157.1" [lib] bench = false diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index 2e056141d0ff..69796fd3c9b9 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.117.0" +version = "0.117.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index f434fa26e4ce..73160af70633 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.154.0" +version = "0.154.1" [features] # This does not enable serde for ast nodes. diff --git a/crates/swc_ecma_compat_common/Cargo.toml b/crates/swc_ecma_compat_common/Cargo.toml index 2beffc5411dc..67ecc859c0a8 100644 --- a/crates/swc_ecma_compat_common/Cargo.toml +++ b/crates/swc_ecma_compat_common/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_compat_common" repository = "https://github.com/swc-project/swc.git" -version = "0.10.0" +version = "0.10.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index cd3863ed474f..8f19bbd13c48 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.10.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index ab06573ac84e..221d37c45f7e 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.10.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index ce283beb9994..e22cc78a783a 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.10.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index 059fc18f2988..29d9ff8581fa 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.10.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_ecma_compat_es2022/Cargo.toml b/crates/swc_ecma_compat_es2022/Cargo.toml index 19439225979b..2ad11078951e 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.10.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index 6114e8642401..04a2e5ecf409 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.10.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index f4c64e58d2d4..1e6551515983 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.98.0" +version = "0.98.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/crates/swc_ecma_loader/Cargo.toml b/crates/swc_ecma_loader/Cargo.toml index 91364f379c01..b6d2ed57e9aa 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.48.0" +version = "0.48.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index ff08c39762da..f38af9a139f3 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.200.1" +version = "0.200.2" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index b802d8347a4f..3487213c8dcd 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.148.0" +version = "0.148.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 1f264db305b1..af2046ea60ef 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.213.1" +version = "0.213.2" [lib] bench = false diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 3a34bc62d8c9..8bcf6d655898 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.59.1" +version = "0.59.2" [lib] bench = false diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 429b099915e5..a8a8a111ad3b 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.143.1" +version = "0.143.2" [lib] bench = false diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index 4e26c72ddf5c..45f5d4362b86 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.169.1" +version = "0.169.2" [lib] bench = false diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index b2be78698c0f..89c050e1836d 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.186.1" +version = "0.186.2" [lib] bench = false diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index d80cd89bc552..c4be3f0eda2b 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.204.1" +version = "0.204.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index fc87e8b2c32d..3c76bbdd3368 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.177.0" +version = "0.177.1" [lib] bench = false diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 3e00b8ae2e4e..46e0fee02f54 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.189.0" +version = "0.189.1" [lib] bench = false diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 32696beaca53..73307f354627 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.146.0" +version = "0.146.1" [lib] bench = false diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index ca88adc4c8f3..2156d3c9ca12 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.194.0" +version = "0.194.1" [lib] bench = false diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 7f1d308891b6..d33ca82947d6 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.133.1" +version = "0.133.2" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index fb9a33c1278d..e8d6ac467d52 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.103.1" +version = "0.103.2" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_eq_ignore_macros/Cargo.toml b/crates/swc_eq_ignore_macros/Cargo.toml index 20cc64c01041..0e961caafe60 100644 --- a/crates/swc_eq_ignore_macros/Cargo.toml +++ b/crates/swc_eq_ignore_macros/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_eq_ignore_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.1.3" +version = "0.1.4" [lib] bench = false diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index c2852022d920..f54033aad2ac 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.207.0" +version = "0.207.1" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 5533fd323c68..4cff8c46ad43 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_fast_ts_strip" repository = { workspace = true } -version = "0.4.0" +version = "0.4.1" [dependencies] diff --git a/crates/swc_graph_analyzer/Cargo.toml b/crates/swc_graph_analyzer/Cargo.toml index 00c0f795e269..62621e20ddbe 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.25.0" +version = "0.25.1" [lib] bench = false diff --git a/crates/swc_html_codegen/Cargo.toml b/crates/swc_html_codegen/Cargo.toml index bd1047727f92..f6bf871d7a93 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.45.0" +version = "0.45.1" [lib] bench = false diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 04874ce08180..a6e1e6e298f1 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.142.0" +version = "0.142.1" [lib] bench = false diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index e89924f1f0fe..47efc743b461 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.42.0" +version = "0.42.1" [lib] bench = false diff --git a/crates/swc_macros_common/Cargo.toml b/crates/swc_macros_common/Cargo.toml index acfa4accdf58..28668d15bef4 100644 --- a/crates/swc_macros_common/Cargo.toml +++ b/crates/swc_macros_common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_macros_common" repository = "https://github.com/swc-project/swc.git" -version = "0.3.11" +version = "0.3.12" [lib] bench = false diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 011f33c34666..7159d06da4a8 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.71.0" +version = "0.71.1" [lib] bench = false diff --git a/crates/swc_plugin/Cargo.toml b/crates/swc_plugin/Cargo.toml index 4298356fe3b1..2a5ba479c55e 100644 --- a/crates/swc_plugin/Cargo.toml +++ b/crates/swc_plugin/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0" name = "swc_plugin" repository = "https://github.com/swc-project/swc.git" -version = "0.90.1" +version = "0.90.2" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 600c1b2945e2..6f9f1d05d78a 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.111.0" +version = "0.111.1" [lib] bench = false diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index d604ad5e960f..27478e197bbc 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_typescript" repository = { workspace = true } -version = "0.4.0" +version = "0.4.1" [dependencies] thiserror = { workspace = true } diff --git a/crates/swc_visit_macros/Cargo.toml b/crates/swc_visit_macros/Cargo.toml index 2d89d3f52c71..9cd1de8162f5 100644 --- a/crates/swc_visit_macros/Cargo.toml +++ b/crates/swc_visit_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_visit_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.5.12" +version = "0.5.13" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/swc_xml_codegen/Cargo.toml b/crates/swc_xml_codegen/Cargo.toml index 02c6f291f774..57b869d512b6 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.16.0" +version = "0.16.1" [lib] bench = false diff --git a/crates/swc_xml_parser/Cargo.toml b/crates/swc_xml_parser/Cargo.toml index cacb456173c6..4c0d4b32db13 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.16.0" +version = "0.16.1" [lib] bench = false diff --git a/crates/testing_macros/Cargo.toml b/crates/testing_macros/Cargo.toml index e9d5ac4e73cf..026c10da1483 100644 --- a/crates/testing_macros/Cargo.toml +++ b/crates/testing_macros/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "testing_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.2.13" +version = "0.2.14" [features] # Skip generating fixtures so the editor becomes faster again