From 57cfc75d12eaa4dfc33f1db7f457e99a5be485b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 04:32:19 +0000 Subject: [PATCH] oxlint: Update to version 1.34.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index b1deaf4e68..968432a786 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.33.0", + "version": "1.34.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.33.0/oxlint-win32-x64.zip", - "hash": "982e6717ec0d95ba30725f625a177e9f0cfd908f3f9a802a7281da6bfacb6626" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.34.0/oxlint-win32-x64.zip", + "hash": "c43ff2f15914f9cdcf8182c51ef2c94e7a449ac0cb79205f76026f5841222736" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.33.0/oxlint-win32-arm64.zip", - "hash": "e834161707c0d899aea36a992637125e46625e363886e75693b582b027a6c23a" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.34.0/oxlint-win32-arm64.zip", + "hash": "36a51bcd0522af286fe85b9841dd763eb644e0a3b3e897b5adb2d907e4290155" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",