From 175e6f6fe989832757f48f548b03b4c49f78706a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:32:54 +0000 Subject: [PATCH] oxlint: Update to version 1.43.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 06f3a62d7b..b2e7597dd3 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.42.0", + "version": "1.43.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.42.0/oxlint-win32-x64.zip", - "hash": "75e1c3d5545966017b639f8bd77ee8507710e760d9400d0d55b8ab7ac71dcfc3" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.43.0/oxlint-win32-x64.zip", + "hash": "7df7f8623c612376eb746343521fe1054a5cb7c12e4d574b606f38fa772a98c2" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.42.0/oxlint-win32-arm64.zip", - "hash": "67114b66d36981d18b0a2a7b88da724886b3826b2bb2e8b03648fa7208c63b16" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.43.0/oxlint-win32-arm64.zip", + "hash": "c60d502df9d5f58f5a27b931512bbc2e51f18dde3b33ffc9e01d604980b9e1ae" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",