diff --git a/.changeset/bright-fans-double.md b/.changeset/bright-fans-double.md deleted file mode 100644 index 9030c2e7a4ac..000000000000 --- a/.changeset/bright-fans-double.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_atoms: patch -swc_core: patch ---- - -perf(atoms): Update `hstr` to optimize `==` of `Atom` diff --git a/.changeset/cool-beans-check.md b/.changeset/cool-beans-check.md deleted file mode 100644 index fc528f3baa7d..000000000000 --- a/.changeset/cool-beans-check.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -swc_core: patch -swc_ecma_minifier: patch -swc_ecma_transforms_base: patch -swc_ecma_transforms_optimization: patch ---- - -perf(es/minifier): Replace `rayon` with `chili` diff --git a/.changeset/poor-needles-drop.md b/.changeset/poor-needles-drop.md deleted file mode 100644 index 4657c38c4ff9..000000000000 --- a/.changeset/poor-needles-drop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_core: patch -swc_parallel: patch ---- - -doc(swc_parallel): Document safety diff --git a/.changeset/red-coats-melt.md b/.changeset/red-coats-melt.md deleted file mode 100644 index 0dedb3cf7772..000000000000 --- a/.changeset/red-coats-melt.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -swc_core: patch -swc_ecma_utils: major -swc_ecma_lints: patch ---- - -perf(es/lints): Make lint rules parallel diff --git a/CHANGELOG.md b/CHANGELOG.md index b40900cb9408..611a8728541f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - **(typescript)** Fix wrong check for super class ([#9822](https://github.com/swc-project/swc/issues/9822)) ([2307a4d](https://github.com/swc-project/swc/commit/2307a4d4d3def405c4a04726272e14d998880abb)) +### Documentation + + + +- **(swc_parallel)** Document safety ([#9847](https://github.com/swc-project/swc/issues/9847)) ([d381e2f](https://github.com/swc-project/swc/commit/d381e2f645e51a5e5077fb9069c82159e0fd376a)) + ### Features @@ -29,12 +35,18 @@ +- **(atoms)** Update `hstr` to optimize `==` of `Atom` ([#9845](https://github.com/swc-project/swc/issues/9845)) ([584a0a0](https://github.com/swc-project/swc/commit/584a0a0fab7e007c88f147fa54a4e4cce1947bcd)) + + - **(es/lints)** Configure a benchmark for ES lints ([#9833](https://github.com/swc-project/swc/issues/9833)) ([734ec21](https://github.com/swc-project/swc/commit/734ec2197f1baf73af0f3d1003595017b06a389b)) - **(es/lints)** Make ES lints faster ([#9837](https://github.com/swc-project/swc/issues/9837)) ([d56a473](https://github.com/swc-project/swc/commit/d56a473e83ffd389814756378150953e49e1b983)) +- **(es/lints)** Make lint rules parallel ([#9842](https://github.com/swc-project/swc/issues/9842)) ([e080172](https://github.com/swc-project/swc/commit/e080172b1e919cab4cd319dbb2001e72b7eaaa8d)) + + - **(es/minifier)** Improve parallelism and cache friendliness ([#9813](https://github.com/swc-project/swc/issues/9813)) ([f8dff56](https://github.com/swc-project/swc/commit/f8dff5602c129b2188eeeb6ee6ada051c5035166)) @@ -43,12 +55,21 @@ - **(es/minifier)** Update `hstr` to `v0.2.14` ([#9828](https://github.com/swc-project/swc/issues/9828)) ([bc4ec00](https://github.com/swc-project/swc/commit/bc4ec009a27b3375d2203e5c51143c8dc3723049)) + +- **(es/minifier)** Replace `rayon` with `chili` ([#9829](https://github.com/swc-project/swc/issues/9829)) ([858e92a](https://github.com/swc-project/swc/commit/858e92ad27a6b0f2b15eea730150b6ef56557831)) + ### Refactor - **(es/lints)** Cleanup & prepare using `chili` ([#9838](https://github.com/swc-project/swc/issues/9838)) ([d47844b](https://github.com/swc-project/swc/commit/d47844b769984630b531421a8e9fc1d51548eab7)) +### Build + + + +- **(swc_parallel)** Fix build on CI ([#9844](https://github.com/swc-project/swc/issues/9844)) ([a2b7105](https://github.com/swc-project/swc/commit/a2b7105286cbdf2c697917a54fa363e9acb58856)) + ## [1.10.4] - 2024-12-30 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4cc5bdc39943..724be4aaeea4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "9.0.0" +version = "10.0.0" dependencies = [ "anyhow", "console_error_panic_hook", @@ -1249,7 +1249,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "6.0.0" +version = "7.0.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -4340,7 +4340,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swc" -version = "9.0.2" +version = "10.0.0" dependencies = [ "ansi_term", "anyhow", @@ -4430,7 +4430,7 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "3.0.1" +version = "3.0.2" dependencies = [ "arbitrary", "bytecheck 0.8.0", @@ -4444,7 +4444,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "6.0.0" +version = "7.0.0" dependencies = [ "anyhow", "crc 2.1.0", @@ -4499,7 +4499,7 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "9.0.0" +version = "10.0.0" dependencies = [ "anyhow", "assert_cmd", @@ -4559,7 +4559,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "7.0.0" +version = "8.0.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -4608,7 +4608,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "9.0.6" +version = "10.0.0" dependencies = [ "anyhow", "binding_macros", @@ -4910,7 +4910,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_bugfixes" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -4927,7 +4927,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_common" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4938,7 +4938,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "6.0.0" +version = "7.0.0" dependencies = [ "arrayvec", "indexmap 2.5.0", @@ -4965,7 +4965,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2016" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -4982,7 +4982,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "6.0.0" +version = "7.0.0" dependencies = [ "serde", "swc_atoms", @@ -5000,7 +5000,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "6.0.0" +version = "7.0.0" dependencies = [ "serde", "swc_atoms", @@ -5019,7 +5019,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2019" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -5035,7 +5035,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "7.0.0" +version = "8.0.0" dependencies = [ "serde", "swc_atoms", @@ -5053,7 +5053,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2021" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -5067,7 +5067,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "7.0.0" +version = "8.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -5084,7 +5084,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es3" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_common", "swc_ecma_ast", @@ -5099,7 +5099,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "6.0.0" +version = "7.0.0" dependencies = [ "phf", "swc_atoms", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "6.0.1" +version = "7.0.0" dependencies = [ "anyhow", "auto_impl", @@ -5161,7 +5161,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "6.0.2" +version = "7.0.0" dependencies = [ "ansi_term", "anyhow", @@ -5234,7 +5234,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "8.0.0" +version = "9.0.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5300,7 +5300,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "8.0.0" +version = "9.0.0" dependencies = [ "pretty_assertions", "sourcemap", @@ -5325,7 +5325,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "6.0.2" +version = "7.0.0" dependencies = [ "better_scoped_tls", "bitflags 2.6.0", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -5366,7 +5366,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "7.0.0" +version = "8.0.0" dependencies = [ "arrayvec", "indexmap 2.5.0", @@ -5415,7 +5415,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "7.0.0" +version = "8.0.0" dependencies = [ "Inflector", "anyhow", @@ -5445,7 +5445,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "6.0.0" +version = "7.0.0" dependencies = [ "dashmap 5.5.3", "indexmap 2.5.0", @@ -5475,7 +5475,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "6.0.0" +version = "7.0.0" dependencies = [ "either", "rustc-hash", @@ -5500,7 +5500,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "6.0.0" +version = "7.0.0" dependencies = [ "base64 0.21.7", "dashmap 5.5.3", @@ -5528,7 +5528,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "6.0.0" +version = "7.0.0" dependencies = [ "ansi_term", "anyhow", @@ -5552,7 +5552,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "6.0.0" +version = "7.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5575,7 +5575,7 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "6.0.0" +version = "7.0.0" dependencies = [ "indexmap 2.5.0", "rustc-hash", @@ -5590,7 +5590,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "6.0.1" +version = "7.0.0" dependencies = [ "indexmap 2.5.0", "num_cpus", @@ -5626,7 +5626,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "8.0.0" +version = "9.0.0" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -5672,7 +5672,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "6.0.0" +version = "7.0.0" dependencies = [ "ahash", "anyhow", @@ -5708,7 +5708,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "6.0.0" +version = "7.0.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -5791,7 +5791,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "6.0.0" +version = "7.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5878,7 +5878,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "9.0.0" +version = "10.0.0" dependencies = [ "anyhow", "dashmap 5.5.3", @@ -5928,7 +5928,7 @@ dependencies = [ [[package]] name = "swc_parallel" -version = "1.0.0" +version = "1.0.1" dependencies = [ "chili", "once_cell", @@ -6032,7 +6032,7 @@ dependencies = [ [[package]] name = "swc_typescript" -version = "5.0.1" +version = "6.0.0" dependencies = [ "petgraph", "rustc-hash", diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 81719612f400..719d856fcd8b 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } license = { workspace = true } name = "binding_macros" repository = { workspace = true } -version = "9.0.0" +version = "10.0.0" [lib] bench = false @@ -33,10 +33,10 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "9.0.2", path = "../swc" } +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.1", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "8.0.0", path = "../swc_ecma_transforms" } +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" } # Optional deps for the wasm binding macro diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index d93f1b8f3627..49c8f2038340 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } license = { workspace = true } name = "dbg-swc" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [[bin]] bench = false @@ -26,18 +26,18 @@ url = { workspace = true } clap = { version = "3", features = ["derive"] } tracing-subscriber = { workspace = true, features = ["fmt", "env-filter"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", features = [ "concurrent", "tty-emitter", ], path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "6.0.2", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "7.0.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_error_reporters = { version = "6.0.0", path = "../swc_error_reporters" } swc_timer = { version = "1.0.0", path = "../swc_timer" } diff --git a/crates/jsdoc/Cargo.toml b/crates/jsdoc/Cargo.toml index 4030c2979824..92be212dde10 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -19,7 +19,7 @@ serde-impl = ["serde"] nom = { workspace = true } serde = { workspace = true, features = ["derive"], optional = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } [dev-dependencies] diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 14cfa4241440..378b44173684 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 = "9.0.2" +version = "10.0.0" [lib] bench = false @@ -70,28 +70,28 @@ sourcemap = { workspace = true } tracing = { workspace = true } url = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } swc_common = { version = "5.0.0", path = "../swc_common", features = [ "ahash", "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "7.0.0", path = "../swc_compiler_base" } +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.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "6.0.0", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "6.0.1", path = "../swc_ecma_lints" } +swc_ecma_ext_transforms = { version = "7.0.0", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "7.0.0", path = "../swc_ecma_lints" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "cache", "node", "tsc", ] } -swc_ecma_minifier = { version = "6.0.2", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "7.0.0", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "8.0.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms", features = [ +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 = [ "compat", "module", "optimization", @@ -99,10 +99,10 @@ swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms", feat "react", "typescript", ] } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "6.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_optimization = { version = "7.0.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "7.0.0", 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" } @@ -110,7 +110,7 @@ swc_plugin_proxy = { version = "5.0.0", path = "../swc_plugin_proxy", optional = swc_plugin_runner = { version = "5.0.0", path = "../swc_plugin_runner", optional = true, default-features = false } swc_timer = { version = "1.0.0", path = "../swc_timer" } swc_transform_common = { version = "1.0.0", path = "../swc_transform_common" } -swc_typescript = { version = "5.0.1", path = "../swc_typescript" } +swc_typescript = { version = "6.0.0", path = "../swc_typescript" } swc_visit = { version = "2.0.0", path = "../swc_visit" } [dependencies.tokio] @@ -139,7 +139,7 @@ codspeed-criterion-compat = { workspace = true } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_lints = { version = "6.0.1", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "7.0.0", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } diff --git a/crates/swc_atoms/Cargo.toml b/crates/swc_atoms/Cargo.toml index 4dbd8e293504..40eda3a4358b 100644 --- a/crates/swc_atoms/Cargo.toml +++ b/crates/swc_atoms/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_atoms" repository = { workspace = true } -version = "3.0.1" +version = "3.0.2" [lib] bench = false diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index bab08717681c..37d0f47e1629 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"] license = { workspace = true } name = "swc_bundler" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -37,15 +37,15 @@ rayon = { workspace = true, optional = true } relative-path = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "6.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "7.0.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "7.0.0", 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,11 +63,11 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", "cache", ] } -swc_ecma_minifier = { version = "6.0.2", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "7.0.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "6.0.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "6.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "6.0.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_proposal = { version = "7.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "7.0.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_typescript = { version = "7.0.0", path = "../swc_ecma_transforms_typescript" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index 6dff308b854b..123821f8ecb4 100644 --- a/crates/swc_cli_impl/Cargo.toml +++ b/crates/swc_cli_impl/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_cli_impl" repository = { workspace = true } -version = "9.0.0" +version = "10.0.0" [[bin]] name = "swc" @@ -39,7 +39,7 @@ tracing-futures = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } walkdir = { workspace = true } -swc_core = { version = "9.0.6", features = [ +swc_core = { version = "10.0.0", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_common/Cargo.toml b/crates/swc_common/Cargo.toml index e31aaf17fd52..9e1c1c0ba8d6 100644 --- a/crates/swc_common/Cargo.toml +++ b/crates/swc_common/Cargo.toml @@ -62,7 +62,7 @@ ast_node = { version = "3.0.0", path = "../ast_node" } better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" } from_variant = { version = "2.0.0", path = "../from_variant" } swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_eq_ignore_macros = { version = "1.0.0", path = "../swc_eq_ignore_macros" } swc_visit = { version = "2.0.0", path = "../swc_visit" } diff --git a/crates/swc_compiler_base/Cargo.toml b/crates/swc_compiler_base/Cargo.toml index 1d43f47b7424..d6079fb90ac5 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 = "7.0.0" +version = "8.0.0" [features] node = ["napi", "napi-derive"] @@ -23,14 +23,14 @@ serde_json = { workspace = true } sourcemap = { workspace = true } swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } 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.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "6.0.2", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { version = "7.0.0", path = "../swc_ecma_minifier" } swc_ecma_parser = { version = "6.0.1", 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 d5f3c6259660..b2b88f298edf 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 = "9.0.6" +version = "10.0.0" [package.metadata.docs.rs] features = [ "allocator_node", @@ -338,10 +338,10 @@ __visit = ["__ecma", "swc_ecma_visit"] once_cell = { workspace = true, optional = true } # swc_* dependencies -binding_macros = { optional = true, version = "9.0.0", path = "../binding_macros" } -swc = { optional = true, version = "9.0.2", path = "../swc" } -swc_atoms = { optional = true, version = "3.0.1", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "6.0.0", path = "../swc_bundler" } +binding_macros = { optional = true, version = "10.0.0", path = "../binding_macros" } +swc = { optional = true, version = "10.0.0", path = "../swc" } +swc_atoms = { optional = true, version = "3.0.2", path = "../swc_atoms" } +swc_bundler = { optional = true, version = "7.0.0", path = "../swc_bundler" } swc_cached = { optional = true, version = "1.0.0", path = "../swc_cached" } swc_common = { optional = true, version = "5.0.0", path = "../swc_common" } swc_css_ast = { optional = true, version = "5.0.0", path = "../swc_css_ast" } @@ -355,32 +355,32 @@ swc_css_utils = { optional = true, version = "5.0.0", path = swc_css_visit = { optional = true, version = "5.0.0", path = "../swc_css_visit" } swc_ecma_ast = { optional = true, version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { optional = true, version = "5.0.1", path = "../swc_ecma_codegen" } -swc_ecma_lints = { optional = true, version = "6.0.1", path = "../swc_ecma_lints" } +swc_ecma_lints = { optional = true, version = "7.0.0", path = "../swc_ecma_lints" } swc_ecma_loader = { optional = true, version = "5.0.0", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "6.0.2", path = "../swc_ecma_minifier" } +swc_ecma_minifier = { optional = true, version = "7.0.0", path = "../swc_ecma_minifier" } swc_ecma_parser = { optional = true, version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "8.0.0", path = "../swc_ecma_preset_env" } +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" } -swc_ecma_transforms_base = { optional = true, version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms_typescript" } -swc_ecma_usage_analyzer = { optional = true, version = "6.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_compat = { optional = true, version = "8.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { optional = true, version = "8.0.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_optimization = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_transforms_proposal = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { optional = true, version = "7.0.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { optional = true, version = "7.0.0", 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.0", 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 = "9.0.0", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "10.0.0", path = "../swc_node_bundler" } swc_nodejs_common = { optional = true, version = "1.0.0", path = "../swc_nodejs_common" } swc_plugin = { optional = true, version = "1.0.0", path = "../swc_plugin" } swc_plugin_macro = { optional = true, version = "1.0.0", path = "../swc_plugin_macro" } swc_plugin_proxy = { optional = true, version = "5.0.0", path = "../swc_plugin_proxy" } swc_trace_macro = { optional = true, version = "2.0.0", path = "../swc_trace_macro" } swc_transform_common = { optional = true, version = "1.0.0", path = "../swc_transform_common" } -swc_typescript = { optional = true, version = "5.0.1", path = "../swc_typescript" } +swc_typescript = { optional = true, version = "6.0.0", path = "../swc_typescript" } testing = { optional = true, version = "5.0.0", path = "../testing" } # TODO: eventually swc_plugin_runner needs to remove default features swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } diff --git a/crates/swc_css_ast/Cargo.toml b/crates/swc_css_ast/Cargo.toml index 99f3d5a23a42..5be9b4eb4f77 100644 --- a/crates/swc_css_ast/Cargo.toml +++ b/crates/swc_css_ast/Cargo.toml @@ -31,7 +31,7 @@ rancor = { workspace = true, optional = true } serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "1.0.0", path = "../string_enum/" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } rkyv = { workspace = true, optional = true } diff --git a/crates/swc_css_codegen/Cargo.toml b/crates/swc_css_codegen/Cargo.toml index 7eed90e81bc4..39a01f92c38d 100644 --- a/crates/swc_css_codegen/Cargo.toml +++ b/crates/swc_css_codegen/Cargo.toml @@ -18,7 +18,7 @@ bitflags = { workspace = true } rustc-hash = { workspace = true } serde = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } swc_css_codegen_macros = { version = "1.0.0", path = "../swc_css_codegen_macros" } diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index 895119170100..262478ab21ee 100644 --- a/crates/swc_css_compat/Cargo.toml +++ b/crates/swc_css_compat/Cargo.toml @@ -18,7 +18,7 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } swc_css_utils = { version = "5.0.0", path = "../swc_css_utils/" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index e3b36644b9c9..6be210cff4bc 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -19,7 +19,7 @@ rayon = { workspace = true } serde = { workspace = true, features = ["derive"] } thiserror = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 590b46cb76f0..2b609e505cce 100644 --- a/crates/swc_css_minifier/Cargo.toml +++ b/crates/swc_css_minifier/Cargo.toml @@ -15,7 +15,7 @@ bench = false [dependencies] serde = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } swc_css_utils = { version = "5.0.0", path = "../swc_css_utils/" } diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index e6a24efae1dd..8856dba848f9 100644 --- a/crates/swc_css_modules/Cargo.toml +++ b/crates/swc_css_modules/Cargo.toml @@ -18,7 +18,7 @@ bench = false rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } swc_css_codegen = { version = "5.0.0", path = "../swc_css_codegen" } diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index 38179c17903a..aafc9be5fa43 100644 --- a/crates/swc_css_parser/Cargo.toml +++ b/crates/swc_css_parser/Cargo.toml @@ -19,7 +19,7 @@ debug = [] lexical = { workspace = true } serde = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index c773353c6623..5581ca2d49f3 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -18,7 +18,7 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } preset_env_base = { version = "1.0.0", path = "../preset_env_base" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } swc_css_utils = { version = "5.0.0", path = "../swc_css_utils/" } diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index cfbe06a941f4..4b5704800314 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -17,7 +17,7 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_visit/Cargo.toml b/crates/swc_css_visit/Cargo.toml index c77e3aed242b..69c14967551c 100644 --- a/crates/swc_css_visit/Cargo.toml +++ b/crates/swc_css_visit/Cargo.toml @@ -23,7 +23,7 @@ serde-impl = ["serde"] [dependencies] serde = { workspace = true, optional = true, features = ["derive"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } swc_visit = { version = "2.0.0", path = "../swc_visit" } diff --git a/crates/swc_ecma_ast/Cargo.toml b/crates/swc_ecma_ast/Cargo.toml index b77834ad98a2..834880ea19c3 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -41,7 +41,7 @@ rkyv = { workspace = true, optional = true } scoped-tls = { workspace = true } serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "1.0.0", path = "../string_enum" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_visit = { version = "2.0.0", path = "../swc_visit" } unicode-id-start = { workspace = true } diff --git a/crates/swc_ecma_codegen/Cargo.toml b/crates/swc_ecma_codegen/Cargo.toml index b8f3b2772d4b..6a891ba931d6 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -26,7 +26,7 @@ sourcemap = { workspace = true } tracing = { workspace = true } swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" } diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index 10502291e662..89b95b6f46fb 100644 --- a/crates/swc_ecma_compat_bugfixes/Cargo.toml +++ b/crates/swc_ecma_compat_bugfixes/Cargo.toml @@ -7,20 +7,20 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_bugfixes" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_es2015 = { version = "6.0.0", path = "../swc_ecma_compat_es2015" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_compat_es2015 = { version = "7.0.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", 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 } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_common/Cargo.toml b/crates/swc_ecma_compat_common/Cargo.toml index 82e4152b7c7c..6d86156a901d 100644 --- a/crates/swc_ecma_compat_common/Cargo.toml +++ b/crates/swc_ecma_compat_common/Cargo.toml @@ -7,13 +7,13 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_common" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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 7a1173ec7a1b..1e93b5c20304 100644 --- a/crates/swc_ecma_compat_es2015/Cargo.toml +++ b/crates/swc_ecma_compat_es2015/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2015" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -20,21 +20,21 @@ rustc-hash = { workspace = true } serde = { workspace = true } serde_derive = { workspace = true } smallvec = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", 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.1", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "6.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "7.0.0", 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 = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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 } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2016/Cargo.toml b/crates/swc_ecma_compat_es2016/Cargo.toml index 7f4f40d00a51..9f649ba1421e 100644 --- a/crates/swc_ecma_compat_es2016/Cargo.toml +++ b/crates/swc_ecma_compat_es2016/Cargo.toml @@ -7,22 +7,22 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2016" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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 } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2017/Cargo.toml b/crates/swc_ecma_compat_es2017/Cargo.toml index f143059058e8..abef48d49659 100644 --- a/crates/swc_ecma_compat_es2017/Cargo.toml +++ b/crates/swc_ecma_compat_es2017/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2017" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,15 +16,15 @@ version = "6.0.0" serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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" } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2018/Cargo.toml b/crates/swc_ecma_compat_es2018/Cargo.toml index 9d5436c711b6..a6eee1705544 100644 --- a/crates/swc_ecma_compat_es2018/Cargo.toml +++ b/crates/swc_ecma_compat_es2018/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2018" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,16 +16,16 @@ version = "6.0.0" serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "6.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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" } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2019/Cargo.toml b/crates/swc_ecma_compat_es2019/Cargo.toml index 55da94415e88..fda6fd2a4307 100644 --- a/crates/swc_ecma_compat_es2019/Cargo.toml +++ b/crates/swc_ecma_compat_es2019/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2019" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,14 +16,14 @@ version = "6.0.0" tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", 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" } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2020/Cargo.toml b/crates/swc_ecma_compat_es2020/Cargo.toml index 939858ca3415..238c2b6c1e8e 100644 --- a/crates/swc_ecma_compat_es2020/Cargo.toml +++ b/crates/swc_ecma_compat_es2020/Cargo.toml @@ -7,23 +7,23 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2020" repository = { workspace = true } -version = "7.0.0" +version = "8.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { workspace = true, features = ["derive"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_es2022 = { version = "7.0.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_compat_es2022 = { version = "8.0.0", path = "../swc_ecma_compat_es2022" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", 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 } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_compat_es2021/Cargo.toml b/crates/swc_ecma_compat_es2021/Cargo.toml index f1a5606c59ed..2f8dee8fc71f 100644 --- a/crates/swc_ecma_compat_es2021/Cargo.toml +++ b/crates/swc_ecma_compat_es2021/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2021" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,10 +15,10 @@ version = "6.0.0" [dependencies] tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", 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 ed16c3c6d615..7fd921f74589 100644 --- a/crates/swc_ecma_compat_es2022/Cargo.toml +++ b/crates/swc_ecma_compat_es2022/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es2022" repository = { workspace = true } -version = "7.0.0" +version = "8.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,13 +16,13 @@ version = "7.0.0" tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "6.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_compat_common = { version = "7.0.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "7.0.0", 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 = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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 15122ca03974..8d3af9dd0112 100644 --- a/crates/swc_ecma_compat_es3/Cargo.toml +++ b/crates/swc_ecma_compat_es3/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_compat_es3" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,11 +17,11 @@ tracing = { workspace = true } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", 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" } [dev-dependencies] swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } diff --git a/crates/swc_ecma_ext_transforms/Cargo.toml b/crates/swc_ecma_ext_transforms/Cargo.toml index de60345b22d2..803cb63ba56a 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_ecma_ext_transforms" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -14,8 +14,8 @@ bench = false [dependencies] phf = { workspace = true, features = ["macros"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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 edf34e38d48e..334cea203fe5 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_lints" repository = { workspace = true } -version = "6.0.1" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -19,7 +19,7 @@ parking_lot = { workspace = true } regex = { workspace = true } serde = { workspace = true, features = ["derive"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } @@ -27,9 +27,9 @@ swc_config = { version = "1.0.0", path = "../swc_config" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } -swc_parallel = { version = "1.0.0", path = "../swc_parallel", default-features = false } +swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false } [dev-dependencies] anyhow = { workspace = true } @@ -39,7 +39,7 @@ pretty_assertions = { workspace = true } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } testing = { version = "5.0.0", path = "../testing" } walkdir = { workspace = true } diff --git a/crates/swc_ecma_loader/Cargo.toml b/crates/swc_ecma_loader/Cargo.toml index 553376ef2aef..36b490368ee0 100644 --- a/crates/swc_ecma_loader/Cargo.toml +++ b/crates/swc_ecma_loader/Cargo.toml @@ -36,7 +36,7 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true, optional = true } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_cached = { version = "1.0.0", optional = true, path = "../swc_cached" } swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index d0da18f11a07..e33e6260c093 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 = "6.0.2" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -53,7 +53,7 @@ tracing = { workspace = true } swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_config = { version = "1.0.0", path = "../swc_config", features = [ "sourcemap", @@ -63,12 +63,12 @@ swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast", features = [ ] } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "6.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_usage_analyzer = { version = "6.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "7.0.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_usage_analyzer = { version = "7.0.0", path = "../swc_ecma_usage_analyzer" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } -swc_parallel = { version = "1.0.0", path = "../swc_parallel", default-features = false } +swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false } swc_timer = { version = "1.0.0", path = "../swc_timer" } [dev-dependencies] diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index a139b07406bd..f4405098f25a 100644 --- a/crates/swc_ecma_parser/Cargo.toml +++ b/crates/swc_ecma_parser/Cargo.toml @@ -36,7 +36,7 @@ typed-arena = { workspace = true } new_debug_unreachable = { workspace = true } phf = { workspace = true, features = ["macros"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit", optional = true } diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 24b865f5698b..a6b8402cf9f7 100644 --- a/crates/swc_ecma_preset_env/Cargo.toml +++ b/crates/swc_ecma_preset_env/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = { workspace = true } name = "swc_ecma_preset_env" repository = { workspace = true } -version = "8.0.0" +version = "9.0.0" [lib] bench = false @@ -29,14 +29,14 @@ st-map = { workspace = true } preset_env_base = { version = "1.0.0", path = "../preset_env_base" } rustc-hash = { workspace = true } string_enum = { version = "1.0.0", path = "../string_enum" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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 9f0cfaa18ce5..19bde5bdbe71 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -12,7 +12,7 @@ version = "6.0.0" bench = false [dependencies] -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_quote_macros = { version = "6.0.0", path = "../swc_ecma_quote_macros" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 714f2ac9ade5..024d3faaaef5 100644 --- a/crates/swc_ecma_quote_macros/Cargo.toml +++ b/crates/swc_ecma_quote_macros/Cargo.toml @@ -18,7 +18,7 @@ proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 6cabe49c7575..00e6cd4908e9 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_transforms" repository = { workspace = true } -version = "8.0.0" +version = "9.0.0" [package.metadata.docs.rs] all-features = true @@ -32,17 +32,17 @@ stacker = ["swc_ecma_utils/stacker"] typescript = ["swc_ecma_transforms_typescript"] [dependencies] -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "7.0.0", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "6.0.0", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "6.0.0", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "6.0.0", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "6.0.0", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", 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 } +swc_ecma_transforms_optimization = { version = "7.0.0", path = "../swc_ecma_transforms_optimization", optional = true } +swc_ecma_transforms_proposal = { version = "7.0.0", 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.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -52,5 +52,5 @@ tempfile = { workspace = true } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_base/Cargo.toml b/crates/swc_ecma_transforms_base/Cargo.toml index 5e73928253ca..8f7469b93b9a 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 = "6.0.2" +version = "7.0.0" [lib] bench = false @@ -28,13 +28,13 @@ serde = { workspace = true, features = ["derive"] } smallvec = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } -swc_parallel = { version = "1.0.0", path = "../swc_parallel", default-features = false } +swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false } [dev-dependencies] codspeed-criterion-compat = { workspace = true } diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index 2f79587b0f88..166662394f8a 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -6,15 +6,15 @@ edition = { workspace = true } license = { workspace = true } name = "swc_ecma_transforms_classes" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [lib] bench = false [dependencies] -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", 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 db4529eb993b..caa6a6161089 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_transforms_compat" repository = { workspace = true } -version = "7.0.0" +version = "8.0.0" [lib] bench = false @@ -29,25 +29,25 @@ serde = { workspace = true, features = ["derive"] } smallvec = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", 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.1", path = "../swc_ecma_ast" } -swc_ecma_compat_bugfixes = { version = "6.0.0", path = "../swc_ecma_compat_bugfixes" } -swc_ecma_compat_common = { version = "6.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_compat_es2015 = { version = "6.0.0", path = "../swc_ecma_compat_es2015" } -swc_ecma_compat_es2016 = { version = "6.0.0", path = "../swc_ecma_compat_es2016" } -swc_ecma_compat_es2017 = { version = "6.0.0", path = "../swc_ecma_compat_es2017" } -swc_ecma_compat_es2018 = { version = "6.0.0", path = "../swc_ecma_compat_es2018" } -swc_ecma_compat_es2019 = { version = "6.0.0", path = "../swc_ecma_compat_es2019" } -swc_ecma_compat_es2020 = { version = "7.0.0", path = "../swc_ecma_compat_es2020" } -swc_ecma_compat_es2021 = { version = "6.0.0", path = "../swc_ecma_compat_es2021" } -swc_ecma_compat_es2022 = { version = "7.0.0", path = "../swc_ecma_compat_es2022" } -swc_ecma_compat_es3 = { version = "6.0.0", path = "../swc_ecma_compat_es3" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } +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" } +swc_ecma_compat_es2016 = { version = "7.0.0", path = "../swc_ecma_compat_es2016" } +swc_ecma_compat_es2017 = { version = "7.0.0", path = "../swc_ecma_compat_es2017" } +swc_ecma_compat_es2018 = { version = "7.0.0", path = "../swc_ecma_compat_es2018" } +swc_ecma_compat_es2019 = { version = "7.0.0", path = "../swc_ecma_compat_es2019" } +swc_ecma_compat_es2020 = { version = "8.0.0", path = "../swc_ecma_compat_es2020" } +swc_ecma_compat_es2021 = { version = "7.0.0", path = "../swc_ecma_compat_es2021" } +swc_ecma_compat_es2022 = { version = "8.0.0", path = "../swc_ecma_compat_es2022" } +swc_ecma_compat_es3 = { version = "7.0.0", path = "../swc_ecma_compat_es3" } +swc_ecma_transforms_base = { version = "7.0.0", 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 = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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" } @@ -55,5 +55,5 @@ swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } serde_json = { workspace = true } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_module/Cargo.toml b/crates/swc_ecma_transforms_module/Cargo.toml index 8a57377aae86..848077320950 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_transforms_module" repository = { workspace = true } -version = "7.0.0" +version = "8.0.0" [lib] bench = false @@ -24,7 +24,7 @@ regex = { workspace = true } serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", 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.1", path = "../swc_ecma_ast" } @@ -32,8 +32,8 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", ] } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -44,7 +44,7 @@ swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "6.0.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "7.0.0", path = "../swc_ecma_transforms_typescript" } testing = { version = "5.0.0", path = "../testing/" } diff --git a/crates/swc_ecma_transforms_optimization/Cargo.toml b/crates/swc_ecma_transforms_optimization/Cargo.toml index 92b397f15a0f..96948e2f8e33 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_transforms_optimization" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -31,21 +31,21 @@ rustc-hash = { workspace = true } serde_json = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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" } [dev-dependencies] -swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "7.0.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "6.0.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "6.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "6.0.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "8.0.0", path = "../swc_ecma_transforms_module" } +swc_ecma_transforms_proposal = { version = "7.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_react = { version = "7.0.0", path = "../swc_ecma_transforms_react" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_typescript = { version = "7.0.0", path = "../swc_ecma_transforms_typescript" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_proposal/Cargo.toml b/crates/swc_ecma_transforms_proposal/Cargo.toml index 732450925a6b..d3c10173c22e 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_transforms_proposal" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -22,14 +22,14 @@ rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } smallvec = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_transforms_base = { version = "7.0.0", 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 = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -37,6 +37,6 @@ serde_json = { workspace = true } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_react/Cargo.toml b/crates/swc_ecma_transforms_react/Cargo.toml index 5c5474948bb1..b66b8795a231 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 = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -28,18 +28,18 @@ sha1 = { workspace = true } string_enum = { version = "1.0.0", path = "../string_enum" } swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", 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.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat/" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms_testing/Cargo.toml b/crates/swc_ecma_transforms_testing/Cargo.toml index c3c7f82845fd..5278a69d4d42 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 = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -29,7 +29,7 @@ swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "7.0.0", 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 54a691fcc841..bee2da5c11f9 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_transforms_typescript" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -16,12 +16,12 @@ bench = false serde = { workspace = true, features = ["derive"] } ryu-js = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "6.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "7.0.0", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] @@ -30,9 +30,9 @@ criterion = { workspace = true } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "6.0.0", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "6.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_transforms_compat = { version = "8.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_proposal = { version = "7.0.0", path = "../swc_ecma_transforms_proposal" } +swc_ecma_transforms_testing = { version = "7.0.0", path = "../swc_ecma_transforms_testing" } testing = { version = "5.0.0", path = "../testing" } [[bench]] diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index f4e74c0953b1..3fc16994cdf6 100644 --- a/crates/swc_ecma_usage_analyzer/Cargo.toml +++ b/crates/swc_ecma_usage_analyzer/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_ecma_usage_analyzer" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -27,9 +27,9 @@ indexmap = { workspace = true } rustc-hash = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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 da1cfe39b07c..3615377dd399 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 = "6.0.1" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -29,11 +29,11 @@ ryu-js = { workspace = true } tracing = { workspace = true } unicode-id = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } -swc_parallel = { version = "1.0.0", path = "../swc_parallel", default-features = false } +swc_parallel = { version = "1.0.1", path = "../swc_parallel", default-features = false } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] stacker = { version = "0.1.15", optional = true } diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index 5a2d7311cdfb..3956d49b9dfd 100644 --- a/crates/swc_ecma_visit/Cargo.toml +++ b/crates/swc_ecma_visit/Cargo.toml @@ -27,7 +27,7 @@ num-bigint = { workspace = true, features = ["serde"] } serde = { workspace = true, optional = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", 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 315da24f04e9..9c779f2fc857 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_ecmascript" repository = { workspace = true } -version = "8.0.0" +version = "9.0.0" [package.metadata.docs.rs] all-features = true @@ -40,12 +40,12 @@ typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "6.0.2", path = "../swc_ecma_minifier", optional = true } +swc_ecma_minifier = { version = "7.0.0", path = "../swc_ecma_minifier", optional = true } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "8.0.0", path = "../swc_ecma_preset_env", optional = true } +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 = "8.0.0", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils", optional = true } +swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "7.0.0", 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_ast/Cargo.toml b/crates/swc_estree_ast/Cargo.toml index 88e6205e1440..c71e11222cbf 100644 --- a/crates/swc_estree_ast/Cargo.toml +++ b/crates/swc_estree_ast/Cargo.toml @@ -26,5 +26,5 @@ serde = { workspace = true, features = ["derive"], optional = true } serde_json = { workspace = true } better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_estree_compat/Cargo.toml b/crates/swc_estree_compat/Cargo.toml index c540930adfa0..fd7f3e21565f 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_estree_compat" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -24,14 +24,14 @@ copyless = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", "tty-emitter", ] } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", 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/" } @@ -41,10 +41,10 @@ codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc = { version = "9.0.2", path = "../swc" } +swc = { version = "10.0.0", path = "../swc" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms/" } +swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms/" } testing = { version = "5.0.0", path = "../testing" } walkdir = { workspace = true } diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 8e6059b1fab1..93005c4af2c9 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 = "6.0.0" +version = "7.0.0" [dependencies] @@ -23,8 +23,8 @@ swc_common = { version = "5.0.0", path = "../swc_common", features = [ swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_typescript = { version = "6.0.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_typescript = { version = "7.0.0", path = "../swc_ecma_transforms_typescript" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index dcf97e158915..b7bcee5ea45f 100644 --- a/crates/swc_html/Cargo.toml +++ b/crates/swc_html/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_html" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -24,6 +24,6 @@ minifier = ["swc_html_minifier"] [dependencies] swc_html_ast = { version = "5.0.0", path = "../swc_html_ast" } swc_html_codegen = { version = "5.0.0", path = "../swc_html_codegen" } -swc_html_minifier = { version = "6.0.0", path = "../swc_html_minifier", optional = true, default-features = false } +swc_html_minifier = { version = "7.0.0", path = "../swc_html_minifier", optional = true, default-features = false } swc_html_parser = { version = "5.0.0", path = "../swc_html_parser" } swc_html_visit = { version = "5.0.0", path = "../swc_html_visit" } diff --git a/crates/swc_html_ast/Cargo.toml b/crates/swc_html_ast/Cargo.toml index dad4eefa9783..58085e4df2b4 100644 --- a/crates/swc_html_ast/Cargo.toml +++ b/crates/swc_html_ast/Cargo.toml @@ -32,5 +32,5 @@ rkyv = { workspace = true, optional = true } serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "1.0.0", path = "../string_enum/" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_html_codegen/Cargo.toml b/crates/swc_html_codegen/Cargo.toml index 15fadc1e6f93..be2e0a667f8e 100644 --- a/crates/swc_html_codegen/Cargo.toml +++ b/crates/swc_html_codegen/Cargo.toml @@ -20,7 +20,7 @@ auto_impl = { workspace = true } bitflags = { workspace = true } rustc-hash = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_html_ast = { version = "5.0.0", path = "../swc_html_ast" } swc_html_codegen_macros = { version = "1.0.0", path = "../swc_html_codegen_macros" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index 192bae075e80..3e2a633114bb 100644 --- a/crates/swc_html_minifier/Cargo.toml +++ b/crates/swc_html_minifier/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = { workspace = true } name = "swc_html_minifier" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -25,7 +25,7 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", optional = true } @@ -36,11 +36,11 @@ swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "6.0.2", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "7.0.0", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_html_ast = { version = "5.0.0", path = "../swc_html_ast" } swc_html_codegen = { version = "5.0.0", path = "../swc_html_codegen" } diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index f6431ab039e8..4c408c6bc38e 100644 --- a/crates/swc_html_parser/Cargo.toml +++ b/crates/swc_html_parser/Cargo.toml @@ -19,7 +19,7 @@ bench = false debug = [] [dependencies] -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_html_ast = { version = "5.0.0", path = "../swc_html_ast" } swc_html_utils = { version = "5.0.0", path = "../swc_html_utils" } diff --git a/crates/swc_html_utils/Cargo.toml b/crates/swc_html_utils/Cargo.toml index 565c2a9c5568..65de7a0adbfe 100644 --- a/crates/swc_html_utils/Cargo.toml +++ b/crates/swc_html_utils/Cargo.toml @@ -20,5 +20,5 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_html_visit/Cargo.toml b/crates/swc_html_visit/Cargo.toml index 1557aa7502b1..5248671d2885 100644 --- a/crates/swc_html_visit/Cargo.toml +++ b/crates/swc_html_visit/Cargo.toml @@ -26,7 +26,7 @@ serde-impl = ["serde"] [dependencies] serde = { workspace = true, optional = true, features = ["derive"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_html_ast = { version = "5.0.0", path = "../swc_html_ast" } swc_visit = { version = "2.0.0", path = "../swc_visit" } diff --git a/crates/swc_node_bundler/Cargo.toml b/crates/swc_node_bundler/Cargo.toml index a6090582669b..69fa99f173f0 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -7,7 +7,7 @@ edition = { workspace = true } license = { workspace = true } name = "swc_node_bundler" repository = { workspace = true } -version = "9.0.0" +version = "10.0.0" [lib] bench = false @@ -29,9 +29,9 @@ serde_json = { workspace = true } tracing = { workspace = true } string_enum = { version = "1.0.0", path = "../string_enum" } -swc = { version = "9.0.2", path = "../swc" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } -swc_bundler = { version = "6.0.0", path = "../swc_bundler", features = [ +swc = { version = "10.0.0", path = "../swc" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } +swc_bundler = { version = "7.0.0", path = "../swc_bundler", features = [ "concurrent", ] } swc_common = { version = "5.0.0", path = "../swc_common", features = [ @@ -41,8 +41,8 @@ swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "8.0.0", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_transforms = { version = "9.0.0", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "7.0.0", 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_node_comments/Cargo.toml b/crates/swc_node_comments/Cargo.toml index 9239d49c38c5..d539598c947e 100644 --- a/crates/swc_node_comments/Cargo.toml +++ b/crates/swc_node_comments/Cargo.toml @@ -17,5 +17,5 @@ bench = false [dependencies] dashmap = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_parallel/Cargo.toml b/crates/swc_parallel/Cargo.toml index 8ffa43e47609..47cd8ba76d90 100644 --- a/crates/swc_parallel/Cargo.toml +++ b/crates/swc_parallel/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_parallel" repository = { workspace = true } -version = "1.0.0" +version = "1.0.1" [features] default = ["parallel"] diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 13c4f9239c4d..62a7ca19d06d 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -78,7 +78,7 @@ wasmer-compiler-cranelift = { version = "5.0.1", default-features = false } codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -swc_atoms = { version = "3.0.1", path = '../swc_atoms' } +swc_atoms = { version = "3.0.2", path = '../swc_atoms' } swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", features = [ "rkyv-impl", ] } diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index 728a29c6019b..5a1b92cfec01 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -6,22 +6,22 @@ edition = { workspace = true } license = { workspace = true } name = "swc_typescript" repository = { workspace = true } -version = "5.0.1" +version = "6.0.0" [dependencies] petgraph = { workspace = true } rustc-hash = { workspace = true } thiserror = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_ecma_ast = { version = "5.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "6.0.1", path = "../swc_ecma_utils" } +swc_ecma_utils = { version = "7.0.0", path = "../swc_ecma_utils" } swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] swc_ecma_codegen = { version = "5.0.1", path = "../swc_ecma_codegen" } swc_ecma_parser = { version = "6.0.1", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "6.0.2", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_base = { version = "7.0.0", path = "../swc_ecma_transforms_base" } testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_xml_ast/Cargo.toml b/crates/swc_xml_ast/Cargo.toml index b7ac457586c7..396c14f398db 100644 --- a/crates/swc_xml_ast/Cargo.toml +++ b/crates/swc_xml_ast/Cargo.toml @@ -22,5 +22,5 @@ is-macro = { workspace = true } serde = { workspace = true, features = ["derive"], optional = true } string_enum = { version = "1.0.0", path = "../string_enum/" } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_xml_codegen/Cargo.toml b/crates/swc_xml_codegen/Cargo.toml index 58ff3b9c52f5..0dc6b675b7c9 100644 --- a/crates/swc_xml_codegen/Cargo.toml +++ b/crates/swc_xml_codegen/Cargo.toml @@ -20,7 +20,7 @@ auto_impl = { workspace = true } bitflags = { workspace = true } rustc-hash = { workspace = true } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_xml_ast = { version = "5.0.0", path = "../swc_xml_ast" } swc_xml_codegen_macros = { version = "1.0.0", path = "../swc_xml_codegen_macros" } diff --git a/crates/swc_xml_parser/Cargo.toml b/crates/swc_xml_parser/Cargo.toml index 37149e0ba3c5..34b176890306 100644 --- a/crates/swc_xml_parser/Cargo.toml +++ b/crates/swc_xml_parser/Cargo.toml @@ -19,7 +19,7 @@ bench = false debug = [] [dependencies] -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_xml_ast = { version = "5.0.0", path = "../swc_xml_ast" } diff --git a/crates/swc_xml_visit/Cargo.toml b/crates/swc_xml_visit/Cargo.toml index c1a3aa7d9ade..8efe433f6d59 100644 --- a/crates/swc_xml_visit/Cargo.toml +++ b/crates/swc_xml_visit/Cargo.toml @@ -26,7 +26,7 @@ serde-impl = ["serde"] [dependencies] serde = { workspace = true, optional = true, features = ["derive"] } -swc_atoms = { version = "3.0.1", path = "../swc_atoms" } +swc_atoms = { version = "3.0.2", path = "../swc_atoms" } swc_common = { version = "5.0.0", path = "../swc_common" } swc_visit = { version = "2.0.0", path = "../swc_visit" } swc_xml_ast = { version = "5.0.0", path = "../swc_xml_ast" }