chore: Publish crates

This commit is contained in:
SWC Bot 2023-10-12 00:42:04 +00:00
parent 94bb42e294
commit 1364c568e1
15 changed files with 73 additions and 70 deletions

View File

@ -5,6 +5,20 @@
- **(es/minifier)** Don't inline functions if `keep_fnames` is enabled ([#8093](https://github.com/swc-project/swc/issues/8093)) ([94bb42e](https://github.com/swc-project/swc/commit/94bb42e29418a8697ba0ab41dad2ffe63f1c32c7))
### Miscellaneous Tasks
- **(xtask)** Typo ([372f78c](https://github.com/swc-project/swc/commit/372f78ce12d7b5e54ea71de642658aead7c2ead7))
## [1.3.93-nightly.20231011.1] - 2023-10-11
### Bug Fixes
- **(ci)** Fix CI ([#8079](https://github.com/swc-project/swc/issues/8079)) ([7073e83](https://github.com/swc-project/swc/commit/7073e83f65ed5e98ee294c8e366a80b0a0f5921f))
@ -25,6 +39,9 @@
- **(es/parser)** Fix parsing of `await using` ([#8101](https://github.com/swc-project/swc/issues/8101)) ([e1043fa](https://github.com/swc-project/swc/commit/e1043fae77ca9e33b2d65ce6edc9559917a895ec))
- **(xtask)** Fix nightly command ([#8105](https://github.com/swc-project/swc/issues/8105)) ([db4ca65](https://github.com/swc-project/swc/commit/db4ca650e445e602f289f7964b24f7e2647beacd))
### Features
@ -53,8 +70,20 @@
- **(xtask)** Add a command for nigjtly build ([#8104](https://github.com/swc-project/swc/issues/8104)) ([9d773bf](https://github.com/swc-project/swc/commit/9d773bfa12bd22fc042f2c9a2d798d9c43adc228))
- **(xtask)** Create a git tag ([bd254f6](https://github.com/swc-project/swc/commit/bd254f67d4367bf550088f89bb021fc97c503a26))
- **(xtask)** Preaerve version ([e0c07e2](https://github.com/swc-project/swc/commit/e0c07e25a15a4087382c96eb72077d817917944e))
- **(xtask)** Inherit stderr ([b8c5787](https://github.com/swc-project/swc/commit/b8c57870fa55840d8f7045b1b1f31bd0095bc6c1))
- Use `cargo xtask` ([#8068](https://github.com/swc-project/swc/issues/8068)) ([6420aef](https://github.com/swc-project/swc/commit/6420aefca5bd22af3a75b7ad34741509ed35377a))
- Restore versions ([ff65a5c](https://github.com/swc-project/swc/commit/ff65a5cd20defda0ae9c58f07103e2369cedf3b3))
### Refactor
@ -1936,30 +1965,4 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
- **(es/parser)** Make lexer not generic over `Input` ([#6993](https://github.com/swc-project/swc/issues/6993)) ([367ac82](https://github.com/swc-project/swc/commit/367ac825f6bfab65cf8bcb21e68500daef8ad177))
## [1.3.37] - 2023-02-28
### Bug Fixes
- **(bindings/cli)** Implement `source-file-name` and `source-root` options ([#6973](https://github.com/swc-project/swc/issues/6973)) ([3e3e41a](https://github.com/swc-project/swc/commit/3e3e41a1756519515df193db903f6992995420e9))
- **(css/utils)** Fix minification of class names with whitespace ([#6983](https://github.com/swc-project/swc/issues/6983)) ([cc1d9bd](https://github.com/swc-project/swc/commit/cc1d9bd567340203d5d2bd228a4d0b19f8052202))
- **(es/decorator)** Preserve evaluation order ([#6972](https://github.com/swc-project/swc/issues/6972)) ([703b340](https://github.com/swc-project/swc/commit/703b340d39c3efb69f4a0d375ab6e5a2f9a4acd9))
### Miscellaneous Tasks
- **(es/parser)** Reduce pre-allocation to reduce memory usage ([#6979](https://github.com/swc-project/swc/issues/6979)) ([f1e7a2a](https://github.com/swc-project/swc/commit/f1e7a2a9cc74b19597e9d7105852daf4672514a2))
### Testing
- **(es/tsc)** Update tsc test suite ([#6982](https://github.com/swc-project/swc/issues/6982)) ([b887b30](https://github.com/swc-project/swc/commit/b887b30092c77ec67eedb7f1dd0b5570a1a16eea))
<!-- generated by git-cliff -->

26
Cargo.lock generated
View File

@ -283,7 +283,7 @@ dependencies = [
[[package]]
name = "binding_macros"
version = "0.59.4"
version = "0.59.5"
dependencies = [
"anyhow",
"console_error_panic_hook",
@ -1055,7 +1055,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.88.10"
version = "0.88.11"
dependencies = [
"anyhow",
"clap 3.2.25",
@ -3668,7 +3668,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.268.4"
version = "0.268.5"
dependencies = [
"ansi_term",
"anyhow",
@ -3739,7 +3739,7 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.221.5"
version = "0.221.6"
dependencies = [
"anyhow",
"crc",
@ -3794,7 +3794,7 @@ dependencies = [
[[package]]
name = "swc_cli_impl"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"anyhow",
"atty",
@ -3852,7 +3852,7 @@ dependencies = [
[[package]]
name = "swc_compiler_base"
version = "0.2.5"
version = "0.2.6"
dependencies = [
"anyhow",
"base64 0.13.1",
@ -3895,7 +3895,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.85.4"
version = "0.85.5"
dependencies = [
"anyhow",
"binding_macros",
@ -4252,7 +4252,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.188.5"
version = "0.188.6"
dependencies = [
"ansi_term",
"anyhow",
@ -4692,7 +4692,7 @@ dependencies = [
[[package]]
name = "swc_ecmascript"
version = "0.235.5"
version = "0.235.6"
dependencies = [
"swc_ecma_ast",
"swc_ecma_codegen",
@ -4740,7 +4740,7 @@ dependencies = [
[[package]]
name = "swc_estree_compat"
version = "0.193.4"
version = "0.193.5"
dependencies = [
"ahash 0.8.3",
"anyhow",
@ -4788,7 +4788,7 @@ dependencies = [
[[package]]
name = "swc_html"
version = "0.133.4"
version = "0.133.5"
dependencies = [
"swc_html_ast",
"swc_html_codegen",
@ -4839,7 +4839,7 @@ dependencies = [
[[package]]
name = "swc_html_minifier"
version = "0.130.4"
version = "0.130.5"
dependencies = [
"criterion",
"once_cell",
@ -4925,7 +4925,7 @@ dependencies = [
[[package]]
name = "swc_node_bundler"
version = "0.57.4"
version = "0.57.5"
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.59.4"
version = "0.59.5"
[lib]
bench = false
@ -33,7 +33,7 @@ binding_wasm = [
[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.268.4", path = "../swc" }
swc = { optional = true, version = "0.268.5", path = "../swc" }
swc_common = { optional = true, version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.225.5", path = "../swc_ecma_transforms" }

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.88.10"
version = "0.88.11"
[[bin]]
bench = false
@ -32,7 +32,7 @@ swc_common = { version = "0.33.0", features = [
], path = "../swc_common" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.188.5", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }

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.268.4"
version = "0.268.5"
[lib]
bench = false
@ -73,7 +73,7 @@ swc_common = { version = "0.33.0", path = "../swc_common", features = [
"sourcemap",
"parking_lot",
] }
swc_compiler_base = { version = "0.2.5", path = "../swc_compiler_base" }
swc_compiler_base = { version = "0.2.6", path = "../swc_compiler_base" }
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
@ -84,7 +84,7 @@ swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader", features =
"node",
"tsc",
] }
swc_ecma_minifier = { version = "0.188.5", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { version = "0.202.5", path = "../swc_ecma_preset_env" }
swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms", features = [

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.221.5"
version = "0.221.6"
[package.metadata.docs.rs]
all-features = true
@ -63,7 +63,7 @@ swc_ecma_loader = { version = "0.45.0", path = "../swc_ecma_loader", features =
"node",
"cache",
] }
swc_ecma_minifier = { version = "0.188.5", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", features = [
"concurrent",
] }
swc_ecma_transforms_proposal = { version = "0.168.5", path = "../swc_ecma_transforms_proposal" }

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.3.4"
version = "0.3.5"
[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.85.4", features = [
swc_core = { version = "0.85.5", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_compiler_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.5"
version = "0.2.6"
[features]
node = ["napi", "napi-derive"]
@ -25,7 +25,7 @@ swc_common = { version = "0.33.0", path = "../swc_common", features = [
swc_config = { version = "0.1.7", path = "../swc_config" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_minifier = { version = "0.188.5", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_visit = { version = "0.96.0", path = "../swc_ecma_visit" }
swc_timer = { version = "0.21.0", path = "../swc_timer" }

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.85.4"
version = "0.85.5"
[package.metadata.docs.rs]
features = [
"allocator_node",
@ -324,10 +324,10 @@ __visit = ["__ecma", "swc_ecma_visit"]
once_cell = { optional = true, version = "1.18.0" }
# swc_* dependencies
binding_macros = { optional = true, version = "0.59.4", path = "../binding_macros" }
swc = { optional = true, version = "0.268.4", path = "../swc" }
binding_macros = { optional = true, version = "0.59.5", path = "../binding_macros" }
swc = { optional = true, version = "0.268.5", path = "../swc" }
swc_atoms = { optional = true, version = "0.6.0", path = "../swc_atoms" }
swc_bundler = { optional = true, version = "0.221.5", path = "../swc_bundler" }
swc_bundler = { optional = true, version = "0.221.6", path = "../swc_bundler" }
swc_cached = { optional = true, version = "0.3.17", path = "../swc_cached" }
swc_common = { optional = true, version = "0.33.0", path = "../swc_common" }
swc_css_ast = { optional = true, version = "0.140.0", path = "../swc_css_ast" }
@ -342,7 +342,7 @@ swc_css_visit = { optional = true, version = "0.139.0", path
swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { optional = true, version = "0.146.1", path = "../swc_ecma_codegen" }
swc_ecma_loader = { optional = true, version = "0.45.0", path = "../swc_ecma_loader" }
swc_ecma_minifier = { optional = true, version = "0.188.5", path = "../swc_ecma_minifier" }
swc_ecma_minifier = { optional = true, version = "0.188.6", path = "../swc_ecma_minifier" }
swc_ecma_parser = { optional = true, version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_preset_env = { optional = true, version = "0.202.5", path = "../swc_ecma_preset_env" }
swc_ecma_quote_macros = { optional = true, version = "0.52.1", path = "../swc_ecma_quote_macros" }
@ -358,7 +358,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "0.20.2", path =
swc_ecma_utils = { optional = true, version = "0.124.2", path = "../swc_ecma_utils" }
swc_ecma_visit = { optional = true, version = "0.96.0", path = "../swc_ecma_visit" }
swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" }
swc_node_bundler = { optional = true, version = "0.57.4", path = "../swc_node_bundler" }
swc_node_bundler = { optional = true, version = "0.57.5", 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

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

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.235.5"
version = "0.235.6"
[package.metadata.docs.rs]
all-features = true
@ -42,7 +42,7 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"]
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen", optional = true }
swc_ecma_dep_graph = { version = "0.113.1", path = "../swc_ecma_dep_graph", optional = true }
swc_ecma_minifier = { version = "0.188.5", path = "../swc_ecma_minifier", optional = true }
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", optional = true }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser", optional = true, default-features = false }
swc_ecma_preset_env = { version = "0.202.5", path = "../swc_ecma_preset_env", optional = true }
swc_ecma_quote = { version = "0.57.1", path = "../swc_ecma_quote", 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.193.4"
version = "0.193.5"
[package.metadata.docs.rs]
all-features = true
@ -40,7 +40,7 @@ swc_node_comments = { version = "0.20.0", path = "../swc_node_comments/" }
criterion = "0.5"
pretty_assertions = "1.3"
swc = { version = "0.268.4", path = "../swc" }
swc = { version = "0.268.5", path = "../swc" }
swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }
swc_ecma_transforms = { version = "0.225.5", path = "../swc_ecma_transforms/" }

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_html"
repository = "https://github.com/swc-project/swc.git"
version = "0.133.4"
version = "0.133.5"
[package.metadata.docs.rs]
all-features = true
@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"]
[dependencies]
swc_html_ast = {version = "0.33.0", path = "../swc_html_ast"}
swc_html_codegen = {version = "0.42.0", path = "../swc_html_codegen"}
swc_html_minifier = {version = "0.130.4", path = "../swc_html_minifier", optional = true}
swc_html_minifier = {version = "0.130.5", path = "../swc_html_minifier", optional = true}
swc_html_parser = {version = "0.39.0", path = "../swc_html_parser"}
swc_html_visit = {version = "0.33.0", path = "../swc_html_visit"}

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.130.4"
version = "0.130.5"
[lib]
bench = false
@ -31,7 +31,7 @@ swc_ecma_ast = { version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.146.1", path = "../swc_ecma_codegen", features = [
"serde-impl",
] }
swc_ecma_minifier = { version = "0.188.5", path = "../swc_ecma_minifier", features = [
swc_ecma_minifier = { version = "0.188.6", path = "../swc_ecma_minifier", features = [
"extra-serde",
] }
swc_ecma_parser = { version = "0.141.1", path = "../swc_ecma_parser" }

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.57.4"
version = "0.57.5"
[lib]
bench = false
@ -29,9 +29,9 @@ serde_json = "1"
tracing = "0.1.37"
string_enum = { version = "0.4.1", path = "../string_enum" }
swc = { version = "0.268.4", path = "../swc" }
swc = { version = "0.268.5", path = "../swc" }
swc_atoms = { version = "0.6.0", path = "../swc_atoms" }
swc_bundler = { version = "0.221.5", path = "../swc_bundler", features = [
swc_bundler = { version = "0.221.6", path = "../swc_bundler", features = [
"concurrent",
] }
swc_common = { version = "0.33.0", path = "../swc_common", features = [