From 9f11a6b285b75f398cf8512af2db1b3e0daa59de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 16:30:25 +0000 Subject: [PATCH] oxlint: Update to version 0.18.1 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 889f75ac9c..a7d6482a08 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.18.0", + "version": "0.18.1", "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_v0.18.0/oxlint-win32-x64.zip", - "hash": "bd8cac2ee70452def36cdbbc31fd383f3f81dc0ab337e975aebd6316074bec3c" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.18.1/oxlint-win32-x64.zip", + "hash": "aee25a3918938342b6417fb6dcba7d39943ff96186b25342b37dbd50c553c825" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.18.0/oxlint-win32-arm64.zip", - "hash": "321fb73572498ed01a473bd8356b76082421a16ad4bc75cb1bc0611dd484c45c" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.18.1/oxlint-win32-arm64.zip", + "hash": "0a1e531ea84920ac702b15125499ca24d138a6f82bc522c0072125a948e677de" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",