diff --git a/Cargo.lock b/Cargo.lock index 6053efe4b..e61a007b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1662,12 +1662,12 @@ name = "fresh-parser-js" version = "0.2.12" dependencies = [ "anyhow", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_codegen", "oxc_parser", "oxc_semantic", - "oxc_span", + "oxc_span 0.116.0", "oxc_transformer", "serde", ] @@ -1690,11 +1690,11 @@ dependencies = [ "fresh-parser-js", "fresh-plugin-api-macros", "lsp-types", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_codegen", "oxc_diagnostics", "oxc_parser", - "oxc_span", + "oxc_span 0.116.0", "rquickjs", "rquickjs-serde", "serde", @@ -3668,7 +3668,19 @@ checksum = "e16d4295cf7888893b80ae70ff65c078ae3f9f52d5381cfc7eeffab089e07305" dependencies = [ "allocator-api2", "hashbrown 0.16.1", - "oxc_data_structures", + "oxc_data_structures 0.115.0", + "rustc-hash 2.1.1", +] + +[[package]] +name = "oxc_allocator" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93d4e5a43018728a7f6aa14b1034c43a0869fc0d05002a181d5dacc698e488b9" +dependencies = [ + "allocator-api2", + "hashbrown 0.16.1", + "oxc_data_structures 0.116.0", "rustc-hash 2.1.1", ] @@ -3679,13 +3691,13 @@ 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_allocator 0.115.0", + "oxc_ast_macros 0.115.0", + "oxc_data_structures 0.115.0", "oxc_diagnostics", - "oxc_estree", + "oxc_estree 0.115.0", "oxc_regular_expression", - "oxc_span", + "oxc_span 0.115.0", "oxc_syntax", ] @@ -3701,15 +3713,27 @@ dependencies = [ "syn 2.0.117", ] +[[package]] +name = "oxc_ast_macros" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d3d3eb4a7b45c9f407f96ecafddad0a88cbf085dca7d74f3e4191ba03d2d5f3" +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_allocator 0.115.0", "oxc_ast", - "oxc_span", + "oxc_span 0.115.0", "oxc_syntax", ] @@ -3723,13 +3747,13 @@ dependencies = [ "cow-utils", "dragonbox_ecma", "itoa", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_index", "oxc_semantic", "oxc_sourcemap", - "oxc_span", + "oxc_span 0.115.0", "oxc_syntax", "rustc-hash 2.1.1", ] @@ -3756,6 +3780,12 @@ dependencies = [ "ropey", ] +[[package]] +name = "oxc_data_structures" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af06d9ab1bfd8baff16ef7dcc6824ea1fea0938ba41b1e113b882738e285d8ee" + [[package]] name = "oxc_diagnostics" version = "0.115.0" @@ -3776,10 +3806,10 @@ dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_regular_expression", - "oxc_span", + "oxc_span 0.115.0", "oxc_syntax", ] @@ -3789,6 +3819,12 @@ version = "0.115.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d38fc12975751e104dc53c369cba1598ff15aa8ca30aaac49e63937256316969" +[[package]] +name = "oxc_estree" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5e33d1f099a1e5c8f820df64654b1657f0aaf744d4137377726902738bfba80" + [[package]] name = "oxc_index" version = "4.1.0" @@ -3810,13 +3846,13 @@ dependencies = [ "memchr", "num-bigint", "num-traits", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", - "oxc_span", + "oxc_span 0.115.0", "oxc_syntax", "rustc-hash 2.1.1", "seq-macro", @@ -3829,10 +3865,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e810182cbde172aeada70acc45dae74f6773384e0d295cc27e6e377b1fc277c" dependencies = [ "bitflags 2.11.0", - "oxc_allocator", - "oxc_ast_macros", + "oxc_allocator 0.115.0", + "oxc_ast_macros 0.115.0", "oxc_diagnostics", - "oxc_span", + "oxc_span 0.115.0", "phf 0.13.1", "rustc-hash 2.1.1", "unicode-id-start", @@ -3846,14 +3882,14 @@ checksum = "ffb04bd9f59bb6d8340bb186b0003bb6e8f1988e17048c61a5473ea216e9ed71" dependencies = [ "itertools 0.14.0", "memchr", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_ast_visit", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_index", - "oxc_span", + "oxc_span 0.115.0", "oxc_syntax", "rustc-hash 2.1.1", "self_cell", @@ -3881,10 +3917,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.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6813c0f28625a9a1c8906144396fb7ee22a2a7722d49b707a06d19f81be450ef" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.116.0", + "oxc_ast_macros 0.116.0", + "oxc_estree 0.116.0", + "oxc_str 0.116.0", ] [[package]] @@ -3895,8 +3945,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.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b163ab61908f1d636704bb57425692c38a7addde8e7244ff0dd92394084a17fe" +dependencies = [ + "compact_str", + "hashbrown 0.16.1", + "oxc_allocator 0.116.0", + "oxc_estree 0.116.0", ] [[package]] @@ -3909,11 +3971,11 @@ 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", + "oxc_span 0.115.0", "phf 0.13.1", "unicode-id-start", ] @@ -3929,16 +3991,16 @@ dependencies = [ "indexmap", "itoa", "memchr", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_ast_visit", "oxc_compat", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_diagnostics", "oxc_ecmascript", "oxc_regular_expression", "oxc_semantic", - "oxc_span", + "oxc_span 0.115.0", "oxc_syntax", "oxc_traverse", "rustc-hash 2.1.1", @@ -3954,14 +4016,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aea73a8421e6a433a187fca1c5fe48237ee65eaf40e5dae158d2853f0b2d8949" dependencies = [ "itoa", - "oxc_allocator", + "oxc_allocator 0.115.0", "oxc_ast", "oxc_ast_visit", - "oxc_data_structures", + "oxc_data_structures 0.115.0", "oxc_ecmascript", "oxc_semantic", - "oxc_span", - "oxc_str", + "oxc_span 0.115.0", + "oxc_str 0.115.0", "oxc_syntax", "rustc-hash 2.1.1", ] diff --git a/Cargo.toml b/Cargo.toml index d8532cb33..c25d9d9fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ oxc_ast = "0.115.0" oxc_parser = "0.115.0" oxc_transformer = "0.115.0" oxc_codegen = "0.115.0" -oxc_span = "0.115.0" +oxc_span = "0.116.0" oxc_semantic = "0.115.0" oxc_diagnostics = "0.115.0" tree-sitter = "0.26.5"