oxlint: Update to version 1.30.0

This commit is contained in:
github-actions[bot] 2025-11-24 12:32:22 +00:00
parent 45ece0f54a
commit 5266676b82

View File

@ -1,16 +1,16 @@
{ {
"version": "1.29.0", "version": "1.30.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/apps_v1.29.0/oxlint-win32-x64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.30.0/oxlint-win32-x64.zip",
"hash": "2269e7052eeed5d3e9fb47729dca5cb1f8aa1fab138df531c43042d6a4ac4b4a" "hash": "f18007185ec98218f5c3e2f50f99bad7112cfd18ea6bdeac5ff13b59481150ef"
}, },
"arm64": { "arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.29.0/oxlint-win32-arm64.zip", "url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.30.0/oxlint-win32-arm64.zip",
"hash": "c057189cd534faf7b637704a05a0169c17aaa140c6092272385d4c8597b3fc4d" "hash": "0b57b36f7941ff555d9829f3f1337e9cd5075893bbad71f8d2a3b0d729e1a893"
} }
}, },
"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\"",