chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-17 05:44:33 +00:00
parent f9459a8adf
commit 4410d62317
13 changed files with 25 additions and 28 deletions

View File

@ -34,6 +34,9 @@
- **(cargo)** Update rustc to `nightly-2024-04-03` ([#8821](https://github.com/swc-project/swc/issues/8821)) ([ca9c76b](https://github.com/swc-project/swc/commit/ca9c76b46f26f0aaf6b7f18cb7b4c6fdb7ebd512)) - **(cargo)** Update rustc to `nightly-2024-04-03` ([#8821](https://github.com/swc-project/swc/issues/8821)) ([ca9c76b](https://github.com/swc-project/swc/commit/ca9c76b46f26f0aaf6b7f18cb7b4c6fdb7ebd512))
- **(cargo)** Update `rustc` to `nightly-2024-04-16` ([#8870](https://github.com/swc-project/swc/issues/8870)) ([f9459a8](https://github.com/swc-project/swc/commit/f9459a8adf28de02d44dfe1da243a1d66a6ec41e))
## [1.4.14] - 2024-04-15 ## [1.4.14] - 2024-04-15
### Bug Fixes ### Bug Fixes
@ -1350,12 +1353,6 @@
- **(es/codegen)** Fix codegen of unicode surrogates ([#7985](https://github.com/swc-project/swc/issues/7985)) ([39c680d](https://github.com/swc-project/swc/commit/39c680d814644fbde50b0f73a29aebe791812eb2))
- **(es/codegen)** Fix codegen of optional chaining expr with a comment ([#8005](https://github.com/swc-project/swc/issues/8005)) ([f07bb48](https://github.com/swc-project/swc/commit/f07bb482e694a422591085621a38aff747294502))
- **(es/typescript)** Handle `DeclareCollect` correctly ([#8008](https://github.com/swc-project/swc/issues/8008)) ([9d08b8a](https://github.com/swc-project/swc/commit/9d08b8a6145d486e570a22563c62a69722cf8759)) - **(es/typescript)** Handle `DeclareCollect` correctly ([#8008](https://github.com/swc-project/swc/issues/8008)) ([9d08b8a](https://github.com/swc-project/swc/commit/9d08b8a6145d486e570a22563c62a69722cf8759))

22
Cargo.lock generated
View File

@ -3706,7 +3706,7 @@ dependencies = [
[[package]] [[package]]
name = "swc" name = "swc"
version = "0.273.26" version = "0.273.27"
dependencies = [ dependencies = [
"ansi_term", "ansi_term",
"anyhow", "anyhow",
@ -3855,7 +3855,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_common" name = "swc_common"
version = "0.33.24" version = "0.33.25"
dependencies = [ dependencies = [
"ahash 0.8.8", "ahash 0.8.8",
"anyhow", "anyhow",
@ -3936,7 +3936,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_core" name = "swc_core"
version = "0.90.33" version = "0.90.34"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"binding_macros", "binding_macros",
@ -4015,7 +4015,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_css_codegen" name = "swc_css_codegen"
version = "0.151.33" version = "0.151.34"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"bitflags 2.5.0", "bitflags 2.5.0",
@ -4192,7 +4192,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_codegen" name = "swc_ecma_codegen"
version = "0.148.16" version = "0.148.17"
dependencies = [ dependencies = [
"base64", "base64",
"criterion", "criterion",
@ -4254,7 +4254,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_compat_es2015" name = "swc_ecma_compat_es2015"
version = "0.4.19" version = "0.4.20"
dependencies = [ dependencies = [
"arrayvec", "arrayvec",
"indexmap 2.1.0", "indexmap 2.1.0",
@ -4510,7 +4510,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_parser" name = "swc_ecma_parser"
version = "0.143.15" version = "0.143.16"
dependencies = [ dependencies = [
"criterion", "criterion",
"either", "either",
@ -4744,7 +4744,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_transforms_optimization" name = "swc_ecma_transforms_optimization"
version = "0.198.21" version = "0.198.22"
dependencies = [ dependencies = [
"dashmap", "dashmap",
"indexmap 2.1.0", "indexmap 2.1.0",
@ -4887,7 +4887,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_utils" name = "swc_ecma_utils"
version = "0.127.19" version = "0.127.20"
dependencies = [ dependencies = [
"indexmap 2.1.0", "indexmap 2.1.0",
"num_cpus", "num_cpus",
@ -5037,7 +5037,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_html_codegen" name = "swc_html_codegen"
version = "0.42.25" version = "0.42.26"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"bitflags 2.5.0", "bitflags 2.5.0",
@ -5320,7 +5320,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_xml_codegen" name = "swc_xml_codegen"
version = "0.13.22" version = "0.13.23"
dependencies = [ dependencies = [
"auto_impl", "auto_impl",
"bitflags 2.5.0", "bitflags 2.5.0",

View File

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

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_core" name = "swc_core"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.90.33" version = "0.90.34"
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = [ features = [
"allocator_node", "allocator_node",

View File

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

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_codegen" name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.148.16" version = "0.148.17"
[features] [features]
# This does not enable serde for ast nodes. # This does not enable serde for ast nodes.

View File

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

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_parser" name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.143.15" version = "0.143.16"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true

View File

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

View File

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

View File

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

View File

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