chore: Bump crates

This commit is contained in:
SWC Bot 2024-07-11 13:58:54 +00:00
parent efb8636834
commit bcfc650dd5
3 changed files with 5 additions and 8 deletions

View File

@ -8,6 +8,9 @@
- **(es/compat)** Consider only the variables used in the closure ([#9151](https://github.com/swc-project/swc/issues/9151)) ([1357531](https://github.com/swc-project/swc/commit/1357531805d529b11848b02d1b59c010a02d272d))
- **(es/modules)** Fix lint issue ([#9206](https://github.com/swc-project/swc/issues/9206)) ([efb8636](https://github.com/swc-project/swc/commit/efb86368343e7d9909fec21cae8824edac5008e2))
- **(es/typescript)** Handle unicode for fast ts strip ([#9202](https://github.com/swc-project/swc/issues/9202)) ([096bfe3](https://github.com/swc-project/swc/commit/096bfe375147bb5b663ec26f8c2bdb977ee527db))
### Documentation
@ -1373,10 +1376,4 @@
- **(css/parser)** Remove value normalization ([#8434](https://github.com/swc-project/swc/issues/8434)) ([85be8a4](https://github.com/swc-project/swc/commit/85be8a4de1d8407421aadeb5769d414b9938f693))
### Testing
- **(es/minifier)** Enable script mode for `terser_exec` and `mangle` ([#8474](https://github.com/swc-project/swc/issues/8474)) ([b676e75](https://github.com/swc-project/swc/commit/b676e75cdd8ae6b4b3637152e39e982637221701))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -4658,7 +4658,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_module"
version = "0.183.1"
version = "0.183.2"
dependencies = [
"Inflector",
"anyhow",

View File

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