Skip to content

Commit 790feb0

Browse files
committed
Merge branch 'main' into hd/feat-satteri-0-10
* main: [ci] release (withastro#4137) Fix localisation of Expressive Code UI (withastro#4138) chore: migrate Changesets to v3 (withastro#4139) Add WhatsApp icon (withastro#4142) docs: add starlight-custom-navigation to plugins showcase (withastro#4141) [ci] format i18n(de): update plugins.mdx (withastro#4140) i18n(ko-KR): update `plugins` (withastro#4136)
2 parents 6c172bc + e81fedf commit 790feb0

18 files changed

Lines changed: 953 additions & 915 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@4.0.0/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{ "repo": "withastro/starlight" }
@@ -9,7 +9,6 @@
99
"access": "public",
1010
"baseBranch": "origin/main",
1111
"updateInternalDependencies": "patch",
12-
"ignore": ["starlight-docs", "@example/*", "starlight-file-icons-generator", "@e2e/*"],
1312
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1413
"onlyUpdatePeerDependentsWhenOutOfRange": true
1514
}

.changeset/long-adults-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,10 @@ jobs:
3636
run: pnpm i
3737

3838
- name: Create Release Pull Request
39-
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0
39+
uses: changesets/action@8488615a623b1b9c987934bb89eae8af6a946ac1 # v2.1.1
4040
with:
41-
version: pnpm run version
42-
publish: pnpm changeset publish
43-
commit: '[ci] release'
44-
title: '[ci] release'
45-
env:
46-
GITHUB_TOKEN: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
47-
NPM_TOKEN: "" # See https://github.com/changesets/changesets/issues/1152#issuecomment-3190884868
41+
version-script: pnpm run version
42+
publish-script: pnpm changeset publish
43+
commit-message: '[ci] release'
44+
pr-title: '[ci] release'
45+
github-token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}

docs/src/content/docs/de/resources/plugins.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,16 @@ Erweitere deine Website mit offiziellen Plugins, die vom Starlight-Team unterst
243243
title="starlight-agentready"
244244
description="Lade deine Dokumentation nach jedem Build bei AgentReady hoch, damit sie von KI-Agenten über MCP abgefragt werden können."
245245
/>
246+
<LinkCard
247+
href="https://github.com/ewels/starlight-pydocs"
248+
title="starlight-pydocs"
249+
description="Automatisierte Python-API-Dokumentation für Astro und Starlight mithilfe statischer Analyse."
250+
/>
251+
<LinkCard
252+
href="https://github.com/ewels/starlight-quiz"
253+
title="starlight-quiz"
254+
description="Interaktive Quizze für Astro und Starlight, erstellt in Markdown mit vollständiger Fortschrittsanzeige."
255+
/>
246256
</CardGrid>
247257

248258
## Community-Tools und Integrationen

docs/src/content/docs/ko/resources/plugins.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,16 @@ Starlight 팀이 지원하는 공식 플러그인과 Starlight 사용자가 관
243243
title="starlight-agentready"
244244
description="빌드할 때마다 문서를 AgentReady에 제출하여 AI 에이전트가 MCP를 통해 문서를 검색할 수 있도록 만듭니다."
245245
/>
246+
<LinkCard
247+
href="https://github.com/ewels/starlight-pydocs"
248+
title="starlight-pydocs"
249+
description="정적 분석을 사용하여 Astro 및 Starlight용 Python API 문서를 자동으로 생성합니다."
250+
/>
251+
<LinkCard
252+
href="https://github.com/ewels/starlight-quiz"
253+
title="starlight-quiz"
254+
description="Markdown으로 작성하고 전체 진행 상황 추적을 지원하는 Astro 및 Starlight용 대화형 퀴즈입니다."
255+
/>
246256
</CardGrid>
247257

248258
## 커뮤니티 도구 및 통합

docs/src/content/docs/resources/plugins.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@ Extend your site with official plugins supported by the Starlight team and commu
253253
title="starlight-quiz"
254254
description="Interactive quizzes for Astro and Starlight, authored in markdown with full progress tracking."
255255
/>
256+
<LinkCard
257+
href="https://frostybee.github.io/starlight-custom-navigation/"
258+
title="starlight-custom-navigation"
259+
description="Add side navigation strips, floating buttons, keyboard shortcuts, and swipe gestures for moving between pages."
260+
/>
256261
</CardGrid>
257262

258263
## Community tools and integrations

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.41.7",
14+
"@astrojs/starlight": "^0.41.8",
1515
"astro": "^7.2.4",
1616
"sharp": "^0.35.3"
1717
}

examples/markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^2.0.6",
15-
"@astrojs/starlight": "^0.41.7",
15+
"@astrojs/starlight": "^0.41.8",
1616
"@astrojs/starlight-markdoc": "^0.7.0",
1717
"astro": "^7.2.4",
1818
"sharp": "^0.35.3"

examples/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.41.7",
14+
"@astrojs/starlight": "^0.41.8",
1515
"@astrojs/starlight-tailwind": "^5.0.0",
1616
"@tailwindcss/vite": "^4.2.4",
1717
"astro": "^7.2.4",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"license": "MIT",
1515
"devDependencies": {
1616
"@astrojs/check": "^0.9.10",
17-
"@changesets/changelog-github": "^0.6.0",
18-
"@changesets/cli": "^2.31.0",
17+
"@changesets/changelog-github": "^1.0.0",
18+
"@changesets/cli": "^3.0.1",
1919
"@eslint/js": "^10.0.1",
2020
"@size-limit/file": "^12.1.0",
2121
"astro": "^7.2.4",
@@ -29,7 +29,7 @@
2929
"typescript": "^6.0.3",
3030
"typescript-eslint": "^8.59.2"
3131
},
32-
"packageManager": "pnpm@11.1.1",
32+
"packageManager": "pnpm@11.22.0",
3333
"size-limit": [
3434
{
3535
"name": "/index.html",

0 commit comments

Comments
 (0)