oxlint: Update to version 1.18.0

This commit is contained in:
github-actions[bot] 2025-09-24 16:30:13 +00:00
parent aeeeca0439
commit 4f0af5d92a

View File

@ -1,16 +1,16 @@
{
"version": "1.17.0",
"version": "1.18.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/oxlint_v1.17.0/oxlint-win32-x64.zip",
"hash": "f77abff622451719519db16c43b93def7ff693a9580ade34ad2f5345d9d1d172"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.18.0/oxlint-win32-x64.zip",
"hash": "c9796d88e517bfbc337aa45eb2a20ea2116a87e16322f0e7614a409273d3a9c9"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.17.0/oxlint-win32-arm64.zip",
"hash": "c86548d047d7645d64c6ecc4a7f7269c190427f6f03613b863f7dc4f22a90754"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v1.18.0/oxlint-win32-arm64.zip",
"hash": "9b37403e531092f2c48e8f3eedba1cdb9f4dbd87b10f39381f3a6a762ca39749"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",