mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
chore(deps): update dependencies (#537)
Co-authored-by: Renovate Bot <[email protected]>
This commit is contained in:
@@ -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
@@ -13,5 +13,5 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=22"
|
"node": ">=22"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@11.22.0"
|
"packageManager": "pnpm@12.2.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+786
-46
File diff suppressed because it is too large
Load Diff
@@ -7,5 +7,4 @@ dedupePeerDependents: false
|
|||||||
updateNotifier: false
|
updateNotifier: false
|
||||||
ignoreScripts: true
|
ignoreScripts: true
|
||||||
minimumReleaseAge: 0
|
minimumReleaseAge: 0
|
||||||
confirmModulesPurge: false
|
|
||||||
verifyDepsBeforeRun: false
|
verifyDepsBeforeRun: false
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user