chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-16 10:46:02 +00:00
parent a1c5415b3b
commit 81c3c5ca9e
3 changed files with 8 additions and 8 deletions

View File

@ -16,6 +16,12 @@
- **(es/proposal)** Update explicit resource management to match spec ([#8860](https://github.com/swc-project/swc/issues/8860)) ([6d24076](https://github.com/swc-project/swc/commit/6d240768b11cd6cabd347a54c135cb8937df2240))
### Features
- **(es/transforms)** Allocate stacks dynamically ([#8867](https://github.com/swc-project/swc/issues/8867)) ([a1c5415](https://github.com/swc-project/swc/commit/a1c5415b3b84fdb8f780685e5eec4a121d442e28))
### Refactor
@ -1363,10 +1369,4 @@
- **(es/compat)** Skip function scope in `block-scoped-fns` pass ([#7975](https://github.com/swc-project/swc/issues/7975)) ([d91a554](https://github.com/swc-project/swc/commit/d91a554033c8ce0ea2b2538b0e86abf5a81eac76))
### Refactor
- **(es/typescript)** Reimplement TypeScript pass ([#7202](https://github.com/swc-project/swc/issues/7202)) ([9c9a538](https://github.com/swc-project/swc/commit/9c9a538f23cb2bcd2f46e156babf64c7a81db245))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -4774,7 +4774,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.171.22"
version = "0.171.23"
dependencies = [
"either",
"rustc-hash",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.171.22"
version = "0.171.23"
[lib]
bench = false