From 34ce6887323d1f97376a88dbd5fc09058e8b31ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Fri, 28 Feb 2025 14:06:53 +0900 Subject: [PATCH] chore: Publish crates with `swc_core` `v16.3.0` --- .changeset/brave-fishes-mate.md | 6 ---- .changeset/cuddly-spiders-begin.md | 6 ---- .changeset/fifty-grapes-remain.md | 6 ---- .changeset/odd-doors-float.md | 9 ------ CHANGELOG-CORE.md | 32 +++++++++++++------ CHANGELOG.md | 27 ++++++++++------ Cargo.lock | 18 +++++------ crates/binding_macros/Cargo.toml | 2 +- crates/dbg-swc/Cargo.toml | 6 ++-- crates/swc/Cargo.toml | 10 +++--- crates/swc_bundler/Cargo.toml | 8 ++--- crates/swc_cli_impl/Cargo.toml | 2 +- crates/swc_compiler_base/Cargo.toml | 6 ++-- crates/swc_core/Cargo.toml | 14 ++++---- crates/swc_ecma_codegen/Cargo.toml | 2 +- crates/swc_ecma_compat_bugfixes/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 | 2 +- crates/swc_ecma_compat_es2022/Cargo.toml | 2 +- crates/swc_ecma_compat_es3/Cargo.toml | 4 +-- crates/swc_ecma_lints/Cargo.toml | 4 +-- crates/swc_ecma_minifier/Cargo.toml | 6 ++-- crates/swc_ecma_preset_env/Cargo.toml | 2 +- crates/swc_ecma_transforms/Cargo.toml | 8 ++--- crates/swc_ecma_transforms_base/Cargo.toml | 4 +-- crates/swc_ecma_transforms_classes/Cargo.toml | 2 +- crates/swc_ecma_transforms_compat/Cargo.toml | 4 +-- crates/swc_ecma_transforms_module/Cargo.toml | 4 +-- .../Cargo.toml | 6 ++-- .../swc_ecma_transforms_proposal/Cargo.toml | 6 ++-- crates/swc_ecma_transforms_react/Cargo.toml | 8 ++--- crates/swc_ecma_transforms_testing/Cargo.toml | 6 ++-- .../swc_ecma_transforms_typescript/Cargo.toml | 8 ++--- crates/swc_ecmascript/Cargo.toml | 4 +-- crates/swc_estree_compat/Cargo.toml | 2 +- crates/swc_fast_ts_strip/Cargo.toml | 6 ++-- crates/swc_html_minifier/Cargo.toml | 6 ++-- crates/swc_node_bundler/Cargo.toml | 4 +-- crates/swc_typescript/Cargo.toml | 4 +-- 44 files changed, 140 insertions(+), 144 deletions(-) delete mode 100644 .changeset/brave-fishes-mate.md delete mode 100644 .changeset/cuddly-spiders-begin.md delete mode 100644 .changeset/fifty-grapes-remain.md delete mode 100644 .changeset/odd-doors-float.md diff --git a/.changeset/brave-fishes-mate.md b/.changeset/brave-fishes-mate.md deleted file mode 100644 index a9296e89f56d..000000000000 --- a/.changeset/brave-fishes-mate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_fast_ts_strip: patch ---- - -fix(ts/fast-strip): Throw object consistently diff --git a/.changeset/cuddly-spiders-begin.md b/.changeset/cuddly-spiders-begin.md deleted file mode 100644 index 36b2a6461100..000000000000 --- a/.changeset/cuddly-spiders-begin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_ecma_minifier: patch -swc_core: patch ---- - -fix(es/minifier): Skip inlining if a function has recursive access diff --git a/.changeset/fifty-grapes-remain.md b/.changeset/fifty-grapes-remain.md deleted file mode 100644 index b12b21c526e8..000000000000 --- a/.changeset/fifty-grapes-remain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: minor -swc_ecma_transforms_base: minor ---- - -perf: remove needless collect in resolver diff --git a/.changeset/odd-doors-float.md b/.changeset/odd-doors-float.md deleted file mode 100644 index 6b6c6ce89565..000000000000 --- a/.changeset/odd-doors-float.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -swc: patch -swc_compiler_base: patch -swc_ecma_codegen: patch -swc_ecma_transforms_react: patch -swc_ecma_transforms_testing: patch ---- - -chore(deps): Update dependency `base64` to v0.22.1 diff --git a/CHANGELOG-CORE.md b/CHANGELOG-CORE.md index da52b6816bc4..f3d51fe1f7bb 100644 --- a/CHANGELOG-CORE.md +++ b/CHANGELOG-CORE.md @@ -5,6 +5,29 @@ +- **(es/minifier)** Skip inlining if the referential identity of a function matters ([#10123](https://github.com/swc-project/swc/issues/10123)) ([c08fe8d](https://github.com/swc-project/swc/commit/c08fe8dc13ae512cf669eb25356edcd22cc36351)) + + +- **(ts/fast-strip)** Throw object consistently ([#10122](https://github.com/swc-project/swc/issues/10122)) ([010ff2a](https://github.com/swc-project/swc/commit/010ff2af0db625f7a118b4121aff6d709ed10dc9)) + +### Miscellaneous Tasks + + + +- **(deps)** Update dependency `base64` to `v0.22.1` ([#10124](https://github.com/swc-project/swc/issues/10124)) ([edea2c5](https://github.com/swc-project/swc/commit/edea2c5fa442da6a2860442eed285464edcd55c8)) + +### Performance + + + +- **(es/resolver)** Remove needless allocations ([#10120](https://github.com/swc-project/swc/issues/10120)) ([f019d53](https://github.com/swc-project/swc/commit/f019d53044cba422a26f811cec43279f1f1ea6f4)) + +## [swc_core@v16.2.3] - 2025-02-27 + +### Bug Fixes + + + - **(es/lints)** Capture errors and emit from the original thread ([#10119](https://github.com/swc-project/swc/issues/10119)) ([2304cd8](https://github.com/swc-project/swc/commit/2304cd8cfd6555c57ddcf3f41a2c427387a38b4a)) ## [swc_core@v16.2.2] - 2025-02-27 @@ -1397,9 +1420,6 @@ - **(es/ast)** Accept any case of EsVersion during deserialization ([#9329](https://github.com/swc-project/swc/issues/9329)) ([56da6be](https://github.com/swc-project/swc/commit/56da6be0e9ff9701f4e0dd5e2972539843cde1cf)) -- **(es/codegen)** Fix codegen of large numeric literals ([#9226](https://github.com/swc-project/swc/issues/9226)) ([fba79e6](https://github.com/swc-project/swc/commit/fba79e6f03da69a6ae721eabe4afeaaedc301816)) - - - **(es/codegen)** Emit question token for class methods ([#9342](https://github.com/swc-project/swc/issues/9342)) ([636585b](https://github.com/swc-project/swc/commit/636585b44d0f74f457b44766f8d6fda68bcc4c09)) @@ -1442,9 +1462,6 @@ - **(es/isolated-dts)** Preserve comments ([#9572](https://github.com/swc-project/swc/issues/9572)) ([6d15d9c](https://github.com/swc-project/swc/commit/6d15d9c2eb4397b15908cda38f2e44e02d81ebc1)) -- **(es/minifier)** Remove optimization for array pattern ([#9241](https://github.com/swc-project/swc/issues/9241)) ([521161e](https://github.com/swc-project/swc/commit/521161e17009e2025ed9b042579f8cd055e26816)) - - - **(es/minifier)** Fix exponentiate operator ([#9251](https://github.com/swc-project/swc/issues/9251)) ([06bb533](https://github.com/swc-project/swc/commit/06bb5338cea8aef941907933319fbff1d29f9939)) @@ -1616,9 +1633,6 @@ -- **(allocator)** Add a cargo feature ([#9239](https://github.com/swc-project/swc/issues/9239)) ([398dc21](https://github.com/swc-project/swc/commit/398dc21e073d8271fa7ac4169b93ed8b96645459)) - - - **(allocator)** Implement `default` mode ([#9242](https://github.com/swc-project/swc/issues/9242)) ([b6333db](https://github.com/swc-project/swc/commit/b6333dbcfcc8f25d08a1187704796732366ac9d7)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b57f1ba391..602715525123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,24 @@ - **(es/lints)** Capture errors and emit from the original thread ([#10119](https://github.com/swc-project/swc/issues/10119)) ([2304cd8](https://github.com/swc-project/swc/commit/2304cd8cfd6555c57ddcf3f41a2c427387a38b4a)) + +- **(es/minifier)** Skip inlining if the referential identity of a function matters ([#10123](https://github.com/swc-project/swc/issues/10123)) ([c08fe8d](https://github.com/swc-project/swc/commit/c08fe8dc13ae512cf669eb25356edcd22cc36351)) + + +- **(ts/fast-strip)** Throw object consistently ([#10122](https://github.com/swc-project/swc/issues/10122)) ([010ff2a](https://github.com/swc-project/swc/commit/010ff2af0db625f7a118b4121aff6d709ed10dc9)) + +### Miscellaneous Tasks + + + +- **(deps)** Update dependency `base64` to `v0.22.1` ([#10124](https://github.com/swc-project/swc/issues/10124)) ([edea2c5](https://github.com/swc-project/swc/commit/edea2c5fa442da6a2860442eed285464edcd55c8)) + +### Performance + + + +- **(es/resolver)** Remove needless allocations ([#10120](https://github.com/swc-project/swc/issues/10120)) ([f019d53](https://github.com/swc-project/swc/commit/f019d53044cba422a26f811cec43279f1f1ea6f4)) + ## [1.11.4] - 2025-02-27 ### Bug Fixes @@ -1691,12 +1709,6 @@ - **(allocator)** Remove wrong assertions and add tests ([#9252](https://github.com/swc-project/swc/issues/9252)) ([d8e8b04](https://github.com/swc-project/swc/commit/d8e8b04cd877bcf00157eeee9b7af0b4244a1827)) -- **(es/codegen)** Fix codegen of large numeric literals ([#9226](https://github.com/swc-project/swc/issues/9226)) ([fba79e6](https://github.com/swc-project/swc/commit/fba79e6f03da69a6ae721eabe4afeaaedc301816)) - - -- **(es/minifier)** Remove optimization for array pattern ([#9241](https://github.com/swc-project/swc/issues/9241)) ([521161e](https://github.com/swc-project/swc/commit/521161e17009e2025ed9b042579f8cd055e26816)) - - - **(es/minifier)** Fix exponentiate operator ([#9251](https://github.com/swc-project/swc/issues/9251)) ([06bb533](https://github.com/swc-project/swc/commit/06bb5338cea8aef941907933319fbff1d29f9939)) @@ -1724,9 +1736,6 @@ -- **(allocator)** Add a cargo feature ([#9239](https://github.com/swc-project/swc/issues/9239)) ([398dc21](https://github.com/swc-project/swc/commit/398dc21e073d8271fa7ac4169b93ed8b96645459)) - - - **(allocator)** Implement `default` mode ([#9242](https://github.com/swc-project/swc/issues/9242)) ([b6333db](https://github.com/swc-project/swc/commit/b6333dbcfcc8f25d08a1187704796732366ac9d7)) ### Performance diff --git a/Cargo.lock b/Cargo.lock index 7eab76de3d71..a76c445d896d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4503,7 +4503,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swc" -version = "16.1.0" +version = "16.1.1" dependencies = [ "ansi_term", "anyhow", @@ -4725,7 +4725,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "13.0.0" +version = "13.0.1" dependencies = [ "anyhow", "base64 0.22.1", @@ -4774,7 +4774,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "16.2.3" +version = "16.3.0" dependencies = [ "anyhow", "binding_macros", @@ -5045,7 +5045,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "8.0.1" +version = "8.0.2" dependencies = [ "ascii", "base64 0.22.1", @@ -5339,7 +5339,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "12.0.1" +version = "12.0.2" dependencies = [ "ansi_term", "anyhow", @@ -5505,7 +5505,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "11.1.1" +version = "11.2.0" dependencies = [ "better_scoped_tls", "bitflags 2.6.0", @@ -5681,7 +5681,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "12.0.0" +version = "12.0.1" dependencies = [ "base64 0.22.1", "dashmap 5.5.3", @@ -5710,7 +5710,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "11.0.0" +version = "11.0.1" dependencies = [ "ansi_term", "anyhow", @@ -5907,7 +5907,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "12.0.0" +version = "12.0.1" dependencies = [ "anyhow", "codspeed-criterion-compat", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 37458c3990f1..6b858d1bbd95 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -33,7 +33,7 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "16.1.0", path = "../swc" } +swc = { optional = true, version = "16.1.1", path = "../swc" } swc_common = { optional = true, version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { optional = true, version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_transforms = { optional = true, version = "14.0.0", path = "../swc_ecma_transforms" } diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 0a2bf2a7d535..e8dc27e56cc0 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -32,12 +32,12 @@ swc_common = { version = "8.0.0", features = [ "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier", features = [ +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier", features = [ "concurrent", ] } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "9.0.0", path = "../swc_error_reporters" } swc_timer = { version = "1.0.0", path = "../swc_timer" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index cb3e3d5381a3..599a75e90b6d 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc" repository = { workspace = true } -version = "16.1.0" +version = "16.1.1" [lib] bench = false @@ -75,10 +75,10 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [ "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "13.0.0", path = "../swc_compiler_base" } +swc_compiler_base = { version = "13.0.1", path = "../swc_compiler_base" } swc_config = { version = "2.0.0", path = "../swc_config" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_ext_transforms = { version = "11.0.0", path = "../swc_ecma_ext_transforms" } swc_ecma_lints = { version = "11.0.1", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [ @@ -86,7 +86,7 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [ "node", "tsc", ] } -swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_preset_env = { version = "14.0.0", path = "../swc_ecma_preset_env" } swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms", features = [ @@ -97,7 +97,7 @@ swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms", fea "react", "typescript", ] } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_optimization = { version = "11.0.0", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index 51c0fd4567f9..ecda39620ec6 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -41,10 +41,10 @@ tracing = { workspace = true } swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "11.0.0", path = "../swc_ecma_transforms_optimization" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -64,11 +64,11 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [ "node", "cache", ] } -swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier", features = [ "concurrent", ] } swc_ecma_transforms_proposal = { version = "11.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "12.0.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_react = { version = "12.0.1", path = "../swc_ecma_transforms_react" } swc_ecma_transforms_typescript = { version = "12.0.0", path = "../swc_ecma_transforms_typescript" } swc_malloc = { version = "1.2.2", path = "../swc_malloc" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 3d01926a7dea..4f5bbbcf6ef3 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 = "16.2.3", features = [ +swc_core = { version = "16.3.0", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index 9de5242fe1be..121aff85d01e 100644 --- a/crates/swc_compiler_base/Cargo.toml +++ b/crates/swc_compiler_base/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_compiler_base" repository = { workspace = true } -version = "13.0.0" +version = "13.0.1" [features] node = ["napi", "napi-derive"] @@ -29,8 +29,8 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [ ] } swc_config = { version = "2.0.0", path = "../swc_config" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_visit = { version = "8.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 2bcc30ef9234..46250f8923b5 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 = "16.2.3" +version = "16.3.0" [package.metadata.docs.rs] features = [ "allocator_node", @@ -338,7 +338,7 @@ once_cell = { workspace = true, optional = true } # swc_* dependencies binding_macros = { optional = true, version = "16.0.0", path = "../binding_macros" } -swc = { optional = true, version = "16.1.0", path = "../swc" } +swc = { optional = true, version = "16.1.1", path = "../swc" } swc_atoms = { optional = true, version = "5.0.0", path = "../swc_atoms" } swc_bundler = { optional = true, version = "11.0.0", path = "../swc_bundler" } swc_cached = { optional = true, version = "2.0.0", path = "../swc_cached" } @@ -353,20 +353,20 @@ swc_css_prefixer = { optional = true, version = "9.0.0", path = swc_css_utils = { optional = true, version = "8.0.0", path = "../swc_css_utils/" } swc_css_visit = { optional = true, version = "8.0.0", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { optional = true, version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_lints = { optional = true, version = "11.0.1", path = "../swc_ecma_lints" } swc_ecma_loader = { optional = true, version = "8.0.0", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "12.0.1", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { optional = true, version = "12.0.2", path = "../swc_ecma_minifier" } swc_ecma_parser = { optional = true, version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_preset_env = { optional = true, version = "14.0.0", path = "../swc_ecma_preset_env" } swc_ecma_quote_macros = { optional = true, version = "10.0.0", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { optional = true, version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { optional = true, version = "12.0.0", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_module = { optional = true, version = "12.0.0", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_optimization = { optional = true, version = "11.0.0", path = "../swc_ecma_transforms_optimization" } swc_ecma_transforms_proposal = { optional = true, version = "11.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "12.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_react = { optional = true, version = "12.0.1", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "11.0.1", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { optional = true, version = "12.0.0", path = "../swc_ecma_transforms_typescript" } swc_ecma_usage_analyzer = { optional = true, version = "12.0.0", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { optional = true, version = "11.0.0", path = "../swc_ecma_utils" } diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index 37a3e758c457..fd080778f677 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_codegen" repository = { workspace = true } -version = "8.0.1" +version = "8.0.2" [features] # This does not enable serde for ast nodes. diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index 945ef6c04c6d..58cd488feabd 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -18,11 +18,11 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_compat_es2015 = { version = "11.0.0", path = "../swc_ecma_compat_es2015" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2015/Cargo.toml b/crates/swc_ecma_compat_es2015/Cargo.toml index 92fb955908f5..dd3097d9f607 100644 --- a/crates/swc_ecma_compat_es2015/Cargo.toml +++ b/crates/swc_ecma_compat_es2015/Cargo.toml @@ -27,7 +27,7 @@ swc_common = { version = "8.0.0", path = "../swc_common" } swc_config = { version = "2.0.0", path = "../swc_config" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "11.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "11.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } @@ -37,4 +37,4 @@ tracing = { workspace = true } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2016/Cargo.toml b/crates/swc_ecma_compat_es2016/Cargo.toml index baa2f48ee965..5ef4adf409fe 100644 --- a/crates/swc_ecma_compat_es2016/Cargo.toml +++ b/crates/swc_ecma_compat_es2016/Cargo.toml @@ -16,7 +16,7 @@ version = "11.0.0" swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -25,4 +25,4 @@ tracing = { workspace = true } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index c85c8eaa0fcd..08c9e90a8a92 100644 --- a/crates/swc_ecma_compat_es2017/Cargo.toml +++ b/crates/swc_ecma_compat_es2017/Cargo.toml @@ -19,7 +19,7 @@ tracing = { workspace = true } swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -27,4 +27,4 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index abd8572e0600..80bb4c9e5ec4 100644 --- a/crates/swc_ecma_compat_es2018/Cargo.toml +++ b/crates/swc_ecma_compat_es2018/Cargo.toml @@ -20,7 +20,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "11.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -28,4 +28,4 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2019/Cargo.toml b/crates/swc_ecma_compat_es2019/Cargo.toml index e501f4b7b322..d22771c9e866 100644 --- a/crates/swc_ecma_compat_es2019/Cargo.toml +++ b/crates/swc_ecma_compat_es2019/Cargo.toml @@ -19,11 +19,11 @@ tracing = { workspace = true } swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index dd6bdbfe0a57..d27c2a636506 100644 --- a/crates/swc_ecma_compat_es2020/Cargo.toml +++ b/crates/swc_ecma_compat_es2020/Cargo.toml @@ -18,7 +18,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_compat_es2022 = { version = "12.0.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } @@ -26,4 +26,4 @@ tracing = { workspace = true } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2021/Cargo.toml b/crates/swc_ecma_compat_es2021/Cargo.toml index 77ae226f5a68..b1fbb5b5ac6f 100644 --- a/crates/swc_ecma_compat_es2021/Cargo.toml +++ b/crates/swc_ecma_compat_es2021/Cargo.toml @@ -18,7 +18,7 @@ tracing = { workspace = true } swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.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 f07a2dc46e78..655d417748c3 100644 --- a/crates/swc_ecma_compat_es2022/Cargo.toml +++ b/crates/swc_ecma_compat_es2022/Cargo.toml @@ -21,7 +21,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_compat_common = { version = "11.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "11.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } diff --git a/crates/swc_ecma_compat_es3/Cargo.toml b/crates/swc_ecma_compat_es3/Cargo.toml index aa180632f317..c4fb9d333084 100644 --- a/crates/swc_ecma_compat_es3/Cargo.toml +++ b/crates/swc_ecma_compat_es3/Cargo.toml @@ -17,11 +17,11 @@ tracing = { workspace = true } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } [dev-dependencies] swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_lints/Cargo.toml b/crates/swc_ecma_lints/Cargo.toml index 7e30b3ee3c65..712bde9cbb41 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -37,10 +37,10 @@ anyhow = { workspace = true } codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "8.0.0", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_malloc = { version = "1.2.2", path = "../swc_malloc" } testing = { version = "8.0.0", path = "../testing" } walkdir = { workspace = true } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index bd2c1ccadcde..b38d3c9571e8 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 = "12.0.1" +version = "12.0.2" [package.metadata.docs.rs] all-features = true @@ -61,9 +61,9 @@ swc_config = { version = "2.0.0", path = "../swc_config", features = [ swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_optimization = { version = "11.0.0", path = "../swc_ecma_transforms_optimization" } swc_ecma_usage_analyzer = { version = "12.0.0", path = "../swc_ecma_usage_analyzer" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 623f3fbfb43c..52be575501a4 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -44,7 +44,7 @@ codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 9965a7c3b8bc..78b1b2a56226 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -36,12 +36,12 @@ typescript = ["swc_ecma_transforms_typescript"] swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat", optional = true } swc_ecma_transforms_module = { version = "12.0.0", path = "../swc_ecma_transforms_module", optional = true } swc_ecma_transforms_optimization = { version = "11.0.0", path = "../swc_ecma_transforms_optimization", optional = true } swc_ecma_transforms_proposal = { version = "11.0.1", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "12.0.0", path = "../swc_ecma_transforms_react", optional = true } +swc_ecma_transforms_react = { version = "12.0.1", path = "../swc_ecma_transforms_react", optional = true } swc_ecma_transforms_typescript = { version = "12.0.0", path = "../swc_ecma_transforms_typescript", optional = true } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -51,7 +51,7 @@ pretty_assertions = { workspace = true } sourcemap = { workspace = true } tempfile = { workspace = true } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 6316c10682d5..7e0e65eeb121 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 = { workspace = true } name = "swc_ecma_transforms_base" repository = { workspace = true } -version = "11.1.1" +version = "11.2.0" [lib] bench = false @@ -41,7 +41,7 @@ codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } rayon = { workspace = true } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_malloc = { version = "1.2.2", path = "../swc_malloc" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index 9a5f32d5dde8..62c7d0b73fe3 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -15,6 +15,6 @@ bench = false swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.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 f32adfd32830..e9cd38153549 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -44,7 +44,7 @@ swc_ecma_compat_es2020 = { version = "12.0.0", path = "../swc_ecma_compat_e swc_ecma_compat_es2021 = { version = "11.0.0", path = "../swc_ecma_compat_es2021" } swc_ecma_compat_es2022 = { version = "12.0.0", path = "../swc_ecma_compat_es2022" } swc_ecma_compat_es3 = { version = "11.0.0", path = "../swc_ecma_compat_es3" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "11.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } @@ -55,5 +55,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } serde_json = { workspace = true } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 622125244789..3b243aa72d39 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -33,7 +33,7 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [ "node", ] } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -46,6 +46,6 @@ swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", features = [ "tsc", ] } swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { version = "12.0.0", path = "../swc_ecma_transforms_typescript" } testing = { version = "8.0.0", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 2dea4f107107..19caf6331c9d 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -35,7 +35,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -45,7 +45,7 @@ swc_fast_graph = { version = "9.0.0", path = "../swc_fast_graph" } swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_module = { version = "12.0.0", path = "../swc_ecma_transforms_module" } swc_ecma_transforms_proposal = { version = "11.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "12.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_react = { version = "12.0.1", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } swc_ecma_transforms_typescript = { version = "12.0.0", path = "../swc_ecma_transforms_typescript" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 98513edc1bc5..608418bcf168 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -26,7 +26,7 @@ swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_classes = { version = "11.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } @@ -35,8 +35,8 @@ swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = { workspace = true } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 2bafb8d3c607..1db088134d2c 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 = { workspace = true } name = "swc_ecma_transforms_react" repository = { workspace = true } -version = "12.0.0" +version = "12.0.1" [lib] bench = false @@ -34,13 +34,13 @@ swc_common = { version = "8.0.0", path = "../swc_common" } swc_config = { version = "2.0.0", path = "../swc_config" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen/" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen/" } swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index 9c5a8d7fceb6..1a506e9a190b 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_ecma_transforms_testing" repository = { workspace = true } -version = "11.0.0" +version = "11.0.1" [lib] bench = false @@ -27,10 +27,10 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "8.0.0", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } testing = { version = "8.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index 4609b791731f..752403efa63e 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -24,8 +24,8 @@ serde = { workspace = true, features = ["derive"] } swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_common = { version = "8.0.0", path = "../swc_common" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "12.0.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "12.0.1", path = "../swc_ecma_transforms_react" } swc_ecma_utils = { version = "11.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } @@ -33,11 +33,11 @@ swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms_compat = { version = "12.0.0", path = "../swc_ecma_transforms_compat" } swc_ecma_transforms_proposal = { version = "11.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "11.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "11.0.1", path = "../swc_ecma_transforms_testing" } testing = { version = "8.0.0", path = "../testing" } [[bench]] diff --git a/crates/swc_ecmascript/Cargo.toml b/crates/swc_ecmascript/Cargo.toml index 3b6845d24f59..bd04c610ac4a 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -39,8 +39,8 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier", optional = true } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen", optional = true } +swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier", optional = true } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser", optional = true, default-features = false } swc_ecma_preset_env = { version = "14.0.0", path = "../swc_ecma_preset_env", optional = true } swc_ecma_quote = { version = "10.0.0", path = "../swc_ecma_quote", optional = true } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index 1eca448fb490..bd2d5bf9a922 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -41,7 +41,7 @@ codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc = { version = "16.1.0", path = "../swc" } +swc = { version = "16.1.1", path = "../swc" } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms/" } diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 15ad2858a3e6..d5a786cc27f0 100644 --- a/crates/swc_fast_ts_strip/Cargo.toml +++ b/crates/swc_fast_ts_strip/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_fast_ts_strip" repository = { workspace = true } -version = "12.0.0" +version = "12.0.1" [dependencies] @@ -21,9 +21,9 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [ "sourcemap", ] } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_typescript = { version = "12.0.0", path = "../swc_ecma_transforms_typescript" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index ebf8e40f82ff..0ba99bd79df6 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -39,14 +39,14 @@ swc_css_codegen = { version = "8.0.0", path = "../swc_css_codegen", optional = t swc_css_minifier = { version = "8.0.0", path = "../swc_css_minifier", optional = true } swc_css_parser = { version = "8.0.0", path = "../swc_css_parser", optional = true } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen", features = [ +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "12.0.1", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "12.0.2", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } swc_html_ast = { version = "8.0.0", path = "../swc_html_ast" } swc_html_codegen = { version = "8.0.0", path = "../swc_html_codegen" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index 6eb4e6f2f0ea..39d748e811bf 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -30,7 +30,7 @@ serde_json = { workspace = true } tracing = { workspace = true } string_enum = { version = "1.0.0", path = "../string_enum" } -swc = { version = "16.1.0", path = "../swc" } +swc = { version = "16.1.1", path = "../swc" } swc_atoms = { version = "5.0.0", path = "../swc_atoms" } swc_bundler = { version = "11.0.0", path = "../swc_bundler", features = [ "concurrent", @@ -39,7 +39,7 @@ swc_common = { version = "8.0.0", path = "../swc_common", features = [ "concurrent", ] } swc_ecma_ast = { version = "8.0.0", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "8.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } swc_ecma_transforms = { version = "14.0.0", path = "../swc_ecma_transforms" } diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index edb27ef60fe7..b1d64099775f 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -21,7 +21,7 @@ swc_ecma_visit = { version = "8.0.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "8.0.1", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "8.0.2", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "10.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "11.1.1", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "11.2.0", path = "../swc_ecma_transforms_base" } testing = { version = "8.0.0", path = "../testing" }