From 1a368def066add6e1e8db649450d947f8a0dd665 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sun, 5 Mar 2023 07:30:48 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 3 + 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, 224 insertions(+), 221 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d72995852f..383a785c31b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ - **(es/minifier)** Don't create invalid property names (#7010) ([bb2486c](https://github.com/swc-project/swc/commit/bb2486c4592214c19ee6a1aa747dda5e58a1b07d)) + +- **(es/parser)** Fix parsing of an array spread in tsx properties (#7011) ([6d6731f](https://github.com/swc-project/swc/commit/6d6731f355ed3bc314be31061b971f9317bea713)) + ### Features diff --git a/Cargo.lock b/Cargo.lock index 22d69ec3df82..18c12f7bb1b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.39.0" +version = "0.39.1" dependencies = [ "anyhow", "console_error_panic_hook", @@ -844,7 +844,7 @@ dependencies = [ [[package]] name = "dbg-swc" -version = "0.71.1" +version = "0.71.2" dependencies = [ "anyhow", "clap 3.1.0", @@ -1498,7 +1498,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "0.97.0" +version = "0.97.1" dependencies = [ "anyhow", "dashmap", @@ -3119,7 +3119,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.250.0" +version = "0.250.1" dependencies = [ "ahash", "ansi_term", @@ -3191,7 +3191,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.204.0" +version = "0.204.1" dependencies = [ "ahash", "anyhow", @@ -3305,7 +3305,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.64.0" +version = "0.64.1" dependencies = [ "anyhow", "binding_macros", @@ -3565,7 +3565,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.133.0" +version = "0.133.1" dependencies = [ "base64 0.13.1", "criterion", @@ -3600,7 +3600,7 @@ dependencies = [ [[package]] name = "swc_ecma_dep_graph" -version = "0.100.0" +version = "0.100.1" dependencies = [ "pretty_assertions", "swc_atoms", @@ -3613,7 +3613,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.97.0" +version = "0.97.1" dependencies = [ "phf", "swc_atoms", @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.75.0" +version = "0.75.1" dependencies = [ "ahash", "auto_impl", @@ -3669,7 +3669,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.171.0" +version = "0.171.1" dependencies = [ "ahash", "ansi_term", @@ -3712,7 +3712,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.128.0" +version = "0.128.1" dependencies = [ "criterion", "either", @@ -3737,7 +3737,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.185.0" +version = "0.185.1" dependencies = [ "ahash", "anyhow", @@ -3765,7 +3765,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.44.0" +version = "0.44.1" dependencies = [ "swc_atoms", "swc_common", @@ -3776,7 +3776,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.39.0" +version = "0.39.1" dependencies = [ "anyhow", "pmutil", @@ -3802,7 +3802,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.208.0" +version = "0.208.1" dependencies = [ "pretty_assertions", "sourcemap", @@ -3827,7 +3827,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.120.0" +version = "0.120.1" dependencies = [ "better_scoped_tls", "bitflags", @@ -3853,7 +3853,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.109.0" +version = "0.109.1" dependencies = [ "swc_atoms", "swc_common", @@ -3865,7 +3865,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.145.0" +version = "0.145.1" dependencies = [ "ahash", "arrayvec", @@ -3905,7 +3905,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.162.0" +version = "0.162.1" dependencies = [ "Inflector", "ahash", @@ -3935,7 +3935,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.177.0" +version = "0.177.1" dependencies = [ "ahash", "dashmap", @@ -3966,7 +3966,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.153.0" +version = "0.153.1" dependencies = [ "either", "serde", @@ -3989,7 +3989,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.164.0" +version = "0.164.1" dependencies = [ "ahash", "base64 0.13.1", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.123.0" +version = "0.123.1" dependencies = [ "ansi_term", "anyhow", @@ -4043,7 +4043,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.168.0" +version = "0.168.1" dependencies = [ "criterion", "serde", @@ -4064,7 +4064,7 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ahash", "indexmap", @@ -4080,7 +4080,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.111.0" +version = "0.111.1" dependencies = [ "indexmap", "num_cpus", @@ -4111,7 +4111,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.218.0" +version = "0.218.1" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -4159,7 +4159,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.173.0" +version = "0.173.1" dependencies = [ "ahash", "anyhow", @@ -4207,7 +4207,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.114.0" +version = "0.114.1" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -4259,7 +4259,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.111.0" +version = "0.111.1" dependencies = [ "criterion", "once_cell", @@ -4345,7 +4345,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.37.0" +version = "0.37.1" dependencies = [ "anyhow", "dashmap", @@ -4425,7 +4425,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.89.0" +version = "0.89.1" dependencies = [ "anyhow", "criterion", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 2dbcc4f808c4..4b51c28c9c47 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.39.0" +version = "0.39.1" [lib] bench = false @@ -33,10 +33,10 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.250.0", path = "../swc" } +swc = { optional = true, version = "0.250.1", path = "../swc" } swc_common = { optional = true, version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.208.0", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { optional = true, version = "0.208.1", path = "../swc_ecma_transforms" } swc_ecma_visit = { optional = true, version = "0.84.0", 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 4503e6a9f685..2fde6a931567 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.71.1" +version = "0.71.2" [[bin]] bench = false @@ -26,12 +26,12 @@ swc_common = { version = "0.29.33", features = [ "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.171.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.171.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.13.34", path = "../swc_error_reporters" } swc_timer = { version = "0.17.35", path = "../swc_timer" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 0362df0799eb..eb348e423099 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.97.0" +version = "0.97.1" [lib] bench = false @@ -21,5 +21,5 @@ swc_common = { version = "0.29.33", path = "../swc_common" } anyhow = "1" dashmap = "5.1.0" swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index c66996ae0330..fad6fd30e689 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.250.0" +version = "0.250.1" [lib] bench = false @@ -71,18 +71,18 @@ swc_common = { version = "0.29.33", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "0.97.0", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.75.0", path = "../swc_ecma_lints" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_ext_transforms = { version = "0.97.1", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "0.75.1", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.41.35", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.171.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.185.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.208.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_minifier = { version = "0.171.1", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { version = "0.185.1", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.208.1", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -90,15 +90,15 @@ swc_ecma_transforms = { version = "0.208.0", path = "../swc_ecma_transforms", fe "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.145.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.177.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.145.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.177.1", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.13.34", path = "../swc_error_reporters" } swc_node_comments = { version = "0.16.33", path = "../swc_node_comments" } swc_plugin_proxy = { version = "0.27.0", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.89.0", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_plugin_runner = { version = "0.89.1", path = "../swc_plugin_runner", optional = true, default-features = false } swc_timer = { version = "0.17.35", 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.75.0", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.75.1", 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 6cabc19cc097..442752b59dd2 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.204.0" +version = "0.204.1" [package.metadata.docs.rs] all-features = true @@ -39,12 +39,12 @@ relative-path = "1.2" swc_atoms = {version = "0.4.38", path = "../swc_atoms"} swc_common = {version = "0.29.33", path = "../swc_common"} swc_ecma_ast = {version = "0.98.0", path = "../swc_ecma_ast"} -swc_ecma_codegen = {version = "0.133.0", path = "../swc_ecma_codegen"} +swc_ecma_codegen = {version = "0.133.1", path = "../swc_ecma_codegen"} swc_ecma_loader = {version = "0.41.35", path = "../swc_ecma_loader"} -swc_ecma_parser = {version = "0.128.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.120.0", path = "../swc_ecma_transforms_base"} -swc_ecma_transforms_optimization = {version = "0.177.0", path = "../swc_ecma_transforms_optimization"} -swc_ecma_utils = {version = "0.111.0", path = "../swc_ecma_utils"} +swc_ecma_parser = {version = "0.128.1", path = "../swc_ecma_parser"} +swc_ecma_transforms_base = {version = "0.120.1", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_optimization = {version = "0.177.1", path = "../swc_ecma_transforms_optimization"} +swc_ecma_utils = {version = "0.111.1", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.84.0", path = "../swc_ecma_visit"} swc_fast_graph = {version = "0.17.34", path = "../swc_fast_graph/"} swc_graph_analyzer = {version = "0.18.36", path = "../swc_graph_analyzer/"} @@ -60,12 +60,12 @@ swc_ecma_loader = {version = "0.41.35", path = "../swc_ecma_loader", features = "node", "cache", ]} -swc_ecma_minifier = {version = "0.171.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = {version = "0.171.1", path = "../swc_ecma_minifier", features = [ "concurrent", ]} -swc_ecma_transforms_proposal = {version = "0.153.0", path = "../swc_ecma_transforms_proposal"} -swc_ecma_transforms_react = {version = "0.164.0", path = "../swc_ecma_transforms_react"} -swc_ecma_transforms_typescript = {version = "0.168.0", path = "../swc_ecma_transforms_typescript"} +swc_ecma_transforms_proposal = {version = "0.153.1", path = "../swc_ecma_transforms_proposal"} +swc_ecma_transforms_react = {version = "0.164.1", path = "../swc_ecma_transforms_react"} +swc_ecma_transforms_typescript = {version = "0.168.1", path = "../swc_ecma_transforms_typescript"} swc_node_base = {version = "0.5.8", path = "../swc_node_base"} tempfile = "3.4.0" testing = {version = "0.31.35", path = "../testing"} diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 69dc3871cf81..5fac643f8503 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.64.0" +version = "0.64.1" [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.39.0", path = "../binding_macros" } -swc = { optional = true, version = "0.250.0", path = "../swc" } +binding_macros = { optional = true, version = "0.39.1", path = "../binding_macros" } +swc = { optional = true, version = "0.250.1", path = "../swc" } swc_atoms = { optional = true, version = "0.4.38", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.204.0", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.204.1", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" } swc_common = { optional = true, version = "0.29.33", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.134.6", path = "../swc_css_ast" } @@ -355,25 +355,25 @@ swc_css_prefixer = { optional = true, version = "0.146.7", path swc_css_utils = { optional = true, version = "0.131.7", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "0.133.6", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "0.133.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { optional = true, version = "0.133.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.41.35", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.171.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "0.185.0", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "0.39.0", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "0.145.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "0.162.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "0.177.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "0.153.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "0.164.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "0.123.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "0.168.0", path = "../swc_ecma_transforms_typescript" } -swc_ecma_usage_analyzer = { optional = true, version = "0.7.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_minifier = { optional = true, version = "0.171.1", path = "../swc_ecma_minifier" } +swc_ecma_parser = { optional = true, version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { optional = true, version = "0.185.1", path = "../swc_ecma_preset_env" } +swc_ecma_quote_macros = { optional = true, version = "0.39.1", path = "../swc_ecma_quote_macros" } +swc_ecma_transforms_base = { optional = true, version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { optional = true, version = "0.145.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "0.162.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "0.177.1", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "0.153.1", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "0.164.1", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "0.123.1", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { optional = true, version = "0.168.1", path = "../swc_ecma_transforms_typescript" } +swc_ecma_usage_analyzer = { optional = true, version = "0.7.1", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { optional = true, version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.84.0", path = "../swc_ecma_visit" } swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" } -swc_node_bundler = { optional = true, version = "0.37.0", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.37.1", 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.35", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features swc_css_compat = { version = "0.20.7", path = "../swc_css_compat", optional = true } -swc_plugin_runner = { optional = true, version = "0.89.0", path = "../swc_plugin_runner", default-features = false } +swc_plugin_runner = { optional = true, version = "0.89.1", 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 a3d2e6ef6540..09649ae12bb9 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.133.0" +version = "0.133.1" [lib] bench = false @@ -32,7 +32,7 @@ serde_json = "1" swc_common = { version = "0.29.33", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.128.1", 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.35", path = "../testing" } diff --git a/crates/swc_ecma_dep_graph/Cargo.toml b/crates/swc_ecma_dep_graph/Cargo.toml index 812d57956bf1..c04d6e674afc 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.100.0" +version = "0.100.1" [lib] bench = false @@ -19,5 +19,5 @@ swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = "1.1" -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index e8ed78f1493a..7da9fa48cdb8 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.97.0" +version = "0.97.1" [lib] bench = false @@ -15,5 +15,5 @@ phf = { version = "0.10", features = ["macros"] } swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 05adbd3497cd..cfc9d094aeb2 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.75.0" +version = "0.75.1" # 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.33", path = "../swc_common", features = [ ] } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } testing = { version = "0.31.35", path = "../testing" } [features] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 6e2b1ed30238..2ba2c15221ac 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.171.0" +version = "0.171.1" [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.33", path = "../swc_common"} swc_config = {version = "0.1.4", path = "../swc_config"} swc_ecma_ast = {version = "0.98.0", path = "../swc_ecma_ast"} -swc_ecma_codegen = {version = "0.133.0", path = "../swc_ecma_codegen"} -swc_ecma_parser = {version = "0.128.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.120.0", path = "../swc_ecma_transforms_base"} -swc_ecma_transforms_optimization = {version = "0.177.0", path = "../swc_ecma_transforms_optimization"} -swc_ecma_usage_analyzer = {version = "0.7.0", path = "../swc_ecma_usage_analyzer"} -swc_ecma_utils = {version = "0.111.0", path = "../swc_ecma_utils"} +swc_ecma_codegen = {version = "0.133.1", path = "../swc_ecma_codegen"} +swc_ecma_parser = {version = "0.128.1", path = "../swc_ecma_parser"} +swc_ecma_transforms_base = {version = "0.120.1", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_optimization = {version = "0.177.1", path = "../swc_ecma_transforms_optimization"} +swc_ecma_usage_analyzer = {version = "0.7.1", path = "../swc_ecma_usage_analyzer"} +swc_ecma_utils = {version = "0.111.1", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.84.0", path = "../swc_ecma_visit"} swc_timer = {version = "0.17.35", path = "../swc_timer"} tracing = "0.1.32" diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index c3d790725461..5516c5cf65d8 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.128.0" +version = "0.128.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 78c12badfaf0..d8ecb94d8a37 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.185.0" +version = "0.185.1" [lib] bench = false @@ -26,18 +26,18 @@ string_enum = { version = "0.3.2", path = "../string_enum" } swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.208.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.208.1", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } testing = { version = "0.31.35", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index c7dd0d82fbbc..3f8ce2c075cc 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.44.0" +version = "0.44.1" [lib] bench = false @@ -15,7 +15,7 @@ bench = false swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_quote_macros = { version = "0.39.0", path = "../swc_ecma_quote_macros" } +swc_ecma_quote_macros = { version = "0.39.1", path = "../swc_ecma_quote_macros" } [dev-dependencies] testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 1c71bfcd7aff..00d19b1ff605 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.39.0" +version = "0.39.1" [lib] bench = false @@ -20,6 +20,6 @@ quote = "1" swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.128.1", 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 dccfa2580774..e1e30593ea64 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.208.0" +version = "0.208.1" [package.metadata.docs.rs] all-features = true @@ -34,21 +34,21 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.145.0", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "0.162.0", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.177.0", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "0.153.0", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "0.164.0", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "0.168.0", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.145.1", path = "../swc_ecma_transforms_compat", optional = true } +swc_ecma_transforms_module = { version = "0.162.1", path = "../swc_ecma_transforms_module", optional = true } +swc_ecma_transforms_optimization = { version = "0.177.1", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "0.153.1", path = "../swc_ecma_transforms_proposal", optional = true } +swc_ecma_transforms_react = { version = "0.164.1", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_typescript = { version = "0.168.1", path = "../swc_ecma_transforms_typescript", optional = true } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = "1.1" sourcemap = "6" -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.123.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.123.1", path = "../swc_ecma_transforms_testing" } tempfile = "3" testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 95b63a2bd882..3641d8e8bedd 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.120.0" +version = "0.120.1" [lib] bench = false @@ -28,15 +28,15 @@ smallvec = "1.8.0" swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } tracing = "0.1.32" [dev-dependencies] criterion = "0.3" rayon = "1" -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.133.1", 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.35", path = "../testing" } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index e4c4eda063c4..33c4cda03c3d 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.109.0" +version = "0.109.1" [lib] bench = false @@ -15,6 +15,6 @@ bench = false swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index 0303deb821d2..e130730fe59e 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.145.0" +version = "0.145.1" [lib] bench = false @@ -32,16 +32,16 @@ swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.109.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.109.1", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", 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.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.123.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "0.123.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index dfaefc4d66d7..e34eeb6e955f 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.162.0" +version = "0.162.1" [lib] bench = false @@ -30,9 +30,9 @@ swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.41.35", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } tracing = "0.1.32" @@ -43,6 +43,6 @@ swc_ecma_loader = { version = "0.41.35", path = "../swc_ecma_loader", features = "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "0.145.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.123.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "0.145.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.123.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.35", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index e6c607cd9bd9..47cc8ea57fa1 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.177.0" +version = "0.177.1" # 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.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.17.34", path = "../swc_fast_graph" } tracing = "0.1.32" [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.145.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.162.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.153.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.164.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.123.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.168.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "0.145.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.162.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.153.1", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.164.1", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.123.1", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.168.1", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 9c530cad3a86..cf352ef18aac 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.153.0" +version = "0.153.1" [lib] bench = false @@ -24,15 +24,15 @@ swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "0.41.35", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.109.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.109.1", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = "1.0.66" -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.145.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "0.123.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.145.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "0.123.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 61810ae90d04..e3f17a323069 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.164.0" +version = "0.164.1" [lib] bench = false @@ -30,15 +30,15 @@ swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_config = { version = "0.1.4", path = "../swc_config" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.5.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "0.145.0", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_module = { version = "0.162.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_testing = { version = "0.123.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen/" } +swc_ecma_transforms_compat = { version = "0.145.1", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_module = { version = "0.162.1", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_testing = { version = "0.123.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index f0bd435960bc..ca9424037690 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.123.0" +version = "0.123.1" [lib] bench = false @@ -24,11 +24,11 @@ swc_common = { version = "0.29.33", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "0.20.8", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } tempfile = "3.4.0" testing = { version = "0.31.35", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index a68c4f2e5f1f..3f42e30c7ff9 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.168.0" +version = "0.168.1" [lib] bench = false @@ -17,18 +17,18 @@ serde = { version = "1.0.118", features = ["derive"] } swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "0.164.0", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "0.164.1", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } [dev-dependencies] criterion = "0.3" -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "0.145.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "0.153.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "0.123.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_compat = { version = "0.145.1", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "0.153.1", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "0.123.1", path = "../swc_ecma_transforms_testing" } testing = { version = "0.31.35", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index 15ad38f3aaf0..5a8336a6d647 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.7.0" +version = "0.7.1" [package.metadata.docs.rs] all-features = true @@ -28,7 +28,7 @@ rustc-hash = "1.1.0" swc_atoms = { version = "0.4.38", path = "../swc_atoms" } swc_common = { version = "0.29.33", path = "../swc_common" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.17.35", path = "../swc_timer" } tracing = "0.1.32" diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index bdafeec50d50..43fc623239d0 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.111.0" +version = "0.111.1" [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.128.0", path = "../swc_ecma_parser"} +swc_ecma_parser = {version = "0.128.1", path = "../swc_ecma_parser"} diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index e540be37b8d5..4d76093b5fb2 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.218.0" +version = "0.218.1" [package.metadata.docs.rs] all-features = true @@ -40,14 +40,14 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen", optional = true } -swc_ecma_dep_graph = { version = "0.100.0", path = "../swc_ecma_dep_graph", optional = true } -swc_ecma_minifier = { version = "0.171.0", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "0.185.0", path = "../swc_ecma_preset_env", optional = true } -swc_ecma_quote = { version = "0.44.0", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.208.0", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils", optional = true } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen", optional = true } +swc_ecma_dep_graph = { version = "0.100.1", path = "../swc_ecma_dep_graph", optional = true } +swc_ecma_minifier = { version = "0.171.1", path = "../swc_ecma_minifier", optional = true } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_preset_env = { version = "0.185.1", path = "../swc_ecma_preset_env", optional = true } +swc_ecma_quote = { version = "0.44.1", path = "../swc_ecma_quote", optional = true } +swc_ecma_transforms = { version = "0.208.1", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.84.0", 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 1f008efff5c5..c9552092df60 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.173.0" +version = "0.173.1" [package.metadata.docs.rs] all-features = true @@ -29,8 +29,8 @@ swc_common = { version = "0.29.33", path = "../swc_common", features = [ "tty-emitter", ] } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } swc_estree_ast = { version = "0.19.33", path = "../swc_estree_ast" } swc_node_comments = { version = "0.16.33", path = "../swc_node_comments/" } @@ -38,10 +38,10 @@ swc_node_comments = { version = "0.16.33", path = "../swc_node_comments/" } [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc = { version = "0.250.0", path = "../swc" } +swc = { version = "0.250.1", path = "../swc" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.208.0", path = "../swc_ecma_transforms/" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.208.1", path = "../swc_ecma_transforms/" } testing = { version = "0.31.35", path = "../testing" } walkdir = "2" diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 7046a26b84bf..982422850bc0 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.114.0" +version = "0.114.1" [package.metadata.docs.rs] all-features = true @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.28.25", path = "../swc_html_ast"} swc_html_codegen = {version = "0.37.37", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.111.0", path = "../swc_html_minifier", optional = true} +swc_html_minifier = {version = "0.111.1", path = "../swc_html_minifier", optional = true} swc_html_parser = {version = "0.34.36", path = "../swc_html_parser"} swc_html_visit = {version = "0.28.25", path = "../swc_html_visit"} diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 13fa3bb0e665..bc6f1e11161a 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.111.0" +version = "0.111.1" [lib] bench = false @@ -27,10 +27,10 @@ swc_css_codegen = { version = "0.144.7", path = "../swc_css_codegen" } swc_css_minifier = { version = "0.109.7", path = "../swc_css_minifier" } swc_css_parser = { version = "0.143.6", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "0.171.0", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.120.0", path = "../swc_ecma_transforms_base" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "0.171.1", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "0.120.1", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } swc_html_ast = { version = "0.28.25", path = "../swc_html_ast" } swc_html_codegen = { version = "0.37.37", path = "../swc_html_codegen" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 4dd3b5152dff..a4eae1e9401a 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.37.0" +version = "0.37.1" [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.250.0", path = "../swc" } +swc = { version = "0.250.1", path = "../swc" } swc_atoms = { version = "0.4.38", path = "../swc_atoms" } -swc_bundler = { version = "0.204.0", path = "../swc_bundler", features = [ +swc_bundler = { version = "0.204.1", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "0.29.33", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "0.133.0", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "0.133.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.41.35", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.208.0", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "0.111.0", path = "../swc_ecma_utils" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "0.208.1", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "0.111.1", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.84.0", 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 668e6a38b78d..5da0038ffbd1 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.89.0" +version = "0.89.1" [lib] bench = false @@ -68,7 +68,7 @@ swc_ecma_ast = { version = "0.98.0", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } swc_ecma_loader = { version = "0.41.35", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "0.128.0", path = "../swc_ecma_parser" } +swc_ecma_parser = { version = "0.128.1", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "0.84.0", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.31.35", path = "../testing" }