From 611661cee43ba68efc642588346825ff63a665da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:26:27 +0000 Subject: [PATCH] Bump swc_ecma_ast from 4.0.1 to 5.0.0 Bumps [swc_ecma_ast](https://github.com/swc-project/swc) from 4.0.1 to 5.0.0. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/swc_core@v4.0.1...swc_core@v5.0.0) --- updated-dependencies: - dependency-name: swc_ecma_ast dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 125 ++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 114 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d691509..39ac83c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,8 +35,8 @@ dependencies = [ "serde_json", "serde_with", "serde_yaml", - "swc_common", - "swc_ecma_ast", + "swc_common 4.0.1", + "swc_ecma_ast 5.0.0", "swc_ecma_parser", "tabled", "tokio", @@ -151,6 +151,18 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "ast_node" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91fb5864e2f5bf9fd9797b94b2dfd1554d4c3092b535008b27d7e15c86675a2f" +dependencies = [ + "proc-macro2", + "quote", + "swc_macros_common", + "syn 2.0.87", +] + [[package]] name = "autocfg" version = "1.4.0" @@ -1184,7 +1196,16 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" dependencies = [ - "ptr_meta_derive", + "ptr_meta_derive 0.1.4", +] + +[[package]] +name = "ptr_meta" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90" +dependencies = [ + "ptr_meta_derive 0.3.0", ] [[package]] @@ -1198,6 +1219,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ptr_meta_derive" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.87", +] + [[package]] name = "quote" version = "1.0.37" @@ -1473,7 +1505,20 @@ checksum = "52cacc28f0ada8e4e31a720dd849ff06864b10e6ab0a1aaa99c06456cfe046af" dependencies = [ "bumpalo", "hashbrown 0.14.5", - "ptr_meta", + "ptr_meta 0.1.4", + "rustc-hash", + "triomphe", +] + +[[package]] +name = "swc_allocator" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "117d5d3289663f53022ebf157df8a42b3872d7ac759e63abf96b5987b85d4af3" +dependencies = [ + "bumpalo", + "hashbrown 0.14.5", + "ptr_meta 0.3.0", "rustc-hash", "triomphe", ] @@ -1490,13 +1535,51 @@ dependencies = [ "serde", ] +[[package]] +name = "swc_atoms" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "151a6feb82b989a087433baca7f6a6eb4fcf83f828c479eecd039c9312d60e10" +dependencies = [ + "hstr", + "once_cell", + "rustc-hash", + "serde", +] + [[package]] name = "swc_common" version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f87a21612a324493fd065e9c6fea960b4031088a213db782e2ca71d2fabb3ec" dependencies = [ - "ast_node", + "ast_node 2.0.0", + "better_scoped_tls", + "cfg-if", + "either", + "from_variant", + "new_debug_unreachable", + "num-bigint", + "once_cell", + "rustc-hash", + "serde", + "siphasher", + "swc_allocator 1.0.0", + "swc_atoms 2.0.0", + "swc_eq_ignore_macros", + "swc_visit", + "tracing", + "unicode-width 0.1.14", + "url", +] + +[[package]] +name = "swc_common" +version = "5.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a521e8120dc0401580864a643b5bffa035c29fc3fc41697c972743d4f008ed22" +dependencies = [ + "ast_node 3.0.0", "better_scoped_tls", "cfg-if", "either", @@ -1507,8 +1590,8 @@ dependencies = [ "rustc-hash", "serde", "siphasher", - "swc_allocator", - "swc_atoms", + "swc_allocator 2.0.0", + "swc_atoms 3.0.0", "swc_eq_ignore_macros", "swc_visit", "tracing", @@ -1528,8 +1611,26 @@ dependencies = [ "phf", "scoped-tls", "string_enum", - "swc_atoms", - "swc_common", + "swc_atoms 2.0.0", + "swc_common 4.0.1", + "swc_visit", + "unicode-id-start", +] + +[[package]] +name = "swc_ecma_ast" +version = "5.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94cf86f17358b93fcfe2876a9f0f7a7ebbff94cd6eaab4c809c7a0da1f4b892e" +dependencies = [ + "bitflags", + "is-macro", + "num-bigint", + "phf", + "scoped-tls", + "string_enum", + "swc_atoms 3.0.0", + "swc_common 5.0.0", "swc_visit", "unicode-id-start", ] @@ -1549,9 +1650,9 @@ dependencies = [ "smallvec", "smartstring", "stacker", - "swc_atoms", - "swc_common", - "swc_ecma_ast", + "swc_atoms 2.0.0", + "swc_common 4.0.1", + "swc_ecma_ast 4.0.1", "tracing", "typed-arena", ] diff --git a/Cargo.toml b/Cargo.toml index f098e35..8d25b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ petgraph = "0.6.5" globset = "0.4.15" swc_common = "4.0.1" swc_ecma_parser = "5.0.0" -swc_ecma_ast = "4.0.1" +swc_ecma_ast = "5.0.0" tabled = "0.17.0"