chore: Bump crates

This commit is contained in:
SWC Bot 2024-04-16 02:24:47 +00:00
parent ca9c76b46f
commit 0af201043a
38 changed files with 78 additions and 78 deletions

View File

@ -10,6 +10,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))
### Build
- **(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))
## [1.4.14] - 2024-04-15
### Bug Fixes
@ -1362,10 +1368,4 @@
- **(es/config)** Accept `jsc.experimental.keepImportAssertions` ([#7995](https://github.com/swc-project/swc/issues/7995)) ([4d777ee](https://github.com/swc-project/swc/commit/4d777ee270183ba375b68c003e61692af6d571c3))
### Refactor
- **(bindingins)** Create `@swc/counter` ([#7991](https://github.com/swc-project/swc/issues/7991)) ([0acbb5f](https://github.com/swc-project/swc/commit/0acbb5f78daa52cf505e077993a694eb966368af))
<!-- generated by git-cliff -->

72
Cargo.lock generated
View File

@ -205,7 +205,7 @@ dependencies = [
[[package]]
name = "ast_node"
version = "0.9.6"
version = "0.9.7"
dependencies = [
"proc-macro2",
"quote",
@ -3661,7 +3661,7 @@ dependencies = [
[[package]]
name = "string_enum"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"proc-macro2",
"quote",
@ -3706,7 +3706,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.273.25"
version = "0.273.26"
dependencies = [
"ansi_term",
"anyhow",
@ -3776,7 +3776,7 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.225.18"
version = "0.225.19"
dependencies = [
"anyhow",
"crc",
@ -3831,7 +3831,7 @@ dependencies = [
[[package]]
name = "swc_cli_impl"
version = "0.8.24"
version = "0.8.25"
dependencies = [
"anyhow",
"assert_cmd",
@ -3855,7 +3855,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.33.23"
version = "0.33.24"
dependencies = [
"ahash 0.8.8",
"anyhow",
@ -4015,7 +4015,7 @@ dependencies = [
[[package]]
name = "swc_css_codegen"
version = "0.151.32"
version = "0.151.33"
dependencies = [
"auto_impl",
"bitflags 2.5.0",
@ -4043,7 +4043,7 @@ dependencies = [
[[package]]
name = "swc_css_compat"
version = "0.27.33"
version = "0.27.34"
dependencies = [
"bitflags 2.5.0",
"once_cell",
@ -4114,7 +4114,7 @@ dependencies = [
[[package]]
name = "swc_css_parser"
version = "0.150.31"
version = "0.150.32"
dependencies = [
"criterion",
"lexical",
@ -4172,7 +4172,7 @@ dependencies = [
[[package]]
name = "swc_ecma_ast"
version = "0.112.7"
version = "0.112.8"
dependencies = [
"arbitrary",
"bitflags 2.5.0",
@ -4192,7 +4192,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.148.15"
version = "0.148.16"
dependencies = [
"base64",
"criterion",
@ -4216,7 +4216,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen_macros"
version = "0.7.4"
version = "0.7.5"
dependencies = [
"proc-macro2",
"quote",
@ -4254,7 +4254,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2015"
version = "0.4.18"
version = "0.4.19"
dependencies = [
"arrayvec",
"indexmap 2.1.0",
@ -4382,7 +4382,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2022"
version = "0.4.16"
version = "0.4.17"
dependencies = [
"swc_atoms",
"swc_common",
@ -4426,7 +4426,7 @@ dependencies = [
[[package]]
name = "swc_ecma_lints"
version = "0.92.20"
version = "0.92.21"
dependencies = [
"auto_impl",
"dashmap",
@ -4448,7 +4448,7 @@ dependencies = [
[[package]]
name = "swc_ecma_loader"
version = "0.45.25"
version = "0.45.26"
dependencies = [
"anyhow",
"dashmap",
@ -4469,7 +4469,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.192.22"
version = "0.192.23"
dependencies = [
"ansi_term",
"anyhow",
@ -4510,7 +4510,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.143.14"
version = "0.143.15"
dependencies = [
"criterion",
"either",
@ -4627,7 +4627,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.137.19"
version = "0.137.20"
dependencies = [
"better_scoped_tls",
"bitflags 2.5.0",
@ -4744,7 +4744,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.198.20"
version = "0.198.21"
dependencies = [
"dashmap",
"indexmap 2.1.0",
@ -4798,7 +4798,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_react"
version = "0.183.18"
version = "0.183.19"
dependencies = [
"base64",
"dashmap",
@ -4850,7 +4850,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_typescript"
version = "0.188.18"
version = "0.188.19"
dependencies = [
"criterion",
"ryu-js",
@ -4872,7 +4872,7 @@ dependencies = [
[[package]]
name = "swc_ecma_usage_analyzer"
version = "0.23.13"
version = "0.23.14"
dependencies = [
"indexmap 2.1.0",
"rustc-hash",
@ -4887,7 +4887,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.127.18"
version = "0.127.19"
dependencies = [
"indexmap 2.1.0",
"num_cpus",
@ -4954,7 +4954,7 @@ dependencies = [
[[package]]
name = "swc_estree_ast"
version = "0.23.19"
version = "0.23.20"
dependencies = [
"better_scoped_tls",
"serde",
@ -4991,7 +4991,7 @@ dependencies = [
[[package]]
name = "swc_fast_graph"
version = "0.21.20"
version = "0.21.21"
dependencies = [
"indexmap 2.1.0",
"petgraph",
@ -5036,7 +5036,7 @@ dependencies = [
[[package]]
name = "swc_html_codegen"
version = "0.42.24"
version = "0.42.25"
dependencies = [
"auto_impl",
"bitflags 2.5.0",
@ -5063,7 +5063,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.134.18"
version = "0.134.19"
dependencies = [
"criterion",
"once_cell",
@ -5093,7 +5093,7 @@ dependencies = [
[[package]]
name = "swc_html_parser"
version = "0.39.25"
version = "0.39.26"
dependencies = [
"criterion",
"serde",
@ -5131,7 +5131,7 @@ dependencies = [
[[package]]
name = "swc_macros_common"
version = "0.3.9"
version = "0.3.10"
dependencies = [
"proc-macro2",
"quote",
@ -5148,7 +5148,7 @@ dependencies = [
[[package]]
name = "swc_node_bundler"
version = "0.62.23"
version = "0.62.24"
dependencies = [
"anyhow",
"dashmap",
@ -5214,7 +5214,7 @@ dependencies = [
[[package]]
name = "swc_plugin_proxy"
version = "0.41.6"
version = "0.41.7"
dependencies = [
"better_scoped_tls",
"rkyv",
@ -5226,7 +5226,7 @@ dependencies = [
[[package]]
name = "swc_plugin_runner"
version = "0.106.15"
version = "0.106.16"
dependencies = [
"anyhow",
"criterion",
@ -5319,7 +5319,7 @@ dependencies = [
[[package]]
name = "swc_xml_codegen"
version = "0.13.21"
version = "0.13.22"
dependencies = [
"auto_impl",
"bitflags 2.5.0",
@ -5345,7 +5345,7 @@ dependencies = [
[[package]]
name = "swc_xml_parser"
version = "0.13.22"
version = "0.13.23"
dependencies = [
"serde",
"serde_json",
@ -5508,7 +5508,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
[[package]]
name = "testing"
version = "0.35.22"
version = "0.35.23"
dependencies = [
"ansi_term",
"cargo_metadata 0.15.4",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "ast_node"
repository = "https://github.com/swc-project/swc.git"
version = "0.9.6"
version = "0.9.7"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "string_enum"
repository = "https://github.com/swc-project/swc.git"
version = "0.4.2"
version = "0.4.3"
[lib]
bench = false

View File

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

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.225.18"
version = "0.225.19"
[package.metadata.docs.rs]
all-features = true

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli_impl"
repository = "https://github.com/swc-project/swc.git"
version = "0.8.24"
version = "0.8.25"
[[bin]]
name = "swc"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_codegen_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.7.4"
version = "0.7.5"
[lib]
bench = false

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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.18"
version = "0.127.19"
[package.metadata.docs.rs]
all-features = true

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_macros_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.9"
version = "0.3.10"
[lib]
bench = false

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_node_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.62.23"
version = "0.62.24"
[lib]
bench = false

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_proxy"
repository = "https://github.com/swc-project/swc.git"
version = "0.41.6"
version = "0.41.7"
[lib]
bench = false

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_plugin_runner"
repository = "https://github.com/swc-project/swc.git"
version = "0.106.15"
version = "0.106.16"
[lib]
bench = false

View File

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

View File

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

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.35.22"
version = "0.35.23"
[lib]
bench = false