From 60ae9f3aee417c6e7cceae433f09a4d4721a6d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Tue, 21 Jan 2025 00:23:50 +0900 Subject: [PATCH] chore: Publish crates with `swc_core` `v10.5.1` --- .changeset/kind-feet-swim.md | 6 ------ .changeset/tall-apples-cross.md | 6 ------ CHANGELOG.md | 15 +++++++++------ Cargo.lock | 8 ++++---- crates/binding_macros/Cargo.toml | 2 +- crates/dbg-swc/Cargo.toml | 4 ++-- crates/jsdoc/Cargo.toml | 2 +- crates/swc/Cargo.toml | 8 ++++---- crates/swc_bundler/Cargo.toml | 6 +++--- crates/swc_cli_impl/Cargo.toml | 2 +- crates/swc_compiler_base/Cargo.toml | 4 ++-- crates/swc_core/Cargo.toml | 8 ++++---- crates/swc_ecma_ast/Cargo.toml | 2 +- crates/swc_ecma_codegen/Cargo.toml | 2 +- crates/swc_ecma_compat_bugfixes/Cargo.toml | 4 ++-- crates/swc_ecma_compat_common/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2015/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2016/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2017/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2018/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2019/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2020/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2021/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es2022/Cargo.toml | 4 ++-- crates/swc_ecma_compat_es3/Cargo.toml | 4 ++-- crates/swc_ecma_ext_transforms/Cargo.toml | 4 ++-- crates/swc_ecma_lints/Cargo.toml | 4 ++-- crates/swc_ecma_minifier/Cargo.toml | 6 +++--- crates/swc_ecma_parser/Cargo.toml | 4 ++-- crates/swc_ecma_preset_env/Cargo.toml | 4 ++-- crates/swc_ecma_quote/Cargo.toml | 2 +- crates/swc_ecma_quote_macros/Cargo.toml | 2 +- crates/swc_ecma_transforms/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_base/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_classes/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_compat/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_module/Cargo.toml | 4 ++-- .../swc_ecma_transforms_optimization/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_proposal/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_react/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_testing/Cargo.toml | 4 ++-- crates/swc_ecma_transforms_typescript/Cargo.toml | 4 ++-- crates/swc_ecma_usage_analyzer/Cargo.toml | 4 ++-- crates/swc_ecma_utils/Cargo.toml | 4 ++-- crates/swc_ecma_visit/Cargo.toml | 2 +- crates/swc_ecmascript/Cargo.toml | 6 +++--- crates/swc_estree_compat/Cargo.toml | 6 +++--- crates/swc_fast_ts_strip/Cargo.toml | 2 +- crates/swc_html_minifier/Cargo.toml | 4 ++-- crates/swc_node_bundler/Cargo.toml | 4 ++-- crates/swc_plugin_proxy/Cargo.toml | 2 +- crates/swc_plugin_runner/Cargo.toml | 4 ++-- crates/swc_typescript/Cargo.toml | 4 ++-- 53 files changed, 109 insertions(+), 118 deletions(-) delete mode 100644 .changeset/kind-feet-swim.md delete mode 100644 .changeset/tall-apples-cross.md diff --git a/.changeset/kind-feet-swim.md b/.changeset/kind-feet-swim.md deleted file mode 100644 index fb3840e878dd..000000000000 --- a/.changeset/kind-feet-swim.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_ecma_minifier: patch ---- - -fix(es/minifier): Set param type to unknown diff --git a/.changeset/tall-apples-cross.md b/.changeset/tall-apples-cross.md deleted file mode 100644 index fd94e3e074a7..000000000000 --- a/.changeset/tall-apples-cross.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_ecma_minifier: patch ---- - -feat(es/minifier): Turn '1 *' into '+' diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf6e25cc13a..48686fde41b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog ## [unreleased] +### Bug Fixes + + + +- **(es/minifier)** Set param type to unknown ([#9905](https://github.com/swc-project/swc/issues/9905)) ([09b3b37](https://github.com/swc-project/swc/commit/09b3b371f93ca603c61992eca3e44208cd857dc5)) + ### Documentation @@ -13,6 +19,9 @@ - **(es/minifier)** Print total size from `minify-all` example ([#9897](https://github.com/swc-project/swc/issues/9897)) ([134000f](https://github.com/swc-project/swc/commit/134000fe93029c3af887726e5be6da1fd812e330)) + +- **(es/minifier)** Turn `1 * v` into `+v` ([#9903](https://github.com/swc-project/swc/issues/9903)) ([a228347](https://github.com/swc-project/swc/commit/a2283475b1b8f770e113806590f4959550f89f31)) + ### Miscellaneous Tasks @@ -1550,12 +1559,6 @@ - **(es/minifier)** Handle more indexing expression ([#8750](https://github.com/swc-project/swc/issues/8750)) ([570c47a](https://github.com/swc-project/swc/commit/570c47a9acd7363428f58dfea2f41c097f73ec1f)) -### Performance - - - -- **(es/lexer)** Do not use `memchr::memmem` in parser ([#9118](https://github.com/swc-project/swc/issues/9118)) ([72021de](https://github.com/swc-project/swc/commit/72021def15225c7355f80b72b16ab3bfd99f51ad)) - ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 55fd779a608a..26ce3cf9be7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4680,7 +4680,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "10.5.0" +version = "10.5.1" dependencies = [ "anyhow", "binding_macros", @@ -4924,7 +4924,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "5.0.2" +version = "5.0.3" dependencies = [ "arbitrary", "bitflags 2.6.0", @@ -5233,7 +5233,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "7.3.0" +version = "7.3.1" dependencies = [ "ansi_term", "anyhow", @@ -5663,7 +5663,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "7.0.3" +version = "7.0.4" dependencies = [ "indexmap 2.5.0", "num_cpus", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 95d322c13f80..6ac14f0fe7c1 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -35,7 +35,7 @@ binding_wasm = [ # Common deps for the SWC imports swc = { optional = true, version = "10.0.0", path = "../swc" } swc_common = { optional = true, version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { optional = true, version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { optional = true, version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms = { optional = true, version = "9.0.0", path = "../swc_ecma_transforms" } swc_ecma_visit = { optional = true, version = "5.0.0", path = "../swc_ecma_visit" } diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index e170da12f945..2b4b42438a91 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -31,9 +31,9 @@ swc_common = { version = "5.0.0", features = [ "concurrent", "tty-emitter", ], path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "7.3.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 70cde7f4127d..f402c8dc463f 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -26,6 +26,6 @@ swc_common = { version = "5.0.0", path = "../swc_common" } anyhow = { workspace = true } dashmap = { workspace = true } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 3b59511b37ab..0611e0a6c245 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -79,7 +79,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [ ] } swc_compiler_base = { version = "8.0.0", path = "../swc_compiler_base" } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } swc_ecma_ext_transforms = { version = "7.0.0", path = "../swc_ecma_ext_transforms" } swc_ecma_lints = { version = "7.0.1", path = "../swc_ecma_lints" } @@ -88,7 +88,7 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", "tsc", ] } -swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "7.3.1", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_preset_env = { version = "9.0.0", path = "../swc_ecma_preset_env" } swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", features = [ @@ -102,7 +102,7 @@ swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", feat swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_optimization = { version = "7.1.1", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "6.0.0", path = "../swc_error_reporters" } swc_node_comments = { version = "5.0.0", path = "../swc_node_comments" } @@ -136,7 +136,7 @@ rayon = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast", features = [ "serde-impl", ] } swc_ecma_lints = { version = "7.0.1", path = "../swc_ecma_lints", features = [ diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 2d97df4e74a2..1fd53da6d6ae 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -39,13 +39,13 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "7.1.1", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "6.0.0", path = "../swc_fast_graph/" } swc_graph_analyzer = { version = "5.0.0", path = "../swc_graph_analyzer/" } @@ -63,7 +63,7 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", "cache", ] } -swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "7.3.1", path = "../swc_ecma_minifier", features = [ "concurrent", ] } swc_ecma_transforms_proposal = { version = "7.0.1", path = "../swc_ecma_transforms_proposal" } diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 0d0ec282ef83..58bf55464a92 100644 --- a/crates/swc_cli_impl/Cargo.toml +++ b/crates/swc_cli_impl/Cargo.toml @@ -39,7 +39,7 @@ tracing-futures = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } walkdir = { workspace = true } -swc_core = { version = "10.5.0", features = [ +swc_core = { version = "10.5.1", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index 56697f9612a4..b7af78467ffa 100644 --- a/crates/swc_compiler_base/Cargo.toml +++ b/crates/swc_compiler_base/Cargo.toml @@ -28,9 +28,9 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "7.3.1", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_timer = { version = "1.0.0", path = "../swc_timer" } diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index 69d7f1a11c38..a1ab5358e658 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_core" repository = { workspace = true } -version = "10.5.0" +version = "10.5.1" [package.metadata.docs.rs] features = [ "allocator_node", @@ -353,11 +353,11 @@ swc_css_parser = { optional = true, version = "5.0.0", path = swc_css_prefixer = { optional = true, version = "5.0.0", path = "../swc_css_prefixer" } swc_css_utils = { optional = true, version = "5.0.0", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "5.0.0", path = "../swc_css_visit" } -swc_ecma_ast = { optional = true, version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { optional = true, version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { optional = true, version = "5.1.0", path = "../swc_ecma_codegen" } swc_ecma_lints = { optional = true, version = "7.0.1", path = "../swc_ecma_lints" } swc_ecma_loader = { optional = true, version = "5.0.0", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "7.3.0", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { optional = true, version = "7.3.1", path = "../swc_ecma_minifier" } swc_ecma_parser = { optional = true, version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_preset_env = { optional = true, version = "9.0.0", path = "../swc_ecma_preset_env" } swc_ecma_quote_macros = { optional = true, version = "6.0.0", path = "../swc_ecma_quote_macros" } @@ -370,7 +370,7 @@ swc_ecma_transforms_react = { optional = true, version = "7.0.0", path = swc_ecma_transforms_testing = { optional = true, version = "7.0.1", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_typescript" } swc_ecma_usage_analyzer = { optional = true, version = "7.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { optional = true, version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { optional = true, version = "5.0.0", path = "../swc_ecma_visit" } swc_malloc = { optional = true, version = "1.0.0", path = "../swc_malloc" } swc_node_bundler = { optional = true, version = "10.0.0", path = "../swc_node_bundler" } diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index a19b2daebe56..caf8ccd0f5a8 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_ecma_ast" repository = { workspace = true } -version = "5.0.2" +version = "5.0.3" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 9595d22ae628..c74ebc3fab54 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -28,7 +28,7 @@ tracing = { workspace = true } swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" } [dev-dependencies] diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index 7428f3c6806f..8445775ec267 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -13,10 +13,10 @@ version = "7.0.0" [dependencies] swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_compat_es2015 = { version = "7.0.0", path = "../swc_ecma_compat_es2015" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_common/Cargo.toml b/crates/swc_ecma_compat_common/Cargo.toml index ef6cc4d07def..034250624fe0 100644 --- a/crates/swc_ecma_compat_common/Cargo.toml +++ b/crates/swc_ecma_compat_common/Cargo.toml @@ -13,7 +13,7 @@ version = "7.0.0" [dependencies] swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index 8aaba82f8e60..821ddf3f4a15 100644 --- a/crates/swc_ecma_compat_es2015/Cargo.toml +++ b/crates/swc_ecma_compat_es2015/Cargo.toml @@ -25,12 +25,12 @@ swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "7.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_es2016/Cargo.toml b/crates/swc_ecma_compat_es2016/Cargo.toml index 58cf1a795b5b..a35f5fbcf090 100644 --- a/crates/swc_ecma_compat_es2016/Cargo.toml +++ b/crates/swc_ecma_compat_es2016/Cargo.toml @@ -15,10 +15,10 @@ version = "7.0.0" [dependencies] swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index c4a6a1fa99b6..6f8ade06eb3b 100644 --- a/crates/swc_ecma_compat_es2017/Cargo.toml +++ b/crates/swc_ecma_compat_es2017/Cargo.toml @@ -18,10 +18,10 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index 74ef628b1fec..92c7e2854731 100644 --- a/crates/swc_ecma_compat_es2018/Cargo.toml +++ b/crates/swc_ecma_compat_es2018/Cargo.toml @@ -18,11 +18,11 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2019/Cargo.toml b/crates/swc_ecma_compat_es2019/Cargo.toml index 161e3e77c4f8..09623956b7c9 100644 --- a/crates/swc_ecma_compat_es2019/Cargo.toml +++ b/crates/swc_ecma_compat_es2019/Cargo.toml @@ -18,9 +18,9 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index 3dffe69f998d..807246cf73cc 100644 --- a/crates/swc_ecma_compat_es2020/Cargo.toml +++ b/crates/swc_ecma_compat_es2020/Cargo.toml @@ -16,10 +16,10 @@ version = "8.0.0" serde = { workspace = true, features = ["derive"] } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_compat_es2022 = { version = "8.0.0", path = "../swc_ecma_compat_es2022" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } tracing = { workspace = true } diff --git a/crates/swc_ecma_compat_es2021/Cargo.toml b/crates/swc_ecma_compat_es2021/Cargo.toml index 8d525cbac76c..9fac72e7bd33 100644 --- a/crates/swc_ecma_compat_es2021/Cargo.toml +++ b/crates/swc_ecma_compat_es2021/Cargo.toml @@ -17,8 +17,8 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es2022/Cargo.toml b/crates/swc_ecma_compat_es2022/Cargo.toml index bbcd06a2e359..cf0edcf5e8ea 100644 --- a/crates/swc_ecma_compat_es2022/Cargo.toml +++ b/crates/swc_ecma_compat_es2022/Cargo.toml @@ -18,11 +18,11 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "7.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index 94d98c88c5c9..f3e1e538cf94 100644 --- a/crates/swc_ecma_compat_es3/Cargo.toml +++ b/crates/swc_ecma_compat_es3/Cargo.toml @@ -16,9 +16,9 @@ version = "7.0.0" tracing = { workspace = true } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index 04efcb352a38..94b11cea895b 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -16,6 +16,6 @@ phf = { workspace = true, features = ["macros"] } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index edf57d9771af..16507a5ac344 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -24,10 +24,10 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 9cb94882851d..4c42116a656a 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 = { workspace = true } name = "swc_ecma_minifier" repository = { workspace = true } -version = "7.3.0" +version = "7.3.1" [package.metadata.docs.rs] all-features = true @@ -58,7 +58,7 @@ swc_common = { version = "5.0.0", path = "../swc_common" } swc_config = { version = "1.0.0", path = "../swc_config", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast", features = [ "serde", ] } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } @@ -66,7 +66,7 @@ swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "7.1.1", path = "../swc_ecma_transforms_optimization" } swc_ecma_usage_analyzer = { version = "7.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false } swc_timer = { version = "1.0.0", path = "../swc_timer" } diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 00c60a33f8e3..e04d33a74f79 100644 --- a/crates/swc_ecma_parser/Cargo.toml +++ b/crates/swc_ecma_parser/Cargo.toml @@ -38,7 +38,7 @@ new_debug_unreachable = { workspace = true } phf = { workspace = true, features = ["macros"] } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit", optional = true } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] @@ -51,7 +51,7 @@ serde_json = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast", features = [ "serde-impl", ] } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 901a36679e8f..d31fb428e243 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -31,12 +31,12 @@ rustc-hash = { workspace = true } string_enum = { version = "1.0.0", path = "../string_enum" } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index 191edb92ee7e..ff30390a849f 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -14,7 +14,7 @@ bench = false [dependencies] swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_quote_macros = { version = "6.0.0", path = "../swc_ecma_quote_macros" } [dev-dependencies] diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 7f1a29a11b64..9c65e4c761cc 100644 --- a/crates/swc_ecma_quote_macros/Cargo.toml +++ b/crates/swc_ecma_quote_macros/Cargo.toml @@ -20,6 +20,6 @@ syn = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index b7551ae9d0cd..5be08d871a7d 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -34,7 +34,7 @@ typescript = ["swc_ecma_transforms_typescript"] [dependencies] swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat", optional = true } swc_ecma_transforms_module = { version = "8.0.0", path = "../swc_ecma_transforms_module", optional = true } @@ -42,7 +42,7 @@ swc_ecma_transforms_optimization = { version = "7.1.1", path = "../swc_ecma_tran swc_ecma_transforms_proposal = { version = "7.0.1", path = "../swc_ecma_transforms_proposal", optional = true } swc_ecma_transforms_react = { version = "7.0.0", path = "../swc_ecma_transforms_react", optional = true } swc_ecma_transforms_typescript = { version = "7.0.0", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 158b8b441bfa..d5d95b82bb2a 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -30,9 +30,9 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index a296aaedfbe5..48d0ad848726 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -14,7 +14,7 @@ bench = false [dependencies] swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_ecma_transforms_compat/Cargo.toml b/crates/swc_ecma_transforms_compat/Cargo.toml index c976af86d131..9096cd8e5e3c 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -32,7 +32,7 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_compat_bugfixes = { version = "7.0.0", path = "../swc_ecma_compat_bugfixes" } swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" } swc_ecma_compat_es2015 = { version = "7.0.0", path = "../swc_ecma_compat_es2015" } @@ -47,7 +47,7 @@ swc_ecma_compat_es3 = { version = "7.0.0", path = "../swc_ecma_compat_es swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "7.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index a7c592e41932..eec912320570 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -27,13 +27,13 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", ] } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 77e2838c252f..18c65ac5dbc3 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -33,11 +33,11 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_fast_graph = { version = "6.0.0", path = "../swc_fast_graph" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index b981faaf8b3c..cb353865f166 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -24,12 +24,12 @@ smallvec = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", optional = true } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "7.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 006a6a3c18e2..32bdd9d0662f 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -31,11 +31,11 @@ swc_allocator = { version = "2.0.0", path = "../swc_allocator", def swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 59ae9ca806ec..bf60c695f7c1 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -26,11 +26,11 @@ swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index eff7c7b6d5ed..d437275b2b3b 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -18,10 +18,10 @@ serde = { workspace = true, features = ["derive"] } ryu-js = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_react = { version = "7.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index c9bfc55ab9b8..e4d39fe161df 100644 --- a/crates/swc_ecma_usage_analyzer/Cargo.toml +++ b/crates/swc_ecma_usage_analyzer/Cargo.toml @@ -29,7 +29,7 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_timer = { version = "1.0.0", path = "../swc_timer" } diff --git a/crates/swc_ecma_utils/Cargo.toml b/crates/swc_ecma_utils/Cargo.toml index 4c091393017e..1910918899b5 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_ecma_utils" repository = { workspace = true } -version = "7.0.3" +version = "7.0.4" [package.metadata.docs.rs] all-features = true @@ -31,7 +31,7 @@ unicode-id = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_parallel = { version = "1.1.0", path = "../swc_parallel", default-features = false } diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index 5d6a7c3d96d6..037940425830 100644 --- a/crates/swc_ecma_visit/Cargo.toml +++ b/crates/swc_ecma_visit/Cargo.toml @@ -29,5 +29,5 @@ tracing = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_visit = { version = "2.0.0", path = "../swc_visit" } diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 8f51f4a76300..69aef4e9f6c2 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -38,14 +38,14 @@ react = ["swc_ecma_transforms/react"] typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier", optional = true } +swc_ecma_minifier = { version = "7.3.1", path = "../swc_ecma_minifier", optional = true } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser", optional = true, default-features = false } swc_ecma_preset_env = { version = "9.0.0", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "6.0.0", path = "../swc_ecma_quote", optional = true } swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils", optional = true } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils", optional = true } swc_ecma_visit = { version = "5.0.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 493d848f6633..3d82ed40fd90 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -29,9 +29,9 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", "tty-emitter", ] } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_estree_ast = { version = "5.0.0", path = "../swc_estree_ast" } swc_node_comments = { version = "5.0.0", path = "../swc_node_comments/" } @@ -42,7 +42,7 @@ criterion = { workspace = true } pretty_assertions = { workspace = true } swc = { version = "10.0.0", path = "../swc" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms/" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index fb5a12227b8d..7bacc1a1032c 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -20,7 +20,7 @@ swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms_base = { version = "7.1.1", path = "../swc_ecma_transforms_base" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 139b681688c0..bf7d3d3426cb 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -32,11 +32,11 @@ swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", optional = true } swc_css_codegen = { version = "5.0.0", path = "../swc_css_codegen", optional = true } swc_css_minifier = { version = "5.0.0", path = "../swc_css_minifier", optional = true } swc_css_parser = { version = "5.0.0", path = "../swc_css_parser", optional = true } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "7.3.0", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "7.3.1", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 06c1b2063869..cac140e98b94 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -37,12 +37,12 @@ swc_bundler = { version = "7.0.0", path = "../swc_bundler", features = [ swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.1.0", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "6.0.2", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } diff --git a/crates/swc_plugin_proxy/Cargo.toml b/crates/swc_plugin_proxy/Cargo.toml index 46a51f4c8a8a..d2e2f2a12728 100644 --- a/crates/swc_plugin_proxy/Cargo.toml +++ b/crates/swc_plugin_proxy/Cargo.toml @@ -29,5 +29,5 @@ tracing = { workspace = true } better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 9b20846a4fce..8562382cd922 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -67,7 +67,7 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", optional = true } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", optional = true } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast", optional = true } swc_plugin_proxy = { version = "5.0.0", path = "../swc_plugin_proxy" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] @@ -83,7 +83,7 @@ swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", features = [ "rkyv-impl", ] } swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index bf54c64ffd16..ba7dce77ce84 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -15,8 +15,8 @@ thiserror = { workspace = true } swc_atoms = { version = "3.0.3", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } -swc_ecma_ast = { version = "5.0.2", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "7.0.3", path = "../swc_ecma_utils" } +swc_ecma_ast = { version = "5.0.3", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "7.0.4", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" }