chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-12 08:34:38 +00:00
parent a7a32c4b6c
commit fcc82a5a5b
3 changed files with 5 additions and 10 deletions

View File

@ -13,6 +13,9 @@
- **(es/plugin)** Create `tokio` runtime only if necessary ([#8845](https://github.com/swc-project/swc/issues/8845)) ([62c4f5e](https://github.com/swc-project/swc/commit/62c4f5efb84daa5f9e7f88bbbfddd7823bb1355d))
- **(es/utils)** Preserve optional chain effect ([#8850](https://github.com/swc-project/swc/issues/8850)) ([a7a32c4](https://github.com/swc-project/swc/commit/a7a32c4b6c2089dfbe9be2f70a0c4712e9feeef4))
### Documentation
@ -1362,12 +1365,4 @@
- **(es/minifier)** Do not inline into a template literal with sequential inliner ([#7971](https://github.com/swc-project/swc/issues/7971)) ([b3d3a7b](https://github.com/swc-project/swc/commit/b3d3a7bc7339776e57ca402e77cf3fb22c774784))
## [1.3.86] - 2023-09-18
### Refactor
- **(es/lint)** Remove usage of `box_patterns` ([#7966](https://github.com/swc-project/swc/issues/7966)) ([f7b5e16](https://github.com/swc-project/swc/commit/f7b5e16aef968c9c9f38f40962edf334cc3983e6))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -4886,7 +4886,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.127.17"
version = "0.127.18"
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.127.17"
version = "0.127.18"
[package.metadata.docs.rs]
all-features = true