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