feat(deps)!: Astro 7 / Starlight 0.41 + all deps to latest (#20)#29
Merged
Conversation
… latest Unblocked by starlight-llms-txt 0.11.0 (Astro 7 peers). astro 7.0.6, @astrojs/starlight 0.41.3, starlight-blog 0.27.0, starlight-openapi 0.26.0 (+ new peer @astrojs/markdown-satteri), starlight-links-validator 0.25.2, astro-mermaid 2.1.0, sharp 0.35, prettier 3.9, tsx 4.23, lint-staged 17.0.8, commitlint 21.2; lockfile regenerated. No source changes needed beyond prettier 3.9 reformatting. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Upgrades the site’s Astro/Starlight stack to Astro 7 / Starlight 0.41 and refreshes related plugin dependencies, with the remaining touched files reflecting Prettier-driven formatting-only changes.
Changes:
- Bump core site dependencies to Astro
^7.0.6,@astrojs/starlight^0.41.3, and compatible Starlight integrations (blog/openapi/llms/links-validator), plus add@astrojs/markdown-satterias required by the updated OpenAPI integration. - Apply cosmetic Prettier reformatting to docs snippets and small formatting in TypeScript types / README table alignment.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/content/docs/get-started/authoring.md | Prettier reformats long YAML flow sequences in docs examples for readability. |
| scripts/compile.ts | Formatting-only change to a union type definition (no functional behavior change). |
| README.md | Minor whitespace alignment in the Support table row. |
| package.json | Major dependency upgrades for Astro 7 + Starlight 0.41 ecosystem; adds @astrojs/markdown-satteri. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Executes the #20 migration checklist now that
starlight-llms-txt@0.11.0shipped its Astro 7 release (the last blocker).@astrojs/markdown-satteri0.3.3, starlight-links-validator 0.25.2, astro-mermaid 2.1.0, starlight-llms-txt 0.11.0astro checkclean, full build green (78,940 pages, 39,250 records), internal links valid; only prettier 3.9 cosmetic reformats/llms.txt+llms-full.txt+llms-small.txtgenerated,/api/OpenAPI pages render, §5 mermaid diagram present, blog presentPart of the v0.1.0 release train; #20 gets closed by release PR #4.
🤖 Generated with Claude Code