From c1568e64e8e08c18e636fef3f45eb4c4b4d254c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 06:39:14 +0000 Subject: [PATCH] chore(deps): update swc --- Cargo.lock | 26 +++++++++++++------------- Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e81f77..37c3660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,9 +627,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hstr" -version = "0.3.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e963d8fe690aa5ecd16d270b18362b28643862474f7fceabf105fd4c9b3a6a42" +checksum = "71399f53a92ef72ee336a4b30201c6e944827e14e0af23204c291aad9c24cc85" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", @@ -1599,12 +1599,12 @@ dependencies = [ [[package]] name = "swc_allocator" -version = "3.0.0" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a1f988452cab8c4e25776e5a855ba088cdb38fbe9714f9b9d2a6ff345824858" +checksum = "cc6b926f0d94bbb34031fe5449428cfa1268cdc0b31158d6ad9c97e0fc1e79dd" dependencies = [ + "allocator-api2", "bumpalo", - "hashbrown 0.14.5", "ptr_meta", "rustc-hash 2.1.0", "triomphe", @@ -1612,9 +1612,9 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26769479f9cb4248b9c4a9ebde709e2657bb38d612576786680a2eed35c22549" +checksum = "9d7077ba879f95406459bc0c81f3141c529b34580bc64d7ab7bd15e7118a0391" dependencies = [ "hstr", "once_cell", @@ -1624,9 +1624,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "601632c554875758657246e4971735d82ab59cfe13dcf496f70e5d9270f4c6f4" +checksum = "26fbd21a1179166b5635d4b7a6b5930cf34b803a7361e0297b04f84dc820db04" dependencies = [ "ast_node", "better_scoped_tls", @@ -1650,9 +1650,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "7.0.0" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d856e3b85126e83d806b8d327ff6dc3708a4f512137510a210b8b0aaa2b1588b" +checksum = "c66db1e9b31f0f91ee0964aba014b4d2dfdc6c558732d106d762b43bedad2c4a" dependencies = [ "bitflags", "is-macro", @@ -1668,9 +1668,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ee398e6093d6816e060d44013f1b8111e2043367899bc05d01cac3fdce12301" +checksum = "f9e336f2b460882df2c132328b3c29ab3e680e1db681a05ec3e406940d98320a" dependencies = [ "either", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index afaf41a..d9af652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ doctest = false [dependencies] oxc = "0.53.0" -swc_ecma_parser = { version = "9.0.0", features = ["typescript"] } -swc_ecma_ast = "7.0.0" +swc_ecma_parser = { version = "10.0.0", features = ["typescript"] } +swc_ecma_ast = "8.0.0" biome_js_parser = "0.5.7" biome_js_syntax = "0.5.7"