From 0a4f2671fac1b40cb49708dd73bab895ea824b89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:32:21 +0000 Subject: [PATCH] oxlint: Update to version 0.14.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index eb243c4835..a1be141147 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "0.13.2", + "version": "0.14.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.13.2/oxlint-win32-x64.zip", - "hash": "709a32c847e5cd1981192a2cb8e085f382236df41bb5d74a6ba174696fce5e54" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.14.0/oxlint-win32-x64.zip", + "hash": "e23dd083c9ffd50adc8fcdc92918b8e18652dfb9bba30ac0bdb2508070396fd5" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.13.2/oxlint-win32-arm64.zip", - "hash": "382d343ab22f2226fb6088f4e4fee11dc041121cfd27223527834f2b9cc35253" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.14.0/oxlint-win32-arm64.zip", + "hash": "8e397f201deb56fee00d944a3fe99d6dab6d74ca55a574cb0b62604e93083b45" } }, "pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",