From 7093d3f2dda9bc4cad16760e365f96a0e013c323 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 08:30:59 +0000 Subject: [PATCH] oxlint: Update to version 0.16.10 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 19fe8ec397..4d0a9ea218 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.16.9", + "version": "0.16.10", "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.16.9/oxlint-win32-x64.zip", - "hash": "563320123e6c5452bf9b27197e0097630012d6382191b993fb75b1d34d0f8b56" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.10/oxlint-win32-x64.zip", + "hash": "8f6f57516b6085ed7225333c84e17e9aefe8fc0af77aabf2381a2771c1eb18e8" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.9/oxlint-win32-arm64.zip", - "hash": "6bd8b30042ef5fbb30ac9b67003c51a2c52bc1c042a666c6ba7d08a19f2d98c4" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.10/oxlint-win32-arm64.zip", + "hash": "f65fea5a934c90932613f49367d7d1b9b53fd4c41718b26d22234034cd6f3c32" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",