From 8bd713935fa3ab6392e9ed4d23e6147177923f32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 12:31:51 +0000 Subject: [PATCH] oxlint: Update to version 1.15.0 --- bucket/oxlint.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oxlint.json b/bucket/oxlint.json index cb1752ea48..ad648b88e4 100644 --- a/bucket/oxlint.json +++ b/bucket/oxlint.json @@ -1,16 +1,16 @@ { - "version": "1.14.0", + "version": "1.15.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_v1.14.0/oxlint-win32-x64.zip", - "hash": "1c6c5763826a4ea6b3ef3f9601c26d81f73b6427ae9acfbd645472a63633528a" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.15.0/oxlint-win32-x64.zip", + "hash": "98d833b5ded0c52182cc62ab9d3c3ea228fdb3df2702835284d55df8751044ea" }, "arm64": { - "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.14.0/oxlint-win32-arm64.zip", - "hash": "cf92afeed0ffbbee6786cfb47084e7736b34b84ebb606fa7621ade7bf526ade5" + "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.15.0/oxlint-win32-arm64.zip", + "hash": "9cd84eb52a998937efea57acd79827f818c6499645819246f63d9eea8bab8172" } }, "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",