diff --git a/Cargo.lock b/Cargo.lock index 5d438721a4cae..dcbe8f20ba48e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1653,9 +1653,9 @@ dependencies = [ [[package]] name = "oxc-browserslist" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7612127f5fa1ef0f3e98905ddfc10a7fa1df98944b75d774bb3cb4b530663616" +checksum = "f978be538ca5e2a64326d24b7991dc658cc8495132833ae387212ab3b8abd70a" dependencies = [ "bincode 2.0.1", "flate2", @@ -1706,19 +1706,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "oxc_allocator" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71ef2dba21be1ce515378b2b7143eaa2a912f9e6ffe162ae20639d56f53d60e3" -dependencies = [ - "allocator-api2", - "bumpalo", - "hashbrown 0.16.0", - "oxc_data_structures 0.96.0", - "rustc-hash", -] - [[package]] name = "oxc_allocator" version = "0.97.0" @@ -1735,20 +1722,16 @@ dependencies = [ ] [[package]] -name = "oxc_ast" -version = "0.96.0" +name = "oxc_allocator" +version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad9195311a1961bb6ef1de0ce6a52147bccea50b5a40423b7b44e8448ed4fc" +checksum = "9500e5c4bf57e65f931518201a55658fa639a2b923e01a6467c82e18ef9dfdc2" dependencies = [ - "bitflags 2.10.0", - "oxc_allocator 0.96.0", - "oxc_ast_macros 0.96.0", - "oxc_data_structures 0.96.0", - "oxc_diagnostics 0.96.0", - "oxc_estree 0.96.0", - "oxc_regular_expression 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", + "allocator-api2", + "bumpalo", + "hashbrown 0.16.0", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash", ] [[package]] @@ -1767,10 +1750,25 @@ dependencies = [ ] [[package]] -name = "oxc_ast_macros" -version = "0.96.0" +name = "oxc_ast" +version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f03da6fac191c0817a32ae1a7dde27fd27d98732c61fcaeb55a99a4d543ba49" +checksum = "73849bfea33c22b17c365cc032dc31132d1314a9afd54b9db7285d2660143ea3" +dependencies = [ + "bitflags 2.10.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_macros 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_diagnostics 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_estree 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_regular_expression 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "oxc_ast_macros" +version = "0.97.0" dependencies = [ "phf", "proc-macro2", @@ -1781,6 +1779,8 @@ dependencies = [ [[package]] name = "oxc_ast_macros" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc1b9a1ee12c5369a515460e7e4b2066e4b6249a1469394aa93dd0aa7f940387" dependencies = [ "phf", "proc-macro2", @@ -1799,16 +1799,16 @@ dependencies = [ "indexmap", "itertools", "lazy-regex", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_ast_visit 0.96.0", - "oxc_codegen 0.96.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_visit 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_codegen 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_data_structures 0.97.0", "oxc_index", - "oxc_minifier 0.96.0", - "oxc_parser 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", + "oxc_minifier 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_parser 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf", "phf_codegen", "prettyplease", @@ -1823,24 +1823,24 @@ dependencies = [ [[package]] name = "oxc_ast_visit" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42fcdb162d247a0e9c1aa985b388f000eba19fb1ee1845b2ec0ddc595f95131" +version = "0.97.0" dependencies = [ - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", + "oxc_allocator 0.97.0", + "oxc_ast 0.97.0", + "oxc_span 0.97.0", + "oxc_syntax 0.97.0", ] [[package]] name = "oxc_ast_visit" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aafd28e1091e4ac2e257b7ee2da3e2368b5d10115b5c91553cfe13d8838b497" dependencies = [ - "oxc_allocator 0.97.0", - "oxc_ast 0.97.0", - "oxc_span 0.97.0", - "oxc_syntax 0.97.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1882,56 +1882,54 @@ dependencies = [ [[package]] name = "oxc_codegen" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c9a53ca79c87846e4f2b4f3df514b0b2bf910a1ba76a9e8cb742570b8b47ce" +version = "0.97.0" dependencies = [ "bitflags 2.10.0", "cow-utils", "dragonbox_ecma", + "insta", "itoa", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_data_structures 0.96.0", + "oxc_allocator 0.97.0", + "oxc_ast 0.97.0", + "oxc_data_structures 0.97.0", "oxc_index", - "oxc_semantic 0.96.0", + "oxc_parser 0.97.0", + "oxc_semantic 0.97.0", "oxc_sourcemap", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", + "oxc_span 0.97.0", + "oxc_syntax 0.97.0", + "pico-args", "rustc-hash", ] [[package]] name = "oxc_codegen" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ec5fe3835930195cd5a3362aa9559370ed8ce1aaf8f65d992dbb999075a6a68" dependencies = [ "bitflags 2.10.0", "cow-utils", "dragonbox_ecma", - "insta", "itoa", - "oxc_allocator 0.97.0", - "oxc_ast 0.97.0", - "oxc_data_structures 0.97.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_index", - "oxc_parser 0.97.0", - "oxc_semantic 0.97.0", + "oxc_semantic 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_sourcemap", - "oxc_span 0.97.0", - "oxc_syntax 0.97.0", - "pico-args", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", ] [[package]] name = "oxc_compat" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271a875e3e9e1f6d259c99e0557fcc83d96b025ddfca40e215d6bbb58bae9d45" +version = "0.97.0" dependencies = [ "cow-utils", "oxc-browserslist", - "oxc_syntax 0.96.0", + "oxc_syntax 0.97.0", "rustc-hash", "serde", ] @@ -1939,10 +1937,12 @@ dependencies = [ [[package]] name = "oxc_compat" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b73638911c4624a0f4fbbde909adc6ba4c0f3ed0666b8df349b15e04b5d12a0c" dependencies = [ "cow-utils", "oxc-browserslist", - "oxc_syntax 0.97.0", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", "serde", ] @@ -1989,12 +1989,6 @@ dependencies = [ "walkdir", ] -[[package]] -name = "oxc_data_structures" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f5171d7b8bc907a1b29e557d14f8478509a2154272d56db9ee8aed6bfe8dec" - [[package]] name = "oxc_data_structures" version = "0.97.0" @@ -2003,10 +1997,14 @@ dependencies = [ ] [[package]] -name = "oxc_diagnostics" -version = "0.96.0" +name = "oxc_data_structures" +version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ef2bf6a713fd27bc65812d695bdfde3f8fcef735f00b861258518346642721b" +checksum = "0f6fb764c02ba8fd4b5a63fe35ec0d96b326a8a5a5ddd4251baea1d2b0c4f777" + +[[package]] +name = "oxc_diagnostics" +version = "0.97.0" dependencies = [ "cow-utils", "oxc-miette", @@ -2016,6 +2014,8 @@ dependencies = [ [[package]] name = "oxc_diagnostics" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fd4d6311ab059f5a70bcb2ec03c156086242f4f5a8ed44fb59c6e4d1c89d98f" dependencies = [ "cow-utils", "oxc-miette", @@ -2024,50 +2024,50 @@ dependencies = [ [[package]] name = "oxc_ecmascript" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f908100cb2759dd2f42ca33d95ea158b8d78e2591b577757729fc9a4a4c63bc3" +version = "0.97.0" dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", + "oxc_allocator 0.97.0", + "oxc_ast 0.97.0", + "oxc_span 0.97.0", + "oxc_syntax 0.97.0", ] [[package]] name = "oxc_ecmascript" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7371190f03d3de13c8c5123cb0aba670690b22fde2e068ee385caacd9e5b1e0f" dependencies = [ "cow-utils", "num-bigint", "num-traits", - "oxc_allocator 0.97.0", - "oxc_ast 0.97.0", - "oxc_span 0.97.0", - "oxc_syntax 0.97.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "oxc_estree" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5644d3399116ff3f0cfb81f9a790c4b8173b504ed52274ecc757b57f30098ad1" +version = "0.97.0" dependencies = [ "dragonbox_ecma", "itoa", - "oxc_data_structures 0.96.0", + "oxc_data_structures 0.97.0", ] [[package]] name = "oxc_estree" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e9149fe7697266369e9fa081970c13165a78e6c600ff95fb99202dacc518199" dependencies = [ "dragonbox_ecma", "itoa", - "oxc_data_structures 0.97.0", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2217,23 +2217,6 @@ dependencies = [ "syn", ] -[[package]] -name = "oxc_mangler" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3695e3b0694093d24f0f7c8b77dc36b1a4b55020bf52166271010c8095bba5" -dependencies = [ - "itertools", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_data_structures 0.96.0", - "oxc_index", - "oxc_semantic 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", - "rustc-hash", -] - [[package]] name = "oxc_mangler" version = "0.97.0" @@ -2251,27 +2234,19 @@ dependencies = [ ] [[package]] -name = "oxc_minifier" -version = "0.96.0" +name = "oxc_mangler" +version = "0.97.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "869d4f7493209202a6d2824a1d18a3bced22c7e6a32b9b0f41d718dc090fa4dc" +checksum = "a87f6565b64cacbecebe68996f2bf15877058fd792fdf09bb6ad778ea1ab2fa6" dependencies = [ - "cow-utils", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_ast_visit 0.96.0", - "oxc_codegen 0.96.0", - "oxc_compat 0.96.0", - "oxc_data_structures 0.96.0", - "oxc_ecmascript 0.96.0", + "itertools", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_index", - "oxc_mangler 0.96.0", - "oxc_parser 0.96.0", - "oxc_regular_expression 0.96.0", - "oxc_semantic 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", - "oxc_traverse 0.96.0", + "oxc_semantic 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", ] @@ -2302,6 +2277,31 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "oxc_minifier" +version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aba67ad01f927ba0bb33c9f907ae388920cae4e3404b265164b01d1471396c89" +dependencies = [ + "cow-utils", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_visit 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_codegen 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_compat 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ecmascript 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_index", + "oxc_mangler 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_parser 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_regular_expression 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_semantic 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_traverse 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash", +] + [[package]] name = "oxc_minify_napi" version = "0.97.0" @@ -2357,23 +2357,23 @@ dependencies = [ [[package]] name = "oxc_parser" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e080498b7a4456a63111f9c65b4dd1b98147955347854b809b6ad4cc5d6a0c0a" +version = "0.97.0" dependencies = [ "bitflags 2.10.0", "cow-utils", "memchr", "num-bigint", "num-traits", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_data_structures 0.96.0", - "oxc_diagnostics 0.96.0", - "oxc_ecmascript 0.96.0", - "oxc_regular_expression 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", + "oxc_allocator 0.97.0", + "oxc_ast 0.97.0", + "oxc_ast_visit 0.97.0", + "oxc_data_structures 0.97.0", + "oxc_diagnostics 0.97.0", + "oxc_ecmascript 0.97.0", + "oxc_regular_expression 0.97.0", + "oxc_span 0.97.0", + "oxc_syntax 0.97.0", + "pico-args", "rustc-hash", "seq-macro", ] @@ -2381,22 +2381,22 @@ dependencies = [ [[package]] name = "oxc_parser" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "324174a2bc9857a6ad9bc62f6b99889416c6ff133d65af67d875ba83103013a3" dependencies = [ "bitflags 2.10.0", "cow-utils", "memchr", "num-bigint", "num-traits", - "oxc_allocator 0.97.0", - "oxc_ast 0.97.0", - "oxc_ast_visit 0.97.0", - "oxc_data_structures 0.97.0", - "oxc_diagnostics 0.97.0", - "oxc_ecmascript 0.97.0", - "oxc_regular_expression 0.97.0", - "oxc_span 0.97.0", - "oxc_syntax 0.97.0", - "pico-args", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_diagnostics 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ecmascript 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_regular_expression 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hash", "seq-macro", ] @@ -2453,15 +2453,13 @@ dependencies = [ [[package]] name = "oxc_regular_expression" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb87ab0b072e1e97d8101cb1678204bc3873d84f13255ae5aa088f1b85f7a8e1" +version = "0.97.0" dependencies = [ "bitflags 2.10.0", - "oxc_allocator 0.96.0", - "oxc_ast_macros 0.96.0", - "oxc_diagnostics 0.96.0", - "oxc_span 0.96.0", + "oxc_allocator 0.97.0", + "oxc_ast_macros 0.97.0", + "oxc_diagnostics 0.97.0", + "oxc_span 0.97.0", "phf", "rustc-hash", "unicode-id-start", @@ -2470,12 +2468,14 @@ dependencies = [ [[package]] name = "oxc_regular_expression" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1896674a4e31a5332c7b57326c6327336a4848c1dc7d274658c3c86ad2be4100" dependencies = [ "bitflags 2.10.0", - "oxc_allocator 0.97.0", - "oxc_ast_macros 0.97.0", - "oxc_diagnostics 0.97.0", - "oxc_span 0.97.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_macros 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_diagnostics 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf", "rustc-hash", "unicode-id-start", @@ -2517,27 +2517,6 @@ dependencies = [ "syn", ] -[[package]] -name = "oxc_semantic" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c56958658ca1f9f5f050dc4317821255d2ca132763b6fbee9227e45ef79ed173" -dependencies = [ - "itertools", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_ast_visit 0.96.0", - "oxc_data_structures 0.96.0", - "oxc_diagnostics 0.96.0", - "oxc_ecmascript 0.96.0", - "oxc_index", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", - "phf", - "rustc-hash", - "self_cell", -] - [[package]] name = "oxc_semantic" version = "0.97.0" @@ -2561,6 +2540,27 @@ dependencies = [ "serde_json", ] +[[package]] +name = "oxc_semantic" +version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c89cb4832fc494cd784154deaae4cbf1e8cd81a3f522c9046f18b516089dcf4" +dependencies = [ + "itertools", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_visit 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_diagnostics 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ecmascript 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_index", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf", + "rustc-hash", + "self_cell", +] + [[package]] name = "oxc_sourcemap" version = "6.0.1" @@ -2579,47 +2579,45 @@ dependencies = [ [[package]] name = "oxc_span" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41422232cfd9915d31dbb76ba2e5ae212884cad232e37203bdcb15bd1466951d" +version = "0.97.0" dependencies = [ "compact_str", "oxc-miette", - "oxc_allocator 0.96.0", - "oxc_ast_macros 0.96.0", - "oxc_estree 0.96.0", + "oxc-schemars", + "oxc_allocator 0.97.0", + "oxc_ast_macros 0.97.0", + "oxc_estree 0.97.0", "serde", ] [[package]] name = "oxc_span" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b01d164645225a9e927de494609b1d981f0a828e4456e0caad097541ff9b81b5" dependencies = [ "compact_str", "oxc-miette", - "oxc-schemars", - "oxc_allocator 0.97.0", - "oxc_ast_macros 0.97.0", - "oxc_estree 0.97.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_macros 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_estree 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", ] [[package]] name = "oxc_syntax" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea81736f2343df141c7d8de78a91d155be4f712dfa6cd1bdd9a8b4f0676f01f" +version = "0.97.0" dependencies = [ "bitflags 2.10.0", "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator 0.96.0", - "oxc_ast_macros 0.96.0", - "oxc_data_structures 0.96.0", - "oxc_estree 0.96.0", + "oxc_allocator 0.97.0", + "oxc_ast_macros 0.97.0", + "oxc_data_structures 0.97.0", + "oxc_estree 0.97.0", "oxc_index", - "oxc_span 0.96.0", + "oxc_span 0.97.0", "phf", "serde", "unicode-id-start", @@ -2628,17 +2626,19 @@ dependencies = [ [[package]] name = "oxc_syntax" version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "67543e785d7f4506ac4e95c90d7a6562be5a0c1e37e446a9d6fe6dd94d971f9e" dependencies = [ "bitflags 2.10.0", "cow-utils", "dragonbox_ecma", "nonmax", - "oxc_allocator 0.97.0", - "oxc_ast_macros 0.97.0", - "oxc_data_structures 0.97.0", - "oxc_estree 0.97.0", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_macros 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_estree 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "oxc_index", - "oxc_span 0.97.0", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", "phf", "serde", "unicode-id-start", @@ -2770,24 +2770,6 @@ dependencies = [ "similar", ] -[[package]] -name = "oxc_traverse" -version = "0.96.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdcbcda1412b43a921856314e2984cb9282f0d23c1439ae21bd5879110e01681" -dependencies = [ - "itoa", - "oxc_allocator 0.96.0", - "oxc_ast 0.96.0", - "oxc_ast_visit 0.96.0", - "oxc_data_structures 0.96.0", - "oxc_ecmascript 0.96.0", - "oxc_semantic 0.96.0", - "oxc_span 0.96.0", - "oxc_syntax 0.96.0", - "rustc-hash", -] - [[package]] name = "oxc_traverse" version = "0.97.0" @@ -2804,6 +2786,24 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "oxc_traverse" +version = "0.97.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbf212ba99e891138336305be01047e9406bc0898671bf41c13a6fc075a4aa38" +dependencies = [ + "itoa", + "oxc_allocator 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ast_visit 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_data_structures 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_ecmascript 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_semantic 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_span 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "oxc_syntax 0.97.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-hash", +] + [[package]] name = "oxfmt" version = "0.13.0" @@ -3562,9 +3562,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.109" +version = "2.0.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f" +checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" dependencies = [ "proc-macro2", "quote", diff --git a/tasks/ast_tools/Cargo.toml b/tasks/ast_tools/Cargo.toml index a62e3fbb608c6..07f8dd7598e77 100644 --- a/tasks/ast_tools/Cargo.toml +++ b/tasks/ast_tools/Cargo.toml @@ -18,14 +18,14 @@ doctest = false # If AST is updated, the local versions of these crates may not compile until after the codegen has run. # So the codegen itself (this crate) can't use local versions. # `features = ["serialize"]` on `oxc_span` and `oxc_syntax` is needed to work around a bug in `oxc_index`. -oxc_allocator = { version = "0.96.0" } -oxc_ast = { version = "0.96.0" } -oxc_ast_visit = { version = "0.96.0" } -oxc_codegen = { version = "0.96.0" } -oxc_minifier = { version = "0.96.0" } -oxc_parser = { version = "0.96.0" } -oxc_span = { version = "0.96.0", features = ["serialize"] } -oxc_syntax = { version = "0.96.0", features = ["serialize"] } +oxc_allocator = { version = "0.97.0" } +oxc_ast = { version = "0.97.0" } +oxc_ast_visit = { version = "0.97.0" } +oxc_codegen = { version = "0.97.0" } +oxc_minifier = { version = "0.97.0" } +oxc_parser = { version = "0.97.0" } +oxc_span = { version = "0.97.0", features = ["serialize"] } +oxc_syntax = { version = "0.97.0", features = ["serialize"] } oxc_data_structures = { workspace = true, features = ["slice_iter"] }