From 15d9877f7d42434ed3336f8aa6d22b9cf8c20d70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:31:33 +0000 Subject: [PATCH] oxlint: Update to version 1.29.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 16911d6aed..66f2d17236 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.28.0", + "version": "1.29.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.28.0/oxlint-win32-x64.zip", - "hash": "078674b9518e449619af3b2579a8c677d850b5d3fa5ad4636934b7343e674d22" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.29.0/oxlint-win32-x64.zip", + "hash": "2269e7052eeed5d3e9fb47729dca5cb1f8aa1fab138df531c43042d6a4ac4b4a" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.28.0/oxlint-win32-arm64.zip", - "hash": "d57ce08a641a468142c700fa7224e011d6a89f0dd71d28b9b46e07dd8e14be29" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.29.0/oxlint-win32-arm64.zip", + "hash": "c057189cd534faf7b637704a05a0169c17aaa140c6092272385d4c8597b3fc4d" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",