From 6cdff195eda144209bd4d1043c6259f4aca919b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:30:47 +0000 Subject: [PATCH] oxlint: Update to version 1.17.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 7b89d06e8a..ad88b36200 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.16.0", + "version": "1.17.0", "description": "A collection of JavaScript tools written in Rust.", "homepage": "https://github.com/oxc-project/oxc", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.16.0/oxlint-win32-x64.zip", - "hash": "b289f6344d8d6873dfdbca60b66a2a1cabdbceb769ee8259f663ddf4660fccc4" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.17.0/oxlint-win32-x64.zip", + "hash": "f77abff622451719519db16c43b93def7ff693a9580ade34ad2f5345d9d1d172" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.16.0/oxlint-win32-arm64.zip", - "hash": "50304efd2b91b35067acc4162c24b64d7fba76e928e2dea2f82d7edbd2fc7597" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.17.0/oxlint-win32-arm64.zip", + "hash": "c86548d047d7645d64c6ecc4a7f7269c190427f6f03613b863f7dc4f22a90754" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",