oxlint: Update to version 1.40.0

This commit is contained in:
github-actions[bot] 2026-01-19 16:32:57 +00:00
parent 707fbda775
commit 0e8a338a70

View File

@ -1,16 +1,16 @@
{
"version": "1.39.0",
"version": "1.40.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.39.0/oxlint-win32-x64.zip",
"hash": "ec9a60d5a098293e10404e250fc62af31aaae9dd470a9c68556a8faa14b4ee8c"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.40.0/oxlint-win32-x64.zip",
"hash": "975d06eec7659a436fa0b986dc3279c94f555814bbbb8df740c3cb6e047cbdcf"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.39.0/oxlint-win32-arm64.zip",
"hash": "628a88c8d15dc998cbb73f433ecf60bb55aad2396e7740c92e9357b2caf7e6d3"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.40.0/oxlint-win32-arm64.zip",
"hash": "c15775ca9a4ae1259dea2e741d670c4d8b215d53a3f1d5b89b741eb3ef8421b2"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",