chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-23 01:25:36 +00:00
parent 063eabd33c
commit f5e50c2c6e
3 changed files with 5 additions and 8 deletions

View File

@ -8,6 +8,9 @@
- **(es)** Ignore `sourceMappingURL` in string literals ([#8879](https://github.com/swc-project/swc/issues/8879)) ([d7188cd](https://github.com/swc-project/swc/commit/d7188cdb66a3bba577ebefe0c33cf77f48858d50))
- **(es/compat)** Fix async generator ([#8881](https://github.com/swc-project/swc/issues/8881)) ([063eabd](https://github.com/swc-project/swc/commit/063eabd33cd5ee1dbe9e248462519f76f6eacd36))
- **(es/resolver)** Prioritze `jsc.paths` by length in tsc resolver ([#8875](https://github.com/swc-project/swc/issues/8875)) ([e22c368](https://github.com/swc-project/swc/commit/e22c3681a6705f2184f0af7032ed30103ab9bfcc))
@ -1345,10 +1348,4 @@
- **(counter)** Document the purpose of the package ([#8032](https://github.com/swc-project/swc/issues/8032)) ([b6b5a4d](https://github.com/swc-project/swc/commit/b6b5a4d3a6f1c6c74d47c855081a8fee17066829))
### Refactor
- **(es)** Extract parser/codegen code for `swc::Compiler` ([#8030](https://github.com/swc-project/swc/issues/8030)) ([a13f5cb](https://github.com/swc-project/swc/commit/a13f5cbe03f067b376f9f3318ef822142551eb96))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -4297,7 +4297,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2017"
version = "0.4.17"
version = "0.4.18"
dependencies = [
"serde",
"swc_atoms",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2017"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.17"
version = "0.4.18"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html