From 90e6e1312d2edbb39e80d0e6c4033e75a4b554c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 12:22:25 +0000 Subject: [PATCH] chore(deps): bump oxc_span from 0.110.0 to 0.111.0 Bumps [oxc_span](https://github.com/oxc-project/oxc) from 0.110.0 to 0.111.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.110.0...crates_v0.111.0) --- updated-dependencies: - dependency-name: oxc_span dependency-version: 0.111.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 147 +++++++++++++++++++++++++++++++++++++---------------- Cargo.toml | 2 +- 2 files changed, 105 insertions(+), 44 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb853179d..c2607c17f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,12 +1235,12 @@ name = "fresh-parser-js" version = "0.1.99" dependencies = [ "anyhow", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", "oxc_codegen", "oxc_parser", "oxc_semantic", - "oxc_span", + "oxc_span 0.112.0", "oxc_transformer", "serde", ] @@ -1263,11 +1263,11 @@ dependencies = [ "fresh-parser-js", "fresh-plugin-api-macros", "lsp-types", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_codegen", "oxc_diagnostics", "oxc_parser", - "oxc_span", + "oxc_span 0.112.0", "rquickjs", "rquickjs-serde", "serde", @@ -2379,7 +2379,19 @@ checksum = "a5c88d24f54baed607e8a5b8f7b675cf542427489a84d3a987c25d14e6f37560" dependencies = [ "allocator-api2", "hashbrown 0.16.1", - "oxc_data_structures", + "oxc_data_structures 0.111.0", + "rustc-hash", +] + +[[package]] +name = "oxc_allocator" +version = "0.112.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7b9c7293fac710d0be6e941b70749566dc69f1918cf0446a677d0eb9a7c8259" +dependencies = [ + "allocator-api2", + "hashbrown 0.16.1", + "oxc_data_structures 0.112.0", "rustc-hash", ] @@ -2390,13 +2402,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61b730cec4b5ee7c9f76b7c0c35662ea81c5d8cd5245fd7e5a3df6fedc53cf84" dependencies = [ "bitflags 2.10.0", - "oxc_allocator", - "oxc_ast_macros", - "oxc_data_structures", + "oxc_allocator 0.111.0", + "oxc_ast_macros 0.111.0", + "oxc_data_structures 0.111.0", "oxc_diagnostics", - "oxc_estree", + "oxc_estree 0.111.0", "oxc_regular_expression", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", ] @@ -2412,15 +2424,27 @@ dependencies = [ "syn 2.0.114", ] +[[package]] +name = "oxc_ast_macros" +version = "0.112.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58b1eb3b6f9ed42c528030161d0370b023229ed05b785baf7a80d7e99a794da2" +dependencies = [ + "phf 0.13.1", + "proc-macro2", + "quote", + "syn 2.0.114", +] + [[package]] name = "oxc_ast_visit" version = "0.111.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bea0c0c79abc8b9299aec7079047e720e34ec86fb7864304fb809665f55b16a0" dependencies = [ - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", ] @@ -2434,13 +2458,13 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "itoa", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.111.0", "oxc_index", "oxc_semantic", "oxc_sourcemap", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", "rustc-hash", ] @@ -2467,6 +2491,12 @@ dependencies = [ "ropey", ] +[[package]] +name = "oxc_data_structures" +version = "0.112.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cea257e0e5a91b5cfcf06fd91744514d24e53c5450620f54a9fa1053f2b3fdf2" + [[package]] name = "oxc_diagnostics" version = "0.111.0" @@ -2487,10 +2517,10 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", "oxc_regular_expression", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", ] @@ -2500,6 +2530,12 @@ version = "0.111.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa8054cce36f2ac94eabc24c1983ec70f93a6c1187da248b0f1a1ce7bcd121c" +[[package]] +name = "oxc_estree" +version = "0.112.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1bc44f56db73d6b7a5b8c4b4979cde79809e7c18d7fe5d99dffc37128bedd8c" + [[package]] name = "oxc_index" version = "4.1.0" @@ -2521,13 +2557,13 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.111.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", "rustc-hash", "seq-macro", @@ -2540,10 +2576,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20bb5ba648addcdbaddb6f771b4facb7fdc75bc0da966a89b47af22311ed91da" dependencies = [ "bitflags 2.10.0", - "oxc_allocator", - "oxc_ast_macros", + "oxc_allocator 0.111.0", + "oxc_ast_macros 0.111.0", "oxc_diagnostics", - "oxc_span", + "oxc_span 0.111.0", "phf 0.13.1", "rustc-hash", "unicode-id-start", @@ -2557,14 +2593,14 @@ checksum = "3e39f52f18f6fbbbc3c969196a46fe3071c0912da5c54c4575e976f78b72405f" dependencies = [ "itertools 0.14.0", "memchr", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", "oxc_ast_visit", - "oxc_data_structures", + "oxc_data_structures 0.111.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_index", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", "rustc-hash", "self_cell", @@ -2592,10 +2628,24 @@ checksum = "0392afe06f6f78ad9c6f2c3cca1189e9db94e57c12c164c8508e07c2c718d6f4" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator", - "oxc_ast_macros", - "oxc_estree", - "oxc_str", + "oxc_allocator 0.111.0", + "oxc_ast_macros 0.111.0", + "oxc_estree 0.111.0", + "oxc_str 0.111.0", +] + +[[package]] +name = "oxc_span" +version = "0.112.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4807a64b6063717dcd863fb4c1ce5ec628728d037e2f20e3ffdcf3aa4adf96ca" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.112.0", + "oxc_ast_macros 0.112.0", + "oxc_estree 0.112.0", + "oxc_str 0.112.0", ] [[package]] @@ -2605,8 +2655,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97cb70d5a5e99530ceb1c8d2297e2539007f69ff3d290801bf4788466ab63cf2" dependencies = [ "compact_str", - "oxc_allocator", - "oxc_estree", + "oxc_allocator 0.111.0", + "oxc_estree 0.111.0", +] + +[[package]] +name = "oxc_str" +version = "0.112.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c64a431903dbb9b8505324824d1bd50e52407ebc30bf9a42279cd477328223e" +dependencies = [ + "compact_str", + "oxc_allocator 0.112.0", + "oxc_estree 0.112.0", ] [[package]] @@ -2619,12 +2680,12 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator", - "oxc_ast_macros", - "oxc_data_structures", - "oxc_estree", + "oxc_allocator 0.111.0", + "oxc_ast_macros 0.111.0", + "oxc_data_structures 0.111.0", + "oxc_estree 0.111.0", "oxc_index", - "oxc_span", + "oxc_span 0.111.0", "phf 0.13.1", "unicode-id-start", ] @@ -2640,16 +2701,16 @@ dependencies = [ "indexmap", "itoa", "memchr", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", "oxc_ast_visit", "oxc_compat", - "oxc_data_structures", + "oxc_data_structures 0.111.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", "oxc_semantic", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", "oxc_traverse", "rustc-hash", @@ -2665,13 +2726,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4c8a2716d8fa2b32e28e1b8ea9244dbd1d58b485b8761e0655bb38402b31252" dependencies = [ "itoa", - "oxc_allocator", + "oxc_allocator 0.111.0", "oxc_ast", "oxc_ast_visit", - "oxc_data_structures", + "oxc_data_structures 0.111.0", "oxc_ecmascript", "oxc_semantic", - "oxc_span", + "oxc_span 0.111.0", "oxc_syntax", "rustc-hash", ] diff --git a/Cargo.toml b/Cargo.toml index 9ce6eaa32..d7a162e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ oxc_ast = "0.111.0" oxc_parser = "0.111.0" oxc_transformer = "0.111.0" oxc_codegen = "0.111.0" -oxc_span = "0.111.0" +oxc_span = "0.112.0" oxc_semantic = "0.111.0" oxc_diagnostics = "0.111.0" tree-sitter = "0.26.5"