oxlint: Update to version 1.39.0

This commit is contained in:
github-actions[bot] 2026-01-12 12:32:40 +00:00
parent 279c8acab0
commit d7348d9a08

View File

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