From 2331903c1ff6eba94043767ebd6f254c52ea0d41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 00:47:11 +0000 Subject: [PATCH] fix(deps): update rust crate oxc_ast to 0.147 --- Cargo.lock | 138 ++++++++++++++++++++++++++++++++++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 128 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9af5bec..94dce89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,10 +738,28 @@ dependencies = [ "oxc_data_structures 0.144.0", "oxc_diagnostics 0.144.0", "oxc_estree 0.144.0", - "oxc_regular_expression", + "oxc_regular_expression 0.144.0", "oxc_span 0.144.0", "oxc_str 0.144.0", - "oxc_syntax", + "oxc_syntax 0.144.0", +] + +[[package]] +name = "oxc_ast" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dcf0e905263cc649c07e3494489de620462390de12cb2b5933247f91785a421" +dependencies = [ + "bitflags", + "oxc_allocator 0.147.0", + "oxc_ast_macros 0.147.0", + "oxc_data_structures 0.147.0", + "oxc_diagnostics 0.147.0", + "oxc_estree 0.147.0", + "oxc_regular_expression 0.147.0", + "oxc_span 0.147.0", + "oxc_str 0.147.0", + "oxc_syntax 0.147.0", ] [[package]] @@ -768,6 +786,18 @@ dependencies = [ "syn 3.0.3", ] +[[package]] +name = "oxc_ast_macros" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa520723c19e83bcc683a988ac77d56bbca4b88178d5fc6c0c89fb73a45893cf" +dependencies = [ + "phf", + "proc-macro2", + "quote", + "syn 3.0.3", +] + [[package]] name = "oxc_ast_visit" version = "0.144.0" @@ -775,9 +805,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a57626cd6ef87f5173110a301868e3c438fd8e0576f489d9a61540ef133f686" dependencies = [ "oxc_allocator 0.144.0", - "oxc_ast", + "oxc_ast 0.144.0", "oxc_span 0.144.0", - "oxc_syntax", + "oxc_syntax 0.144.0", ] [[package]] @@ -830,6 +860,25 @@ dependencies = [ "unicode-width 0.2.2", ] +[[package]] +name = "oxc_diagnostics" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acb70f89da6524e6a2d097f0d747f14731156996ee5400474ef19ad3f318646b" +dependencies = [ + "bytecount", + "cow-utils", + "itoa", + "memchr", + "owo-colors", + "oxc_span 0.147.0", + "percent-encoding", + "smallvec", + "textwrap", + "unicode-segmentation", + "unicode-width 0.2.2", +] + [[package]] name = "oxc_ecmascript" version = "0.144.0" @@ -840,10 +889,10 @@ dependencies = [ "itoa", "num-bigint", "num-traits", - "oxc_ast", + "oxc_ast 0.144.0", "oxc_data_structures 0.144.0", "oxc_span 0.144.0", - "oxc_syntax", + "oxc_syntax 0.144.0", ] [[package]] @@ -858,6 +907,12 @@ version = "0.146.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7af86a59b7aeb2845ffea2cc21ae259053865b175e9ac936a7d72f2744abe5" +[[package]] +name = "oxc_estree" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2ef8cdc8d02a7e0b91ee51a2572963c914d3bb38261e11a54d068a092c4dc42" + [[package]] name = "oxc_index" version = "5.0.0" @@ -880,14 +935,14 @@ dependencies = [ "num-bigint", "num-traits", "oxc_allocator 0.144.0", - "oxc_ast", + "oxc_ast 0.144.0", "oxc_data_structures 0.144.0", "oxc_diagnostics 0.144.0", "oxc_ecmascript", - "oxc_regular_expression", + "oxc_regular_expression 0.144.0", "oxc_span 0.144.0", "oxc_str 0.144.0", - "oxc_syntax", + "oxc_syntax 0.144.0", "rustc-hash", "seq-macro", ] @@ -909,6 +964,23 @@ dependencies = [ "unicode-id-start", ] +[[package]] +name = "oxc_regular_expression" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8455a292e58e24a0c51cfa2ec1d44e219e22d59a04b9af1ae050d4944a19d51" +dependencies = [ + "bitflags", + "oxc_allocator 0.147.0", + "oxc_ast_macros 0.147.0", + "oxc_diagnostics 0.147.0", + "oxc_span 0.147.0", + "oxc_str 0.147.0", + "phf", + "rustc-hash", + "unicode-id-start", +] + [[package]] name = "oxc_span" version = "0.144.0" @@ -936,6 +1008,19 @@ dependencies = [ "oxc_str 0.146.0", ] +[[package]] +name = "oxc_span" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "378737bf42338e31badcdae2e6e2afc7a63cb7ffe82c418ac12d506c554adda4" +dependencies = [ + "compact_str", + "oxc_allocator 0.147.0", + "oxc_ast_macros 0.147.0", + "oxc_estree 0.147.0", + "oxc_str 0.147.0", +] + [[package]] name = "oxc_str" version = "0.144.0" @@ -960,6 +1045,18 @@ dependencies = [ "oxc_estree 0.146.0", ] +[[package]] +name = "oxc_str" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8564a0269f93153f856100db908af25434efdd1ec9d403ffa099cdab57385c8c" +dependencies = [ + "compact_str", + "hashbrown 0.17.1", + "oxc_allocator 0.147.0", + "oxc_estree 0.147.0", +] + [[package]] name = "oxc_syntax" version = "0.144.0" @@ -980,6 +1077,25 @@ dependencies = [ "unicode-id-start", ] +[[package]] +name = "oxc_syntax" +version = "0.147.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59f05978138676c9d54f021391409fcf1314a46adcdbbaabc670c2990f8387dd" +dependencies = [ + "bitflags", + "cow-utils", + "nonmax", + "oxc_allocator 0.147.0", + "oxc_ast_macros 0.147.0", + "oxc_estree 0.147.0", + "oxc_index", + "oxc_span 0.147.0", + "oxc_str 0.147.0", + "phf", + "unicode-id-start", +] + [[package]] name = "percent-encoding" version = "2.3.2" @@ -1586,12 +1702,12 @@ dependencies = [ "miette", "owo-colors", "oxc_allocator 0.147.0", - "oxc_ast", + "oxc_ast 0.147.0", "oxc_ast_visit", "oxc_diagnostics 0.146.0", "oxc_parser", "oxc_span 0.144.0", - "oxc_syntax", + "oxc_syntax 0.144.0", "rayon", "regex", "rstest", diff --git a/Cargo.toml b/Cargo.toml index 0ccbd92..c159b23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ thiserror = "2.0" ignore = "0.4" oxc_parser = "0.144" oxc_allocator = "0.147" -oxc_ast = "0.144" +oxc_ast = "0.147" oxc_ast_visit = "0.144" oxc_span = "0.144" oxc_syntax = "0.144"