From 1debbd291307fa3198802a0769cc585c65ed2c42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:29:45 +0000 Subject: [PATCH] oxlint: Update to version 0.17.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index 7e081e273b..c7318004ca 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.16.12", + "version": "0.17.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.16.12/oxlint-win32-x64.zip", - "hash": "e38404b583aa4850b1665d0462acce18c02824fdf7e6b4cf3104afab545a84d7" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.17.0/oxlint-win32-x64.zip", + "hash": "1d25fd837df02362156569b443808fd5882a2d9df1f4a448ce36be459a0fb7c0" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.12/oxlint-win32-arm64.zip", - "hash": "3a89a9ab67737ff083ed20844e0efbbc3f6f83096faffc28114ee79b153d7649" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.17.0/oxlint-win32-arm64.zip", + "hash": "1b06c6419bfd8cdde893a031a94bd79d0191592df076b1e33cdb235ce3544c40" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",