Compare commits

..

8 Commits

Author SHA1 Message Date
github-actions[bot]
3488391977 scala-cli: Update to version 1.8.0 2025-05-09 12:31:16 +00:00
github-actions[bot]
c2417f2d83 halo: Update to version 2.20.20 2025-05-09 12:31:16 +00:00
github-actions[bot]
496f90078f edgedriver: Update to version 136.0.3240.64 2025-05-09 12:31:15 +00:00
HUMORCE
482519483f
pnpm@10.10.0: Add pnpx alias (Close #6774) 2025-05-09 09:17:08 +00:00
github-actions[bot]
e1451de59d yq: Update to version 4.45.3 2025-05-09 08:31:00 +00:00
github-actions[bot]
21b43db6ba railway: Update to version 4.4.1 2025-05-09 08:31:00 +00:00
github-actions[bot]
9886e19a50 protolint: Update to version 0.55.1 2025-05-09 08:30:59 +00:00
github-actions[bot]
7093d3f2dd oxlint: Update to version 0.16.10 2025-05-09 08:30:59 +00:00
8 changed files with 43 additions and 36 deletions

View File

@ -1,5 +1,5 @@
{
"version": "136.0.3240.50",
"version": "136.0.3240.64",
"description": "Close the loop on your developer cycle by automating testing of your website in Microsoft Edge (Chromium).",
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver",
"license": {
@ -9,16 +9,16 @@
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
"architecture": {
"64bit": {
"url": "https://msedgedriver.azureedge.net/136.0.3240.50/edgedriver_win64.zip",
"hash": "b43133e9ae99b8bc85374d17c324019e5e6bf783a79652f6b61a0250e758c648"
"url": "https://msedgedriver.azureedge.net/136.0.3240.64/edgedriver_win64.zip",
"hash": "e18d0c7f367d61f545743dcb1c4005b562b3fc2bc802fef8a92e815f380bd669"
},
"32bit": {
"url": "https://msedgedriver.azureedge.net/136.0.3240.50/edgedriver_win32.zip",
"hash": "ef426910c2f09448a1fb7f3b649128a00cb9d811c2696caab37510d18224e20c"
"url": "https://msedgedriver.azureedge.net/136.0.3240.64/edgedriver_win32.zip",
"hash": "ca392fa986be8703a0631b23de7fb379a017f195b7c470796f369b8001edfb30"
},
"arm64": {
"url": "https://msedgedriver.azureedge.net/136.0.3240.50/edgedriver_arm64.zip",
"hash": "da00cfcb27738bf748b6e0102708592f72903fe572fe075ec5a087ac4519a356"
"url": "https://msedgedriver.azureedge.net/136.0.3240.64/edgedriver_arm64.zip",
"hash": "7009334c7ba75b2cd24885f2d48adc832f41c8a36aae13eebab2e8e16bf5e87e"
}
},
"bin": "msedgedriver.exe",

View File

@ -1,13 +1,13 @@
{
"version": "2.20.19",
"version": "2.20.20",
"description": "A modern personal independent blog system.",
"homepage": "https://halo.run",
"license": "GPL-3.0-or-later",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/halo-dev/halo/releases/download/v2.20.19/halo-2.20.19.jar#/halo.jar",
"hash": "e315e0d695babd779bae69b287340a98945e47c81f46b7e5adfb81de28e4e2d7",
"url": "https://github.com/halo-dev/halo/releases/download/v2.20.20/halo-2.20.20.jar#/halo.jar",
"hash": "f2af3ba0613bb846ecefcae415c177143fa6b3ef5d964fb5d86d822ffb4424a6",
"bin": "halo.jar",
"checkver": {
"github": "https://github.com/halo-dev/halo"

View File

@ -1,16 +1,16 @@
{
"version": "0.16.9",
"version": "0.16.10",
"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_v0.16.9/oxlint-win32-x64.zip",
"hash": "563320123e6c5452bf9b27197e0097630012d6382191b993fb75b1d34d0f8b56"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.10/oxlint-win32-x64.zip",
"hash": "8f6f57516b6085ed7225333c84e17e9aefe8fc0af77aabf2381a2771c1eb18e8"
},
"arm64": {
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.9/oxlint-win32-arm64.zip",
"hash": "6bd8b30042ef5fbb30ac9b67003c51a2c52bc1c042a666c6ba7d08a19f2d98c4"
"url": "https://github.com/oxc-project/oxc/releases/download/oxlint_v0.16.10/oxlint-win32-arm64.zip",
"hash": "f65fea5a934c90932613f49367d7d1b9b53fd4c41718b26d22234034cd6f3c32"
}
},
"pre_install": "Rename-Item \"$dir\\oxlint-*.exe\" \"$dir\\oxlint.exe\"",

View File

@ -9,7 +9,14 @@
"hash": "36806b80c55ecae5b429a01ef320abbc583012ac0725d0e6c28b3d0d4e40496f"
}
},
"bin": "pnpm.exe",
"bin": [
"pnpm.exe",
[
"pnpm.exe",
"pnpx",
"dlx"
]
],
"checkver": {
"script": [
"# Using checkver script to check through all release tags",

View File

@ -1,16 +1,16 @@
{
"version": "0.55.0",
"version": "0.55.1",
"description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions",
"homepage": "https://github.com/yoheimuta/protolint",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.0/protolint_0.55.0_windows_amd64.tar.gz",
"hash": "2d33aed562581f992a38bc38855fb1f441296120a0e4f6362dd40bc03d7f6746"
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.1/protolint_0.55.1_windows_amd64.tar.gz",
"hash": "9aca17848d74d31871c2c7481b362a9477a06962617d3b8bc83b52bd1be2a5c8"
},
"arm64": {
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.0/protolint_0.55.0_windows_arm64.tar.gz",
"hash": "ff70b47ade082307789c45847b8df2678e51c0a3ed5296fd9b003a6a7290dc4c"
"url": "https://github.com/yoheimuta/protolint/releases/download/v0.55.1/protolint_0.55.1_windows_arm64.tar.gz",
"hash": "457b7146175118048d4d7afaa5581ffdd23477413909c73e2044de8f72ed9385"
}
},
"bin": [

View File

@ -1,20 +1,20 @@
{
"version": "4.4.0",
"version": "4.4.1",
"description": "The command line interface for Railway. Use it to connect your code to Railways infrastructure.",
"homepage": "https://github.com/railwayapp/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v4.4.0/railway-v4.4.0-x86_64-pc-windows-msvc.zip",
"hash": "137a43a1d2232cbfc84c00d67e107ed047fc4feb7f08cf3fbb821b9405214133"
"url": "https://github.com/railwayapp/cli/releases/download/v4.4.1/railway-v4.4.1-x86_64-pc-windows-msvc.zip",
"hash": "cc0e747a64c166c44d9d499b13f86de253e20c3abeca3a92d6c1e37bedc4c95c"
},
"32bit": {
"url": "https://github.com/railwayapp/cli/releases/download/v4.4.0/railway-v4.4.0-i686-pc-windows-msvc.zip",
"hash": "db7ab449bff1de50c30a776f0180eeee2d5bb06ae76f9c0c4375200afcd06e37"
"url": "https://github.com/railwayapp/cli/releases/download/v4.4.1/railway-v4.4.1-i686-pc-windows-msvc.zip",
"hash": "e04dc6cbdf7cbb6b40268163686f01bb19478534dd8f1bd1f75537f6f3e272e9"
},
"arm64": {
"url": "https://github.com/railwayapp/cli/releases/download/v4.4.0/railway-v4.4.0-aarch64-pc-windows-msvc.zip",
"hash": "8f970f4383aa0945016967aa8321d44b0b3b78bdb4f6b1982a6a0167e2e0822d"
"url": "https://github.com/railwayapp/cli/releases/download/v4.4.1/railway-v4.4.1-aarch64-pc-windows-msvc.zip",
"hash": "6dd6caf425915ab4110c8cbe3de64907e2b8a8fcf76db79dd5ae53a08bfacac9"
}
},
"bin": "railway.exe",

View File

@ -1,5 +1,5 @@
{
"version": "1.7.1",
"version": "1.8.0",
"description": "Command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)",
"homepage": "https://scala-cli.virtuslab.org/",
"license": "Apache-2.0",
@ -9,8 +9,8 @@
},
"architecture": {
"64bit": {
"url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.7.1/scala-cli-x86_64-pc-win32.zip",
"hash": "7ad0111cd55d0641b02d374e32ae99054bf2ae2ba64593069fa46bbead801a14"
"url": "https://github.com/Virtuslab/scala-cli/releases/download/v1.8.0/scala-cli-x86_64-pc-win32.zip",
"hash": "d47bcce01edf25bef3c05ebfc76b85d18a5e813af7f40484bdd633e7598f458e"
}
},
"bin": "scala-cli.exe",

View File

@ -1,16 +1,16 @@
{
"version": "4.45.2",
"version": "4.45.3",
"description": "A portable command-line YAML processor",
"homepage": "https://mikefarah.gitbook.io/yq/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.2/yq_windows_amd64.exe#/yq.exe",
"hash": "4abcd91d01bda7fe43040707ffc15a6e052f28615c5de63364fd48a1a74d83b2"
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.3/yq_windows_amd64.exe#/yq.exe",
"hash": "d40ef2e6f2736ed2e1664936f75c2c4da1f11f46880205e23e0e7a0bf7bacc30"
},
"32bit": {
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.2/yq_windows_386.exe#/yq.exe",
"hash": "d2283a949a8aa692f7284acd998157f380f4b291f55ece1d206c068e0c64f608"
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.3/yq_windows_386.exe#/yq.exe",
"hash": "edb4510b1a4f6e049f0be833334d1f317ed53d9bfe98c5ab324e6ceb2f05e1a3"
}
},
"bin": "yq.exe",