oxlint: Update to version 1.13.0

This commit is contained in:
github-actions[bot] 2025-08-26 04:29:37 +00:00
parent f9d2637cf7
commit c16aefc5f9

View File

@ -1,16 +1,16 @@
{ {
"version": "1.12.0", "version": "1.13.0",
"description": "A collection of JavaScript tools written in Rust.", "description": "A collection of JavaScript tools written in Rust.",
"homepage": "https://github.com/oxc-project/oxc", "homepage": "https://github.com/oxc-project/oxc",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.13.0/oxlint-win32-x64.zip",
"hash": "1efc770ddcdded1177f60b791e21df050242735ce98814b55f4602e4a2645ce9" "hash": "15649bb6a03e519ed7dd3763a47410e0584d0d498f4739e9259cdc777fc58077"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.12.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.13.0/oxlint-win32-arm64.zip",
"hash": "ce82f43807cf8cd8b1a48eec27c122d944bcebfb8f5523b7dfe523ef5b8573a6" "hash": "e0c6b2fc67c35ebc85ea8532973db2633560ad50d9d36a7b71ef438499e65ea9"
} }
}, },
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"", "pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",