From 4f82344f00bf7f2dd687912cbf26ab0631f3cc58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:38:47 +0000 Subject: [PATCH] build(deps): bump oxc_minifier from 0.104.0 to 0.105.0 Bumps [oxc_minifier](https://github.com/oxc-project/oxc) from 0.104.0 to 0.105.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.104.0...crates_v0.105.0) --- updated-dependencies: - dependency-name: oxc_minifier dependency-version: 0.105.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 282 +++++++++++++++++++++++++++++++++++++++++++++-------- Cargo.toml | 2 +- 2 files changed, 245 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b81d33d..a976f283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,7 +1645,7 @@ dependencies = [ "ndg-config", "oxc_allocator 0.104.0", "oxc_codegen 0.104.0", - "oxc_minifier 0.104.0", + "oxc_minifier 0.105.0", "oxc_parser 0.104.0", "oxc_span 0.104.0", "rayon", @@ -1855,6 +1855,19 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "oxc_allocator" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60ca9e1e73193a2060cc36d6a52b008e313c9d15e58a9c3de0097d4918697af9" +dependencies = [ + "allocator-api2", + "bumpalo", + "hashbrown 0.16.1", + "oxc_data_structures 0.105.0", + "rustc-hash", +] + [[package]] name = "oxc_ast" version = "0.95.0" @@ -1889,6 +1902,23 @@ dependencies = [ "oxc_syntax 0.104.0", ] +[[package]] +name = "oxc_ast" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3b58ca83e7a169425f638d05474fc5666c8996fbe21b0a281e3c74750638b53" +dependencies = [ + "bitflags", + "oxc_allocator 0.105.0", + "oxc_ast_macros 0.105.0", + "oxc_data_structures 0.105.0", + "oxc_diagnostics 0.105.0", + "oxc_estree 0.105.0", + "oxc_regular_expression 0.105.0", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", +] + [[package]] name = "oxc_ast_macros" version = "0.95.0" @@ -1913,6 +1943,18 @@ dependencies = [ "syn 2.0.113", ] +[[package]] +name = "oxc_ast_macros" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "079b778ec2017539e54123eff2b5fdea09deb6de76fc539cce4774806946bfeb" +dependencies = [ + "phf 0.13.1", + "proc-macro2", + "quote", + "syn 2.0.113", +] + [[package]] name = "oxc_ast_visit" version = "0.95.0" @@ -1937,6 +1979,18 @@ dependencies = [ "oxc_syntax 0.104.0", ] +[[package]] +name = "oxc_ast_visit" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72e451cb1bfca987bc7d68975af38ccbdec8016634592a762cd2320b925a36d1" +dependencies = [ + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", +] + [[package]] name = "oxc_codegen" version = "0.95.0" @@ -1979,6 +2033,27 @@ dependencies = [ "rustc-hash", ] +[[package]] +name = "oxc_codegen" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a41f2e1efaff4d28e45d96a35bf64fa00cc8d7460829cb293b0296ff2feaac3" +dependencies = [ + "bitflags", + "cow-utils", + "dragonbox_ecma", + "itoa", + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_data_structures 0.105.0", + "oxc_index", + "oxc_semantic 0.105.0", + "oxc_sourcemap", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", + "rustc-hash", +] + [[package]] name = "oxc_compat" version = "0.95.0" @@ -1994,13 +2069,13 @@ dependencies = [ [[package]] name = "oxc_compat" -version = "0.104.0" +version = "0.105.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9736aedaa6022bcc51e0083a35c88caf12807d7a76af75bb4536410cc0b58076" +checksum = "40d7a8e5b8449e81a4944adf9b4f0f2626f67bbde689d871c468a88814dd85e4" dependencies = [ "cow-utils", "oxc-browserslist", - "oxc_syntax 0.104.0", + "oxc_syntax 0.105.0", "rustc-hash", "serde", ] @@ -2017,6 +2092,12 @@ version = "0.104.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96365faf00cfe8c05d9c92ac250e7085f778422084cb6fa3addab4655c511045" +[[package]] +name = "oxc_data_structures" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a26e88f1dec1481f1c274c775659e92dfd71aeea023a4bccbaee861427e7706f" + [[package]] name = "oxc_diagnostics" version = "0.95.0" @@ -2039,6 +2120,17 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "oxc_diagnostics" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f9eac375dd26c626775a3d7fad941fda7bce022448dd26165f4feb1ab186652" +dependencies = [ + "cow-utils", + "oxc-miette", + "percent-encoding", +] + [[package]] name = "oxc_ecmascript" version = "0.95.0" @@ -2069,6 +2161,21 @@ dependencies = [ "oxc_syntax 0.104.0", ] +[[package]] +name = "oxc_ecmascript" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6da6f9a94e8b2772848a71e133ba47723c8ba4ed749552100b8c46f2e449b747" +dependencies = [ + "cow-utils", + "num-bigint", + "num-traits", + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", +] + [[package]] name = "oxc_estree" version = "0.95.0" @@ -2081,6 +2188,12 @@ version = "0.104.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58878722f08acf3807d240bb0500af02f78e11940de9a7a37d24ef80f3b97582" +[[package]] +name = "oxc_estree" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6277ef2f1caaf759b16164787e39803ca91bd3582e5664ae3111c85aa62edd7" + [[package]] name = "oxc_index" version = "4.1.0" @@ -2110,18 +2223,18 @@ dependencies = [ [[package]] name = "oxc_mangler" -version = "0.104.0" +version = "0.105.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08d2309b0735be6d32255205466347152c6fde4dd2c1fe3e6b79579d2cba1a5" +checksum = "55b91673c0bcff873f0da4d23737455424147bf91f38e6051eb112969952a3be" dependencies = [ "itertools 0.14.0", - "oxc_allocator 0.104.0", - "oxc_ast 0.104.0", - "oxc_data_structures 0.104.0", + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_data_structures 0.105.0", "oxc_index", - "oxc_semantic 0.104.0", - "oxc_span 0.104.0", - "oxc_syntax 0.104.0", + "oxc_semantic 0.105.0", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", "rustc-hash", ] @@ -2152,26 +2265,26 @@ dependencies = [ [[package]] name = "oxc_minifier" -version = "0.104.0" +version = "0.105.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4d69201dbc1a40dd8b873f9db74fb0e756abddac1c71bec52b03f75934cfea2" +checksum = "eecdc0ae4601dcea3f551501ca74821249e82ae917ad29b8a5182eb78b71ccc7" dependencies = [ "cow-utils", - "oxc_allocator 0.104.0", - "oxc_ast 0.104.0", - "oxc_ast_visit 0.104.0", - "oxc_codegen 0.104.0", - "oxc_compat 0.104.0", - "oxc_data_structures 0.104.0", - "oxc_ecmascript 0.104.0", + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_ast_visit 0.105.0", + "oxc_codegen 0.105.0", + "oxc_compat 0.105.0", + "oxc_data_structures 0.105.0", + "oxc_ecmascript 0.105.0", "oxc_index", - "oxc_mangler 0.104.0", - "oxc_parser 0.104.0", - "oxc_regular_expression 0.104.0", - "oxc_semantic 0.104.0", - "oxc_span 0.104.0", - "oxc_syntax 0.104.0", - "oxc_traverse 0.104.0", + "oxc_mangler 0.105.0", + "oxc_parser 0.105.0", + "oxc_regular_expression 0.105.0", + "oxc_semantic 0.105.0", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", + "oxc_traverse 0.105.0", "rustc-hash", ] @@ -2221,6 +2334,29 @@ dependencies = [ "seq-macro", ] +[[package]] +name = "oxc_parser" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa0b7195ec44f6edc67458409dca5a6660956ac2075496511f6bf843132beb57" +dependencies = [ + "bitflags", + "cow-utils", + "memchr", + "num-bigint", + "num-traits", + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_data_structures 0.105.0", + "oxc_diagnostics 0.105.0", + "oxc_ecmascript 0.105.0", + "oxc_regular_expression 0.105.0", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", + "rustc-hash", + "seq-macro", +] + [[package]] name = "oxc_regular_expression" version = "0.95.0" @@ -2253,6 +2389,22 @@ dependencies = [ "unicode-id-start", ] +[[package]] +name = "oxc_regular_expression" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c43bcf966ad7622484eb91a63555b128214b1e71e06ba4ebe767e825500cc3f" +dependencies = [ + "bitflags", + "oxc_allocator 0.105.0", + "oxc_ast_macros 0.105.0", + "oxc_diagnostics 0.105.0", + "oxc_span 0.105.0", + "phf 0.13.1", + "rustc-hash", + "unicode-id-start", +] + [[package]] name = "oxc_semantic" version = "0.95.0" @@ -2295,6 +2447,27 @@ dependencies = [ "self_cell", ] +[[package]] +name = "oxc_semantic" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "857d307b9c5229fe00a1513c8f821f3927014ad3cf8184a44c6fa10aa9dde45f" +dependencies = [ + "itertools 0.14.0", + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_ast_visit 0.105.0", + "oxc_data_structures 0.105.0", + "oxc_diagnostics 0.105.0", + "oxc_ecmascript 0.105.0", + "oxc_index", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", + "phf 0.13.1", + "rustc-hash", + "self_cell", +] + [[package]] name = "oxc_sourcemap" version = "6.0.1" @@ -2334,6 +2507,19 @@ dependencies = [ "oxc_estree 0.104.0", ] +[[package]] +name = "oxc_span" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fda7457a6eea895d8d529d42f06cc5985de04ba6785dea98582010eceb4ac3f" +dependencies = [ + "compact_str", + "oxc-miette", + "oxc_allocator 0.105.0", + "oxc_ast_macros 0.105.0", + "oxc_estree 0.105.0", +] + [[package]] name = "oxc_syntax" version = "0.95.0" @@ -2374,6 +2560,26 @@ dependencies = [ "unicode-id-start", ] +[[package]] +name = "oxc_syntax" +version = "0.105.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edea141e6e25054872e6e3b93e8f173b8812be5c49c39817aaa78f02a197a3c7" +dependencies = [ + "bitflags", + "cow-utils", + "dragonbox_ecma", + "nonmax", + "oxc_allocator 0.105.0", + "oxc_ast_macros 0.105.0", + "oxc_data_structures 0.105.0", + "oxc_estree 0.105.0", + "oxc_index", + "oxc_span 0.105.0", + "phf 0.13.1", + "unicode-id-start", +] + [[package]] name = "oxc_traverse" version = "0.95.0" @@ -2394,19 +2600,19 @@ dependencies = [ [[package]] name = "oxc_traverse" -version = "0.104.0" +version = "0.105.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c6e3badab9f15dd8783b2e6b7f1c3e373da5f0c15a20ed035a83745c631453d" +checksum = "b8e12bb5cbc6617931d76493c19ee06b2de176917fdaade50f06670e852f5f08" dependencies = [ "itoa", - "oxc_allocator 0.104.0", - "oxc_ast 0.104.0", - "oxc_ast_visit 0.104.0", - "oxc_data_structures 0.104.0", - "oxc_ecmascript 0.104.0", - "oxc_semantic 0.104.0", - "oxc_span 0.104.0", - "oxc_syntax 0.104.0", + "oxc_allocator 0.105.0", + "oxc_ast 0.105.0", + "oxc_ast_visit 0.105.0", + "oxc_data_structures 0.105.0", + "oxc_ecmascript 0.105.0", + "oxc_semantic 0.105.0", + "oxc_span 0.105.0", + "oxc_syntax 0.105.0", "rustc-hash", ] diff --git a/Cargo.toml b/Cargo.toml index 0a403876..090250f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ minify-html = "0.18.1" num_cpus = "1.17.0" oxc_allocator = "0.104.0" oxc_codegen = "0.104.0" -oxc_minifier = "0.104.0" +oxc_minifier = "0.105.0" oxc_parser = "0.104.0" oxc_span = "0.104.0" rayon = "1.11.0"