From 9e05f4c2d2c7dbf5b4e51f655021f7cbb4e45cf3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Wed, 22 Feb 2023 14:20:23 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 8 +++ Cargo.lock | 66 +++++++++---------- crates/binding_macros/Cargo.toml | 6 +- crates/dbg-swc/Cargo.toml | 10 +-- crates/jsdoc/Cargo.toml | 4 +- crates/swc/Cargo.toml | 28 ++++---- crates/swc_bundler/Cargo.toml | 20 +++--- crates/swc_core/Cargo.toml | 42 ++++++------ crates/swc_ecma_codegen/Cargo.toml | 4 +- crates/swc_ecma_dep_graph/Cargo.toml | 4 +- crates/swc_ecma_ext_transforms/Cargo.toml | 4 +- crates/swc_ecma_lints/Cargo.toml | 10 +-- crates/swc_ecma_minifier/Cargo.toml | 14 ++-- crates/swc_ecma_parser/Cargo.toml | 2 +- crates/swc_ecma_preset_env/Cargo.toml | 10 +-- crates/swc_ecma_quote/Cargo.toml | 4 +- crates/swc_ecma_quote_macros/Cargo.toml | 4 +- crates/swc_ecma_transforms/Cargo.toml | 24 +++---- crates/swc_ecma_transforms_base/Cargo.toml | 8 +-- crates/swc_ecma_transforms_classes/Cargo.toml | 6 +- crates/swc_ecma_transforms_compat/Cargo.toml | 12 ++-- crates/swc_ecma_transforms_module/Cargo.toml | 12 ++-- .../Cargo.toml | 20 +++--- .../swc_ecma_transforms_proposal/Cargo.toml | 14 ++-- crates/swc_ecma_transforms_react/Cargo.toml | 16 ++--- crates/swc_ecma_transforms_testing/Cargo.toml | 10 +-- .../swc_ecma_transforms_typescript/Cargo.toml | 18 ++--- crates/swc_ecma_usage_analyzer/Cargo.toml | 4 +- crates/swc_ecma_utils/Cargo.toml | 4 +- crates/swc_ecmascript/Cargo.toml | 18 ++--- crates/swc_estree_compat/Cargo.toml | 12 ++-- crates/swc_html/Cargo.toml | 4 +- crates/swc_html_minifier/Cargo.toml | 10 +-- crates/swc_node_bundler/Cargo.toml | 14 ++-- crates/swc_plugin_runner/Cargo.toml | 4 +- 35 files changed, 229 insertions(+), 221 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b16fdb5686e2..3e6779c7c140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [unreleased] + +### Miscellaneous Tasks + + + +- **(es/parser)** Reduce pre-allocation to reduce memory usage (#6979) ([f1e7a2a](https://github.com/swc-project/swc/commit/f1e7a2a9cc74b19597e9d7105852daf4672514a2)) + ## [1.3.36] - 2023-02-21 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index c59f19903e22..0c9f22e3053a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.34.33" +version = "0.34.34" dependencies = [ "anyhow", "console_error_panic_hook", @@ -844,7 +844,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.66.52" +version = "0.66.53" dependencies = [ "anyhow", "clap 3.1.0", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.93.11" +version = "0.93.12" dependencies = [ "anyhow", "dashmap", @@ -3120,7 +3120,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.245.33" +version = "0.245.34" dependencies = [ "ahash", "ansi_term", @@ -3192,7 +3192,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.199.29" +version = "0.199.30" dependencies = [ "ahash", "anyhow", @@ -3306,7 +3306,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.59.37" +version = "0.59.38" dependencies = [ "anyhow", "binding_macros", @@ -3566,7 +3566,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.129.14" +version = "0.129.15" dependencies = [ "base64 0.13.1", "criterion", @@ -3601,7 +3601,7 @@ dependencies = [ [[package]] name = "swc_ecma_dep_graph" -version = "0.96.11" +version = "0.96.12" dependencies = [ "pretty_assertions", "swc_atoms", @@ -3614,7 +3614,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.93.11" +version = "0.93.12" dependencies = [ "phf", "swc_atoms", @@ -3626,7 +3626,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.71.13" +version = "0.71.14" dependencies = [ "ahash", "auto_impl", @@ -3670,7 +3670,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.166.28" +version = "0.166.29" dependencies = [ "ahash", "ansi_term", @@ -3713,7 +3713,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.124.11" +version = "0.124.12" dependencies = [ "criterion", "either", @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.180.27" +version = "0.180.28" dependencies = [ "ahash", "anyhow", @@ -3766,7 +3766,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.40.12" +version = "0.40.13" dependencies = [ "swc_atoms", "swc_common", @@ -3777,7 +3777,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.35.11" +version = "0.35.12" dependencies = [ "anyhow", "pmutil", @@ -3803,7 +3803,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.203.25" +version = "0.203.26" dependencies = [ "pretty_assertions", "sourcemap", @@ -3828,7 +3828,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.116.13" +version = "0.116.14" dependencies = [ "better_scoped_tls", "bitflags", @@ -3854,7 +3854,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.105.13" +version = "0.105.14" dependencies = [ "swc_atoms", "swc_common", @@ -3866,7 +3866,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.141.15" +version = "0.141.16" dependencies = [ "ahash", "arrayvec", @@ -3906,7 +3906,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.158.18" +version = "0.158.19" dependencies = [ "Inflector", "ahash", @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.172.25" +version = "0.172.26" dependencies = [ "ahash", "dashmap", @@ -3967,7 +3967,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.149.16" +version = "0.149.17" dependencies = [ "either", "serde", @@ -3990,7 +3990,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.160.20" +version = "0.160.21" dependencies = [ "ahash", "base64 0.13.1", @@ -4020,7 +4020,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.119.13" +version = "0.119.14" dependencies = [ "ansi_term", "anyhow", @@ -4044,7 +4044,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.164.23" +version = "0.164.24" dependencies = [ "criterion", "serde", @@ -4065,7 +4065,7 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "0.3.9" +version = "0.3.10" dependencies = [ "ahash", "indexmap", @@ -4081,7 +4081,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.107.11" +version = "0.107.12" dependencies = [ "indexmap", "num_cpus", @@ -4112,7 +4112,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.213.29" +version = "0.213.30" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -4160,7 +4160,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.168.33" +version = "0.168.34" dependencies = [ "ahash", "anyhow", @@ -4208,7 +4208,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.109.28" +version = "0.109.29" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -4260,7 +4260,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.106.28" +version = "0.106.29" dependencies = [ "criterion", "once_cell", @@ -4346,7 +4346,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.32.34" +version = "0.32.35" dependencies = [ "anyhow", "dashmap", @@ -4426,7 +4426,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.85.12" +version = "0.85.13" dependencies = [ "anyhow", "criterion", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 8751850a9b17..a0fecd3a835b 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.34.33" +version = "0.34.34" [lib] bench = false @@ -33,10 +33,10 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.245.33", path = "../swc" } +swc = { optional = true, version = "0.245.34", path = "../swc" } swc_common = { optional = true, version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.203.25", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { optional = true, version = "0.203.26", path = "../swc_ecma_transforms" } swc_ecma_visit = { optional = true, version = "0.82.7", path = "../swc_ecma_visit" } # Optional deps for the wasm binding macro diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index d320d5180128..b94d5eae4423 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = "https://github.com/kdy1/dbg-swc.git" -version = "0.66.52" +version = "0.66.53" [[bin]] bench = false @@ -26,12 +26,12 @@ swc_common = { version = "0.29.32", features = [ "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.166.28", path = "../swc_ecma_minifier", features = [ +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.166.29", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.13.33", path = "../swc_error_reporters" } swc_timer = { version = "0.17.34", path = "../swc_timer" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 5cb02812f303..a90ea9c777da 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "jsdoc" -version = "0.93.11" +version = "0.93.12" [lib] bench = false @@ -21,5 +21,5 @@ swc_common = { version = "0.29.32", path = "../swc_common" } anyhow = "1" dashmap = "5.1.0" swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 95b21e556c85..e7e307de9c5b 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.245.33" +version = "0.245.34" [lib] bench = false @@ -71,18 +71,18 @@ swc_common = { version = "0.29.32", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "0.93.11", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.71.13", path = "../swc_ecma_lints" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_ext_transforms = { version = "0.93.12", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "0.71.14", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.41.34", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.166.28", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.180.27", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.203.25", path = "../swc_ecma_transforms", features = [ +swc_ecma_minifier = { version = "0.166.29", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { version = "0.180.28", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.203.26", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -90,15 +90,15 @@ swc_ecma_transforms = { version = "0.203.25", path = "../swc_ecma_transforms", f "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.141.15", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.172.25", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.141.16", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.172.26", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.13.33", path = "../swc_error_reporters" } swc_node_comments = { version = "0.16.32", path = "../swc_node_comments" } swc_plugin_proxy = { version = "0.25.5", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.85.12", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_plugin_runner = { version = "0.85.13", path = "../swc_plugin_runner", optional = true, default-features = false } swc_timer = { version = "0.17.34", path = "../swc_timer" } swc_visit = { version = "0.5.4", path = "../swc_visit" } tracing = "0.1.32" @@ -120,7 +120,7 @@ url = "2.3.1" ansi_term = "0.12" criterion = "0.3" rayon = "1.5.1" -swc_ecma_lints = { version = "0.71.13", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.71.14", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index e2eafc2741a7..362aae7f9596 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.199.29" +version = "0.199.30" [package.metadata.docs.rs] all-features = true @@ -39,12 +39,12 @@ relative-path = "1.2" swc_atoms = {version = "0.4.37", path = "../swc_atoms"} swc_common = {version = "0.29.32", path = "../swc_common"} swc_ecma_ast = {version = "0.96.7", path = "../swc_ecma_ast"} -swc_ecma_codegen = {version = "0.129.14", path = "../swc_ecma_codegen"} +swc_ecma_codegen = {version = "0.129.15", path = "../swc_ecma_codegen"} swc_ecma_loader = {version = "0.41.34", path = "../swc_ecma_loader"} -swc_ecma_parser = {version = "0.124.11", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.116.13", path = "../swc_ecma_transforms_base"} -swc_ecma_transforms_optimization = {version = "0.172.25", path = "../swc_ecma_transforms_optimization"} -swc_ecma_utils = {version = "0.107.11", path = "../swc_ecma_utils"} +swc_ecma_parser = {version = "0.124.12", path = "../swc_ecma_parser"} +swc_ecma_transforms_base = {version = "0.116.14", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_optimization = {version = "0.172.26", path = "../swc_ecma_transforms_optimization"} +swc_ecma_utils = {version = "0.107.12", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.82.7", path = "../swc_ecma_visit"} swc_fast_graph = {version = "0.17.33", path = "../swc_fast_graph/"} swc_graph_analyzer = {version = "0.18.35", path = "../swc_graph_analyzer/"} @@ -60,12 +60,12 @@ swc_ecma_loader = {version = "0.41.34", path = "../swc_ecma_loader", features = "node", "cache", ]} -swc_ecma_minifier = {version = "0.166.28", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = {version = "0.166.29", path = "../swc_ecma_minifier", features = [ "concurrent", ]} -swc_ecma_transforms_proposal = {version = "0.149.16", path = "../swc_ecma_transforms_proposal"} -swc_ecma_transforms_react = {version = "0.160.20", path = "../swc_ecma_transforms_react"} -swc_ecma_transforms_typescript = {version = "0.164.23", path = "../swc_ecma_transforms_typescript"} +swc_ecma_transforms_proposal = {version = "0.149.17", path = "../swc_ecma_transforms_proposal"} +swc_ecma_transforms_react = {version = "0.160.21", path = "../swc_ecma_transforms_react"} +swc_ecma_transforms_typescript = {version = "0.164.24", path = "../swc_ecma_transforms_typescript"} swc_node_base = {version = "0.5.8", path = "../swc_node_base"} tempfile = "3.1.0" testing = {version = "0.31.34", path = "../testing"} diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index af96aaa677d5..7c1627570e51 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.59.37" +version = "0.59.38" [package.metadata.docs.rs] features = [ "common_perf", @@ -340,10 +340,10 @@ wasmer = { optional = true, version = "2.3.0", default-features = false } wasmer-wasi = { optional = true, version = "2.3.0", default-features = false } # swc_* dependencies -binding_macros = { optional = true, version = "0.34.33", path = "../binding_macros" } -swc = { optional = true, version = "0.245.33", path = "../swc" } +binding_macros = { optional = true, version = "0.34.34", path = "../binding_macros" } +swc = { optional = true, version = "0.245.34", path = "../swc" } swc_atoms = { optional = true, version = "0.4.37", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.199.29", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.199.30", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" } swc_common = { optional = true, version = "0.29.32", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.134.5", path = "../swc_css_ast" } @@ -355,25 +355,25 @@ swc_css_prefixer = { optional = true, version = "0.146.5", path swc_css_utils = { optional = true, version = "0.131.5", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "0.133.5", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.129.14", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { optional = true, version = "0.129.15", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.41.34", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.166.28", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.180.27", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "0.35.11", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "0.141.15", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.158.18", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.172.25", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.149.16", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.160.20", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.119.13", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.164.23", path = "../swc_ecma_transforms_typescript" } -swc_ecma_usage_analyzer = { optional = true, version = "0.3.9", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_minifier = { optional = true, version = "0.166.29", path = "../swc_ecma_minifier" } +swc_ecma_parser = { optional = true, version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { optional = true, version = "0.180.28", path = "../swc_ecma_preset_env" } +swc_ecma_quote_macros = { optional = true, version = "0.35.12", path = "../swc_ecma_quote_macros" } +swc_ecma_transforms_base = { optional = true, version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { optional = true, version = "0.141.16", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "0.158.19", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.172.26", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.149.17", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.160.21", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "0.119.14", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { optional = true, version = "0.164.24", path = "../swc_ecma_transforms_typescript" } +swc_ecma_usage_analyzer = { optional = true, version = "0.3.10", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { optional = true, version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.82.7", path = "../swc_ecma_visit" } swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" } -swc_node_bundler = { optional = true, version = "0.32.34", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.32.35", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "0.0.5", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "0.9.10", path = "../swc_plugin_macro" } @@ -382,7 +382,7 @@ swc_trace_macro = { optional = true, version = "0.1.2", path = testing = { optional = true, version = "0.31.34", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features swc_css_compat = { version = "0.20.5", path = "../swc_css_compat", optional = true } -swc_plugin_runner = { optional = true, version = "0.85.12", path = "../swc_plugin_runner", default-features = false } +swc_plugin_runner = { optional = true, version = "0.85.13", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { version = "7.3.2", default-features = false, features = ["cargo"] } diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 36d44a20c6bb..5b0caca37ea8 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.129.14" +version = "0.129.15" [lib] bench = false @@ -32,7 +32,7 @@ serde_json = "1" swc_common = { version = "0.29.32", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.20.7", path = "../swc_ecma_testing" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_dep_graph/Cargo.toml b/crates/swc_ecma_dep_graph/Cargo.toml index 2e3c709308ce..5d1b82f759c3 100644 --- a/crates/swc_ecma_dep_graph/Cargo.toml +++ b/crates/swc_ecma_dep_graph/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_dep_graph" repository = "https://github.com/swc-project/swc.git" -version = "0.96.11" +version = "0.96.12" [lib] bench = false @@ -19,5 +19,5 @@ swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = "1.1" -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index c8ce8a803eb3..3a22f86e2bdd 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/" edition = "2021" license = "Apache-2.0" name = "swc_ecma_ext_transforms" -version = "0.93.11" +version = "0.93.12" [lib] bench = false @@ -15,5 +15,5 @@ phf = { version = "0.10", features = ["macros"] } swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 4fb678bccc94..a753d3cfdd96 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.71.13" +version = "0.71.14" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -26,13 +26,13 @@ swc_common = { version = "0.29.32", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } testing = { version = "0.31.34", path = "../testing" } [features] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 062aeeecda7d..e0c5ec08b44f 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.166.28" +version = "0.166.29" [package.metadata.docs.rs] all-features = true @@ -50,12 +50,12 @@ swc_cached = {version = "0.3.15", path = "../swc_cached"} swc_common = {version = "0.29.32", path = "../swc_common"} swc_config = {version = "0.1.4", path = "../swc_config"} swc_ecma_ast = {version = "0.96.7", path = "../swc_ecma_ast"} -swc_ecma_codegen = {version = "0.129.14", path = "../swc_ecma_codegen"} -swc_ecma_parser = {version = "0.124.11", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.116.13", path = "../swc_ecma_transforms_base"} -swc_ecma_transforms_optimization = {version = "0.172.25", path = "../swc_ecma_transforms_optimization"} -swc_ecma_usage_analyzer = {version = "0.3.9", path = "../swc_ecma_usage_analyzer"} -swc_ecma_utils = {version = "0.107.11", path = "../swc_ecma_utils"} +swc_ecma_codegen = {version = "0.129.15", path = "../swc_ecma_codegen"} +swc_ecma_parser = {version = "0.124.12", path = "../swc_ecma_parser"} +swc_ecma_transforms_base = {version = "0.116.14", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_optimization = {version = "0.172.26", path = "../swc_ecma_transforms_optimization"} +swc_ecma_usage_analyzer = {version = "0.3.10", path = "../swc_ecma_usage_analyzer"} +swc_ecma_utils = {version = "0.107.12", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.82.7", path = "../swc_ecma_visit"} swc_timer = {version = "0.17.34", path = "../swc_timer"} tracing = "0.1.32" diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 1571b92bf7c1..c46aad70e63b 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.124.11" +version = "0.124.12" [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 a97eb3317ecc..404eeee00c33 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" -version = "0.180.27" +version = "0.180.28" [lib] bench = false @@ -26,18 +26,18 @@ string_enum = { version = "0.3.2", path = "../string_enum" } swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.203.25", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.203.26", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } testing = { version = "0.31.34", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index af6e20d1cb12..1f51b6e6608c 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote" repository = "https://github.com/swc-project/swc.git" -version = "0.40.12" +version = "0.40.13" [lib] bench = false @@ -15,7 +15,7 @@ bench = false swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_quote_macros = { version = "0.35.11", path = "../swc_ecma_quote_macros" } +swc_ecma_quote_macros = { version = "0.35.12", path = "../swc_ecma_quote_macros" } [dev-dependencies] testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index b86a7e1a83f0..695d5daa3be3 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.35.11" +version = "0.35.12" [lib] bench = false @@ -20,6 +20,6 @@ quote = "1" swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } swc_macros_common = { version = "0.3.3", path = "../swc_macros_common" } syn = "1" diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 08c1273167b8..282e37d047b3 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.203.25" +version = "0.203.26" [package.metadata.docs.rs] all-features = true @@ -34,21 +34,21 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.141.15", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.158.18", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.172.25", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.149.16", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.160.20", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.164.23", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.141.16", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.158.19", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.172.26", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.149.17", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.160.21", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.164.24", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = "1.1" sourcemap = "6" -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.119.13", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.119.14", path = "../swc_ecma_transforms_testing" } tempfile = "3" testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index bb6e846bc2fa..4370c2090715 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.116.13" +version = "0.116.14" [lib] bench = false @@ -28,15 +28,15 @@ smallvec = "1.8.0" swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } tracing = "0.1.32" [dev-dependencies] criterion = "0.3" rayon = "1" -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index 8766810ec179..fcea810bd414 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_classes" repository = "https://github.com/swc-project/swc.git" -version = "0.105.13" +version = "0.105.14" [lib] bench = false @@ -15,6 +15,6 @@ bench = false swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index a140d3e63ea6..6d56789b5799 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.141.15" +version = "0.141.16" [lib] bench = false @@ -32,16 +32,16 @@ swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.105.13", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.105.14", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.2", path = "../swc_trace_macro" } tracing = "0.1.32" [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.119.13", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.119.14", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 1b0d183d08cf..db8b1d62358c 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.158.18" +version = "0.158.19" [lib] bench = false @@ -30,9 +30,9 @@ swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.41.34", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } tracing = "0.1.32" @@ -43,6 +43,6 @@ swc_ecma_loader = { version = "0.41.34", path = "../swc_ecma_loader", features = "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.141.15", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.119.13", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "0.141.16", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.119.14", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.34", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 92f37a178be1..482fdb3b9057 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.172.25" +version = "0.172.26" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -33,19 +33,19 @@ serde_json = "1.0.61" swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.17.33", path = "../swc_fast_graph" } tracing = "0.1.32" [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.141.15", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.158.18", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.149.16", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.160.20", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.119.13", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.164.23", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "0.141.16", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.158.19", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.149.17", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.160.21", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.119.14", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.164.24", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 539fdeb95c70..34c5a811450b 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.149.16" +version = "0.149.17" [lib] bench = false @@ -24,15 +24,15 @@ swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.41.34", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.105.13", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.105.14", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.141.15", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.119.13", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.141.16", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.119.14", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index e67f119420fe..b8139c5eec68 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.160.20" +version = "0.160.21" [lib] bench = false @@ -30,15 +30,15 @@ swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.141.15", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.158.18", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_testing = { version = "0.119.13", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen/" } +swc_ecma_transforms_compat = { version = "0.141.16", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_module = { version = "0.158.19", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_testing = { version = "0.119.14", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index bcbf9473892e..a926cdedfb79 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.119.13" +version = "0.119.14" [lib] bench = false @@ -24,11 +24,11 @@ swc_common = { version = "0.29.32", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.20.8", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } tempfile = "3.1.0" testing = { version = "0.31.34", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 316aa8a12a8b..cce7798fb9e5 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.164.23" +version = "0.164.24" [lib] bench = false @@ -17,18 +17,18 @@ serde = { version = "1.0.118", features = ["derive"] } swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.160.20", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "0.160.21", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.141.15", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.149.16", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.119.13", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.141.16", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.149.17", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "0.119.14", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.34", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index 917bd822a1f8..57e47c5d318a 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.3.9" +version = "0.3.10" [package.metadata.docs.rs] all-features = true @@ -28,7 +28,7 @@ rustc-hash = "1.1.0" swc_atoms = { version = "0.4.37", path = "../swc_atoms" } swc_common = { version = "0.29.32", path = "../swc_common" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_timer = { version = "0.17.34", path = "../swc_timer" } tracing = "0.1.32" diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index b310e24f4704..200051f9a03f 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.107.11" +version = "0.107.12" [package.metadata.docs.rs] all-features = true @@ -33,4 +33,4 @@ tracing = "0.1.32" unicode-id = "0.3" [dev-dependencies] -swc_ecma_parser = {version = "0.124.11", path = "../swc_ecma_parser"} +swc_ecma_parser = {version = "0.124.12", path = "../swc_ecma_parser"} diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 8d2eaeae9c11..6883884cc190 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.213.29" +version = "0.213.30" [package.metadata.docs.rs] all-features = true @@ -40,14 +40,14 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen", optional = true } -swc_ecma_dep_graph = { version = "0.96.11", path = "../swc_ecma_dep_graph", optional = true } -swc_ecma_minifier = { version = "0.166.28", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.180.27", path = "../swc_ecma_preset_env", optional = true } -swc_ecma_quote = { version = "0.40.12", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.203.25", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils", optional = true } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen", optional = true } +swc_ecma_dep_graph = { version = "0.96.12", path = "../swc_ecma_dep_graph", optional = true } +swc_ecma_minifier = { version = "0.166.29", path = "../swc_ecma_minifier", optional = true } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_preset_env = { version = "0.180.28", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_quote = { version = "0.40.13", path = "../swc_ecma_quote", optional = true } +swc_ecma_transforms = { version = "0.203.26", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit", optional = true } [dev-dependencies] diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index a08145a7a1d3..af049400bef2 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.168.33" +version = "0.168.34" [package.metadata.docs.rs] all-features = true @@ -29,8 +29,8 @@ swc_common = { version = "0.29.32", path = "../swc_common", features = [ "tty-emitter", ] } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_estree_ast = { version = "0.19.32", path = "../swc_estree_ast" } swc_node_comments = { version = "0.16.32", path = "../swc_node_comments/" } @@ -38,10 +38,10 @@ swc_node_comments = { version = "0.16.32", path = "../swc_node_comments/" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc = { version = "0.245.33", path = "../swc" } +swc = { version = "0.245.34", path = "../swc" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.203.25", path = "../swc_ecma_transforms/" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.203.26", path = "../swc_ecma_transforms/" } testing = { version = "0.31.34", path = "../testing" } walkdir = "2" diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index b303ba338147..6040f8e8fb87 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_html" repository = "https://github.com/swc-project/swc.git" -version = "0.109.28" +version = "0.109.29" [package.metadata.docs.rs] all-features = true @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.28.24", path = "../swc_html_ast"} swc_html_codegen = {version = "0.37.36", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.106.28", path = "../swc_html_minifier", optional = true} +swc_html_minifier = {version = "0.106.29", path = "../swc_html_minifier", optional = true} swc_html_parser = {version = "0.34.35", path = "../swc_html_parser"} swc_html_visit = {version = "0.28.24", path = "../swc_html_visit"} diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index fcc29c84873c..7526bcf2a3aa 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = "Apache-2.0" name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.106.28" +version = "0.106.29" [lib] bench = false @@ -27,10 +27,10 @@ swc_css_codegen = { version = "0.144.5", path = "../swc_css_codegen" } swc_css_minifier = { version = "0.109.5", path = "../swc_css_minifier" } swc_css_parser = { version = "0.143.5", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.166.28", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.116.13", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.166.29", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.116.14", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_html_ast = { version = "0.28.24", path = "../swc_html_ast" } swc_html_codegen = { version = "0.37.36", path = "../swc_html_codegen" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index d2b5f3283e6f..386566cfc1b2 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.32.34" +version = "0.32.35" [lib] bench = false @@ -26,20 +26,20 @@ regex = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" string_enum = { version = "0.3.2", path = "../string_enum" } -swc = { version = "0.245.33", path = "../swc" } +swc = { version = "0.245.34", path = "../swc" } swc_atoms = { version = "0.4.37", path = "../swc_atoms" } -swc_bundler = { version = "0.199.29", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.199.30", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "0.29.32", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.129.14", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.129.15", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.41.34", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.203.25", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "0.107.11", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.203.26", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "0.107.12", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } tracing = "0.1.32" diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index c1eec3845275..78768afa7067 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.85.12" +version = "0.85.13" [lib] bench = false @@ -68,7 +68,7 @@ swc_ecma_ast = { version = "0.96.7", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } swc_ecma_loader = { version = "0.41.34", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.124.11", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.124.12", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.82.7", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.34", path = "../testing" }