From 43d0afd545abc2a5395994d14d05d295b63bc897 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 04:31:02 +0000 Subject: [PATCH] oxlint: Update to version 1.12.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 34731d0e9a..d86e290fea 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.11.2", + "version": "1.12.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.11.2/oxlint-win32-x64.zip", - "hash": "28aaad6b52059dc94db06a07d27667174c65cab0c7e3e2cfc68e6004d1d165db" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-x64.zip", + "hash": "1efc770ddcdded1177f60b791e21df050242735ce98814b55f4602e4a2645ce9" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.11.2/oxlint-win32-arm64.zip", - "hash": "dc4391eb35c10439f42c991355fe626c3f59707b3cc9df62a16b1eee4a6444f6" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-arm64.zip", + "hash": "ce82f43807cf8cd8b1a48eec27c122d944bcebfb8f5523b7dfe523ef5b8573a6" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",