chore(deps): update dependencies (#537)

Co-authored-by: Renovate Bot <[email protected]>
This commit is contained in:
Renovate Bot
2026-09-07 22:44:11 +00:00
committed by silverwind
parent 6f4164726b
commit 627c52b40b
5 changed files with 791 additions and 52 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
body="$(printf '%s Preview: %s\n' "$marker" "$PREVIEW_URL")" body="$(printf '%s Preview: %s\n' "$marker" "$PREVIEW_URL")"
fi fi
jq -n --arg body "$body" '{body: $body}' > patch.json printf '%s' "$body" | jq -Rs '{body: .}' > patch.json
curl --silent --show-error --fail --output /dev/null \ curl --silent --show-error --fail --output /dev/null \
-X PATCH "$api" \ -X PATCH "$api" \
-H "Authorization: token $DEPLOY_TOKEN" \ -H "Authorization: token $DEPLOY_TOKEN" \
+1 -1
View File
@@ -13,5 +13,5 @@
"engines": { "engines": {
"node": ">=22" "node": ">=22"
}, },
"packageManager": "pnpm@11.22.0" "packageManager": "pnpm@12.2.1"
} }
+786 -46
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -7,5 +7,4 @@ dedupePeerDependents: false
updateNotifier: false updateNotifier: false
ignoreScripts: true ignoreScripts: true
minimumReleaseAge: 0 minimumReleaseAge: 0
confirmModulesPurge: false
verifyDepsBeforeRun: false verifyDepsBeforeRun: false
+3 -3
View File
@@ -11,12 +11,12 @@
"check": "astro check" "check": "astro check"
}, },
"dependencies": { "dependencies": {
"@astrojs/starlight": "0.41.7", "@astrojs/starlight": "0.41.11",
"@astrojs/starlight-docsearch": "0.7.0", "@astrojs/starlight-docsearch": "0.7.0",
"@gitea-docs/content-loader": "workspace:*", "@gitea-docs/content-loader": "workspace:*",
"@pagefind/default-ui": "1.5.2", "@pagefind/default-ui": "1.5.2",
"astro": "7.2.3", "astro": "7.2.10",
"sharp": "0.35.3", "sharp": "0.35.4",
"starlight-openapi": "0.26.1" "starlight-openapi": "0.26.1"
}, },
"devDependencies": { "devDependencies": {