From f8a33e3800c8ebc81b76aced812582e19cb3dde3 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 2 Jul 2024 01:17:55 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 9 +++------ Cargo.lock | 6 +++--- crates/swc_ecma_minifier/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_optimization/Cargo.toml | 2 +- crates/swc_ecma_utils/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ad6ba292c..7ef88a0caaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ +- **(es/minifier)** Handle more indexing expression ([#8750](https://github.com/swc-project/swc/issues/8750)) ([570c47a](https://github.com/swc-project/swc/commit/570c47a9acd7363428f58dfea2f41c097f73ec1f)) + + - **(preset-env)** Upgrade `browserslist-rs` ([#9023](https://github.com/swc-project/swc/issues/9023)) ([18d6277](https://github.com/swc-project/swc/commit/18d6277e4c68474333349a5b413ad30e59813483)) ### Performance @@ -1352,10 +1355,4 @@ - **(es/fixer)** Wrap yield expression in await expression ([#8357](https://github.com/swc-project/swc/issues/8357)) ([ff719f0](https://github.com/swc-project/swc/commit/ff719f0cdd3cf79e7afa1c136243e6fa53c5abe3)) -### Miscellaneous Tasks - - - -- **(css/linter)** Document rules require porting ([#8352](https://github.com/swc-project/swc/issues/8352)) ([55da0bb](https://github.com/swc-project/swc/commit/55da0bb9ddbb661a75e24162b7bdd63d2549dca3)) - diff --git a/Cargo.lock b/Cargo.lock index 59b6d8cb4c5..6f04cd21e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4410,7 +4410,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.197.1" +version = "0.197.2" dependencies = [ "ansi_term", "anyhow", @@ -4686,7 +4686,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.201.1" +version = "0.201.2" dependencies = [ "dashmap", "indexmap 2.2.6", @@ -4830,7 +4830,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.130.1" +version = "0.130.2" dependencies = [ "indexmap 2.2.6", "num_cpus", diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 06f2d990f05..a5228053c64 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.197.1" +version = "0.197.2" [package.metadata.docs.rs] all-features = true @@ -81,4 +81,4 @@ testing = { version = "0.36.0", path = "../testing" } [[bench]] harness = false -name = "full" \ No newline at end of file +name = "full" diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 84c249e3d59..ce8c5612ed7 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.201.1" +version = "0.201.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 5c1e32de704..a17f8ce7ed5 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.130.1" +version = "0.130.2" [package.metadata.docs.rs] all-features = true