From f9f67e9b8ec69cfcdda2941e5ee75da22ec42eff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:11:38 +0000 Subject: [PATCH] deps(deps): bump oxc_ast from 0.139.0 to 0.140.0 Bumps [oxc_ast](https://github.com/oxc-project/oxc) from 0.139.0 to 0.140.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.139.0...crates_v0.140.0) --- updated-dependencies: - dependency-name: oxc_ast dependency-version: 0.140.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 d020bef..acfa6dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,11 +511,11 @@ dependencies = [ "indicatif", "inquire", "libc", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.139.0", + "oxc_ast 0.140.0", "oxc_ast_visit", "oxc_parser", - "oxc_span", + "oxc_span 0.139.0", "predicates", "regex", "reqwest", @@ -1241,7 +1241,19 @@ checksum = "543cb3159108e6469bcf9e979ba04580e321587febe0e950fba9f2b4d743cf0d" dependencies = [ "allocator-api2", "hashbrown 0.17.1", - "oxc_data_structures", + "oxc_data_structures 0.139.0", + "rustc-hash", +] + +[[package]] +name = "oxc_allocator" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f8245ba555b465d3577732d5f9d9306babb0aaa7b80e97a2ce21f74fae442a3" +dependencies = [ + "allocator-api2", + "hashbrown 0.17.1", + "oxc_data_structures 0.140.0", "rustc-hash", ] @@ -1252,15 +1264,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "888b93d95de1a7fbc4ce37daa121b2c794ee353e9ef8ea785edbb6ee88537b82" 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.139.0", + "oxc_ast_macros 0.139.0", + "oxc_data_structures 0.139.0", + "oxc_diagnostics 0.139.0", + "oxc_estree 0.139.0", + "oxc_regular_expression 0.139.0", + "oxc_span 0.139.0", + "oxc_str 0.139.0", + "oxc_syntax 0.139.0", +] + +[[package]] +name = "oxc_ast" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3305400b90fff2a30b272b58fe6080d25369407b2ac37c4ac652996a9677efe0" +dependencies = [ + "bitflags", + "oxc_allocator 0.140.0", + "oxc_ast_macros 0.140.0", + "oxc_data_structures 0.140.0", + "oxc_diagnostics 0.140.0", + "oxc_estree 0.140.0", + "oxc_regular_expression 0.140.0", + "oxc_span 0.140.0", + "oxc_str 0.140.0", + "oxc_syntax 0.140.0", ] [[package]] @@ -1275,16 +1305,28 @@ dependencies = [ "syn", ] +[[package]] +name = "oxc_ast_macros" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef089097e96b74388a8025a9247bdb12774b99f5971926d9dafbe84a78f9efb7" +dependencies = [ + "phf", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "oxc_ast_visit" version = "0.139.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a863e2696881b3ab85d606069b1b1e83c6f46f5d1c594c26baf7b01a57263af" dependencies = [ - "oxc_allocator", - "oxc_ast", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.139.0", + "oxc_ast 0.139.0", + "oxc_span 0.139.0", + "oxc_syntax 0.139.0", ] [[package]] @@ -1293,6 +1335,12 @@ version = "0.139.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8bdb773c529a85c0996f4a25e7e2a06f89e3010b6165f4c55c4e5bb41f54227" +[[package]] +name = "oxc_data_structures" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acfb6e704f95e115c0e9ea8bef791c3d915cd2fcd1643661cf0bf5172c818097" + [[package]] name = "oxc_diagnostics" version = "0.139.0" @@ -1304,6 +1352,17 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "oxc_diagnostics" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b33d8c59c55e2c581ff692468a6a7ff1f12477f0e687b52e27fc6f6346a5d77" +dependencies = [ + "cow-utils", + "oxc-miette", + "percent-encoding", +] + [[package]] name = "oxc_ecmascript" version = "0.139.0" @@ -1313,11 +1372,11 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_regular_expression", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.139.0", + "oxc_ast 0.139.0", + "oxc_regular_expression 0.139.0", + "oxc_span 0.139.0", + "oxc_syntax 0.139.0", "smallvec", ] @@ -1327,6 +1386,12 @@ version = "0.139.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8dc21bd82e5a80409871fcbf5e179b4dfce50c7caafc8fb939ddc083cb4e3118" +[[package]] +name = "oxc_estree" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad383009532dc6504973f02f68892b98f64be1c17e86115166b0a1223c7511e7" + [[package]] name = "oxc_index" version = "5.0.0" @@ -1348,15 +1413,15 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_data_structures", - "oxc_diagnostics", + "oxc_allocator 0.139.0", + "oxc_ast 0.139.0", + "oxc_data_structures 0.139.0", + "oxc_diagnostics 0.139.0", "oxc_ecmascript", - "oxc_regular_expression", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_regular_expression 0.139.0", + "oxc_span 0.139.0", + "oxc_str 0.139.0", + "oxc_syntax 0.139.0", "rustc-hash", "seq-macro", ] @@ -1368,11 +1433,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afefc289c56e23d536c2c16ed181b7c0782b91fa6d012ac521397d86a323d9dc" dependencies = [ "bitflags", - "oxc_allocator", - "oxc_ast_macros", - "oxc_diagnostics", - "oxc_span", - "oxc_str", + "oxc_allocator 0.139.0", + "oxc_ast_macros 0.139.0", + "oxc_diagnostics 0.139.0", + "oxc_span 0.139.0", + "oxc_str 0.139.0", + "phf", + "rustc-hash", + "unicode-id-start", +] + +[[package]] +name = "oxc_regular_expression" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4eba6a56b1c633963c09c383062e47fb8a99ff4a4ded6bd883fcf554f8e1a48f" +dependencies = [ + "bitflags", + "oxc_allocator 0.140.0", + "oxc_ast_macros 0.140.0", + "oxc_diagnostics 0.140.0", + "oxc_span 0.140.0", + "oxc_str 0.140.0", "phf", "rustc-hash", "unicode-id-start", @@ -1386,10 +1468,24 @@ checksum = "dd0db730f3d4404d222303ef317dd4909d2172dc2b049a3c0055fb68a6d1bfbf" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", - "oxc_str", + "oxc_allocator 0.139.0", + "oxc_ast_macros 0.139.0", + "oxc_estree 0.139.0", + "oxc_str 0.139.0", +] + +[[package]] +name = "oxc_span" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e83fa0a0fe6e5e2f5abb173a64afe8db711bb612acbc002c663fd13b08a8cbf3" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.140.0", + "oxc_ast_macros 0.140.0", + "oxc_estree 0.140.0", + "oxc_str 0.140.0", ] [[package]] @@ -1400,8 +1496,20 @@ checksum = "0f949880296388b726a52410c4c5865443ba0bb825f0e690c305c7041c9a6cdb" dependencies = [ "compact_str", "hashbrown 0.17.1", - "oxc_allocator", - "oxc_estree", + "oxc_allocator 0.139.0", + "oxc_estree 0.139.0", +] + +[[package]] +name = "oxc_str" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9e9531af3bc70e5eb75d196c01011d5bc0de1f6de73f0fc8bf343384353794f" +dependencies = [ + "compact_str", + "hashbrown 0.17.1", + "oxc_allocator 0.140.0", + "oxc_estree 0.140.0", ] [[package]] @@ -1414,12 +1522,31 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", + "oxc_allocator 0.139.0", + "oxc_ast_macros 0.139.0", + "oxc_estree 0.139.0", + "oxc_index", + "oxc_span 0.139.0", + "oxc_str 0.139.0", + "phf", + "unicode-id-start", +] + +[[package]] +name = "oxc_syntax" +version = "0.140.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f81863cdf973b6bcdcdbbae225619c08966be41efb64dc0ee0fd4b574f4ec18" +dependencies = [ + "bitflags", + "cow-utils", + "nonmax", + "oxc_allocator 0.140.0", + "oxc_ast_macros 0.140.0", + "oxc_estree 0.140.0", "oxc_index", - "oxc_span", - "oxc_str", + "oxc_span 0.140.0", + "oxc_str 0.140.0", "phf", "unicode-id-start", ] diff --git a/Cargo.toml b/Cargo.toml index ff2f11d..31aa670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ indicatif = "0.18" regex = "1.12" chrono = { version = "0.4", features = ["serde"] } oxc_parser = "0.139" -oxc_ast = "0.139" +oxc_ast = "0.140" oxc_ast_visit = "0.139" oxc_span = "0.139" oxc_allocator = "0.139"