chore: Bump crates

This commit is contained in:
SWC Bot 2024-06-02 10:34:24 +00:00
parent 9f8e24a76c
commit 1496ed1814
3 changed files with 5 additions and 5 deletions

View File

@ -17,6 +17,9 @@
- **(es/minifier)** Do not index a string with a surrogate pair ([#9013](https://github.com/swc-project/swc/issues/9013)) ([2879a4d](https://github.com/swc-project/swc/commit/2879a4d42b18e7e9d6bc12119a799c6a8c95e108))
- **(es/minifier)** Fix evaluation of `-0` as a string ([#9011](https://github.com/swc-project/swc/issues/9011)) ([9f8e24a](https://github.com/swc-project/swc/commit/9f8e24a76c00b8f4470aadf22f071a60f409a13d))
- **(es/resolver)** Fix hoisting of `const` and `let` ([#8987](https://github.com/swc-project/swc/issues/8987)) ([0d9ecf3](https://github.com/swc-project/swc/commit/0d9ecf39c1f452be1f2e583f72cebc6986a8088b))
### Features
@ -1334,7 +1337,4 @@
- **(es/react)** Visit children nodes in `jsx-src` pass ([#8212](https://github.com/swc-project/swc/issues/8212)) ([47733a9](https://github.com/swc-project/swc/commit/47733a951c14bc22c2a60acb420b597ddab7d306))
- **(es/typescript)** Preserve const enum for named export ([#8208](https://github.com/swc-project/swc/issues/8208)) ([abced23](https://github.com/swc-project/swc/commit/abced23b2a16e9602ffe59a20e6cbf65a882a3ce))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -4889,7 +4889,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.128.2"
version = "0.128.3"
dependencies = [
"indexmap 2.1.0",
"num_cpus",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_utils"
repository = "https://github.com/swc-project/swc.git"
version = "0.128.2"
version = "0.128.3"
[package.metadata.docs.rs]
all-features = true