chore(deps): upgrade dependencies for Astro 6 (DOCSDEV-60)#660
Merged
Infi-Knight merged 1 commit intomainfrom Apr 23, 2026
Merged
chore(deps): upgrade dependencies for Astro 6 (DOCSDEV-60)#660Infi-Knight merged 1 commit intomainfrom
Infi-Knight merged 1 commit intomainfrom
Conversation
Upgrade core: astro 5.x -> 6.x, starlight 0.37 -> 0.38, docs-design-system 0.11 -> 0.12, starlight-links-validator 0.19 -> 0.23. Migrate i18n collection to use loader (Astro 6 requirement). Add explicit sidebar options to starlightFullViewMode for Astro 6 compat. Fix anchor link in get-started.mdx caught by upgraded link validator.
✅ Deploy Preview for webmonetization-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Infi-Knight marked as non substantive for IPR from ash-nazg. |
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.
Summary
content.config.tsto usei18nLoader()instead oftype: 'data'(Astro 6 requirement)leftSidebarEnabled: true, rightSidebarEnabled: truetostarlightFullViewMode()to fix sidebar arrows (Astro 6 + Zod compat)supporters/get-started.mdxwhere<a id>inside heading caused a trailing dash in the generated slug, caught by upgraded link validatorfixes DOCSDEV-60
Test plan
npm run lintpassesnpm run buildcompletes successfullynpm run dev-- site loads at port 1100