From 1202762f30db43c972c1367f85e30e69baaf0c59 Mon Sep 17 00:00:00 2001 From: OJ Kwon <1210596+kwonoj@users.noreply.github.com> Date: Sun, 4 Sep 2022 20:46:07 -0700 Subject: [PATCH] chore(swc_core): Update deps (#5748) --- Cargo.lock | 10 +++++----- crates/binding_macros/Cargo.toml | 2 +- crates/swc/Cargo.toml | 6 +++--- crates/swc_bundler/Cargo.toml | 4 ++-- crates/swc_core/Cargo.toml | 8 ++++---- crates/swc_ecma_minifier/Cargo.toml | 4 ++-- crates/swc_ecma_preset_env/Cargo.toml | 2 +- crates/swc_ecma_transforms/Cargo.toml | 4 ++-- crates/swc_ecmascript/Cargo.toml | 2 +- crates/swc_estree_compat/Cargo.toml | 2 +- crates/swc_node_bundler/Cargo.toml | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 409ea9c1f12..c2383b9942a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2923,7 +2923,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.224.1" +version = "0.224.2" dependencies = [ "ahash", "ansi_term", @@ -2993,7 +2993,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.185.0" +version = "0.185.1" dependencies = [ "ahash", "anyhow", @@ -3109,7 +3109,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.20.6" +version = "0.20.7" dependencies = [ "binding_macros", "once_cell", @@ -3422,7 +3422,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.152.5" +version = "0.152.6" dependencies = [ "ahash", "ansi_term", @@ -3557,7 +3557,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.191.0" +version = "0.191.1" dependencies = [ "pretty_assertions", "sourcemap", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 8381e9da596..049f93659b7 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -33,7 +33,7 @@ binding_wasm = [ swc = { optional = true, version = "0.224.0", path = "../swc" } swc_common = { optional = true, version = "0.27.13", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.90.15", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "0.191.0", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { optional = true, version = "0.191.1", path = "../swc_ecma_transforms" } # Optional deps for the wasm binding macro anyhow = { optional = true, version = "1.0.58" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 3229545e424..e479fb0123f 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.224.1" +version = "0.224.2" [lib] bench = false @@ -74,7 +74,7 @@ swc_ecma_loader = { version = "0.39.4", path = "../swc_ecma_loader", features = swc_ecma_minifier = { version = "0.152.4", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser" } swc_ecma_preset_env = { version = "0.167.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.191.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.191.1", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -84,7 +84,7 @@ swc_ecma_transforms = { version = "0.191.0", path = "../swc_ecma_transforms", fe ] } swc_ecma_transforms_base = { version = "0.106.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "0.129.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.160.4", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.160.6", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.101.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.76.6", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.11.4", path = "../swc_error_reporters" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index cf840ebbf23..6788cddde4d 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.185.0" +version = "0.185.1" [package.metadata.docs.rs] all-features = true @@ -44,7 +44,7 @@ swc_ecma_codegen = { version = "0.123.0", path = "../swc_ecma_co swc_ecma_loader = { version = "0.39.4", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.106.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.160.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.160.6", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.101.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.76.6", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.15.4", path = "../swc_fast_graph/" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index e5d4458a19e..5b6b4d80c44 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.20.6" +version = "0.20.7" [package.metadata.docs.rs] features = [ "common_perf", @@ -284,9 +284,9 @@ wasmer-wasi = { optional = true, version = "2.3.0", default-features = false } # swc_* dependencies binding_macros = { optional = true, version = "0.12.0", path = "../binding_macros" } -swc = { optional = true, version = "0.224.1", path = "../swc" } +swc = { optional = true, version = "0.224.2", path = "../swc" } swc_atoms = { optional = true, version = "0.4.10", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "0.185.0", path = "../swc_bundler" } +swc_bundler = { optional = true, version = "0.185.1", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.5", path = "../swc_cached" } swc_common = { optional = true, version = "0.27.12", path = "../swc_common" } swc_css_ast = { optional = true, version = "0.110.0", path = "../swc_css_ast" } @@ -299,7 +299,7 @@ swc_css_visit = { optional = true, version = "0.109.0", path swc_ecma_ast = { optional = true, version = "0.90.10", path = "../swc_ecma_ast" } swc_ecma_codegen = { optional = true, version = "0.123.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.39.4", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "0.152.4", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { optional = true, version = "0.152.6", path = "../swc_ecma_minifier" } swc_ecma_parser = { optional = true, version = "0.118.0", path = "../swc_ecma_parser" } swc_ecma_quote_macros = { optional = true, version = "0.29.1", path = "../swc_ecma_quote_macros" } swc_ecma_transforms_base = { optional = true, version = "0.106.0", path = "../swc_ecma_transforms_base" } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index a614a7c0115..66615762fb7 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.152.5" +version = "0.152.6" [package.metadata.docs.rs] all-features = true @@ -52,7 +52,7 @@ swc_ecma_ast = { version = "0.90.15", path = "../swc_ecma_as swc_ecma_codegen = { version = "0.123.0", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "0.106.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.160.4", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_optimization = { version = "0.160.6", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "0.101.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.76.6", path = "../swc_ecma_visit" } swc_timer = { version = "0.15.4", path = "../swc_timer" } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 26ffba036ae..b2d81801cd7 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -26,7 +26,7 @@ string_enum = { version = "0.3.1", path = "../string_enum" } swc_atoms = { version = "0.4.10", path = "../swc_atoms" } swc_common = { version = "0.27.13", path = "../swc_common" } swc_ecma_ast = { version = "0.90.15", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "0.191.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "0.191.1", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 0572903e69e..cc3c4f38fcb 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.191.0" +version = "0.191.1" [package.metadata.docs.rs] all-features = true @@ -37,7 +37,7 @@ swc_ecma_ast = { version = "0.90.15", path = "../swc_ecma_as swc_ecma_transforms_base = { version = "0.106.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "0.129.0", path = "../swc_ecma_transforms_compat", optional = true } swc_ecma_transforms_module = { version = "0.146.0", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "0.160.0", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_optimization = { version = "0.160.6", path = "../swc_ecma_transforms_optimization", optional = true } swc_ecma_transforms_proposal = { version = "0.137.0", path = "../swc_ecma_transforms_proposal", optional = true } swc_ecma_transforms_react = { version = "0.148.0", path = "../swc_ecma_transforms_react", optional = true } swc_ecma_transforms_typescript = { version = "0.152.0", path = "../swc_ecma_transforms_typescript", optional = true } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index eff821f4611..dc12011b52d 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -46,7 +46,7 @@ swc_ecma_minifier = { version = "0.152.0", path = "../swc_ecma_minifier", opti swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser", optional = true, default-features = false } swc_ecma_preset_env = { version = "0.167.0", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "0.34.0", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "0.191.0", path = "../swc_ecma_transforms", optional = true } +swc_ecma_transforms = { version = "0.191.1", path = "../swc_ecma_transforms", optional = true } swc_ecma_utils = { version = "0.101.0", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "0.76.6", path = "../swc_ecma_visit", optional = true } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index f7aa660aada..41a46de1c16 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -41,7 +41,7 @@ pretty_assertions = "1.1" swc = { version = "0.224.0", path = "../swc" } swc_ecma_ast = { version = "0.90.15", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.191.0", path = "../swc_ecma_transforms/" } +swc_ecma_transforms = { version = "0.191.1", path = "../swc_ecma_transforms/" } testing = { version = "0.29.4", path = "../testing" } walkdir = "2" diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 85d9c507788..323569575c2 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -38,7 +38,7 @@ swc_ecma_ast = { version = "0.90.15", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.123.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.39.4", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.118.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "0.191.0", path = "../swc_ecma_transforms" } +swc_ecma_transforms = { version = "0.191.1", path = "../swc_ecma_transforms" } swc_ecma_utils = { version = "0.101.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.76.6", path = "../swc_ecma_visit" } swc_node_base = { version = "0.5.5", path = "../swc_node_base" }