diff --git a/.changeset/calm-crabs-lie.md b/.changeset/calm-crabs-lie.md deleted file mode 100644 index 084e5bde5ddb..000000000000 --- a/.changeset/calm-crabs-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_common: major ---- - -perf(es/plugin): Make `analyze_source_file` lazy, again diff --git a/.changeset/curvy-icons-drum.md b/.changeset/curvy-icons-drum.md deleted file mode 100644 index 475d4b815369..000000000000 --- a/.changeset/curvy-icons-drum.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_estree_compat: patch -swc_core: patch ---- - -refactor(estree/compat): Do not use nightly features diff --git a/.changeset/eleven-ducks-perform.md b/.changeset/eleven-ducks-perform.md deleted file mode 100644 index 2a1a293805f1..000000000000 --- a/.changeset/eleven-ducks-perform.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -ast_node: major -swc_atoms: major -swc_allocator: major -swc_common: major ---- - -feat(plugin): Bump `rkyv` to `v0.8.8` diff --git a/.changeset/little-scissors-join.md b/.changeset/little-scissors-join.md deleted file mode 100644 index b70c335b45c6..000000000000 --- a/.changeset/little-scissors-join.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_ecma_codegen: patch -swc_core: patch ---- - -fix(es/codegen): use raw value for emitting JSX text diff --git a/.changeset/many-cats-clap.md b/.changeset/many-cats-clap.md deleted file mode 100644 index 4b58c5ad352a..000000000000 --- a/.changeset/many-cats-clap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_plugin_proxy: major -swc_plugin_runner: major ---- - -feat(plugin): Update `wasmer` to `v5` diff --git a/.changeset/tiny-snakes-train.md b/.changeset/tiny-snakes-train.md deleted file mode 100644 index b2e3b6c03371..000000000000 --- a/.changeset/tiny-snakes-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -swc_typescript: major ---- - -feat(typescript): Align `isolatedDeclaration` implementation with tsc diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cd8978f7433..3a161434ef9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,32 @@ +- **(es/codegen)** Use raw value for emitting JSX text ([#9762](https://github.com/swc-project/swc/issues/9762)) ([b83c44f](https://github.com/swc-project/swc/commit/b83c44f4ad604edc30ec157aa8fb0d8755adb389)) + + - **(es/minifier)** Drop `console` in optional chainings ([#9759](https://github.com/swc-project/swc/issues/9759)) ([39271ad](https://github.com/swc-project/swc/commit/39271addde60d7b02167ce031bca4569e6d72bb8)) +### Features + + + +- **(typescript)** Align `isolatedDeclaration` implementation with tsc ([#9715](https://github.com/swc-project/swc/issues/9715)) ([0adad25](https://github.com/swc-project/swc/commit/0adad25da123875c8cec2759004d8264237688f0)) + + +- Apply Wasm-breaking changes ([#9771](https://github.com/swc-project/swc/issues/9771)) ([ed65eee](https://github.com/swc-project/swc/commit/ed65eee834a4f3ce4be1f6f57a5f76462f023c1e)) + +### Miscellaneous Tasks + + + +- **(deps)** Update dependency magic-string to v0.30.13 ([#9747](https://github.com/swc-project/swc/issues/9747)) ([fa80a1e](https://github.com/swc-project/swc/commit/fa80a1eb86cf4babe1d4912f28152d62f068cbbe)) + +### Refactor + + + +- **(estree/compat)** Do not use nightly features ([#9772](https://github.com/swc-project/swc/issues/9772)) ([0f12bbd](https://github.com/swc-project/swc/commit/0f12bbdcaeae3538cabe04db125ac5824da42bd5)) + ## [1.9.3] - 2024-11-22 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 3c027fe54037..6bef35a83d1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "ast_node" -version = "2.0.0" +version = "3.0.0" dependencies = [ "proc-macro2", "quote", @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "binding_macros" -version = "6.0.0" +version = "7.0.0" dependencies = [ "anyhow", "console_error_panic_hook", @@ -1243,7 +1243,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" [[package]] name = "dbg-swc" -version = "5.0.0" +version = "6.0.0" dependencies = [ "anyhow", "clap 3.2.25", @@ -2239,7 +2239,7 @@ dependencies = [ [[package]] name = "jsdoc" -version = "4.0.0" +version = "5.0.0" dependencies = [ "anyhow", "dashmap 5.5.3", @@ -4192,7 +4192,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swc" -version = "6.0.0" +version = "7.0.0" dependencies = [ "ansi_term", "anyhow", @@ -4265,7 +4265,7 @@ dependencies = [ [[package]] name = "swc_allocator" -version = "1.0.0" +version = "2.0.0" dependencies = [ "bumpalo", "codspeed-criterion-compat", @@ -4282,7 +4282,7 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "2.0.0" +version = "3.0.0" dependencies = [ "arbitrary", "bytecheck 0.8.0", @@ -4296,7 +4296,7 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "5.0.0" +version = "6.0.0" dependencies = [ "anyhow", "crc 2.1.0", @@ -4351,7 +4351,7 @@ dependencies = [ [[package]] name = "swc_cli_impl" -version = "6.0.1" +version = "7.0.0" dependencies = [ "anyhow", "assert_cmd", @@ -4374,7 +4374,7 @@ dependencies = [ [[package]] name = "swc_common" -version = "4.0.1" +version = "5.0.0" dependencies = [ "ahash", "anyhow", @@ -4411,7 +4411,7 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "5.0.0" +version = "6.0.0" dependencies = [ "anyhow", "base64 0.21.7", @@ -4460,7 +4460,7 @@ dependencies = [ [[package]] name = "swc_core" -version = "6.0.2" +version = "7.0.0" dependencies = [ "anyhow", "binding_macros", @@ -4515,7 +4515,7 @@ dependencies = [ [[package]] name = "swc_css" -version = "4.0.0" +version = "5.0.0" dependencies = [ "swc_css_ast", "swc_css_codegen", @@ -4530,7 +4530,7 @@ dependencies = [ [[package]] name = "swc_css_ast" -version = "4.0.1" +version = "5.0.0" dependencies = [ "bytecheck 0.8.0", "is-macro", @@ -4544,7 +4544,7 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "4.0.0" +version = "5.0.0" dependencies = [ "auto_impl", "bitflags 2.6.0", @@ -4572,7 +4572,7 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "4.0.0" +version = "5.0.0" dependencies = [ "bitflags 2.6.0", "once_cell", @@ -4590,7 +4590,7 @@ dependencies = [ [[package]] name = "swc_css_lints" -version = "4.0.0" +version = "5.0.0" dependencies = [ "auto_impl", "parking_lot", @@ -4609,7 +4609,7 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "4.0.0" +version = "5.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4627,7 +4627,7 @@ dependencies = [ [[package]] name = "swc_css_modules" -version = "4.0.0" +version = "5.0.0" dependencies = [ "indexmap 2.5.0", "rustc-hash", @@ -4645,7 +4645,7 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "4.0.0" +version = "5.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -4662,7 +4662,7 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "4.0.0" +version = "5.0.0" dependencies = [ "once_cell", "preset_env_base", @@ -4680,7 +4680,7 @@ dependencies = [ [[package]] name = "swc_css_utils" -version = "4.0.0" +version = "5.0.0" dependencies = [ "once_cell", "serde", @@ -4693,7 +4693,7 @@ dependencies = [ [[package]] name = "swc_css_visit" -version = "4.0.1" +version = "5.0.0" dependencies = [ "serde", "swc_atoms", @@ -4704,7 +4704,7 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "4.0.1" +version = "5.0.0" dependencies = [ "arbitrary", "bitflags 2.6.0", @@ -4726,7 +4726,7 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "4.0.2" +version = "5.0.0" dependencies = [ "base64 0.21.7", "codspeed-criterion-compat", @@ -4762,7 +4762,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_bugfixes" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -4779,7 +4779,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_common" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4790,7 +4790,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "5.0.1" +version = "6.0.0" dependencies = [ "arrayvec", "indexmap 2.5.0", @@ -4817,7 +4817,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2016" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -4834,7 +4834,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "5.0.0" +version = "6.0.0" dependencies = [ "serde", "swc_atoms", @@ -4852,7 +4852,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "5.0.0" +version = "6.0.0" dependencies = [ "serde", "swc_atoms", @@ -4871,7 +4871,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2019" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -4887,7 +4887,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "6.0.0" +version = "7.0.0" dependencies = [ "serde", "swc_atoms", @@ -4905,7 +4905,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2021" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -4919,7 +4919,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "6.0.1" +version = "7.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -4936,7 +4936,7 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es3" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_common", "swc_ecma_ast", @@ -4951,7 +4951,7 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "5.0.0" +version = "6.0.0" dependencies = [ "phf", "swc_atoms", @@ -4963,7 +4963,7 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "5.0.0" +version = "6.0.0" dependencies = [ "auto_impl", "dashmap 5.5.3", @@ -4985,7 +4985,7 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "4.0.0" +version = "5.0.0" dependencies = [ "anyhow", "dashmap 5.5.3", @@ -5006,7 +5006,7 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "5.0.1" +version = "6.0.0" dependencies = [ "ansi_term", "anyhow", @@ -5050,7 +5050,7 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "5.0.0" +version = "6.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5078,7 +5078,7 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "6.0.0" +version = "7.0.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5107,7 +5107,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -5118,7 +5118,7 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "5.0.0" +version = "6.0.0" dependencies = [ "anyhow", "proc-macro2", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "swc_ecma_testing" -version = "4.0.0" +version = "5.0.0" dependencies = [ "anyhow", "hex", @@ -5144,7 +5144,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "6.0.0" +version = "7.0.0" dependencies = [ "pretty_assertions", "sourcemap", @@ -5169,7 +5169,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "5.0.1" +version = "6.0.0" dependencies = [ "better_scoped_tls", "bitflags 2.6.0", @@ -5197,7 +5197,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_atoms", "swc_common", @@ -5209,7 +5209,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "6.0.1" +version = "7.0.0" dependencies = [ "arrayvec", "indexmap 2.5.0", @@ -5258,7 +5258,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "5.0.0" +version = "6.0.0" dependencies = [ "Inflector", "anyhow", @@ -5288,7 +5288,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "5.0.0" +version = "6.0.0" dependencies = [ "dashmap 5.5.3", "indexmap 2.5.0", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "5.0.1" +version = "6.0.0" dependencies = [ "either", "rustc-hash", @@ -5343,7 +5343,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "5.0.0" +version = "6.0.0" dependencies = [ "base64 0.21.7", "dashmap 5.5.3", @@ -5371,7 +5371,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "5.0.0" +version = "6.0.0" dependencies = [ "ansi_term", "anyhow", @@ -5395,7 +5395,7 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "5.0.0" +version = "6.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5418,7 +5418,7 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "5.0.0" +version = "6.0.0" dependencies = [ "indexmap 2.5.0", "rustc-hash", @@ -5433,7 +5433,7 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "5.0.1" +version = "6.0.0" dependencies = [ "indexmap 2.5.0", "num_cpus", @@ -5454,7 +5454,7 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "4.0.1" +version = "5.0.0" dependencies = [ "new_debug_unreachable", "num-bigint", @@ -5468,7 +5468,7 @@ dependencies = [ [[package]] name = "swc_ecmascript" -version = "6.0.0" +version = "7.0.0" dependencies = [ "swc_ecma_ast", "swc_ecma_codegen", @@ -5492,7 +5492,7 @@ dependencies = [ [[package]] name = "swc_error_reporters" -version = "5.0.0" +version = "6.0.0" dependencies = [ "anyhow", "miette", @@ -5503,7 +5503,7 @@ dependencies = [ [[package]] name = "swc_estree_ast" -version = "4.0.0" +version = "5.0.0" dependencies = [ "better_scoped_tls", "serde", @@ -5514,7 +5514,7 @@ dependencies = [ [[package]] name = "swc_estree_compat" -version = "5.0.0" +version = "6.0.0" dependencies = [ "ahash", "anyhow", @@ -5540,7 +5540,7 @@ dependencies = [ [[package]] name = "swc_fast_graph" -version = "5.0.0" +version = "6.0.0" dependencies = [ "indexmap 2.5.0", "petgraph", @@ -5550,7 +5550,7 @@ dependencies = [ [[package]] name = "swc_fast_ts_strip" -version = "5.0.0" +version = "6.0.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "swc_graph_analyzer" -version = "4.0.0" +version = "5.0.0" dependencies = [ "auto_impl", "petgraph", @@ -5582,7 +5582,7 @@ dependencies = [ [[package]] name = "swc_html" -version = "5.0.0" +version = "6.0.0" dependencies = [ "swc_html_ast", "swc_html_codegen", @@ -5593,7 +5593,7 @@ dependencies = [ [[package]] name = "swc_html_ast" -version = "4.0.1" +version = "5.0.0" dependencies = [ "bytecheck 0.8.0", "is-macro", @@ -5606,7 +5606,7 @@ dependencies = [ [[package]] name = "swc_html_codegen" -version = "4.0.0" +version = "5.0.0" dependencies = [ "auto_impl", "bitflags 2.6.0", @@ -5633,7 +5633,7 @@ dependencies = [ [[package]] name = "swc_html_minifier" -version = "5.0.0" +version = "6.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5664,7 +5664,7 @@ dependencies = [ [[package]] name = "swc_html_parser" -version = "4.0.0" +version = "5.0.0" dependencies = [ "codspeed-criterion-compat", "criterion", @@ -5681,7 +5681,7 @@ dependencies = [ [[package]] name = "swc_html_utils" -version = "4.0.0" +version = "5.0.0" dependencies = [ "once_cell", "serde", @@ -5692,7 +5692,7 @@ dependencies = [ [[package]] name = "swc_html_visit" -version = "4.0.1" +version = "5.0.0" dependencies = [ "serde", "swc_atoms", @@ -5720,7 +5720,7 @@ dependencies = [ [[package]] name = "swc_node_bundler" -version = "6.0.0" +version = "7.0.0" dependencies = [ "anyhow", "dashmap 5.5.3", @@ -5749,7 +5749,7 @@ dependencies = [ [[package]] name = "swc_node_comments" -version = "4.0.0" +version = "5.0.0" dependencies = [ "dashmap 5.5.3", "swc_atoms", @@ -5786,7 +5786,7 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "4.0.0" +version = "5.0.0" dependencies = [ "better_scoped_tls", "bytecheck 0.8.0", @@ -5800,7 +5800,7 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "4.0.0" +version = "5.0.0" dependencies = [ "anyhow", "codspeed-criterion-compat", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "swc_typescript" -version = "4.0.0" +version = "5.0.0" dependencies = [ "petgraph", "rustc-hash", @@ -5896,7 +5896,7 @@ version = "0.1.0" [[package]] name = "swc_xml" -version = "4.0.0" +version = "5.0.0" dependencies = [ "swc_xml_ast", "swc_xml_codegen", @@ -5906,7 +5906,7 @@ dependencies = [ [[package]] name = "swc_xml_ast" -version = "4.0.1" +version = "5.0.0" dependencies = [ "is-macro", "serde", @@ -5917,7 +5917,7 @@ dependencies = [ [[package]] name = "swc_xml_codegen" -version = "4.0.0" +version = "5.0.0" dependencies = [ "auto_impl", "bitflags 2.6.0", @@ -5943,7 +5943,7 @@ dependencies = [ [[package]] name = "swc_xml_parser" -version = "4.0.0" +version = "5.0.0" dependencies = [ "serde", "serde_json", @@ -5956,7 +5956,7 @@ dependencies = [ [[package]] name = "swc_xml_visit" -version = "4.0.1" +version = "5.0.0" dependencies = [ "serde", "swc_atoms", @@ -6096,7 +6096,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "testing" -version = "4.0.0" +version = "5.0.0" dependencies = [ "ansi_term", "cargo_metadata", diff --git a/crates/ast_node/Cargo.toml b/crates/ast_node/Cargo.toml index 7a31ebb40f7c..9ed5f18bdb9a 100644 --- a/crates/ast_node/Cargo.toml +++ b/crates/ast_node/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "ast_node" repository = "https://github.com/swc-project/swc.git" -version = "2.0.0" +version = "3.0.0" [lib] bench = false diff --git a/crates/binding_macros/Cargo.toml b/crates/binding_macros/Cargo.toml index 20e1a013e344..ba9a21e94081 100644 --- a/crates/binding_macros/Cargo.toml +++ b/crates/binding_macros/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "binding_macros" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -33,11 +33,11 @@ binding_wasm = [ [dependencies] # Common deps for the SWC imports -swc = { optional = true, version = "6.0.0", path = "../swc" } -swc_common = { optional = true, version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms = { optional = true, version = "6.0.0", path = "../swc_ecma_transforms" } -swc_ecma_visit = { optional = true, version = "4.0.1", path = "../swc_ecma_visit" } +swc = { optional = true, version = "7.0.0", path = "../swc" } +swc_common = { optional = true, version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { optional = true, version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms = { optional = true, version = "7.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 anyhow = { workspace = true, optional = true } diff --git a/crates/dbg-swc/Cargo.toml b/crates/dbg-swc/Cargo.toml index 0ab4ceeb35d7..7f8efddea95d 100644 --- a/crates/dbg-swc/Cargo.toml +++ b/crates/dbg-swc/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "dbg-swc" repository = { workspace = true } -version = "5.0.0" +version = "6.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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", features = [ +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", features = [ "concurrent", "tty-emitter", ], path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "5.0.1", path = "../swc_ecma_minifier", features = [ +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "6.0.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } -swc_error_reporters = { version = "5.0.0", path = "../swc_error_reporters" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.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 630ecd343165..ab27796f7483 100644 --- a/crates/jsdoc/Cargo.toml +++ b/crates/jsdoc/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "jsdoc" repository = { workspace = true } -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -19,13 +19,13 @@ serde-impl = ["serde"] nom = { workspace = true } serde = { workspace = true, features = ["derive"], optional = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } [dev-dependencies] anyhow = { workspace = true } dashmap = { workspace = true } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc/Cargo.toml b/crates/swc/Cargo.toml index 156d50c0e63e..d0940f1370cf 100644 --- a/crates/swc/Cargo.toml +++ b/crates/swc/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -70,28 +70,28 @@ sourcemap = { workspace = true } tracing = { workspace = true } url = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "ahash", "sourcemap", "parking_lot", ] } -swc_compiler_base = { version = "5.0.0", path = "../swc_compiler_base" } +swc_compiler_base = { version = "6.0.0", path = "../swc_compiler_base" } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_ext_transforms = { version = "5.0.0", path = "../swc_ecma_ext_transforms" } -swc_ecma_lints = { version = "5.0.0", path = "../swc_ecma_lints" } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [ +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_ext_transforms = { version = "6.0.0", path = "../swc_ecma_ext_transforms" } +swc_ecma_lints = { version = "6.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 = "5.0.1", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { version = "6.0.0", path = "../swc_ecma_preset_env" } -swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", features = [ +swc_ecma_minifier = { version = "6.0.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { version = "7.0.0", path = "../swc_ecma_preset_env" } +swc_ecma_transforms = { version = "7.0.0", path = "../swc_ecma_transforms", features = [ "compat", "module", "optimization", @@ -99,18 +99,18 @@ swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", feat "react", "typescript", ] } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } -swc_error_reporters = { version = "5.0.0", path = "../swc_error_reporters" } -swc_node_comments = { version = "4.0.0", path = "../swc_node_comments" } -swc_plugin_proxy = { version = "4.0.0", path = "../swc_plugin_proxy", optional = true } -swc_plugin_runner = { version = "4.0.0", path = "../swc_plugin_runner", optional = true, default-features = false } +swc_ecma_transforms_base = { version = "6.0.0", 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.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" } +swc_plugin_proxy = { version = "5.0.0", path = "../swc_plugin_proxy", optional = true } +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 = "4.0.0", path = "../swc_typescript" } +swc_typescript = { version = "5.0.0", path = "../swc_typescript" } swc_visit = { version = "2.0.0", path = "../swc_visit" } [dependencies.tokio] @@ -136,15 +136,15 @@ rayon = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_lints = { version = "5.0.0", path = "../swc_ecma_lints", features = [ +swc_ecma_lints = { version = "6.0.0", path = "../swc_ecma_lints", features = [ "non_critical_lints", ] } -swc_ecma_testing = { version = "4.0.0", path = "../swc_ecma_testing" } +swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[example]] name = "transform" diff --git a/crates/swc_allocator/Cargo.toml b/crates/swc_allocator/Cargo.toml index 9b1a97ec3719..30b82b681948 100644 --- a/crates/swc_allocator/Cargo.toml +++ b/crates/swc_allocator/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_allocator" repository = { workspace = true } -version = "1.0.0" +version = "2.0.0" [package.metadata.docs.rs] all-features = true diff --git a/crates/swc_atoms/Cargo.toml b/crates/swc_atoms/Cargo.toml index 314d97512f1e..b55f2ba7d42b 100644 --- a/crates/swc_atoms/Cargo.toml +++ b/crates/swc_atoms/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_atoms" repository = "https://github.com/swc-project/swc.git" -version = "2.0.0" +version = "3.0.0" [lib] bench = false diff --git a/crates/swc_bundler/Cargo.toml b/crates/swc_bundler/Cargo.toml index dce72ead5d35..8393e454a09b 100644 --- a/crates/swc_bundler/Cargo.toml +++ b/crates/swc_bundler/Cargo.toml @@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"] license = "Apache-2.0" name = "swc_bundler" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [package.metadata.docs.rs] all-features = true @@ -37,18 +37,18 @@ rayon = { workspace = true, optional = true } relative-path = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } -swc_fast_graph = { version = "5.0.0", path = "../swc_fast_graph/" } -swc_graph_analyzer = { version = "4.0.0", path = "../swc_graph_analyzer/" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_optimization = { version = "6.0.0", path = "../swc_ecma_transforms_optimization" } +swc_ecma_utils = { version = "6.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/" } [dev-dependencies] hex = { workspace = true } @@ -59,15 +59,15 @@ sha1 = { workspace = true } tempfile = { workspace = true } url = { workspace = true } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", "cache", ] } -swc_ecma_minifier = { version = "5.0.1", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "6.0.0", path = "../swc_ecma_minifier", features = [ "concurrent", ] } -swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } +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_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_cli_impl/Cargo.toml b/crates/swc_cli_impl/Cargo.toml index c91b91834087..7768407f766e 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 = "Apache-2.0" name = "swc_cli_impl" repository = "https://github.com/swc-project/swc.git" -version = "6.0.1" +version = "7.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 = "6.0.2", features = [ +swc_core = { version = "7.0.0", features = [ "trace_macro", "common_concurrent", "base_concurrent", diff --git a/crates/swc_common/Cargo.toml b/crates/swc_common/Cargo.toml index 4d298feb1033..b5d7203155ba 100644 --- a/crates/swc_common/Cargo.toml +++ b/crates/swc_common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_common" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -58,11 +58,11 @@ tracing = { workspace = true } unicode-width = { workspace = true } url = { workspace = true } -ast_node = { version = "2.0.0", path = "../ast_node" } +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 = "1.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } +swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } +swc_atoms = { version = "3.0.0", 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 79175b44c06a..302f17bd6d54 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 = "Apache-2.0" name = "swc_compiler_base" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [features] node = ["napi", "napi-derive"] @@ -21,18 +21,18 @@ rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } sourcemap = { workspace = true } -swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false } +swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_atoms = { version = "3.0.0", 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 = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_minifier = { version = "5.0.1", path = "../swc_ecma_minifier" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_minifier = { version = "6.0.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_timer = { version = "1.0.0", path = "../swc_timer" } [dependencies.napi-derive] diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index f6f11ed8e047..1421f455aa9e 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_core" repository = "https://github.com/swc-project/swc.git" -version = "6.0.2" +version = "7.0.0" [package.metadata.docs.rs] features = [ "allocator_node", @@ -338,57 +338,57 @@ __visit = ["__ecma", "swc_ecma_visit"] once_cell = { workspace = true, optional = true } # swc_* dependencies -binding_macros = { optional = true, version = "6.0.0", path = "../binding_macros" } -swc = { optional = true, version = "6.0.0", path = "../swc" } -swc_atoms = { optional = true, version = "2.0.0", path = "../swc_atoms" } -swc_bundler = { optional = true, version = "5.0.0", path = "../swc_bundler" } +binding_macros = { optional = true, version = "7.0.0", path = "../binding_macros" } +swc = { optional = true, version = "7.0.0", path = "../swc" } +swc_atoms = { optional = true, version = "3.0.0", path = "../swc_atoms" } +swc_bundler = { optional = true, version = "6.0.0", path = "../swc_bundler" } swc_cached = { optional = true, version = "1.0.0", path = "../swc_cached" } -swc_common = { optional = true, version = "4.0.1", path = "../swc_common" } -swc_css_ast = { optional = true, version = "4.0.1", path = "../swc_css_ast" } -swc_css_codegen = { optional = true, version = "4.0.0", path = "../swc_css_codegen" } -swc_css_compat = { optional = true, version = "4.0.0", path = "../swc_css_compat" } -swc_css_minifier = { optional = true, version = "4.0.0", path = "../swc_css_minifier" } -swc_css_modules = { optional = true, version = "4.0.0", path = "../swc_css_modules" } -swc_css_parser = { optional = true, version = "4.0.0", path = "../swc_css_parser" } -swc_css_prefixer = { optional = true, version = "4.0.0", path = "../swc_css_prefixer" } -swc_css_utils = { optional = true, version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { optional = true, version = "4.0.1", path = "../swc_css_visit" } -swc_ecma_ast = { optional = true, version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { optional = true, version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_lints = { optional = true, version = "5.0.0", path = "../swc_ecma_lints" } -swc_ecma_loader = { optional = true, version = "4.0.0", path = "../swc_ecma_loader" } -swc_ecma_minifier = { optional = true, version = "5.0.1", path = "../swc_ecma_minifier" } -swc_ecma_parser = { optional = true, version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_preset_env = { optional = true, version = "6.0.0", path = "../swc_ecma_preset_env" } -swc_ecma_quote_macros = { optional = true, version = "5.0.0", path = "../swc_ecma_quote_macros" } -swc_ecma_transforms_base = { optional = true, version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { optional = true, version = "6.0.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_optimization = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_transforms_proposal = { optional = true, version = "5.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { optional = true, version = "5.0.0", path = "../swc_ecma_transforms_typescript" } -swc_ecma_usage_analyzer = { optional = true, version = "5.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { optional = true, version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { optional = true, version = "4.0.1", path = "../swc_ecma_visit" } +swc_common = { optional = true, version = "5.0.0", path = "../swc_common" } +swc_css_ast = { optional = true, version = "5.0.0", path = "../swc_css_ast" } +swc_css_codegen = { optional = true, version = "5.0.0", path = "../swc_css_codegen" } +swc_css_compat = { optional = true, version = "5.0.0", path = "../swc_css_compat" } +swc_css_minifier = { optional = true, version = "5.0.0", path = "../swc_css_minifier" } +swc_css_modules = { optional = true, version = "5.0.0", path = "../swc_css_modules" } +swc_css_parser = { optional = true, version = "5.0.0", path = "../swc_css_parser" } +swc_css_prefixer = { optional = true, version = "5.0.0", path = "../swc_css_prefixer" } +swc_css_utils = { optional = true, version = "5.0.0", path = "../swc_css_utils/" } +swc_css_visit = { optional = true, version = "5.0.0", path = "../swc_css_visit" } +swc_ecma_ast = { optional = true, version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { optional = true, version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_lints = { optional = true, version = "6.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.0", path = "../swc_ecma_minifier" } +swc_ecma_parser = { optional = true, version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_preset_env = { optional = true, version = "7.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.0", 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 = "6.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.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 = "6.0.0", path = "../swc_node_bundler" } +swc_node_bundler = { optional = true, version = "7.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 = "4.0.0", path = "../swc_plugin_proxy" } +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 = "4.0.0", path = "../swc_typescript" } -testing = { optional = true, version = "4.0.0", path = "../testing" } +swc_typescript = { optional = true, version = "5.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 = "1.0.0", path = "../swc_allocator", default-features = false } -swc_plugin_runner = { optional = true, version = "4.0.0", path = "../swc_plugin_runner", default-features = false } +swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } +swc_plugin_runner = { optional = true, version = "5.0.0", path = "../swc_plugin_runner", default-features = false } [build-dependencies] vergen = { workspace = true, features = ["cargo"] } [dev-dependencies] anyhow = { workspace = true } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_css/Cargo.toml b/crates/swc_css/Cargo.toml index eee46a5e03e1..750b41be73d4 100644 --- a/crates/swc_css/Cargo.toml +++ b/crates/swc_css/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -22,12 +22,12 @@ modules = ["swc_css_modules"] prefixer = ["swc_css_prefixer"] [dependencies] -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } -swc_css_compat = { version = "4.0.0", path = "../swc_css_compat", optional = true } -swc_css_minifier = { version = "4.0.0", path = "../swc_css_minifier", optional = true } -swc_css_modules = { version = "4.0.0", path = "../swc_css_modules", optional = true } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -swc_css_prefixer = { version = "4.0.0", path = "../swc_css_prefixer", optional = true } -swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } +swc_css_codegen = { version = "5.0.0", path = "../swc_css_codegen" } +swc_css_compat = { version = "5.0.0", path = "../swc_css_compat", optional = true } +swc_css_minifier = { version = "5.0.0", path = "../swc_css_minifier", optional = true } +swc_css_modules = { version = "5.0.0", path = "../swc_css_modules", optional = true } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } +swc_css_prefixer = { version = "5.0.0", path = "../swc_css_prefixer", optional = true } +swc_css_utils = { version = "5.0.0", path = "../swc_css_utils/" } +swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } diff --git a/crates/swc_css_ast/Cargo.toml b/crates/swc_css_ast/Cargo.toml index 88e0cd2ef43e..9f596fe4b65d 100644 --- a/crates/swc_css_ast/Cargo.toml +++ b/crates/swc_css_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_ast" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [lib] bench = false @@ -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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 73ab8c8056fa..3b651dbccde9 100644 --- a/crates/swc_css_codegen/Cargo.toml +++ b/crates/swc_css_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_codegen" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -18,16 +18,16 @@ bitflags = { workspace = true } rustc-hash = { workspace = true } serde = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } +swc_atoms = { version = "3.0.0", 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" } -swc_css_utils = { version = "4.0.0", path = "../swc_css_utils" } +swc_css_utils = { version = "5.0.0", path = "../swc_css_utils" } [dev-dependencies] -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } -testing = { version = "4.0.0", path = "../testing" } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } +swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_css_compat/Cargo.toml b/crates/swc_css_compat/Cargo.toml index e78928218c8a..7723199026b4 100644 --- a/crates/swc_css_compat/Cargo.toml +++ b/crates/swc_css_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_css_compat" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -18,13 +18,13 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +swc_atoms = { version = "3.0.0", 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/" } +swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -testing = { version = "4.0.0", path = "../testing" } +swc_css_codegen = { version = "5.0.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_css_lints/Cargo.toml b/crates/swc_css_lints/Cargo.toml index ba745b27e955..71b8fb63d8bf 100644 --- a/crates/swc_css_lints/Cargo.toml +++ b/crates/swc_css_lints/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_lints" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -19,14 +19,14 @@ rayon = { workspace = true } serde = { workspace = true, features = ["derive"] } thiserror = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +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" } [dev-dependencies] serde_json = { workspace = true } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -testing = { version = "4.0.0", path = "../testing" } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_css_minifier/Cargo.toml b/crates/swc_css_minifier/Cargo.toml index 10897649f83b..76295acac93e 100644 --- a/crates/swc_css_minifier/Cargo.toml +++ b/crates/swc_css_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_minifier" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -15,20 +15,20 @@ bench = false [dependencies] serde = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +swc_atoms = { version = "3.0.0", 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/" } +swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } +swc_css_codegen = { version = "5.0.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_css_modules/Cargo.toml b/crates/swc_css_modules/Cargo.toml index 8ac64f17fe51..9ccdabc371d5 100644 --- a/crates/swc_css_modules/Cargo.toml +++ b/crates/swc_css_modules/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_modules" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -18,16 +18,16 @@ bench = false rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +swc_atoms = { version = "3.0.0", 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" } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } +swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } [dev-dependencies] indexmap = { workspace = true, features = ["serde"] } serde_json = { workspace = true } -swc_css_compat = { version = "4.0.0", path = "../swc_css_compat" } -testing = { version = "4.0.0", path = "../testing" } +swc_css_compat = { version = "5.0.0", path = "../swc_css_compat" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_css_parser/Cargo.toml b/crates/swc_css_parser/Cargo.toml index 72f92a98dba8..aa1decb9d9f9 100644 --- a/crates/swc_css_parser/Cargo.toml +++ b/crates/swc_css_parser/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_css_parser" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -19,21 +19,21 @@ debug = [] lexical = { workspace = true } serde = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_css_ast = { version = "5.0.0", path = "../swc_css_ast" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } serde_json = { workspace = true } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast", features = [ +swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", features = [ "serde-impl", ] } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_css_prefixer/Cargo.toml b/crates/swc_css_prefixer/Cargo.toml index 52e5c84b6d5c..166f979b4761 100644 --- a/crates/swc_css_prefixer/Cargo.toml +++ b/crates/swc_css_prefixer/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json", "data/**/*.json"] license = "Apache-2.0" name = "swc_css_prefixer" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -18,13 +18,13 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } preset_env_base = { version = "1.0.0", path = "../preset_env_base" } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_utils = { version = "4.0.0", path = "../swc_css_utils/" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +swc_atoms = { version = "3.0.0", 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/" } +swc_css_visit = { version = "5.0.0", path = "../swc_css_visit" } [dev-dependencies] -swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen" } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -testing = { version = "4.0.0", path = "../testing" } +swc_css_codegen = { version = "5.0.0", path = "../swc_css_codegen" } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_css_utils/Cargo.toml b/crates/swc_css_utils/Cargo.toml index e0b3fcdd1bd6..033e3dedb1fc 100644 --- a/crates/swc_css_utils/Cargo.toml +++ b/crates/swc_css_utils/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = "Apache-2.0" name = "swc_css_utils" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -17,7 +17,7 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } -swc_css_visit = { version = "4.0.1", path = "../swc_css_visit" } +swc_atoms = { version = "3.0.0", 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 db8ea5c9dc3c..8270c95d81ee 100644 --- a/crates/swc_css_visit/Cargo.toml +++ b/crates/swc_css_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_css_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -23,7 +23,7 @@ serde-impl = ["serde"] [dependencies] serde = { workspace = true, optional = true, features = ["derive"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast" } +swc_atoms = { version = "3.0.0", 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 2d03f9a6c740..a7031cfeb317 100644 --- a/crates/swc_ecma_ast/Cargo.toml +++ b/crates/swc_ecma_ast/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ast" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -41,8 +41,8 @@ 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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 8b16f7ac5e9c..1c51f9ee82f2 100644 --- a/crates/swc_ecma_codegen/Cargo.toml +++ b/crates/swc_ecma_codegen/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_codegen" repository = "https://github.com/swc-project/swc.git" -version = "4.0.2" +version = "5.0.0" [features] # This does not enable serde for ast nodes. @@ -25,10 +25,10 @@ serde = { workspace = true } sourcemap = { workspace = true } tracing = { workspace = true } -swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } +swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } swc_ecma_codegen_macros = { version = "1.0.0", path = "../swc_ecma_codegen_macros" } [dev-dependencies] @@ -37,14 +37,14 @@ codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } serde_json = { workspace = true } -swc_allocator = { version = "1.0.0", path = "../swc_allocator" } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_allocator = { version = "2.0.0", path = "../swc_allocator" } +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_testing = { version = "4.0.0", path = "../swc_ecma_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_compat_bugfixes/Cargo.toml b/crates/swc_ecma_compat_bugfixes/Cargo.toml index 86c18a13a38c..9e0392915fbe 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 = "Apache-2.0" name = "swc_ecma_compat_bugfixes" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_es2015 = { version = "5.0.1", path = "../swc_ecma_compat_es2015" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_compat_es2015 = { version = "6.0.0", path = "../swc_ecma_compat_es2015" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 bf86b7b095a4..ec2bf6b15e66 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 = "Apache-2.0" name = "swc_ecma_compat_common" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "6.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 9f81c332b39e..17bfd154762d 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 = "Apache-2.0" name = "swc_ecma_compat_es2015" repository = "https://github.com/swc-project/swc.git" -version = "5.0.1" +version = "6.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 = "2.0.0", path = "../swc_atoms" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_common = { version = "5.0.0", path = "../swc_common" } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_compat_common = { version = "6.0.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 7e0e3be44382..b5374f22a1ba 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 = "Apache-2.0" name = "swc_ecma_compat_es2016" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 e0823c6627cc..9cad7de1b724 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 = "Apache-2.0" name = "swc_ecma_compat_es2017" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,15 +16,15 @@ version = "5.0.0" serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 b56d9dc7f30d..5702da3e308b 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 = "Apache-2.0" name = "swc_ecma_compat_es2018" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,16 +16,16 @@ version = "5.0.0" serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_compat_common = { version = "6.0.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 6a061d3608ec..02470d7ee9f1 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 = "Apache-2.0" name = "swc_ecma_compat_es2019" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,14 +16,14 @@ version = "5.0.0" tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 1de63140d15b..2bd2819b5fd6 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 = "Apache-2.0" name = "swc_ecma_compat_es2020" repository = "https://github.com/swc-project/swc.git" -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] serde = { workspace = true, features = ["derive"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_es2022 = { version = "6.0.1", path = "../swc_ecma_compat_es2022" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_compat_es2022 = { version = "7.0.0", path = "../swc_ecma_compat_es2022" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 80fbc4e2105b..01341a589211 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 = "Apache-2.0" name = "swc_ecma_compat_es2021" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,10 +15,10 @@ version = "5.0.0" [dependencies] tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.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 a73a1232faeb..56503d4568b1 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 = "Apache-2.0" name = "swc_ecma_compat_es2022" repository = "https://github.com/swc-project/swc.git" -version = "6.0.1" +version = "7.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,13 +16,13 @@ version = "6.0.1" tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_compat_common = { version = "6.0.0", path = "../swc_ecma_compat_common" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.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 61f4daf40c8c..39e3d638436b 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 = "Apache-2.0" name = "swc_ecma_compat_es3" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,13 +15,13 @@ version = "5.0.0" [dependencies] tracing = { workspace = true } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.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 = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 6425d0d9ac5a..6bec9417c8a7 100644 --- a/crates/swc_ecma_ext_transforms/Cargo.toml +++ b/crates/swc_ecma_ext_transforms/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_ext_transforms" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -14,8 +14,8 @@ bench = false [dependencies] phf = { workspace = true, features = ["macros"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "6.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 3838ff645179..ba4854913235 100644 --- a/crates/swc_ecma_lints/Cargo.toml +++ b/crates/swc_ecma_lints/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_lints" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] @@ -20,22 +20,22 @@ rayon = { workspace = true } regex = { workspace = true } serde = { workspace = true, features = ["derive"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } swc_config = { version = "1.0.0", path = "../swc_config" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +testing = { version = "5.0.0", path = "../testing" } [features] non_critical_lints = [] diff --git a/crates/swc_ecma_loader/Cargo.toml b/crates/swc_ecma_loader/Cargo.toml index 7954d6e9e55e..d9d40a8eda27 100644 --- a/crates/swc_ecma_loader/Cargo.toml +++ b/crates/swc_ecma_loader/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_loader" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -36,9 +36,9 @@ serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true, optional = true } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } swc_cached = { version = "1.0.0", optional = true, path = "../swc_cached" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_common = { version = "5.0.0", path = "../swc_common" } [dev-dependencies] lazy_static = { workspace = true } diff --git a/crates/swc_ecma_minifier/Cargo.toml b/crates/swc_ecma_minifier/Cargo.toml index 8fa75211e6f2..cea2d2c28250 100644 --- a/crates/swc_ecma_minifier/Cargo.toml +++ b/crates/swc_ecma_minifier/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"] license = "Apache-2.0" name = "swc_ecma_minifier" repository = "https://github.com/swc-project/swc.git" -version = "5.0.1" +version = "6.0.0" [package.metadata.docs.rs] all-features = true @@ -52,22 +52,22 @@ serde_json = { workspace = true } tracing = { workspace = true } -swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } swc_config = { version = "1.0.0", path = "../swc_config", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast", features = [ "serde", ] } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization" } -swc_ecma_usage_analyzer = { version = "5.0.0", path = "../swc_ecma_usage_analyzer" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", 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.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" } [dev-dependencies] @@ -78,10 +78,10 @@ pretty_assertions = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_allocator = { version = "1.0.0", path = "../swc_allocator" } -swc_ecma_testing = { version = "4.0.0", path = "../swc_ecma_testing" } +swc_allocator = { version = "2.0.0", path = "../swc_allocator" } +swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_parser/Cargo.toml b/crates/swc_ecma_parser/Cargo.toml index 52ad4ef739c9..4e59d2d16f2a 100644 --- a/crates/swc_ecma_parser/Cargo.toml +++ b/crates/swc_ecma_parser/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_parser" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [package.metadata.docs.rs] all-features = true @@ -36,10 +36,10 @@ typed-arena = { workspace = true } new_debug_unreachable = { workspace = true } phf = { workspace = true, features = ["macros"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit", optional = true } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit", optional = true } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] stacker = { version = "0.1.15", optional = true } @@ -51,12 +51,12 @@ serde_json = { workspace = true } walkdir = { workspace = true } codspeed-criterion-compat = { workspace = true } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast", features = [ "serde-impl", ] } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[example]] name = "lexer" diff --git a/crates/swc_ecma_preset_env/Cargo.toml b/crates/swc_ecma_preset_env/Cargo.toml index 164fb7d8620e..7c9ba4b8a0c4 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 = "Apache-2.0" name = "swc_ecma_preset_env" repository = { workspace = true } -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -29,24 +29,24 @@ 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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", features = [ +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms = { version = "7.0.0", path = "../swc_ecma_transforms", features = [ "compat", "proposal", ] } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_quote/Cargo.toml b/crates/swc_ecma_quote/Cargo.toml index fff46afa4f8f..accf35559434 100644 --- a/crates/swc_ecma_quote/Cargo.toml +++ b/crates/swc_ecma_quote/Cargo.toml @@ -6,16 +6,16 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false [dependencies] -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_quote_macros = { version = "5.0.0", path = "../swc_ecma_quote_macros" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_quote_macros = { version = "6.0.0", path = "../swc_ecma_quote_macros" } [dev-dependencies] -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_quote_macros/Cargo.toml b/crates/swc_ecma_quote_macros/Cargo.toml index 1882781d194c..1e10ffa5e700 100644 --- a/crates/swc_ecma_quote_macros/Cargo.toml +++ b/crates/swc_ecma_quote_macros/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_quote_macros" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -18,8 +18,8 @@ proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } swc_macros_common = { version = "1.0.0", path = "../swc_macros_common" } diff --git a/crates/swc_ecma_testing/Cargo.toml b/crates/swc_ecma_testing/Cargo.toml index 5ca0de270acd..93a7edd57b48 100644 --- a/crates/swc_ecma_testing/Cargo.toml +++ b/crates/swc_ecma_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_testing" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -17,4 +17,4 @@ hex = { workspace = true } sha2 = { workspace = true } tracing = { workspace = true } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_transforms/Cargo.toml b/crates/swc_ecma_transforms/Cargo.toml index 6924a6d579bb..e4945e5e2c91 100644 --- a/crates/swc_ecma_transforms/Cargo.toml +++ b/crates/swc_ecma_transforms/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -32,25 +32,25 @@ stacker = ["swc_ecma_utils/stacker"] typescript = ["swc_ecma_transforms_typescript"] [dependencies] -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat", optional = true } -swc_ecma_transforms_module = { version = "5.0.0", path = "../swc_ecma_transforms_module", optional = true } -swc_ecma_transforms_optimization = { version = "5.0.0", path = "../swc_ecma_transforms_optimization", optional = true } -swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal", optional = true } -swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react", optional = true } -swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript", optional = true } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", 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 = "6.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.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] pretty_assertions = { workspace = true } sourcemap = { workspace = true } tempfile = { workspace = true } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 69ea6c62ee9b..7406ee343bef 100644 --- a/crates/swc_ecma_transforms_base/Cargo.toml +++ b/crates/swc_ecma_transforms_base/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"] license = "Apache-2.0" name = "swc_ecma_transforms_base" repository = "https://github.com/swc-project/swc.git" -version = "5.0.1" +version = "6.0.0" [lib] bench = false @@ -28,22 +28,22 @@ serde = { workspace = true, features = ["derive"] } smallvec = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } rayon = { workspace = true } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_transforms_classes/Cargo.toml b/crates/swc_ecma_transforms_classes/Cargo.toml index 9ef3ed11c43b..abb8273388fe 100644 --- a/crates/swc_ecma_transforms_classes/Cargo.toml +++ b/crates/swc_ecma_transforms_classes/Cargo.toml @@ -6,15 +6,15 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_classes" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false [dependencies] -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.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 370a9942a2b8..f35110829ca2 100644 --- a/crates/swc_ecma_transforms_compat/Cargo.toml +++ b/crates/swc_ecma_transforms_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_compat" repository = "https://github.com/swc-project/swc.git" -version = "6.0.1" +version = "7.0.0" [lib] bench = false @@ -29,31 +29,31 @@ serde = { workspace = true, features = ["derive"] } smallvec = { workspace = true } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_compat_bugfixes = { version = "5.0.0", path = "../swc_ecma_compat_bugfixes" } -swc_ecma_compat_common = { version = "5.0.0", path = "../swc_ecma_compat_common" } -swc_ecma_compat_es2015 = { version = "5.0.1", path = "../swc_ecma_compat_es2015" } -swc_ecma_compat_es2016 = { version = "5.0.0", path = "../swc_ecma_compat_es2016" } -swc_ecma_compat_es2017 = { version = "5.0.0", path = "../swc_ecma_compat_es2017" } -swc_ecma_compat_es2018 = { version = "5.0.0", path = "../swc_ecma_compat_es2018" } -swc_ecma_compat_es2019 = { version = "5.0.0", path = "../swc_ecma_compat_es2019" } -swc_ecma_compat_es2020 = { version = "6.0.0", path = "../swc_ecma_compat_es2020" } -swc_ecma_compat_es2021 = { version = "5.0.0", path = "../swc_ecma_compat_es2021" } -swc_ecma_compat_es2022 = { version = "6.0.1", path = "../swc_ecma_compat_es2022" } -swc_ecma_compat_es3 = { version = "5.0.0", path = "../swc_ecma_compat_es3" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } +swc_ecma_ast = { version = "5.0.0", 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.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.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] serde_json = { workspace = true } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_testing = { version = "6.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 6f5ca11641bc..4bfbf5f9ff96 100644 --- a/crates/swc_ecma_transforms_module/Cargo.toml +++ b/crates/swc_ecma_transforms_module/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_module" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -24,27 +24,27 @@ regex = { workspace = true } serde = { workspace = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [ +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", ] } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] indexmap = { workspace = true, features = ["serde"] } serde_json = { workspace = true } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", features = [ +swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", features = [ "node", "tsc", ] } -swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } -testing = { version = "4.0.0", path = "../testing/" } +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" } +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 2fb02a32f5f0..9fc4f9f3e7d5 100644 --- a/crates/swc_ecma_transforms_optimization/Cargo.toml +++ b/crates/swc_ecma_transforms_optimization/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_optimization" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } -swc_fast_graph = { version = "5.0.0", path = "../swc_fast_graph" } +swc_ecma_utils = { version = "6.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 = "6.0.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_module = { version = "5.0.0", path = "../swc_ecma_transforms_module" } -swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } -swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_transforms_compat = { version = "7.0.0", path = "../swc_ecma_transforms_compat" } +swc_ecma_transforms_module = { version = "6.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" } +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 cffba2efa12b..4a479d839147 100644 --- a/crates/swc_ecma_transforms_proposal/Cargo.toml +++ b/crates/swc_ecma_transforms_proposal/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_proposal" repository = "https://github.com/swc-project/swc.git" -version = "5.0.1" +version = "6.0.0" [lib] bench = false @@ -22,21 +22,21 @@ rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } smallvec = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader", optional = true } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_classes = { version = "5.0.0", path = "../swc_ecma_transforms_classes" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader", optional = true } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_classes = { version = "6.0.0", path = "../swc_ecma_transforms_classes" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] serde_json = { workspace = true } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", 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" } +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 c3470389af36..695fb18aa807 100644 --- a/crates/swc_ecma_transforms_react/Cargo.toml +++ b/crates/swc_ecma_transforms_react/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_react" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -27,19 +27,19 @@ serde = { workspace = true, features = ["derive"], optional = true } sha1 = { workspace = true } string_enum = { version = "1.0.0", path = "../string_enum" } -swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } +swc_atoms = { version = "3.0.0", 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 = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } swc_ecma_transforms_macros = { version = "1.0.0", path = "../swc_ecma_transforms_macros" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen/" } -swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat/" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_codegen = { version = "5.0.0", 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" } +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 649ca876778b..9be471f38019 100644 --- a/crates/swc_ecma_transforms_testing/Cargo.toml +++ b/crates/swc_ecma_transforms_testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_transforms_testing" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -22,14 +22,14 @@ sha2 = { workspace = true } sourcemap = { workspace = true } tempfile = { workspace = true } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_testing = { version = "4.0.0", path = "../swc_ecma_testing" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_testing = { version = "5.0.0", path = "../swc_ecma_testing" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_utils = { version = "6.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 cc95fabdbd85..3c58b9e52efd 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_ecma_transforms_typescript" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -16,24 +16,24 @@ bench = false serde = { workspace = true, features = ["derive"] } ryu-js = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_react = { version = "5.0.0", path = "../swc_ecma_transforms_react" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_react = { version = "6.0.0", path = "../swc_ecma_transforms_react" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_compat = { version = "6.0.1", path = "../swc_ecma_transforms_compat" } -swc_ecma_transforms_proposal = { version = "5.0.1", path = "../swc_ecma_transforms_proposal" } -swc_ecma_transforms_testing = { version = "5.0.0", path = "../swc_ecma_transforms_testing" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", 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" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_ecma_usage_analyzer/Cargo.toml b/crates/swc_ecma_usage_analyzer/Cargo.toml index 99671196ecf9..f1b05af21b61 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 = "Apache-2.0" name = "swc_ecma_usage_analyzer" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "6.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 0ccbfb4ae3d8..613732f7862b 100644 --- a/crates/swc_ecma_utils/Cargo.toml +++ b/crates/swc_ecma_utils/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_utils" repository = "https://github.com/swc-project/swc.git" -version = "5.0.1" +version = "6.0.0" [package.metadata.docs.rs] all-features = true @@ -29,14 +29,14 @@ ryu-js = { workspace = true } tracing = { workspace = true } unicode-id = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [target.'cfg(not(any(target_arch = "wasm32", target_arch = "arm")))'.dependencies] stacker = { version = "0.1.15", optional = true } [dev-dependencies] -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_ecma_visit/Cargo.toml b/crates/swc_ecma_visit/Cargo.toml index b5f09d45621d..61b4c08b0b40 100644 --- a/crates/swc_ecma_visit/Cargo.toml +++ b/crates/swc_ecma_visit/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecma_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -27,7 +27,7 @@ num-bigint = { workspace = true, features = ["serde"] } serde = { workspace = true, optional = true, features = ["derive"] } tracing = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", 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 66a40e1ca8c9..7a9cb2b83697 100644 --- a/crates/swc_ecmascript/Cargo.toml +++ b/crates/swc_ecmascript/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_ecmascript" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "7.0.0" [package.metadata.docs.rs] all-features = true @@ -38,14 +38,14 @@ react = ["swc_ecma_transforms/react"] typescript = ["typescript-parser", "swc_ecma_transforms/typescript"] [dependencies] -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen", optional = true } -swc_ecma_minifier = { version = "5.0.1", path = "../swc_ecma_minifier", optional = true } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser", optional = true, default-features = false } -swc_ecma_preset_env = { version = "6.0.0", path = "../swc_ecma_preset_env", optional = true } -swc_ecma_quote = { version = "5.0.0", path = "../swc_ecma_quote", optional = true } -swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms", optional = true } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils", optional = true } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit", optional = true } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen", optional = true } +swc_ecma_minifier = { version = "6.0.0", path = "../swc_ecma_minifier", optional = true } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser", optional = true, default-features = false } +swc_ecma_preset_env = { version = "7.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 = "7.0.0", path = "../swc_ecma_transforms", optional = true } +swc_ecma_utils = { version = "6.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_error_reporters/Cargo.toml b/crates/swc_error_reporters/Cargo.toml index e2358da0daf7..8c13e1f522f9 100644 --- a/crates/swc_error_reporters/Cargo.toml +++ b/crates/swc_error_reporters/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_error_reporters" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -17,6 +17,6 @@ miette = { workspace = true, features = ["fancy-no-syscall"] } once_cell = { workspace = true } parking_lot = { workspace = true } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } diff --git a/crates/swc_estree_ast/Cargo.toml b/crates/swc_estree_ast/Cargo.toml index b9fade6801af..eb881a4c97ae 100644 --- a/crates/swc_estree_ast/Cargo.toml +++ b/crates/swc_estree_ast/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_estree_ast" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 b732f357be5a..68a49d0c9a8c 100644 --- a/crates/swc_estree_compat/Cargo.toml +++ b/crates/swc_estree_compat/Cargo.toml @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_estree_compat" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [package.metadata.docs.rs] all-features = true @@ -24,28 +24,28 @@ copyless = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", "tty-emitter", ] } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } -swc_estree_ast = { version = "4.0.0", path = "../swc_estree_ast" } -swc_node_comments = { version = "4.0.0", path = "../swc_node_comments/" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_utils = { version = "6.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/" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } pretty_assertions = { workspace = true } -swc = { version = "6.0.0", path = "../swc" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms/" } -testing = { version = "4.0.0", path = "../testing" } +swc = { version = "7.0.0", path = "../swc" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "7.0.0", path = "../swc_ecma_transforms/" } +testing = { version = "5.0.0", path = "../testing" } walkdir = { workspace = true } [[bench]] diff --git a/crates/swc_fast_graph/Cargo.toml b/crates/swc_fast_graph/Cargo.toml index 14f73f664b34..a2968beea44c 100644 --- a/crates/swc_fast_graph/Cargo.toml +++ b/crates/swc_fast_graph/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_fast_graph" repository = "https://github.com/swc-project/swc.git" -version = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -16,4 +16,4 @@ indexmap = { workspace = true } petgraph = { workspace = true } rustc-hash = { workspace = true } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_fast_ts_strip/Cargo.toml b/crates/swc_fast_ts_strip/Cargo.toml index 86eb0f92d2a4..a329ceda4b7c 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 = "Apache-2.0" name = "swc_fast_ts_strip" repository = { workspace = true } -version = "5.0.0" +version = "6.0.0" [dependencies] @@ -15,22 +15,22 @@ anyhow = { workspace = true } serde = { workspace = true, features = ["derive"] } wasm-bindgen = { workspace = true, optional = true } -swc_allocator = { version = "1.0.0", path = "../swc_allocator", default-features = false } +swc_allocator = { version = "2.0.0", path = "../swc_allocator", default-features = false } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_transforms_typescript = { version = "5.0.0", path = "../swc_ecma_transforms_typescript" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +swc_ecma_transforms_typescript = { version = "6.0.0", path = "../swc_ecma_transforms_typescript" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_graph_analyzer/Cargo.toml b/crates/swc_graph_analyzer/Cargo.toml index ed578543b72a..34b9cc50dc19 100644 --- a/crates/swc_graph_analyzer/Cargo.toml +++ b/crates/swc_graph_analyzer/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_graph_analyzer" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -14,9 +14,9 @@ bench = false [dependencies] auto_impl = { workspace = true } petgraph = { workspace = true } -swc_common = { version = "4.0.1", path = "../swc_common/" } -swc_fast_graph = { version = "5.0.0", path = "../swc_fast_graph/" } +swc_common = { version = "5.0.0", path = "../swc_common/" } +swc_fast_graph = { version = "6.0.0", path = "../swc_fast_graph/" } tracing = { workspace = true } [dev-dependencies] -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_html/Cargo.toml b/crates/swc_html/Cargo.toml index 79e5b6c95cf6..dcf97e158915 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 = "5.0.0" +version = "6.0.0" [package.metadata.docs.rs] all-features = true @@ -22,8 +22,8 @@ bench = false minifier = ["swc_html_minifier"] [dependencies] -swc_html_ast = { version = "4.0.1", path = "../swc_html_ast" } -swc_html_codegen = { version = "4.0.0", path = "../swc_html_codegen" } -swc_html_minifier = { version = "5.0.0", path = "../swc_html_minifier", optional = true, default-features = false } -swc_html_parser = { version = "4.0.0", path = "../swc_html_parser" } -swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } +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_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 d931d6a1111c..74f31790d5b1 100644 --- a/crates/swc_html_ast/Cargo.toml +++ b/crates/swc_html_ast/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_html_ast" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [lib] bench = false @@ -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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 d10cea2cc1e8..9e20b56466c6 100644 --- a/crates/swc_html_codegen/Cargo.toml +++ b/crates/swc_html_codegen/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_html_codegen" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -20,16 +20,16 @@ auto_impl = { workspace = true } bitflags = { workspace = true } rustc-hash = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_html_ast = { version = "4.0.1", path = "../swc_html_ast" } +swc_atoms = { version = "3.0.0", 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" } -swc_html_utils = { version = "4.0.0", path = "../swc_html_utils" } +swc_html_utils = { version = "5.0.0", path = "../swc_html_utils" } [dev-dependencies] -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_html_parser = { version = "4.0.0", path = "../swc_html_parser" } -swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } -testing = { version = "4.0.0", path = "../testing" } +swc_html_parser = { version = "5.0.0", path = "../swc_html_parser" } +swc_html_visit = { version = "5.0.0", path = "../swc_html_visit" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_html_minifier/Cargo.toml b/crates/swc_html_minifier/Cargo.toml index cd345d96f12d..5e80fb7e1dea 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 = "5.0.0" +version = "6.0.0" [lib] bench = false @@ -25,35 +25,35 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } swc_cached = { version = "1.0.0", path = "../swc_cached" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast", optional = true } -swc_css_codegen = { version = "4.0.0", path = "../swc_css_codegen", optional = true } -swc_css_minifier = { version = "4.0.0", path = "../swc_css_minifier", optional = true } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser", optional = true } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen", features = [ +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", optional = true } +swc_css_codegen = { version = "5.0.0", path = "../swc_css_codegen", optional = true } +swc_css_minifier = { version = "5.0.0", path = "../swc_css_minifier", optional = true } +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser", optional = true } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen", features = [ "serde-impl", ] } -swc_ecma_minifier = { version = "5.0.1", path = "../swc_ecma_minifier", features = [ +swc_ecma_minifier = { version = "6.0.0", path = "../swc_ecma_minifier", features = [ "extra-serde", ] } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } -swc_html_ast = { version = "4.0.1", path = "../swc_html_ast" } -swc_html_codegen = { version = "4.0.0", path = "../swc_html_codegen" } -swc_html_parser = { version = "4.0.0", path = "../swc_html_parser" } -swc_html_utils = { version = "4.0.0", path = "../swc_html_utils" } -swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.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" } +swc_html_parser = { version = "5.0.0", path = "../swc_html_parser" } +swc_html_utils = { version = "5.0.0", path = "../swc_html_utils" } +swc_html_visit = { version = "5.0.0", path = "../swc_html_visit" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_html_parser/Cargo.toml b/crates/swc_html_parser/Cargo.toml index 7976b12451c0..730462bd7305 100644 --- a/crates/swc_html_parser/Cargo.toml +++ b/crates/swc_html_parser/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = { workspace = true } name = "swc_html_parser" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -19,10 +19,10 @@ bench = false debug = [] [dependencies] -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_html_ast = { version = "4.0.1", path = "../swc_html_ast" } -swc_html_utils = { version = "4.0.0", path = "../swc_html_utils" } +swc_atoms = { version = "3.0.0", 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" } [dev-dependencies] codspeed-criterion-compat = { workspace = true } @@ -30,12 +30,12 @@ criterion = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -swc_html_ast = { version = "4.0.1", path = "../swc_html_ast", features = [ +swc_html_ast = { version = "5.0.0", path = "../swc_html_ast", features = [ "serde-impl", ] } -swc_html_visit = { version = "4.0.1", path = "../swc_html_visit" } +swc_html_visit = { version = "5.0.0", path = "../swc_html_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } [[bench]] harness = false diff --git a/crates/swc_html_utils/Cargo.toml b/crates/swc_html_utils/Cargo.toml index 83582827c82e..ae156fe16b15 100644 --- a/crates/swc_html_utils/Cargo.toml +++ b/crates/swc_html_utils/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"] license = { workspace = true } name = "swc_html_utils" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -20,5 +20,5 @@ once_cell = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 8ab1f0dd3676..07e29d5be110 100644 --- a/crates/swc_html_visit/Cargo.toml +++ b/crates/swc_html_visit/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_html_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -26,7 +26,7 @@ serde-impl = ["serde"] [dependencies] serde = { workspace = true, optional = true, features = ["derive"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_html_ast = { version = "4.0.1", path = "../swc_html_ast" } +swc_atoms = { version = "3.0.0", 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 304cbbf74ac9..2b654ccde70c 100644 --- a/crates/swc_node_bundler/Cargo.toml +++ b/crates/swc_node_bundler/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_node_bundler" repository = "https://github.com/swc-project/swc.git" -version = "6.0.0" +version = "7.0.0" [lib] bench = false @@ -29,24 +29,24 @@ serde_json = { workspace = true } tracing = { workspace = true } string_enum = { version = "1.0.0", path = "../string_enum" } -swc = { version = "6.0.0", path = "../swc" } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_bundler = { version = "5.0.0", path = "../swc_bundler", features = [ +swc = { version = "7.0.0", path = "../swc" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_bundler = { version = "6.0.0", path = "../swc_bundler", features = [ "concurrent", ] } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms = { version = "6.0.0", path = "../swc_ecma_transforms" } -swc_ecma_utils = { version = "5.0.1", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms = { version = "7.0.0", path = "../swc_ecma_transforms" } +swc_ecma_utils = { version = "6.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" } [dev-dependencies] pretty_assertions = { workspace = true } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_node_comments/Cargo.toml b/crates/swc_node_comments/Cargo.toml index b45910dcf978..4d7261783bf2 100644 --- a/crates/swc_node_comments/Cargo.toml +++ b/crates/swc_node_comments/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_node_comments" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -17,5 +17,5 @@ bench = false [dependencies] dashmap = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } diff --git a/crates/swc_plugin_proxy/Cargo.toml b/crates/swc_plugin_proxy/Cargo.toml index 4d2ae777dc9a..e5408626054b 100644 --- a/crates/swc_plugin_proxy/Cargo.toml +++ b/crates/swc_plugin_proxy/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_proxy" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -28,6 +28,6 @@ rkyv = { workspace = true, optional = true } tracing = { workspace = true } better_scoped_tls = { version = "1.0.0", path = "../better_scoped_tls" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } swc_trace_macro = { version = "2.0.0", path = "../swc_trace_macro" } diff --git a/crates/swc_plugin_runner/Cargo.toml b/crates/swc_plugin_runner/Cargo.toml index 344c3c157c6b..0edc5d37fc22 100644 --- a/crates/swc_plugin_runner/Cargo.toml +++ b/crates/swc_plugin_runner/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "swc_plugin_runner" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -63,12 +63,12 @@ virtual-fs = { workspace = true } wasmer = { workspace = true } wasmer-wasix = { workspace = true } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "concurrent", ] } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast", optional = true } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", optional = true } -swc_plugin_proxy = { version = "4.0.0", path = "../swc_plugin_proxy" } +swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", optional = true } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast", optional = true } +swc_plugin_proxy = { version = "5.0.0", path = "../swc_plugin_proxy" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] wasmer-cache = { version = "5.0.1", optional = true } @@ -78,19 +78,19 @@ wasmer-compiler-cranelift = { version = "5.0.1", default-features = false } codspeed-criterion-compat = { workspace = true } criterion = { workspace = true } -swc_atoms = { version = "2.0.0", path = '../swc_atoms' } -swc_css_ast = { version = "4.0.1", path = "../swc_css_ast", features = [ +swc_atoms = { version = "3.0.0", path = '../swc_atoms' } +swc_css_ast = { version = "5.0.0", path = "../swc_css_ast", features = [ "rkyv-impl", ] } -swc_css_parser = { version = "4.0.0", path = "../swc_css_parser" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast", features = [ +swc_css_parser = { version = "5.0.0", path = "../swc_css_parser" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast", features = [ "rkyv-impl", ] } -swc_ecma_loader = { version = "4.0.0", path = "../swc_ecma_loader" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_visit = { version = "4.0.1", path = "../swc_ecma_visit" } +swc_ecma_loader = { version = "5.0.0", path = "../swc_ecma_loader" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } swc_malloc = { version = "1.0.0", path = "../swc_malloc" } -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } tokio = { workspace = true, features = ["rt"] } [[bench]] diff --git a/crates/swc_timer/Cargo.toml b/crates/swc_timer/Cargo.toml index 7b91a73c895e..6ac58ded1869 100644 --- a/crates/swc_timer/Cargo.toml +++ b/crates/swc_timer/Cargo.toml @@ -15,4 +15,4 @@ bench = false tracing = { workspace = true } [dev-dependencies] -testing = { version = "4.0.0", path = "../testing" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_typescript/Cargo.toml b/crates/swc_typescript/Cargo.toml index 53e8d10ae8b4..9bc7790e9509 100644 --- a/crates/swc_typescript/Cargo.toml +++ b/crates/swc_typescript/Cargo.toml @@ -6,22 +6,22 @@ edition = "2021" license = "Apache-2.0" name = "swc_typescript" repository = { workspace = true } -version = "4.0.0" +version = "5.0.0" [dependencies] petgraph = { workspace = true } rustc-hash = { workspace = true } thiserror = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_ecma_ast = { version = "4.0.1", path = "../swc_ecma_ast" } -swc_ecma_utils = { version = "5.0.0", path = "../swc_ecma_utils" } -swc_ecma_visit = { version = "4.0.0", path = "../swc_ecma_visit" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_ecma_ast = { version = "5.0.0", path = "../swc_ecma_ast" } +swc_ecma_utils = { version = "6.0.0", path = "../swc_ecma_utils" } +swc_ecma_visit = { version = "5.0.0", path = "../swc_ecma_visit" } [dev-dependencies] -swc_ecma_codegen = { version = "4.0.2", path = "../swc_ecma_codegen" } -swc_ecma_parser = { version = "5.0.0", path = "../swc_ecma_parser" } -swc_ecma_transforms_base = { version = "5.0.1", path = "../swc_ecma_transforms_base" } -testing = { version = "4.0.0", path = "../testing" } +swc_ecma_codegen = { version = "5.0.0", path = "../swc_ecma_codegen" } +swc_ecma_parser = { version = "6.0.0", path = "../swc_ecma_parser" } +swc_ecma_transforms_base = { version = "6.0.0", path = "../swc_ecma_transforms_base" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_xml/Cargo.toml b/crates/swc_xml/Cargo.toml index 28d93c21968e..7a88e92b6a58 100644 --- a/crates/swc_xml/Cargo.toml +++ b/crates/swc_xml/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_xml" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -19,7 +19,7 @@ version = "4.0.0" bench = false [dependencies] -swc_xml_ast = { version = "4.0.1", path = "../swc_xml_ast" } -swc_xml_codegen = { version = "4.0.0", path = "../swc_xml_codegen" } -swc_xml_parser = { version = "4.0.0", path = "../swc_xml_parser" } -swc_xml_visit = { version = "4.0.1", path = "../swc_xml_visit" } +swc_xml_ast = { version = "5.0.0", path = "../swc_xml_ast" } +swc_xml_codegen = { version = "5.0.0", path = "../swc_xml_codegen" } +swc_xml_parser = { version = "5.0.0", path = "../swc_xml_parser" } +swc_xml_visit = { version = "5.0.0", path = "../swc_xml_visit" } diff --git a/crates/swc_xml_ast/Cargo.toml b/crates/swc_xml_ast/Cargo.toml index a9eedf68ad59..2852c7b841ae 100644 --- a/crates/swc_xml_ast/Cargo.toml +++ b/crates/swc_xml_ast/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_xml_ast" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [lib] bench = false @@ -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 = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 1be9433dbeb7..b3ab761b7ae4 100644 --- a/crates/swc_xml_codegen/Cargo.toml +++ b/crates/swc_xml_codegen/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = { workspace = true } name = "swc_xml_codegen" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -20,15 +20,15 @@ auto_impl = { workspace = true } bitflags = { workspace = true } rustc-hash = { workspace = true } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_xml_ast = { version = "4.0.1", path = "../swc_xml_ast" } +swc_atoms = { version = "3.0.0", 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" } [dev-dependencies] -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "sourcemap", ] } -swc_xml_parser = { version = "4.0.0", path = "../swc_xml_parser" } -swc_xml_visit = { version = "4.0.1", path = "../swc_xml_visit" } -testing = { version = "4.0.0", path = "../testing" } +swc_xml_parser = { version = "5.0.0", path = "../swc_xml_parser" } +swc_xml_visit = { version = "5.0.0", path = "../swc_xml_visit" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_xml_parser/Cargo.toml b/crates/swc_xml_parser/Cargo.toml index 0f7cb647cf8d..55a412af8dca 100644 --- a/crates/swc_xml_parser/Cargo.toml +++ b/crates/swc_xml_parser/Cargo.toml @@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"] license = { workspace = true } name = "swc_xml_parser" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -19,16 +19,16 @@ bench = false debug = [] [dependencies] -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } -swc_xml_ast = { version = "4.0.1", path = "../swc_xml_ast" } +swc_atoms = { version = "3.0.0", path = "../swc_atoms" } +swc_common = { version = "5.0.0", path = "../swc_common" } +swc_xml_ast = { version = "5.0.0", path = "../swc_xml_ast" } [dev-dependencies] serde = { workspace = true } serde_json = { workspace = true } -swc_xml_ast = { version = "4.0.1", path = "../swc_xml_ast", features = [ +swc_xml_ast = { version = "5.0.0", path = "../swc_xml_ast", features = [ "serde-impl", ] } -swc_xml_visit = { version = "4.0.1", path = "../swc_xml_visit" } -testing = { version = "4.0.0", path = "../testing" } +swc_xml_visit = { version = "5.0.0", path = "../swc_xml_visit" } +testing = { version = "5.0.0", path = "../testing" } diff --git a/crates/swc_xml_visit/Cargo.toml b/crates/swc_xml_visit/Cargo.toml index f1c2ce65eb3f..410008530e5b 100644 --- a/crates/swc_xml_visit/Cargo.toml +++ b/crates/swc_xml_visit/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" license = { workspace = true } name = "swc_xml_visit" repository = "https://github.com/swc-project/swc.git" -version = "4.0.1" +version = "5.0.0" [package.metadata.docs.rs] all-features = true @@ -26,7 +26,7 @@ serde-impl = ["serde"] [dependencies] serde = { workspace = true, optional = true, features = ["derive"] } -swc_atoms = { version = "2.0.0", path = "../swc_atoms" } -swc_common = { version = "4.0.1", path = "../swc_common" } +swc_atoms = { version = "3.0.0", 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 = "4.0.1", path = "../swc_xml_ast" } +swc_xml_ast = { version = "5.0.0", path = "../swc_xml_ast" } diff --git a/crates/testing/Cargo.toml b/crates/testing/Cargo.toml index ea93ceeac7af..2fba5fbc62a3 100644 --- a/crates/testing/Cargo.toml +++ b/crates/testing/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" name = "testing" repository = "https://github.com/swc-project/swc.git" -version = "4.0.0" +version = "5.0.0" [lib] bench = false @@ -23,8 +23,8 @@ serde_json = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter"] } -swc_common = { version = "4.0.1", path = "../swc_common", features = [ +swc_common = { version = "5.0.0", path = "../swc_common", features = [ "tty-emitter", ] } -swc_error_reporters = { version = "5.0.0", path = "../swc_error_reporters" } +swc_error_reporters = { version = "6.0.0", path = "../swc_error_reporters" } testing_macros = { version = "1.0.0", path = "../testing_macros" }