From 07bbfbd2a4328a28a80af35d4a99033dfa154ffe Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 13 Feb 2024 07:05:36 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 9 ++++++--- Cargo.lock | 4 ++-- crates/swc_cli_impl/Cargo.toml | 4 ++-- crates/swc_core/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fa25c36ed..bcc0551059c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [unreleased] +### Features + + + +- **(swc_core)** Expose ES linter ([#8635](https://github.com/swc-project/swc/issues/8635)) ([762959c](https://github.com/swc-project/swc/commit/762959c72d08994c2ad7c4f43405e591cc6af6eb)) + ### Testing @@ -1449,9 +1455,6 @@ -- **(es/minifier)** Respect `toplevel` and `module` options ([#7671](https://github.com/swc-project/swc/issues/7671)) ([9893bd2](https://github.com/swc-project/swc/commit/9893bd2d43de60978dd28c44c8e4032170b11987)) - - - **(es/minifier)** Respect top-level when invoking IIFE ([#7690](https://github.com/swc-project/swc/issues/7690)) ([bf72362](https://github.com/swc-project/swc/commit/bf723625b02204c4d2e9228d53ac53c9d41221a1)) diff --git a/Cargo.lock b/Cargo.lock index c09c846a2c6..af04c6ecd29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3802,7 +3802,7 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "0.8.8" +version = "0.8.9" dependencies = [ "anyhow", "assert_cmd", @@ -3907,7 +3907,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.90.8" +version = "0.90.9" dependencies = [ "anyhow", "binding_macros", diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index b2750355147..bf5f4ab1acc 100644 --- a/crates/swc_cli_impl/Cargo.toml +++ b/crates/swc_cli_impl/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cli_impl" repository = "https://github.com/swc-project/swc.git" -version = "0.8.8" +version = "0.8.9" [[bin]] name = "swc" @@ -40,7 +40,7 @@ tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } walkdir = "2" -swc_core = { version = "0.90.8", features = [ +swc_core = { version = "0.90.9", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 67afccb9c8d..311b4879168 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.90.8" +version = "0.90.9" [package.metadata.docs.rs] features = [ "allocator_node",