Commit 27edfe3
docs(deps)(deps): bump astro and @astrojs/starlight in /docs (sbpp#1346)
* docs(deps)(deps): bump astro and @astrojs/starlight in /docs
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight). These dependencies needed to be updated together.
Updates `astro` from 5.18.1 to 6.3.1
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.3.1/packages/astro)
Updates `@astrojs/starlight` from 0.30.6 to 0.39.2
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.39.2/packages/starlight)
---
updated-dependencies:
- dependency-name: astro
dependency-version: 6.3.1
dependency-type: direct:production
- dependency-name: "@astrojs/starlight"
dependency-version: 0.39.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* ci(docs): bump runner Node from 20 to 22 for Astro 6 floor
Astro 6 raised its Node floor to `>=22.12` (`engines.node` in the
astro@6.x manifest, EBADENGINE warning at install time + a hard
"Node.js v20 is not supported by Astro!" abort at `astro build`).
Bumping the docs-build / docs-screenshots-build / docs-screenshots-capture
runners to Node 22 unblocks the paired astro@^5 → ^6 + @astrojs/starlight@^0.30
→ ^0.39 dependency bump in this PR.
The web panel's runtime stack is unaffected (PHP 8.5; the only
client-side TS check runs over `web/scripts/` and stays on Node 20
via `ts-check.yml`).
* docs(starlight): migrate social config from record to array shape
Starlight 0.33 (in the 0.30 → 0.39 bump landing here) changed the
`social` integration option from a `Record<KnownPlatform, url>` map
to a `[{icon, label, href}]` array. The old shape now fails the
config schema with "Starlight v0.33.0 changed the `social` configuration
syntax. Please specify an array of link items instead of an object."
Migrating both the GitHub and Discord entries preserves the topbar
icon row exactly. The pre-fix comment block at the call site already
anticipated this exact migration; the surrounding rationale was
moved into the new comment.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: rumblefrog <contact@zhenyangli.me>1 parent 07309da commit 27edfe3
6 files changed
Lines changed: 469 additions & 2022 deletions
File tree
- .github/workflows
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
| |||
0 commit comments