From 48d1a5ac0990e38b1400557c90e7b6f1fa395220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 06:07:39 +0000 Subject: [PATCH] Bump oxc_parser from 0.128.0 to 0.132.0 Bumps [oxc_parser](https://github.com/oxc-project/oxc) from 0.128.0 to 0.132.0. - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/compare/crates_v0.128.0...crates_v0.132.0) --- updated-dependencies: - dependency-name: oxc_parser dependency-version: 0.132.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 219 ++++++++++++++++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- 2 files changed, 174 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86fb314..9511c34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -550,7 +550,19 @@ checksum = "8b554cc48bdde5684b8a2bf3355524694ee47d9de4246eaf6199b8aecfd952cb" dependencies = [ "allocator-api2", "hashbrown 0.17.0", - "oxc_data_structures", + "oxc_data_structures 0.128.0", + "rustc-hash", +] + +[[package]] +name = "oxc_allocator" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b44db8e77f8ead7332d0dd95850d27fb7bb09f288761447e804be05ad2f89d3" +dependencies = [ + "allocator-api2", + "hashbrown 0.17.0", + "oxc_data_structures 0.132.0", "rustc-hash", ] @@ -561,15 +573,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d027d8f8b23257e1711e0db8b80c9dacb3ab567a3357b4560eaa1d0a04da2d30" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", - "oxc_data_structures", - "oxc_diagnostics", - "oxc_estree", - "oxc_regular_expression", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", + "oxc_data_structures 0.128.0", + "oxc_diagnostics 0.128.0", + "oxc_estree 0.128.0", + "oxc_regular_expression 0.128.0", + "oxc_span 0.128.0", + "oxc_str 0.128.0", + "oxc_syntax 0.128.0", +] + +[[package]] +name = "oxc_ast" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38b7d05623c5fb0a8e65ee6c1971811a6f5e2332711b14abbffd2d90fdb81786" +dependencies = [ + "bitflags", + "oxc_allocator 0.132.0", + "oxc_ast_macros 0.132.0", + "oxc_data_structures 0.132.0", + "oxc_diagnostics 0.132.0", + "oxc_estree 0.132.0", + "oxc_regular_expression 0.132.0", + "oxc_span 0.132.0", + "oxc_str 0.132.0", + "oxc_syntax 0.132.0", ] [[package]] @@ -584,12 +614,30 @@ dependencies = [ "syn", ] +[[package]] +name = "oxc_ast_macros" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f585aec92e2bdd985857d9bf58ce6896b65ad4410cc24a9533a16b864b5de8d7" +dependencies = [ + "phf", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "oxc_data_structures" version = "0.128.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c425cdc1a05603d9b6d13786892d69364a0c18de06ffa511109a9e0a760b423c" +[[package]] +name = "oxc_data_structures" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75a67baa093fb2410302bb5bea3be60c6f4e9d9573fda9d8561691234cd6bfde" + [[package]] name = "oxc_diagnostics" version = "0.128.0" @@ -601,20 +649,31 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "oxc_diagnostics" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd40c6b1e961ee7e9e00ba2c924b11259ad23aa306c349a48539344f266ef5c5" +dependencies = [ + "cow-utils", + "oxc-miette", + "percent-encoding", +] + [[package]] name = "oxc_ecmascript" -version = "0.128.0" +version = "0.132.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c675d7ad122e907016b6b7eb3e01228f313e6ff59f2a49d35d230ce214a8be9d" +checksum = "32dfc8b140169c70350e98cbfee928be46ae60151c3af6e477521afae8288809" dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_regular_expression", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.132.0", + "oxc_ast 0.132.0", + "oxc_regular_expression 0.132.0", + "oxc_span 0.132.0", + "oxc_syntax 0.132.0", ] [[package]] @@ -623,6 +682,12 @@ version = "0.128.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0aef225084b2735b871215ceba04582ecfe15be563c4c3a9e22f33e34fab74f4" +[[package]] +name = "oxc_estree" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d13f41b137ab39f80c5ab3277e777302bfd8e9b937b760159bb0996e0b2467aa" + [[package]] name = "oxc_index" version = "4.1.0" @@ -635,24 +700,24 @@ dependencies = [ [[package]] name = "oxc_parser" -version = "0.128.0" +version = "0.132.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ad27270e0ef6b957eeda354a9a4c3ba2b42a055d4d3f2311bc72735cefaac5f" +checksum = "da5b9ce5228d670de1bbc5b8c02441d01358c0a97b0037b17c6a5385c0e14442" dependencies = [ "bitflags", "cow-utils", "memchr", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_data_structures", - "oxc_diagnostics", + "oxc_allocator 0.132.0", + "oxc_ast 0.132.0", + "oxc_data_structures 0.132.0", + "oxc_diagnostics 0.132.0", "oxc_ecmascript", - "oxc_regular_expression", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_regular_expression 0.132.0", + "oxc_span 0.132.0", + "oxc_str 0.132.0", + "oxc_syntax 0.132.0", "rustc-hash", "seq-macro", ] @@ -664,11 +729,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e92ddddf8645910675528f66b3159c018c553fa47e4644514513705f5d3c22b" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", - "oxc_diagnostics", - "oxc_span", - "oxc_str", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", + "oxc_diagnostics 0.128.0", + "oxc_span 0.128.0", + "oxc_str 0.128.0", + "phf", + "rustc-hash", + "unicode-id-start", +] + +[[package]] +name = "oxc_regular_expression" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "064f938a25efd15884b3e44565b903add1a762398420835a591bf9de41d27ee1" +dependencies = [ + "bitflags", + "oxc_allocator 0.132.0", + "oxc_ast_macros 0.132.0", + "oxc_diagnostics 0.132.0", + "oxc_span 0.132.0", + "oxc_str 0.132.0", "phf", "rustc-hash", "unicode-id-start", @@ -682,10 +764,24 @@ checksum = "f03b54ae4c2254ffdbba43f82e4ea097182b300d2f3ccd1f81f8ca145556e659" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", - "oxc_str", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", + "oxc_estree 0.128.0", + "oxc_str 0.128.0", +] + +[[package]] +name = "oxc_span" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8763b157864021a4a5ded33bd9e620e25d6e20552d11eefa5d3fa707663a3341" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.132.0", + "oxc_ast_macros 0.132.0", + "oxc_estree 0.132.0", + "oxc_str 0.132.0", ] [[package]] @@ -696,8 +792,20 @@ checksum = "686c0fe58e5a4a3698921871fbe23043ac271cf324540591dfcc5e7d0f127a5a" dependencies = [ "compact_str", "hashbrown 0.17.0", - "oxc_allocator", - "oxc_estree", + "oxc_allocator 0.128.0", + "oxc_estree 0.128.0", +] + +[[package]] +name = "oxc_str" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf9548a6a9ab4a6227e1d890d7d244a9b5eb427c6b46790c770f5914b565c52b" +dependencies = [ + "compact_str", + "hashbrown 0.17.0", + "oxc_allocator 0.132.0", + "oxc_estree 0.132.0", ] [[package]] @@ -705,17 +813,36 @@ name = "oxc_syntax" version = "0.128.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35c0e13e50d92d4c518ed2484d4c5beea46c2f3311688aaff866420abf6a73eb" +dependencies = [ + "bitflags", + "cow-utils", + "nonmax", + "oxc_allocator 0.128.0", + "oxc_ast_macros 0.128.0", + "oxc_estree 0.128.0", + "oxc_index", + "oxc_span 0.128.0", + "oxc_str 0.128.0", + "phf", + "unicode-id-start", +] + +[[package]] +name = "oxc_syntax" +version = "0.132.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57b3eaa2b28010deb7648dbbbce940ea788164db602e6fe09d81792e97706f07" dependencies = [ "bitflags", "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", + "oxc_allocator 0.132.0", + "oxc_ast_macros 0.132.0", + "oxc_estree 0.132.0", "oxc_index", - "oxc_span", - "oxc_str", + "oxc_span 0.132.0", + "oxc_str 0.132.0", "phf", "unicode-id-start", ] @@ -960,10 +1087,10 @@ dependencies = [ name = "rulepath_lang_typescript" version = "0.1.0" dependencies = [ - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.128.0", + "oxc_ast 0.128.0", "oxc_parser", - "oxc_span", + "oxc_span 0.128.0", "rulepath_ir", "rulepath_parsers", "rulepath_workspace", diff --git a/Cargo.toml b/Cargo.toml index ee2e24e..9ea5c21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ lasso = "=0.7.3" miette = { version = "=7.6.0", features = ["fancy"] } oxc_allocator = "=0.128.0" oxc_ast = "=0.128.0" -oxc_parser = "=0.128.0" +oxc_parser = "=0.132.0" oxc_span = "=0.128.0" petgraph = "=0.8.3" rayon = "=1.12.0"