oxlint: Update to version 1.29.0

This commit is contained in:
github-actions[bot] 2025-11-17 16:31:33 +00:00
parent 85aa790180
commit 15d9877f7d

View File

@ -1,16 +1,16 @@
{
"version": "1.28.0",
"version": "1.29.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/apps_v1.28.0/oxlint-win32-x64.zip",
"hash": "078674b9518e449619af3b2579a8c677d850b5d3fa5ad4636934b7343e674d22"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.29.0/oxlint-win32-x64.zip",
"hash": "2269e7052eeed5d3e9fb47729dca5cb1f8aa1fab138df531c43042d6a4ac4b4a"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.28.0/oxlint-win32-arm64.zip",
"hash": "d57ce08a641a468142c700fa7224e011d6a89f0dd71d28b9b46e07dd8e14be29"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.29.0/oxlint-win32-arm64.zip",
"hash": "c057189cd534faf7b637704a05a0169c17aaa140c6092272385d4c8597b3fc4d"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",