From 1267e3ecd41182e60728174863b6987183cf56e5 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 30 May 2024 06:32:29 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 6 +++--- crates/swc_core/Cargo.toml | 2 +- crates/swc_ecma_ast/Cargo.toml | 2 +- crates/swc_ecma_ext_transforms/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a43690433c..17300ec509a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## [unreleased] + +### Bug Fixes + + + +- **(es/jest)** Handle `@jest/globals` ([#8994](https://github.com/swc-project/swc/issues/8994)) ([a81a01f](https://github.com/swc-project/swc/commit/a81a01f629613a624798693e60f9796904a8dce1)) + ## [1.5.9] - 2024-05-28 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index fe2befb0add9..6f8c5beb11a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3936,7 +3936,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.92.6" +version = "0.92.7" dependencies = [ "anyhow", "binding_macros", @@ -4173,7 +4173,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.113.4" +version = "0.113.5" dependencies = [ "arbitrary", "bitflags 2.5.0", @@ -4415,7 +4415,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.114.1" +version = "0.114.2" dependencies = [ "phf", "swc_atoms", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index bfacfe4eaa46..b713df60b5e5 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.92.6" +version = "0.92.7" [package.metadata.docs.rs] features = [ "allocator_node", diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index 22ca3c9ec9da..d5b8e6b0ae43 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.113.4" +version = "0.113.5" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index 7102c3fa4a30..4957dbc4c239 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ext_transforms" repository = "https://github.com/swc-project/swc.git" -version = "0.114.1" +version = "0.114.2" [lib] bench = false