chore: Publish crates

This commit is contained in:
SWC Bot 2023-11-07 09:36:20 +00:00
parent f9f305cc5f
commit 8aee432c69
13 changed files with 33 additions and 33 deletions

View File

@ -55,6 +55,9 @@
- **(cargo)** Update rustc to `nightly-2023-11-04` ([#8221](https://github.com/swc-project/swc/issues/8221)) ([14ea705](https://github.com/swc-project/swc/commit/14ea705f272968cba65399271a62e56a9943dc72))
- **(preset-env/base)** Upgrade `browserslist-rs` to `v0.13.0` ([#8229](https://github.com/swc-project/swc/issues/8229)) ([f9f305c](https://github.com/swc-project/swc/commit/f9f305cc5faa79dd13bfa5763c6250b23a2a91e3))
## [1.3.96] - 2023-11-03
### Bug Fixes
@ -1681,9 +1684,6 @@
- **(es/compat)** Fix the position for temp var injection ([#7171](https://github.com/swc-project/swc/issues/7171)) ([23fb8c5](https://github.com/swc-project/swc/commit/23fb8c5563a8e5f79d256bb27bdbdfd56944ccbc))
- **(fast-graph)** Use fxhash instead of ahash to make iteration order consistent ([#7133](https://github.com/swc-project/swc/issues/7133)) ([b13eb4c](https://github.com/swc-project/swc/commit/b13eb4c81192a57a7e69b10a2d4530ccd91150f8))
### Features

20
Cargo.lock generated
View File

@ -284,7 +284,7 @@ dependencies = [
[[package]]
name = "binding_macros"
version = "0.60.41"
version = "0.60.42"
dependencies = [
"anyhow",
"console_error_panic_hook",
@ -2780,7 +2780,7 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "preset_env_base"
version = "0.4.6"
version = "0.4.7"
dependencies = [
"ahash 0.8.5",
"anyhow",
@ -3846,7 +3846,7 @@ dependencies = [
[[package]]
name = "swc_cli_impl"
version = "0.4.40"
version = "0.4.41"
dependencies = [
"anyhow",
"atty",
@ -3947,7 +3947,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.86.41"
version = "0.86.42"
dependencies = [
"anyhow",
"binding_macros",
@ -3998,7 +3998,7 @@ dependencies = [
[[package]]
name = "swc_css"
version = "0.157.11"
version = "0.157.12"
dependencies = [
"swc_css_ast",
"swc_css_codegen",
@ -4141,7 +4141,7 @@ dependencies = [
[[package]]
name = "swc_css_prefixer"
version = "0.153.10"
version = "0.153.11"
dependencies = [
"once_cell",
"preset_env_base",
@ -4562,7 +4562,7 @@ dependencies = [
[[package]]
name = "swc_ecma_preset_env"
version = "0.203.30"
version = "0.203.31"
dependencies = [
"anyhow",
"criterion",
@ -4946,7 +4946,7 @@ dependencies = [
[[package]]
name = "swc_ecmascript"
version = "0.236.38"
version = "0.236.39"
dependencies = [
"swc_ecma_ast",
"swc_ecma_codegen",
@ -4994,7 +4994,7 @@ dependencies = [
[[package]]
name = "swc_estree_compat"
version = "0.194.39"
version = "0.194.40"
dependencies = [
"ahash 0.8.5",
"anyhow",
@ -5179,7 +5179,7 @@ dependencies = [
[[package]]
name = "swc_node_bundler"
version = "0.58.40"
version = "0.58.41"
dependencies = [
"anyhow",
"dashmap",

View File

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

View File

@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/preset_env_base/"
edition = "2021"
license = "Apache-2.0"
name = "preset_env_base"
version = "0.4.6"
version = "0.4.7"
[lib]
bench = false

View File

@ -86,7 +86,7 @@ swc_ecma_loader = { version = "0.45.6", path = "../swc_ecma_loader", features =
] }
swc_ecma_minifier = { version = "0.189.33", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.15", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.203.30", path = "../swc_ecma_preset_env" }
swc_ecma_preset_env = { version = "0.203.31", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.226.30", path = "../swc_ecma_transforms", features = [
"compat",
"module",

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.4.40"
version = "0.4.41"
[features]
default = []
@ -32,7 +32,7 @@ tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
walkdir = "2"
swc_core = { version = "0.86.41", features = [
swc_core = { version = "0.86.42", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_core"
repository = "https://github.com/swc-project/swc.git"
version = "0.86.41"
version = "0.86.42"
[package.metadata.docs.rs]
features = [
"allocator_node",
@ -324,7 +324,7 @@ __visit = ["__ecma", "swc_ecma_visit"]
once_cell = { optional = true, version = "1.18.0" }
# swc_* dependencies
binding_macros = { optional = true, version = "0.60.41", path = "../binding_macros" }
binding_macros = { optional = true, version = "0.60.42", path = "../binding_macros" }
swc = { optional = true, version = "0.269.36", path = "../swc" }
swc_atoms = { optional = true, version = "0.6.1", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.222.32", path = "../swc_bundler" }
@ -336,7 +336,7 @@ swc_css_compat = { optional = true, version = "0.27.9", path =
swc_css_minifier = { optional = true, version = "0.116.9", path = "../swc_css_minifier" }
swc_css_modules = { optional = true, version = "0.29.10", path = "../swc_css_modules" }
swc_css_parser = { optional = true, version = "0.150.9", path = "../swc_css_parser" }
swc_css_prefixer = { optional = true, version = "0.153.10", path = "../swc_css_prefixer" }
swc_css_prefixer = { optional = true, version = "0.153.11", path = "../swc_css_prefixer" }
swc_css_utils = { optional = true, version = "0.137.6", path = "../swc_css_utils/" }
swc_css_visit = { optional = true, version = "0.139.6", path = "../swc_css_visit" }
swc_ecma_ast = { optional = true, version = "0.110.6", path = "../swc_ecma_ast" }
@ -344,7 +344,7 @@ swc_ecma_codegen = { optional = true, version = "0.146.17", path
swc_ecma_loader = { optional = true, version = "0.45.6", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.189.33", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.141.15", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.203.30", path = "../swc_ecma_preset_env" }
swc_ecma_preset_env = { optional = true, version = "0.203.31", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.52.15", path = "../swc_ecma_quote_macros" }
swc_ecma_transforms_base = { optional = true, version = "0.134.23", path = "../swc_ecma_transforms_base" }
swc_ecma_transforms_compat = { optional = true, version = "0.160.29", path = "../swc_ecma_transforms_compat" }
@ -358,7 +358,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "0.20.21", path
swc_ecma_utils = { optional = true, version = "0.124.20", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.96.6", path = "../swc_ecma_visit" }
swc_node_base = { optional = true, version = "0.5.9", path = "../swc_node_base" }
swc_node_bundler = { optional = true, version = "0.58.40", path = "../swc_node_bundler" }
swc_node_bundler = { optional = true, version = "0.58.41", path = "../swc_node_bundler" }
swc_nodejs_common = { optional = true, version = "0.0.8", path = "../swc_nodejs_common" }
swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" }
swc_plugin_macro = { optional = true, version = "0.9.15", path = "../swc_plugin_macro" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_css"
repository = "https://github.com/swc-project/swc.git"
version = "0.157.11"
version = "0.157.12"
[package.metadata.docs.rs]
all-features = true
@ -28,6 +28,6 @@ swc_css_compat = { version = "0.27.9", path = "../swc_css_compat", optional =
swc_css_minifier = { version = "0.116.9", path = "../swc_css_minifier", optional = true }
swc_css_modules = { version = "0.29.10", path = "../swc_css_modules", optional = true }
swc_css_parser = { version = "0.150.9", path = "../swc_css_parser" }
swc_css_prefixer = { version = "0.153.10", path = "../swc_css_prefixer", optional = true }
swc_css_prefixer = { version = "0.153.11", path = "../swc_css_prefixer", optional = true }
swc_css_utils = { version = "0.137.6", path = "../swc_css_utils/" }
swc_css_visit = { version = "0.139.6", path = "../swc_css_visit" }

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_css_prefixer"
repository = "https://github.com/swc-project/swc.git"
version = "0.153.10"
version = "0.153.11"
[lib]
bench = false
@ -17,7 +17,7 @@ once_cell = "1.18.0"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
preset_env_base = { version = "0.4.6", path = "../preset_env_base" }
preset_env_base = { version = "0.4.7", path = "../preset_env_base" }
swc_atoms = { version = "0.6.1", path = "../swc_atoms" }
swc_common = { version = "0.33.5", path = "../swc_common" }
swc_css_ast = { version = "0.140.6", path = "../swc_css_ast" }

View File

@ -7,7 +7,7 @@ edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_ecma_preset_env"
version = "0.203.30"
version = "0.203.31"
[lib]
bench = false
@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"], optional = true }
serde_json = "1"
st-map = "0.2.0"
preset_env_base = { version = "0.4.6", path = "../preset_env_base" }
preset_env_base = { version = "0.4.7", path = "../preset_env_base" }
rustc-hash = "1.1.0"
string_enum = { version = "0.4.1", path = "../string_enum" }
swc_atoms = { version = "0.6.1", path = "../swc_atoms" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_ecmascript"
repository = "https://github.com/swc-project/swc.git"
version = "0.236.38"
version = "0.236.39"
[package.metadata.docs.rs]
all-features = true
@ -44,7 +44,7 @@ swc_ecma_codegen = { version = "0.146.17", path = "../swc_ecma_codegen", opti
swc_ecma_dep_graph = { version = "0.113.15", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.189.33", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.141.15", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.203.30", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_preset_env = { version = "0.203.31", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.57.15", path = "../swc_ecma_quote", optional = true }
swc_ecma_transforms = { version = "0.226.30", path = "../swc_ecma_transforms", optional = true }
swc_ecma_utils = { version = "0.124.20", path = "../swc_ecma_utils", optional = true }

View File

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

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.58.40"
version = "0.58.41"
[lib]
bench = false