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