chore(deps): upgrade dependencies for Astro 6 (DOCSDEV-60)#88
Merged
Infi-Knight merged 2 commits intomainfrom Apr 21, 2026
Merged
chore(deps): upgrade dependencies for Astro 6 (DOCSDEV-60)#88Infi-Knight merged 2 commits intomainfrom
Infi-Knight merged 2 commits intomainfrom
Conversation
- Astro 5.17.1 -> 6.1.8, Starlight 0.37.5 -> 0.38.3 - docs-design-system installed from GitHub commit (npm publish pending) - starlight-links-validator 0.19.2 -> 0.23.0 - CI updated to Node.js 22 (required by Astro 6) - Migrated i18n collection to use i18nLoader (Astro 6 Content Layer API) - Fixed starlight-fullview-mode sidebar arrows regression (Astro 6 Zod compat) - Removed stale pnpm-lock.yaml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace GitHub commit reference with the now-published npm package.
Anca2022
reviewed
Apr 21, 2026
| "@interledger/docs-design-system": "^0.11.0", | ||
| "astro": "^5.17.1", | ||
| "@astrojs/starlight": "0.38.3", | ||
| "@interledger/docs-design-system": "github:interledger/docs-design-system#28aca14", |
Contributor
There was a problem hiding this comment.
waiting for docs-design-system - v0.12 to be published so we can use the version and not the commit hash on this line
The rest looks good :D
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
i18nLoader)starlight-fullview-modesidebar arrows regression caused by Astro 6 Zod default handling changepnpm-lock.yaml(project uses bun)Note on
@interledger/docs-design-systemThis PR installs
@interledger/docs-design-systemfrom a GitHub commit (github:interledger/docs-design-system#28aca14) because the updated v0.12.0 package has not yet been published to npm (PR interledger/docs-design-system#70 is under review). Once that PR is merged and v0.12.0 is published, the dependency should be switched back to the npm registry version.Test plan
bun run lintpassesbun run buildcompletes (8 pages, all links valid)