From 2b79008c9ae8c2b1bc2eb481790bd3185b410d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 19:40:02 +0000 Subject: [PATCH] Bump oxc_ast from 0.115.0 to 0.116.0 Bumps [oxc_ast](https://github.com/oxc-project/oxc) from 0.115.0 to 0.116.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.115.0...crates_v0.116.0) --- updated-dependencies: - dependency-name: oxc_ast dependency-version: 0.116.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 264 +++++++++++++++++++++++++++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 195 insertions(+), 71 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff74c317d..b2173805e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1451,12 +1451,12 @@ name = "fresh-parser-js" version = "0.2.21" dependencies = [ "anyhow", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.115.0", + "oxc_ast 0.123.0", "oxc_codegen", "oxc_parser", "oxc_semantic", - "oxc_span", + "oxc_span 0.115.0", "oxc_transformer", ] @@ -1478,11 +1478,11 @@ dependencies = [ "fresh-parser-js", "fresh-plugin-api-macros", "lsp-types", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_codegen", - "oxc_diagnostics", + "oxc_diagnostics 0.115.0", "oxc_parser", - "oxc_span", + "oxc_span 0.115.0", "rquickjs", "rquickjs-serde", "serde_json", @@ -3247,7 +3247,19 @@ checksum = "e16d4295cf7888893b80ae70ff65c078ae3f9f52d5381cfc7eeffab089e07305" dependencies = [ "allocator-api2", "hashbrown 0.16.1", - "oxc_data_structures", + "oxc_data_structures 0.115.0", + "rustc-hash 2.1.2", +] + +[[package]] +name = "oxc_allocator" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6fc6ce99f6a28fd477c6df500bbc9bf1c39db166952e15bea218459cc0db0c" +dependencies = [ + "allocator-api2", + "hashbrown 0.16.1", + "oxc_data_structures 0.123.0", "rustc-hash 2.1.2", ] @@ -3258,14 +3270,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be755331a7de00100c60e03151663f26037a0dd720be238de57c036be03b4033" dependencies = [ "bitflags 2.11.0", - "oxc_allocator", - "oxc_ast_macros", - "oxc_data_structures", - "oxc_diagnostics", - "oxc_estree", - "oxc_regular_expression", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.115.0", + "oxc_ast_macros 0.115.0", + "oxc_data_structures 0.115.0", + "oxc_diagnostics 0.115.0", + "oxc_estree 0.115.0", + "oxc_regular_expression 0.115.0", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", +] + +[[package]] +name = "oxc_ast" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49fa0813bf9fcff5a4e48fc186ee15a0d276b30b0b575389a34a530864567819" +dependencies = [ + "bitflags 2.11.0", + "oxc_allocator 0.123.0", + "oxc_ast_macros 0.123.0", + "oxc_data_structures 0.123.0", + "oxc_diagnostics 0.123.0", + "oxc_estree 0.123.0", + "oxc_regular_expression 0.123.0", + "oxc_span 0.123.0", + "oxc_syntax 0.123.0", ] [[package]] @@ -3280,16 +3309,28 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "oxc_ast_macros" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a2b2a2e09ff0dd4790a5ceb4a93349e0ea769d4d98d778946de48decb763b18" +dependencies = [ + "phf 0.13.1", + "proc-macro2", + "quote", + "syn 2.0.117", +] + [[package]] name = "oxc_ast_visit" version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e33ffb874949ea07fce9b686c2dba7e221c849e047232c04a84b13bae4496ef" dependencies = [ - "oxc_allocator", - "oxc_ast", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.115.0", + "oxc_ast 0.115.0", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", ] [[package]] @@ -3302,13 +3343,13 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "itoa", - "oxc_allocator", - "oxc_ast", - "oxc_data_structures", + "oxc_allocator 0.115.0", + "oxc_ast 0.115.0", + "oxc_data_structures 0.115.0", "oxc_index", "oxc_semantic", - "oxc_span", - "oxc_syntax", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", "rustc-hash 2.1.2", ] @@ -3320,7 +3361,7 @@ checksum = "c96a136e3422c1b14babd3fe1103e4bc93036c10e72fe4f8634c881ec5285c2d" dependencies = [ "cow-utils", "oxc-browserslist", - "oxc_syntax", + "oxc_syntax 0.115.0", "rustc-hash 2.1.2", "serde", ] @@ -3334,6 +3375,12 @@ dependencies = [ "ropey", ] +[[package]] +name = "oxc_data_structures" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8e8f59bed9522098da177d894dc8635fb3eae218ff97d9c695900cb11fd10a2" + [[package]] name = "oxc_diagnostics" version = "0.115.0" @@ -3345,6 +3392,17 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "oxc_diagnostics" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0476859d4319f2b063f7c4a3120ee5b7e3e48032865ca501f8545ff44badcff" +dependencies = [ + "cow-utils", + "oxc-miette", + "percent-encoding", +] + [[package]] name = "oxc_ecmascript" version = "0.115.0" @@ -3354,11 +3412,11 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_regular_expression", - "oxc_span", - "oxc_syntax", + "oxc_allocator 0.115.0", + "oxc_ast 0.115.0", + "oxc_regular_expression 0.115.0", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", ] [[package]] @@ -3367,6 +3425,12 @@ version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d38fc12975751e104dc53c369cba1598ff15aa8ca30aaac49e63937256316969" +[[package]] +name = "oxc_estree" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2251e6b61eab7b96f0e9d140b68b0f0d8a851c7d260725433e18b1babdcb9430" + [[package]] name = "oxc_index" version = "4.1.0" @@ -3388,14 +3452,14 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", - "oxc_ast", - "oxc_data_structures", - "oxc_diagnostics", + "oxc_allocator 0.115.0", + "oxc_ast 0.115.0", + "oxc_data_structures 0.115.0", + "oxc_diagnostics 0.115.0", "oxc_ecmascript", - "oxc_regular_expression", - "oxc_span", - "oxc_syntax", + "oxc_regular_expression 0.115.0", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", "rustc-hash 2.1.2", "seq-macro", ] @@ -3407,10 +3471,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e810182cbde172aeada70acc45dae74f6773384e0d295cc27e6e377b1fc277c" dependencies = [ "bitflags 2.11.0", - "oxc_allocator", - "oxc_ast_macros", - "oxc_diagnostics", - "oxc_span", + "oxc_allocator 0.115.0", + "oxc_ast_macros 0.115.0", + "oxc_diagnostics 0.115.0", + "oxc_span 0.115.0", + "phf 0.13.1", + "rustc-hash 2.1.2", + "unicode-id-start", +] + +[[package]] +name = "oxc_regular_expression" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fb5669d3298a92d440afec516943745794cb4cf977911728cd73e3438db87b9" +dependencies = [ + "bitflags 2.11.0", + "oxc_allocator 0.123.0", + "oxc_ast_macros 0.123.0", + "oxc_diagnostics 0.123.0", + "oxc_span 0.123.0", "phf 0.13.1", "rustc-hash 2.1.2", "unicode-id-start", @@ -3424,15 +3504,15 @@ checksum = "ffb04bd9f59bb6d8340bb186b0003bb6e8f1988e17048c61a5473ea216e9ed71" dependencies = [ "itertools 0.14.0", "memchr", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.115.0", + "oxc_ast 0.115.0", "oxc_ast_visit", - "oxc_data_structures", - "oxc_diagnostics", + "oxc_data_structures 0.115.0", + "oxc_diagnostics 0.115.0", "oxc_ecmascript", "oxc_index", - "oxc_span", - "oxc_syntax", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", "rustc-hash 2.1.2", "self_cell", "smallvec", @@ -3446,10 +3526,24 @@ checksum = "b9999ef787b0b989b8c2b31669069d3bdca20d017ff34a7284ff9e983cf7b1d8" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", - "oxc_str", + "oxc_allocator 0.115.0", + "oxc_ast_macros 0.115.0", + "oxc_estree 0.115.0", + "oxc_str 0.115.0", +] + +[[package]] +name = "oxc_span" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1d452f6a664627bdd0f1f1586f9258f81cd7edc5c83e9ef50019f701ef1722d" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.123.0", + "oxc_ast_macros 0.123.0", + "oxc_estree 0.123.0", + "oxc_str 0.123.0", ] [[package]] @@ -3460,8 +3554,20 @@ checksum = "a6fde66bc256ea0d09895c2a56a24f79e76abffd977f6c171516e42f1efdea51" dependencies = [ "compact_str", "hashbrown 0.16.1", - "oxc_allocator", - "oxc_estree", + "oxc_allocator 0.115.0", + "oxc_estree 0.115.0", +] + +[[package]] +name = "oxc_str" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c7a27c4371f69387f3d6f8fa56f70e4c6fa6aedc399285de6ec02bb9fd148d7" +dependencies = [ + "compact_str", + "hashbrown 0.16.1", + "oxc_allocator 0.123.0", + "oxc_estree 0.123.0", ] [[package]] @@ -3474,11 +3580,29 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", + "oxc_allocator 0.115.0", + "oxc_ast_macros 0.115.0", + "oxc_estree 0.115.0", + "oxc_index", + "oxc_span 0.115.0", + "phf 0.13.1", + "unicode-id-start", +] + +[[package]] +name = "oxc_syntax" +version = "0.123.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d60d91023aafc256ab99c3dbf6181473e495695029c0152d2093e87df18ffe2" +dependencies = [ + "bitflags 2.11.0", + "cow-utils", + "nonmax", + "oxc_allocator 0.123.0", + "oxc_ast_macros 0.123.0", + "oxc_estree 0.123.0", "oxc_index", - "oxc_span", + "oxc_span 0.123.0", "phf 0.13.1", "unicode-id-start", ] @@ -3494,17 +3618,17 @@ dependencies = [ "indexmap", "itoa", "memchr", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.115.0", + "oxc_ast 0.115.0", "oxc_ast_visit", "oxc_compat", - "oxc_data_structures", - "oxc_diagnostics", + "oxc_data_structures 0.115.0", + "oxc_diagnostics 0.115.0", "oxc_ecmascript", - "oxc_regular_expression", + "oxc_regular_expression 0.115.0", "oxc_semantic", - "oxc_span", - "oxc_syntax", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", "oxc_traverse", "rustc-hash 2.1.2", "serde", @@ -3519,15 +3643,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aea73a8421e6a433a187fca1c5fe48237ee65eaf40e5dae158d2853f0b2d8949" dependencies = [ "itoa", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.115.0", + "oxc_ast 0.115.0", "oxc_ast_visit", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_ecmascript", "oxc_semantic", - "oxc_span", - "oxc_str", - "oxc_syntax", + "oxc_span 0.115.0", + "oxc_str 0.115.0", + "oxc_syntax 0.115.0", "rustc-hash 2.1.2", ] diff --git a/Cargo.toml b/Cargo.toml index 13c42887b..96f6b2b63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ schemars = { version = "1.2", features = ["preserve_order"] } rquickjs = { version = "0.11", features = ["futures", "macro"] } rquickjs-serde = "0.5" oxc_allocator = "0.115.0" -oxc_ast = "0.115.0" +oxc_ast = "0.123.0" oxc_parser = "0.115.0" oxc_transformer = "0.115.0" oxc_codegen = { version = "0.115.0", default-features = false }