From 1d8261bdf380cba104a6d7631f7efdc97bc083fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:31:36 +0000 Subject: [PATCH] oxlint: Update to version 1.31.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 0b970a16e8..bd8a573910 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.30.0", + "version": "1.31.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/apps_v1.30.0/oxlint-win32-x64.zip", - "hash": "f18007185ec98218f5c3e2f50f99bad7112cfd18ea6bdeac5ff13b59481150ef" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.31.0/oxlint-win32-x64.zip", + "hash": "419ad31d302bae4613b3b90479863f3ebe13fc0384ba28c3d74d9ddf9d68a1c6" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.30.0/oxlint-win32-arm64.zip", - "hash": "0b57b36f7941ff555d9829f3f1337e9cd5075893bbad71f8d2a3b0d729e1a893" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.31.0/oxlint-win32-arm64.zip", + "hash": "e966d07d99da127627f84e3a07abdbf3ae1df9c9b0478e129c57f4d498662e92" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",