From d46bb892342dfa9da750f30a1a56c2c8e05c1a1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:09:40 +0000 Subject: [PATCH] chore(deps): update rust crate swc_ecma_parser to v18 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 974973b..a074ed6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1284,9 +1284,9 @@ dependencies = [ [[package]] name = "swc_ecma_lexer" -version = "17.0.7" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff2f560591181601f15316838bd5872b19902e7b4605a08743c6cb3e853b3db" +checksum = "3b009fbd9113e82513e8f85f8405a3eaf4836b0e2b1bf35e1d492dba48108441" dependencies = [ "arrayvec", "ascii", @@ -1312,9 +1312,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "17.2.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "821520cc73106140a379ba2614e67e35f9c5dff40f078fa791b16ed92e00053d" +checksum = "f4ebb9d932251ca0a4db5cd952a5134bef6e1f9853a914cf3bd1fbc4118f107a" dependencies = [ "arrayvec", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 839abd1..6c756d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ doctest = false [dependencies] oxc = "0.75.0" -swc_ecma_parser = { version = "17.2.1", features = ["typescript"] } +swc_ecma_parser = { version = "18.0.0", features = ["typescript"] } swc_ecma_ast = "13.0.0" # biome_js_parser = "0.5.6"