From 8fa5d43d0f1b349162fe8d525b88e93d8c4844f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 00:42:54 +0000 Subject: [PATCH] oxlint: Update to version 1.7.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 086577448a..50abb51447 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.6.0", + "version": "1.7.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.6.0/oxlint-win32-x64.zip", - "hash": "f3b01e2690c8b72f2654dfdc35325d5a36a3db36118c2c0c05b19c489317ad51" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.7.0/oxlint-win32-x64.zip", + "hash": "a829a296881305c5eb10255c5e9ed25f193eff3436ec72de1f53cbbdcc98b6c0" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.6.0/oxlint-win32-arm64.zip", - "hash": "ada373ef1f1508f725fb10c503d71702b81a560138f6e2369cf52ff181c6f4c9" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.7.0/oxlint-win32-arm64.zip", + "hash": "de3ee72f0afb58fc38e0376d040b141376170a546eb6e9cf01e720b80bc4375a" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",