oxlint: Update to version 1.9.0

This commit is contained in:
github-actions[bot] 2025-07-29 12:32:14 +00:00
parent c59fc32268
commit 93329a2e5e

View File

@ -1,16 +1,16 @@
{ {
"version": "1.8.0", "version": "1.9.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.8.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.9.0/oxlint-win32-x64.zip",
"hash": "0879ae9f66efd0fa1f094a605419f6f243eeec839f234770adf70c60ba003944" "hash": "108b9d9ad1a65bb0e19676c26a9daa846ad20fd75267eca4fdaf302acf7c7bd2"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.8.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.9.0/oxlint-win32-arm64.zip",
"hash": "d12206db5b052264c0904203b39a4f7422b7591978348352a4e2dd45a6126e58" "hash": "34aed5ccf693d1637a5775655c7a0cc70b34f6f07db5e2f5af99f7c97d623818"
} }
}, },
"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\"",