From fa153348c9c24ec2c6bfb2ea4d129b71b179275b Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Sat, 1 Apr 2023 06:17:38 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 +++++ Cargo.lock | 38 ++++++++++++++--------------- crates/binding_macros/Cargo.toml | 4 +-- crates/swc/Cargo.toml | 4 +-- crates/swc_core/Cargo.toml | 28 ++++++++++----------- crates/swc_css/Cargo.toml | 20 +++++++-------- crates/swc_css_ast/Cargo.toml | 2 +- crates/swc_css_codegen/Cargo.toml | 10 ++++---- crates/swc_css_compat/Cargo.toml | 12 ++++----- crates/swc_css_lints/Cargo.toml | 8 +++--- crates/swc_css_minifier/Cargo.toml | 12 ++++----- crates/swc_css_modules/Cargo.toml | 12 ++++----- crates/swc_css_parser/Cargo.toml | 8 +++--- crates/swc_css_prefixer/Cargo.toml | 12 ++++----- crates/swc_css_utils/Cargo.toml | 6 ++--- crates/swc_css_visit/Cargo.toml | 4 +-- crates/swc_estree_compat/Cargo.toml | 4 +-- crates/swc_html/Cargo.toml | 4 +-- crates/swc_html_minifier/Cargo.toml | 10 ++++---- crates/swc_node_bundler/Cargo.toml | 4 +-- crates/swc_plugin_runner/Cargo.toml | 8 +++--- 21 files changed, 111 insertions(+), 105 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eda6a3938b0..d1b0193e97c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ - **(es/modules)** Hint nodejs for multiple `export *` (#7184) ([98f1493](https://github.com/swc-project/swc/commit/98f14931e7fa24b9d888eb5149c647840978b096)) +### Features + + + +- **(css/modules)** Preserve spans of CSS class names (#7185) ([df7b4e7](https://github.com/swc-project/swc/commit/df7b4e71d22a7174df6f4fe9691044560e8e7f65)) + ### Testing diff --git a/Cargo.lock b/Cargo.lock index 6c6116c1b72b..ad610747a7f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.47.8" +version = "0.47.9" dependencies = [ "anyhow", "console_error_panic_hook", @@ -3129,7 +3129,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.258.8" +version = "0.258.9" dependencies = [ "ahash", "ansi_term", @@ -3315,7 +3315,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.72.9" +version = "0.73.0" dependencies = [ "anyhow", "binding_macros", @@ -3368,7 +3368,7 @@ dependencies = [ [[package]] name = "swc_css" -version = "0.151.5" +version = "0.152.0" dependencies = [ "swc_css_ast", "swc_css_codegen", @@ -3383,7 +3383,7 @@ dependencies = [ [[package]] name = "swc_css_ast" -version = "0.136.4" +version = "0.136.5" dependencies = [ "bytecheck", "is-macro", @@ -3396,7 +3396,7 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "0.146.4" +version = "0.146.5" dependencies = [ "auto_impl", "bitflags", @@ -3425,7 +3425,7 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "0.22.5" +version = "0.22.6" dependencies = [ "bitflags", "once_cell", @@ -3443,7 +3443,7 @@ dependencies = [ [[package]] name = "swc_css_lints" -version = "0.55.4" +version = "0.55.5" dependencies = [ "auto_impl", "parking_lot", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "0.111.4" +version = "0.111.5" dependencies = [ "criterion", "serde", @@ -3479,7 +3479,7 @@ dependencies = [ [[package]] name = "swc_css_modules" -version = "0.23.5" +version = "0.24.0" dependencies = [ "rustc-hash", "serde", @@ -3496,7 +3496,7 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "0.145.4" +version = "0.145.5" dependencies = [ "bitflags", "criterion", @@ -3513,7 +3513,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.148.4" +version = "0.148.5" dependencies = [ "once_cell", "preset_env_base", @@ -3531,7 +3531,7 @@ dependencies = [ [[package]] name = "swc_css_utils" -version = "0.133.4" +version = "0.133.5" dependencies = [ "once_cell", "serde", @@ -3544,7 +3544,7 @@ dependencies = [ [[package]] name = "swc_css_visit" -version = "0.135.4" +version = "0.135.5" dependencies = [ "serde", "swc_atoms", @@ -4171,7 +4171,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.181.8" +version = "0.181.9" dependencies = [ "ahash", "anyhow", @@ -4219,7 +4219,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "0.121.8" +version = "0.121.9" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -4271,7 +4271,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "0.118.8" +version = "0.118.9" dependencies = [ "criterion", "once_cell", @@ -4357,7 +4357,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "0.45.8" +version = "0.45.9" dependencies = [ "anyhow", "dashmap", @@ -4437,7 +4437,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.93.4" +version = "0.93.5" dependencies = [ "anyhow", "criterion", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index d511914dfa61..3c1f75ce43be 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "binding_macros" repository = "https://github.com/swc-project/swc.git" -version = "0.47.8" +version = "0.47.9" [lib] bench = false @@ -33,7 +33,7 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "0.258.8", path = "../swc" } +swc = { optional = true, version = "0.258.9", path = "../swc" } swc_common = { optional = true, version = "0.30.4", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "0.102.4", path = "../swc_ecma_ast" } swc_ecma_transforms = { optional = true, version = "0.215.8", path = "../swc_ecma_transforms" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index bd1395e8936f..df5a3c48de6b 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -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.258.8" +version = "0.258.9" [lib] bench = false @@ -101,7 +101,7 @@ swc_ecma_visit = { version = "0.88.4", path = "../swc_ecma_visit" } swc_error_reporters = { version = "0.14.4", path = "../swc_error_reporters" } swc_node_comments = { version = "0.17.4", path = "../swc_node_comments" } swc_plugin_proxy = { version = "0.31.4", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "0.93.4", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_plugin_runner = { version = "0.93.5", path = "../swc_plugin_runner", optional = true, default-features = false } swc_timer = { version = "0.18.4", path = "../swc_timer" } swc_visit = { version = "0.5.5", path = "../swc_visit" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 379035aad5ea..85c51d44f48c 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "0.72.9" +version = "0.73.0" [package.metadata.docs.rs] features = [ "common_perf", @@ -342,20 +342,20 @@ wasmer = { optional = true, version = "2.3.0", default-features = false } wasmer-wasi = { optional = true, version = "2.3.0", default-features = false } # swc_* dependencies -binding_macros = { optional = true, version = "0.47.8", path = "../binding_macros" } -swc = { optional = true, version = "0.258.8", path = "../swc" } +binding_macros = { optional = true, version = "0.47.9", path = "../binding_macros" } +swc = { optional = true, version = "0.258.9", path = "../swc" } swc_atoms = { optional = true, version = "0.4.43", path = "../swc_atoms" } swc_bundler = { optional = true, version = "0.211.8", path = "../swc_bundler" } swc_cached = { optional = true, version = "0.3.15", path = "../swc_cached" } swc_common = { optional = true, version = "0.30.4", path = "../swc_common" } -swc_css_ast = { optional = true, version = "0.136.4", path = "../swc_css_ast" } -swc_css_codegen = { optional = true, version = "0.146.4", path = "../swc_css_codegen" } -swc_css_minifier = { optional = true, version = "0.111.4", path = "../swc_css_minifier" } -swc_css_modules = { optional = true, version = "0.23.5", path = "../swc_css_modules" } -swc_css_parser = { optional = true, version = "0.145.4", path = "../swc_css_parser" } -swc_css_prefixer = { optional = true, version = "0.148.4", path = "../swc_css_prefixer" } -swc_css_utils = { optional = true, version = "0.133.4", path = "../swc_css_utils/" } -swc_css_visit = { optional = true, version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { optional = true, version = "0.136.5", path = "../swc_css_ast" } +swc_css_codegen = { optional = true, version = "0.146.5", path = "../swc_css_codegen" } +swc_css_minifier = { optional = true, version = "0.111.5", path = "../swc_css_minifier" } +swc_css_modules = { optional = true, version = "0.24.0", path = "../swc_css_modules" } +swc_css_parser = { optional = true, version = "0.145.5", path = "../swc_css_parser" } +swc_css_prefixer = { optional = true, version = "0.148.5", path = "../swc_css_prefixer" } +swc_css_utils = { optional = true, version = "0.133.5", path = "../swc_css_utils/" } +swc_css_visit = { optional = true, version = "0.135.5", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "0.102.4", path = "../swc_ecma_ast" } swc_ecma_codegen = { optional = true, version = "0.137.4", path = "../swc_ecma_codegen" } swc_ecma_loader = { optional = true, version = "0.42.4", path = "../swc_ecma_loader" } @@ -375,7 +375,7 @@ swc_ecma_usage_analyzer = { optional = true, version = "0.11.4", path = swc_ecma_utils = { optional = true, version = "0.115.4", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "0.88.4", path = "../swc_ecma_visit" } swc_node_base = { optional = true, version = "0.5.8", path = "../swc_node_base" } -swc_node_bundler = { optional = true, version = "0.45.8", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "0.45.9", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "0.0.5", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "0.90.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "0.9.11", path = "../swc_plugin_macro" } @@ -383,8 +383,8 @@ swc_plugin_proxy = { optional = true, version = "0.31.4", path = swc_trace_macro = { optional = true, version = "0.1.2", path = "../swc_trace_macro" } testing = { optional = true, version = "0.32.4", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features -swc_css_compat = { version = "0.22.5", path = "../swc_css_compat", optional = true } -swc_plugin_runner = { optional = true, version = "0.93.4", path = "../swc_plugin_runner", default-features = false } +swc_css_compat = { version = "0.22.6", path = "../swc_css_compat", optional = true } +swc_plugin_runner = { optional = true, version = "0.93.5", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { version = "7.3.2", default-features = false, features = ["cargo"] } diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index 899cdc51fbbe..69ceeb2dfc45 100644 --- a/crates/swc_css/Cargo.toml +++ b/crates/swc_css/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css" repository = "https://github.com/swc-project/swc.git" -version = "0.151.5" +version = "0.152.0" [package.metadata.docs.rs] all-features = true @@ -22,12 +22,12 @@ modules = ["swc_css_modules"] prefixer = ["swc_css_prefixer"] [dependencies] -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" } -swc_css_compat = { version = "0.22.5", path = "../swc_css_compat", optional = true } -swc_css_minifier = { version = "0.111.4", path = "../swc_css_minifier", optional = true } -swc_css_modules = { version = "0.23.5", path = "../swc_css_modules", optional = true } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } -swc_css_prefixer = { version = "0.148.4", path = "../swc_css_prefixer", optional = true } -swc_css_utils = { version = "0.133.4", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" } +swc_css_compat = { version = "0.22.6", path = "../swc_css_compat", optional = true } +swc_css_minifier = { version = "0.111.5", path = "../swc_css_minifier", optional = true } +swc_css_modules = { version = "0.24.0", path = "../swc_css_modules", optional = true } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } +swc_css_prefixer = { version = "0.148.5", path = "../swc_css_prefixer", optional = true } +swc_css_utils = { version = "0.133.5", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } diff --git a/crates/swc_css_ast/Cargo.toml b/crates/swc_css_ast/Cargo.toml index 2d2bdbd09e03..d79396b3902e 100644 --- a/crates/swc_css_ast/Cargo.toml +++ b/crates/swc_css_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.136.4" +version = "0.136.5" [lib] bench = false diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index 7a7e7a84869f..9cd449a30c73 100644 --- a/crates/swc_css_codegen/Cargo.toml +++ b/crates/swc_css_codegen/Cargo.toml @@ -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.146.4" +version = "0.146.5" [lib] bench = false @@ -20,14 +20,14 @@ serde = "1.0.127" swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } swc_css_codegen_macros = { version = "0.2.1", path = "../swc_css_codegen_macros" } -swc_css_utils = { version = "0.133.4", path = "../swc_css_utils" } +swc_css_utils = { version = "0.133.5", path = "../swc_css_utils" } [dev-dependencies] swc_common = { version = "0.30.4", path = "../swc_common", features = [ "sourcemap", ] } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } testing = { version = "0.32.4", path = "../testing" } diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index 31917e62a08a..168dac230f3b 100644 --- a/crates/swc_css_compat/Cargo.toml +++ b/crates/swc_css_compat/Cargo.toml @@ -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.22.5" +version = "0.22.6" [lib] bench = false @@ -20,11 +20,11 @@ serde_json = "1.0.61" swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_utils = { version = "0.133.4", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_utils = { version = "0.133.5", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } testing = { version = "0.32.4", path = "../testing" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index ad7485fc15a0..f222f9f4fd5f 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_lints" repository = "https://github.com/swc-project/swc.git" -version = "0.55.4" +version = "0.55.5" [lib] bench = false @@ -22,11 +22,11 @@ thiserror = "1.0.30" swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_cached = { version = "0.3.15", path = "../swc_cached" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } [dev-dependencies] serde_json = "1.0.79" -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } testing = { version = "0.32.4", path = "../testing" } diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 921e4324448a..0bed6906a9b4 100644 --- a/crates/swc_css_minifier/Cargo.toml +++ b/crates/swc_css_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_minifier" repository = "https://github.com/swc-project/swc.git" -version = "0.111.4" +version = "0.111.5" [lib] bench = false @@ -17,15 +17,15 @@ serde = "1.0.118" swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_utils = { version = "0.133.4", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_utils = { version = "0.133.5", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } [dev-dependencies] criterion = "0.3" -swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.32.4", path = "../testing" } diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index 27b80c3c4697..19b86a839f38 100644 --- a/crates/swc_css_modules/Cargo.toml +++ b/crates/swc_css_modules/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_modules" repository = "https://github.com/swc-project/swc.git" -version = "0.23.5" +version = "0.24.0" [lib] bench = false @@ -20,13 +20,13 @@ serde = { version = "1", features = ["derive"] } swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } [dev-dependencies] serde_json = "1" -swc_css_compat = { version = "0.22.5", path = "../swc_css_compat" } +swc_css_compat = { version = "0.22.6", path = "../swc_css_compat" } testing = { version = "0.32.4", path = "../testing" } diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index 1aeb3cc4b003..3cbd8478beee 100644 --- a/crates/swc_css_parser/Cargo.toml +++ b/crates/swc_css_parser/Cargo.toml @@ -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.145.4" +version = "0.145.5" [lib] bench = false @@ -22,16 +22,16 @@ serde = "1.0.127" swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } [dev-dependencies] criterion = "0.3" serde_json = "1.0.66" -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast", features = [ +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast", features = [ "serde-impl", ] } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } swc_node_base = { version = "0.5.8", path = "../swc_node_base" } testing = { version = "0.32.4", path = "../testing" } diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index 54b15d55882c..0af16aac2746 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -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.148.4" +version = "0.148.5" [lib] bench = false @@ -20,11 +20,11 @@ serde_json = "1.0.61" preset_env_base = { version = "0.4.1", path = "../preset_env_base" } swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_utils = { version = "0.133.4", path = "../swc_css_utils/" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_utils = { version = "0.133.5", path = "../swc_css_utils/" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } +swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } testing = { version = "0.32.4", path = "../testing" } diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index 2669306e3f36..b05902dbe81a 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = "Apache-2.0" name = "swc_css_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.133.4" +version = "0.133.5" [lib] bench = false @@ -19,5 +19,5 @@ serde_json = "1.0.61" swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_visit = { version = "0.135.4", path = "../swc_css_visit" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_visit = { version = "0.135.5", path = "../swc_css_visit" } diff --git a/crates/swc_css_visit/Cargo.toml b/crates/swc_css_visit/Cargo.toml index 4e35aba414f8..43b9882652b6 100644 --- a/crates/swc_css_visit/Cargo.toml +++ b/crates/swc_css_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_visit" repository = "https://github.com/swc-project/swc.git" -version = "0.135.4" +version = "0.135.5" [package.metadata.docs.rs] all-features = true @@ -24,5 +24,5 @@ serde = { version = "1", optional = true } swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } swc_visit = { version = "0.5.5", path = "../swc_visit" } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index f1cfdbb9278c..9e96c60a2440 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -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.181.8" +version = "0.181.9" [package.metadata.docs.rs] all-features = true @@ -40,7 +40,7 @@ swc_node_comments = { version = "0.17.4", path = "../swc_node_comments/" } criterion = "0.3" pretty_assertions = "1.1" -swc = { version = "0.258.8", path = "../swc" } +swc = { version = "0.258.9", path = "../swc" } swc_ecma_ast = { version = "0.102.4", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.132.4", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "0.215.8", path = "../swc_ecma_transforms/" } diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index e9a009b88231..2e76a8924b59 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_html" repository = "https://github.com/swc-project/swc.git" -version = "0.121.8" +version = "0.121.9" [package.metadata.docs.rs] all-features = true @@ -21,6 +21,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = {version = "0.30.4", path = "../swc_html_ast"} swc_html_codegen = {version = "0.39.4", path = "../swc_html_codegen"} -swc_html_minifier = {version = "0.118.8", path = "../swc_html_minifier", optional = true} +swc_html_minifier = {version = "0.118.9", path = "../swc_html_minifier", optional = true} swc_html_parser = {version = "0.36.4", path = "../swc_html_parser"} swc_html_visit = {version = "0.30.4", path = "../swc_html_visit"} diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 9b728cf11f16..604ada8555f6 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -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.118.8" +version = "0.118.9" [lib] bench = false @@ -23,10 +23,10 @@ serde_json = "1.0.61" swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_cached = { version = "0.3.15", path = "../swc_cached" } swc_common = { version = "0.30.4", path = "../swc_common" } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast" } -swc_css_codegen = { version = "0.146.4", path = "../swc_css_codegen" } -swc_css_minifier = { version = "0.111.4", path = "../swc_css_minifier" } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast" } +swc_css_codegen = { version = "0.146.5", path = "../swc_css_codegen" } +swc_css_minifier = { version = "0.111.5", path = "../swc_css_minifier" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.102.4", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.137.4", path = "../swc_ecma_codegen", features = [ "serde-impl", diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index bcb1d9ef4d58..447dc0caa5d8 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_node_bundler" repository = "https://github.com/swc-project/swc.git" -version = "0.45.8" +version = "0.45.9" [lib] bench = false @@ -29,7 +29,7 @@ serde_json = "1" tracing = "0.1.32" string_enum = { version = "0.4.0", path = "../string_enum" } -swc = { version = "0.258.8", path = "../swc" } +swc = { version = "0.258.9", path = "../swc" } swc_atoms = { version = "0.4.43", path = "../swc_atoms" } swc_bundler = { version = "0.211.8", path = "../swc_bundler", features = [ "concurrent", diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 68cca5ec2775..efff59d300a4 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_runner" repository = "https://github.com/swc-project/swc.git" -version = "0.93.4" +version = "0.93.5" [lib] bench = false @@ -49,7 +49,7 @@ wasmer-wasi = { version = "2.3.0", default-features = false } swc_common = { version = "0.30.4", path = "../swc_common", features = [ "concurrent", ] } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast", optional = true } +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast", optional = true } swc_ecma_ast = { version = "0.102.4", path = "../swc_ecma_ast", optional = true } swc_plugin_proxy = { version = "0.31.4", path = "../swc_plugin_proxy" } @@ -65,10 +65,10 @@ wasmer = "2.3.0" wasmer-wasi = "2.3.0" swc_atoms = { version = "0.4.43", path = '../swc_atoms' } -swc_css_ast = { version = "0.136.4", path = "../swc_css_ast", features = [ +swc_css_ast = { version = "0.136.5", path = "../swc_css_ast", features = [ "rkyv-impl", ] } -swc_css_parser = { version = "0.145.4", path = "../swc_css_parser" } +swc_css_parser = { version = "0.145.5", path = "../swc_css_parser" } swc_ecma_ast = { version = "0.102.4", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] }