oxlint: Update to version 1.16.0

This commit is contained in:
github-actions[bot] 2025-09-16 20:28:30 +00:00
parent 23c49e71ec
commit 3bc3cce147

View File

@ -1,16 +1,16 @@
{ {
"version": "1.15.0", "version": "1.16.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.15.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.16.0/oxlint-win32-x64.zip",
"hash": "98d833b5ded0c52182cc62ab9d3c3ea228fdb3df2702835284d55df8751044ea" "hash": "b289f6344d8d6873dfdbca60b66a2a1cabdbceb769ee8259f663ddf4660fccc4"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.15.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.16.0/oxlint-win32-arm64.zip",
"hash": "9cd84eb52a998937efea57acd79827f818c6499645819246f63d9eea8bab8172" "hash": "50304efd2b91b35067acc4162c24b64d7fba76e928e2dea2f82d7edbd2fc7597"
} }
}, },
"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\"",