oxlint: Update to version 1.33.0

This commit is contained in:
github-actions[bot] 2025-12-15 12:32:40 +00:00
parent cb7184a43e
commit e9d2395e19

View File

@ -1,16 +1,16 @@
{
"version": "1.32.0",
"version": "1.33.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.32.0/oxlint-win32-x64.zip",
"hash": "0b21c4ff7222738c6089312892df57ba19153d9eee42faf19448ad34e718d711"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.33.0/oxlint-win32-x64.zip",
"hash": "982e6717ec0d95ba30725f625a177e9f0cfd908f3f9a802a7281da6bfacb6626"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.32.0/oxlint-win32-arm64.zip",
"hash": "9edae5d786a504bd3a0d499363d717d5482108487e0e44874cfa32de96d49f80"
"url": "https://github.com/oxc-project/oxc/releases/download/apps_v1.33.0/oxlint-win32-arm64.zip",
"hash": "e834161707c0d899aea36a992637125e46625e363886e75693b582b027a6c23a"
}
},
"pre_install": "Get-Item \"$dir\\oxlint-*.exe\" | Rename-Item -NewName \"$dir\\oxlint.exe\"",