diff --git a/Cargo.lock b/Cargo.lock index 6053efe4b..26077bea1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1662,12 +1662,12 @@ name = "fresh-parser-js" version = "0.2.12" dependencies = [ "anyhow", - "oxc_allocator", - "oxc_ast", + "oxc_allocator 0.115.0", + "oxc_ast 0.116.0", "oxc_codegen", "oxc_parser", "oxc_semantic", - "oxc_span", + "oxc_span 0.115.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_diagnostics 0.115.0", "oxc_parser", - "oxc_span", + "oxc_span 0.115.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,14 +3691,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.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12b7429c1035c3bf0de582ae4458d4f769566d574cfe71e170e328a123337a8d" +dependencies = [ + "bitflags 2.11.0", + "oxc_allocator 0.116.0", + "oxc_ast_macros 0.116.0", + "oxc_data_structures 0.116.0", + "oxc_diagnostics 0.116.0", + "oxc_estree 0.116.0", + "oxc_regular_expression 0.116.0", + "oxc_span 0.116.0", + "oxc_syntax 0.116.0", ] [[package]] @@ -3701,16 +3730,28 @@ 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_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]] @@ -3723,14 +3764,14 @@ 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_sourcemap", - "oxc_span", - "oxc_syntax", + "oxc_span 0.115.0", + "oxc_syntax 0.115.0", "rustc-hash 2.1.1", ] @@ -3742,7 +3783,7 @@ checksum = "c96a136e3422c1b14babd3fe1103e4bc93036c10e72fe4f8634c881ec5285c2d" dependencies = [ "cow-utils", "oxc-browserslist", - "oxc_syntax", + "oxc_syntax 0.115.0", "rustc-hash 2.1.1", "serde", ] @@ -3756,6 +3797,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" @@ -3767,6 +3814,17 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "oxc_diagnostics" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "908b7dae769982c7ade68f6ba3b4edb32b5a5941800fe8118f9c96fe4cfa7982" +dependencies = [ + "cow-utils", + "oxc-miette", + "percent-encoding", +] + [[package]] name = "oxc_ecmascript" version = "0.115.0" @@ -3776,11 +3834,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]] @@ -3789,6 +3847,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,14 +3874,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.1", "seq-macro", ] @@ -3829,10 +3893,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.1", + "unicode-id-start", +] + +[[package]] +name = "oxc_regular_expression" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f28f7617dc3d0dd642ca4f9be4c8cf5365f114dc27a745d1ebfa82b8f729ef3" +dependencies = [ + "bitflags 2.11.0", + "oxc_allocator 0.116.0", + "oxc_ast_macros 0.116.0", + "oxc_diagnostics 0.116.0", + "oxc_span 0.116.0", "phf 0.13.1", "rustc-hash 2.1.1", "unicode-id-start", @@ -3846,15 +3926,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.1", "self_cell", "smallvec", @@ -3881,10 +3961,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 +3989,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 +4015,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.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06c82e33172f5613c4b7cf502d90b4ea866cd9103cb5e818a938889aef847daf" +dependencies = [ + "bitflags 2.11.0", + "cow-utils", + "nonmax", + "oxc_allocator 0.116.0", + "oxc_ast_macros 0.116.0", + "oxc_estree 0.116.0", "oxc_index", - "oxc_span", + "oxc_span 0.116.0", "phf 0.13.1", "unicode-id-start", ] @@ -3929,17 +4053,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.1", "serde", @@ -3954,15 +4078,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.1", ] diff --git a/Cargo.toml b/Cargo.toml index d8532cb33..4587a85e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ schemars = { version = "1.2", features = ["preserve_order"] } rquickjs = { version = "0.11", features = ["bindgen", "futures", "macro"] } rquickjs-serde = "0.5" oxc_allocator = "0.115.0" -oxc_ast = "0.115.0" +oxc_ast = "0.116.0" oxc_parser = "0.115.0" oxc_transformer = "0.115.0" oxc_codegen = "0.115.0"