From 7d23492b168bb2a10a6dad3faee1f7ea2de3ece2 Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Thu, 21 Apr 2022 10:02:50 +0000 Subject: [PATCH] chore: Publish crates --- CHANGELOG.md | 6 +++ Cargo.lock | 46 +++++++++---------- crates/swc/Cargo.toml | 24 +++++----- crates/swc_bundler/Cargo.toml | 16 +++---- crates/swc_cli/Cargo.toml | 4 +- crates/swc_ecma_ext_transforms/Cargo.toml | 4 +- crates/swc_ecma_lints/Cargo.toml | 6 +-- crates/swc_ecma_minifier/Cargo.toml | 8 ++-- crates/swc_ecma_preset_env/Cargo.toml | 6 +-- crates/swc_ecma_quote/Cargo.toml | 4 +- crates/swc_ecma_transforms/Cargo.toml | 20 ++++---- crates/swc_ecma_transforms_base/Cargo.toml | 4 +- crates/swc_ecma_transforms_classes/Cargo.toml | 6 +-- crates/swc_ecma_transforms_compat/Cargo.toml | 10 ++-- crates/swc_ecma_transforms_module/Cargo.toml | 10 ++-- .../Cargo.toml | 18 ++++---- .../swc_ecma_transforms_proposal/Cargo.toml | 12 ++--- crates/swc_ecma_transforms_react/Cargo.toml | 12 ++--- crates/swc_ecma_transforms_testing/Cargo.toml | 6 +-- .../swc_ecma_transforms_typescript/Cargo.toml | 14 +++--- crates/swc_ecma_utils/Cargo.toml | 2 +- crates/swc_ecmascript/Cargo.toml | 10 ++-- crates/swc_estree_compat/Cargo.toml | 8 ++-- crates/swc_plugin/Cargo.toml | 6 +-- crates/swc_webpack_ast/Cargo.toml | 10 ++-- 25 files changed, 139 insertions(+), 133 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9990802d061..9c7e64d12ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,12 @@ - **(plugin)** Align deps for the plugin (#4384) ([46e88a3](https://github.com/swc-project/swc/commit/46e88a303fd62378139c112839006364bcc8726c)) +### Features + + + +- **(es/minifier)** Improve handling of switches (#4260) ([8cf3ddd](https://github.com/swc-project/swc/commit/8cf3ddda6cd41d9dd0eddab9bd6e869753e1f0f8)) + ### Miscellaneous Tasks - **general**: Fix wasm publish script ([234e380](https://github.com/swc-project/swc/commit/234e38058071f1d91e899ba7d16f37f3e3a69334))- **general**: Fix CI ([11012d0](https://github.com/swc-project/swc/commit/11012d07e56895369f016eb7e6c7cc9261398250))- **general**: Fix CI, really ([000e31b](https://github.com/swc-project/swc/commit/000e31b3cdd44430e6fc9957bb496577294ac218)) diff --git a/Cargo.lock b/Cargo.lock index 4fdc01fbc57..ec0a3bd012b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2838,7 +2838,7 @@ dependencies = [ [[package]] name = "swc" -version = "0.169.0" +version = "0.170.0" dependencies = [ "ahash", "ansi_term", @@ -2900,7 +2900,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.137.1" +version = "0.138.0" dependencies = [ "ahash", "anyhow", @@ -2958,7 +2958,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.43.0" +version = "0.44.0" dependencies = [ "anyhow", "atty", @@ -3213,7 +3213,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "0.67.0" +version = "0.68.0" dependencies = [ "phf", "swc_atoms", @@ -3225,7 +3225,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.34.0" +version = "0.35.0" dependencies = [ "ahash", "auto_impl", @@ -3268,7 +3268,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.104.14" +version = "0.105.0" dependencies = [ "ahash", "ansi_term", @@ -3330,7 +3330,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.120.0" +version = "0.121.0" dependencies = [ "ahash", "anyhow", @@ -3358,7 +3358,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "0.13.0" +version = "0.14.0" dependencies = [ "swc_atoms", "swc_common", @@ -3386,7 +3386,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.145.0" +version = "0.146.0" dependencies = [ "pretty_assertions", "sourcemap", @@ -3411,7 +3411,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.78.0" +version = "0.79.0" dependencies = [ "better_scoped_tls", "criterion", @@ -3434,7 +3434,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.66.0" +version = "0.67.0" dependencies = [ "swc_atoms", "swc_common", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.92.0" +version = "0.93.0" dependencies = [ "ahash", "arrayvec", @@ -3486,7 +3486,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.105.1" +version = "0.106.0" dependencies = [ "Inflector", "ahash", @@ -3511,7 +3511,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.115.0" +version = "0.116.0" dependencies = [ "ahash", "dashmap", @@ -3539,7 +3539,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.100.0" +version = "0.101.0" dependencies = [ "either", "serde", @@ -3562,7 +3562,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.107.0" +version = "0.108.0" dependencies = [ "ahash", "base64 0.13.0", @@ -3590,7 +3590,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.80.0" +version = "0.81.0" dependencies = [ "ansi_term", "anyhow", @@ -3611,7 +3611,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.110.0" +version = "0.111.0" dependencies = [ "criterion", "serde", @@ -3632,7 +3632,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.81.0" +version = "0.82.0" dependencies = [ "indexmap", "once_cell", @@ -3659,7 +3659,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "0.147.0" +version = "0.148.0" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -3703,7 +3703,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "0.89.0" +version = "0.90.0" dependencies = [ "ahash", "anyhow", @@ -3879,7 +3879,7 @@ dependencies = [ [[package]] name = "swc_plugin" -version = "0.48.3" +version = "0.49.0" dependencies = [ "swc_atoms", "swc_common", @@ -3975,7 +3975,7 @@ dependencies = [ [[package]] name = "swc_webpack_ast" -version = "0.87.0" +version = "0.88.0" dependencies = [ "anyhow", "rayon", diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 989abed6a09..2504c9e9b90 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.169.0" +version = "0.170.0" [lib] bench = false @@ -55,17 +55,17 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [ ] } swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "0.67.0", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "0.34.0", path = "../swc_ecma_lints" } +swc_ecma_ext_transforms = { version = "0.68.0", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "0.35.0", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "0.29.0", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "0.104.0", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "0.105.0", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "0.120.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "0.145.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_preset_env = { version = "0.121.0", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "0.146.0", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -73,12 +73,12 @@ swc_ecma_transforms = { version = "0.145.0", path = "../swc_ecma_transforms", fe "react", "typescript", ] } -swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "0.92.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "0.115.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "0.93.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "0.116.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" } -swc_ecmascript = { version = "0.147.0", path = "../swc_ecmascript" } +swc_ecmascript = { version = "0.148.0", path = "../swc_ecmascript" } swc_error_reporters = { version = "0.1.0", path = "../swc_error_reporters" } swc_node_comments = { version = "0.4.0", path = "../swc_node_comments" } swc_plugin_proxy = { version = "0.2.1", path = "../swc_plugin_proxy", optional = true } @@ -103,7 +103,7 @@ version = "2.0.0" ansi_term = "0.12" criterion = "0.3" rayon = "1.5.1" -swc_ecma_lints = { version = "0.34.0", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "0.35.0", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } swc_node_base = { version = "0.5.0", path = "../swc_node_base" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 350fdce4e2e..45b19ed2378 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -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.137.1" +version = "0.138.0" [package.metadata.docs.rs] all-features = true @@ -43,9 +43,9 @@ swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "0.29.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.115.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.116.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "0.5.0", path = "../swc_fast_graph/" } swc_graph_analyzer = { version = "0.6.0", path = "../swc_graph_analyzer/" } @@ -61,10 +61,10 @@ swc_ecma_loader = { version = "0.29.0", path = "../swc_ecma_loader", features = "node", "cache", ] } -swc_ecma_minifier = { version = "0.104.0", path = "../swc_ecma_minifier" } -swc_ecma_transforms_proposal = { version = "0.100.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.107.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "0.110.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_minifier = { version = "0.105.0", path = "../swc_ecma_minifier" } +swc_ecma_transforms_proposal = { version = "0.101.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.108.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "0.111.0", path = "../swc_ecma_transforms_typescript" } swc_node_base = { version = "0.5.0", path = "../swc_node_base" } tempfile = "3.1.0" testing = { version = "0.19.0", path = "../testing" } diff --git a/crates/swc_cli/Cargo.toml b/crates/swc_cli/Cargo.toml index 01cb3e53c6d..c75fc84a33a 100644 --- a/crates/swc_cli/Cargo.toml +++ b/crates/swc_cli/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cli" repository = "https://github.com/swc-project/swc.git" -version = "0.43.0" +version = "0.44.0" [[bin]] bench = false @@ -31,7 +31,7 @@ rayon = "1" relative-path = "1.6.1" serde = {version = "1", features = ["derive"]} serde_json = {version = "1", features = ["unbounded_depth"]} -swc = {version = "0.169.0", path = "../swc"} +swc = {version = "0.170.0", path = "../swc"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_plugin_runner = {version = "0.53.1", path = "../swc_plugin_runner", default-features = false, optional = true} swc_trace_macro = {version = "0.1.0", path = "../swc_trace_macro"} diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index 39ca8c50abd..71f7133a673 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/" edition = "2021" license = "Apache-2.0" name = "swc_ecma_ext_transforms" -version = "0.67.0" +version = "0.68.0" [lib] bench = false @@ -15,5 +15,5 @@ phf = {version = "0.10", features = ["macros"]} swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 5b0b9cdfef3..d8576cf2660 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -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.34.0" +version = "0.35.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -25,13 +25,13 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" } [dev-dependencies] swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" } testing = { version = "0.19.0", path = "../testing" } [features] diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index a0c852cd298..52c651cd8ff 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -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.104.14" +version = "0.105.0" [package.metadata.docs.rs] all-features = true @@ -39,9 +39,9 @@ swc_common = { version = "0.17.23", path = "../swc_common" } swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "0.105.0", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "0.115.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "0.116.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" } swc_timer = { version = "0.5.0", path = "../swc_timer" } tracing = "0.1.32" diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 31d52848779..55285c2f11a 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_ecma_preset_env" -version = "0.120.0" +version = "0.121.0" [lib] bench = false @@ -26,11 +26,11 @@ string_enum = {version = "0.3.1", path = "../string_enum"} swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} -swc_ecma_transforms = {version = "0.145.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = {version = "0.146.0", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ]} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} [dev-dependencies] diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index 8c6e8bc4feb..d681a597bb8 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote" repository = "https://github.com/swc-project/swc.git" -version = "0.13.0" +version = "0.14.0" [lib] bench = false @@ -16,7 +16,7 @@ swc_atoms = {version = "0.2.9", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_quote_macros = {version = "0.12.0", path = "../swc_ecma_quote_macros"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} [dev-dependencies] testing = {version = "0.19.0", path = "../testing"} diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index eea811a51d3..fffd4b40143 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms" repository = "https://github.com/swc-project/swc.git" -version = "0.145.0" +version = "0.146.0" [package.metadata.docs.rs] all-features = true @@ -30,14 +30,14 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = {version = "0.2.0", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} -swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat", optional = true} -swc_ecma_transforms_module = {version = "0.105.0", path = "../swc_ecma_transforms_module", optional = true} -swc_ecma_transforms_optimization = {version = "0.115.0", path = "../swc_ecma_transforms_optimization", optional = true} -swc_ecma_transforms_proposal = {version = "0.100.0", path = "../swc_ecma_transforms_proposal", optional = true} -swc_ecma_transforms_react = {version = "0.107.0", path = "../swc_ecma_transforms_react", optional = true} -swc_ecma_transforms_typescript = {version = "0.110.0", path = "../swc_ecma_transforms_typescript", optional = true} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat", optional = true} +swc_ecma_transforms_module = {version = "0.106.0", path = "../swc_ecma_transforms_module", optional = true} +swc_ecma_transforms_optimization = {version = "0.116.0", path = "../swc_ecma_transforms_optimization", optional = true} +swc_ecma_transforms_proposal = {version = "0.101.0", path = "../swc_ecma_transforms_proposal", optional = true} +swc_ecma_transforms_react = {version = "0.108.0", path = "../swc_ecma_transforms_react", optional = true} +swc_ecma_transforms_typescript = {version = "0.111.0", path = "../swc_ecma_transforms_typescript", optional = true} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} [dev-dependencies] @@ -45,6 +45,6 @@ pretty_assertions = "1.1" sourcemap = "6" swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"} +swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"} tempfile = "3" testing = {version = "0.19.0", path = "../testing"} diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 26a80eadba3..826bf4c9d0d 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -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.78.0" +version = "0.79.0" [lib] bench = false @@ -26,7 +26,7 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} tracing = "0.1.32" diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index cb37c470469..50931addfbb 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_classes" repository = "https://github.com/swc-project/swc.git" -version = "0.66.0" +version = "0.67.0" [lib] bench = false @@ -15,6 +15,6 @@ bench = false swc_atoms = {version = "0.2.6", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index f8fbfc16504..669fc3b5483 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "0.92.0" +version = "0.93.0" [lib] bench = false @@ -32,10 +32,10 @@ smallvec = "1.8.0" swc_atoms = { version = "0.2.5", path = "../swc_atoms" } swc_common = { version = "0.17.23", path = "../swc_common" } swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "0.66.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "0.67.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "0.3.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "0.1.0", path = "../swc_trace_macro" } tracing = "0.1.32" @@ -43,5 +43,5 @@ tracing = "0.1.32" [dev-dependencies] serde_json = "1.0.66" swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "0.80.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "0.81.0", path = "../swc_ecma_transforms_testing" } testing = { version = "0.19.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index da36d2339b4..edcc0390bef 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_module" repository = "https://github.com/swc-project/swc.git" -version = "0.105.1" +version = "0.106.0" [lib] bench = false @@ -27,12 +27,12 @@ swc_ecma_loader = {version = "0.29.0", path = "../swc_ecma_loader", features = [ "node", ]} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} tracing = "0.1.32" [dev-dependencies] -swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat"} -swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"} +swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat"} +swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"} testing = {version = "0.19.0", path = "../testing/"} diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index c7c3db85e7b..0d39cd295c3 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -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.115.0" +version = "0.116.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -34,17 +34,17 @@ swc_atoms = { version = "0.2", path = "../swc_atoms" } swc_common = { version = "0.17.23", path = "../swc_common" } swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "0.102.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "0.78.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "0.79.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "0.3.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" } tracing = "0.1.32" [dev-dependencies] -swc_ecma_transforms_compat = { version = "0.92.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "0.105.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "0.100.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "0.107.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "0.80.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "0.110.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "0.93.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "0.106.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "0.101.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "0.108.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "0.81.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "0.111.0", path = "../swc_ecma_transforms_typescript" } testing = { version = "0.19.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index a9effaf241a..8214a2addb4 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_proposal" repository = "https://github.com/swc-project/swc.git" -version = "0.100.0" +version = "0.101.0" [lib] bench = false @@ -24,15 +24,15 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_loader = {version = "0.29.0", path = "../swc_ecma_loader", optional = true} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} -swc_ecma_transforms_classes = {version = "0.66.0", path = "../swc_ecma_transforms_classes"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_classes = {version = "0.67.0", path = "../swc_ecma_transforms_classes"} swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} [dev-dependencies] serde_json = "1.0.66" swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat"} -swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"} +swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat"} +swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"} testing = {version = "0.19.0", path = "../testing"} diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 3dc596f1d43..38fbbb8d0fd 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -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.107.0" +version = "0.108.0" [lib] bench = false @@ -26,14 +26,14 @@ swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} swc_ecma_transforms_macros = {version = "0.3.0", path = "../swc_ecma_transforms_macros"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} [dev-dependencies] swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen/"} -swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat/"} -swc_ecma_transforms_module = {version = "0.105.0", path = "../swc_ecma_transforms_module"} -swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"} +swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat/"} +swc_ecma_transforms_module = {version = "0.106.0", path = "../swc_ecma_transforms_module"} +swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"} testing = {version = "0.19.0", path = "../testing"} diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 8247d8b09d3..74772ca2d4d 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_testing" repository = "https://github.com/swc-project/swc.git" -version = "0.80.0" +version = "0.81.0" [lib] bench = false @@ -22,8 +22,8 @@ swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} tempfile = "3.1.0" testing = {version = "0.19.0", path = "../testing"} diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 9ae8755e968..8e97730e8f0 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -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.110.0" +version = "0.111.0" [lib] bench = false @@ -17,18 +17,18 @@ serde = {version = "1.0.118", features = ["derive"]} swc_atoms = {version = "0.2", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} -swc_ecma_transforms_react = {version = "0.107.0", path = "../swc_ecma_transforms_react"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} +swc_ecma_transforms_react = {version = "0.108.0", path = "../swc_ecma_transforms_react"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} [dev-dependencies] criterion = "0.3" swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_compat = {version = "0.92.0", path = "../swc_ecma_transforms_compat"} -swc_ecma_transforms_proposal = {version = "0.100.0", path = "../swc_ecma_transforms_proposal"} -swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"} +swc_ecma_transforms_compat = {version = "0.93.0", path = "../swc_ecma_transforms_compat"} +swc_ecma_transforms_proposal = {version = "0.101.0", path = "../swc_ecma_transforms_proposal"} +swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"} testing = {version = "0.19.0", path = "../testing"} [[bench]] diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 28777da6f62..0237a7e2f3c 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_utils" repository = "https://github.com/swc-project/swc.git" -version = "0.81.0" +version = "0.82.0" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 52fefea3dbe..8bdf5640d2e 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "0.147.0" +version = "0.148.0" [package.metadata.docs.rs] all-features = true @@ -39,11 +39,11 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_codegen = {version = "0.105.0", path = "../swc_ecma_codegen", optional = true} swc_ecma_dep_graph = {version = "0.74.0", path = "../swc_ecma_dep_graph", optional = true} -swc_ecma_minifier = {version = "0.104.0", path = "../swc_ecma_minifier", optional = true} +swc_ecma_minifier = {version = "0.105.0", path = "../swc_ecma_minifier", optional = true} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser", optional = true, default-features = false} -swc_ecma_preset_env = {version = "0.120.0", path = "../swc_ecma_preset_env", optional = true} -swc_ecma_transforms = {version = "0.145.0", path = "../swc_ecma_transforms", optional = true} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils", optional = true} +swc_ecma_preset_env = {version = "0.121.0", path = "../swc_ecma_preset_env", optional = true} +swc_ecma_transforms = {version = "0.146.0", path = "../swc_ecma_transforms", optional = true} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils", optional = true} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit", optional = true} [dev-dependencies] diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index e48bcd90498..925e0bbedbf 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.89.0" +version = "0.90.0" [package.metadata.docs.rs] all-features = true @@ -30,7 +30,7 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [ ]} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} swc_estree_ast = {version = "0.7.0", path = "../swc_estree_ast"} swc_node_comments = {version = "0.4.0", path = "../swc_node_comments/"} @@ -38,10 +38,10 @@ swc_node_comments = {version = "0.4.0", path = "../swc_node_comments/"} [dev-dependencies] criterion = "0.3" pretty_assertions = "1.1" -swc = {version = "0.169.0", path = "../swc"} +swc = {version = "0.170.0", path = "../swc"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms = {version = "0.145.0", path = "../swc_ecma_transforms/"} +swc_ecma_transforms = {version = "0.146.0", path = "../swc_ecma_transforms/"} testing = {version = "0.19.0", path = "../testing"} walkdir = "2" diff --git a/crates/swc_plugin/Cargo.toml b/crates/swc_plugin/Cargo.toml index e0f359b3b1b..2dc5076e11b 100644 --- a/crates/swc_plugin/Cargo.toml +++ b/crates/swc_plugin/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "Apache-2.0" name = "swc_plugin" repository = "https://github.com/swc-project/swc.git" -version = "0.48.3" +version = "0.49.0" [package.metadata.docs.rs] all-features = true @@ -26,9 +26,9 @@ swc_common = { version = "0.17.23", path = "../swc_common", features = [ swc_ecma_ast = { version = "0.76.0", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } -swc_ecma_quote = { version = "0.13.0", path = "../swc_ecma_quote", optional = true } +swc_ecma_quote = { version = "0.14.0", path = "../swc_ecma_quote", optional = true } swc_ecma_visit = { version = "0.62.0", path = "../swc_ecma_visit" } -swc_ecma_utils = { version = "0.81.0", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "0.82.0", path = "../swc_ecma_utils" } swc_plugin_proxy = { version = "0.2.1", path = "../swc_plugin_proxy", features = [ "plugin-mode", ] } diff --git a/crates/swc_webpack_ast/Cargo.toml b/crates/swc_webpack_ast/Cargo.toml index 94b6ad3dc7a..97689f2934e 100644 --- a/crates/swc_webpack_ast/Cargo.toml +++ b/crates/swc_webpack_ast/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_webpack_ast" repository = "https://github.com/swc-project/swc.git" -version = "0.87.0" +version = "0.88.0" [lib] bench = false @@ -20,15 +20,15 @@ swc_atoms = {version = "0.2.9", path = "../swc_atoms"} swc_common = { version = "0.17.23", path = "../swc_common"} swc_ecma_ast = {version = "0.76.0", path = "../swc_ecma_ast"} swc_ecma_parser = {version = "0.102.0", path = "../swc_ecma_parser"} -swc_ecma_transforms_base = {version = "0.78.0", path = "../swc_ecma_transforms_base"} -swc_ecma_utils = {version = "0.81.0", path = "../swc_ecma_utils"} +swc_ecma_transforms_base = {version = "0.79.0", path = "../swc_ecma_transforms_base"} +swc_ecma_utils = {version = "0.82.0", path = "../swc_ecma_utils"} swc_ecma_visit = {version = "0.62.0", path = "../swc_ecma_visit"} swc_estree_ast = {version = "0.7.0", path = "../swc_estree_ast"} -swc_estree_compat = {version = "0.89.0", path = "../swc_estree_compat"} +swc_estree_compat = {version = "0.90.0", path = "../swc_estree_compat"} swc_timer = {version = "0.5.0", path = "../swc_timer"} tracing = "0.1.32" [dev-dependencies] -swc_ecma_transforms_testing = {version = "0.80.0", path = "../swc_ecma_transforms_testing"} +swc_ecma_transforms_testing = {version = "0.81.0", path = "../swc_ecma_transforms_testing"} swc_node_base = {version = "0.5.1", path = "../swc_node_base"} testing = {version = "0.19.0", path = "../testing"}