From d7348d9a0848de18d8c4a8fd55a39066f5dbcc72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:32:40 +0000 Subject: [PATCH] oxlint: Update to version 1.39.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index a378021d2b..6dc2634240 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.38.0", + "version": "1.39.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.38.0/oxlint-win32-x64.zip", - "hash": "04c1179bce7f881f3c92027a56fa55972b5a8abfd3b9869c582f72f3284a4787" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.39.0/oxlint-win32-x64.zip", + "hash": "ec9a60d5a098293e10404e250fc62af31aaae9dd470a9c68556a8faa14b4ee8c" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.38.0/oxlint-win32-arm64.zip", - "hash": "bb578d76dd74ddcb99c326565aaa7326287c78741f1c60a58d31a28f4562a145" + "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.39.0/oxlint-win32-arm64.zip", + "hash": "628a88c8d15dc998cbb73f433ecf60bb55aad2396e7740c92e9357b2caf7e6d3" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",