From 77e7206d2e1e501b0d6723739338d3d7a1bbbe0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 08:30:49 +0000 Subject: [PATCH] oxlint: Update to version 1.4.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 1f23d76d26..e3b5603fc2 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.3.0", + "version": "1.4.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/oxlint_v1.3.0/oxlint-win32-x64.zip", - "hash": "a3727c41b367e8741b0639e81d9d5da825bd042f73bcaf45bc2136efab50ecf5" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.4.0/oxlint-win32-x64.zip", + "hash": "5f6728458ccf184a89b3b46d44099c74a3eb002c81e9bad06bbb323f767b7a9d" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.3.0/oxlint-win32-arm64.zip", - "hash": "494479e7af51dbf47ddd81abf2212763dc939475f9c079efb111a6cdf9dbea98" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.4.0/oxlint-win32-arm64.zip", + "hash": "3a06948e67544a39d8df973b354d7241391c9968852e6daaed3f57a666075ed0" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",