chore(deps): upgrade dependencies (DOCSDEV-69)#118
Merged
Conversation
- astro 6.1.8 β 6.3.8 (pinned to ~6.3.8; Starlight 0.39.2 still ships @astrojs/mdx ^5.x, which is incompatible with astro 6.4 exports) - @astrojs/starlight 0.38.3 β 0.39.2 (minor β BC-1 sidebar migration applied) - @interledger/docs-design-system 0.12.0 β 0.13.0 - starlight-links-validator 0.23 β 0.24 - @typescript-eslint/parser, typescript-eslint 8.59 β 8.60 - eslint 10.2.1 β 10.4.0, globals 17.5 β 17.6 BC-1 migration in astro.config.mjs: each of the 6 autogenerated sidebar groups now wraps autogenerate in items: [...] per Starlight 0.39.0.
β Deploy Preview for styleguide-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
DOCSDEV-69 cycle. Includes the Starlight 0.39 sidebar autogenerate migration
astro6.1.8 β 6.3.8 (pinned~6.3.8)@astrojs/starlight0.38.3 β 0.39.2 (minor β sidebar BC migrated)@interledger/docs-design-system0.12.0 β 0.13.0starlight-links-validator0.23 β 0.24@typescript-eslint/parser,typescript-eslint8.59 β 8.60eslint10.2.1 β 10.4.0,globals17.5 β 17.6Why
~6.3.8and not the latest6.4.0: Starlight 0.39.2 still ships@astrojs/mdx ^5.0.4as a hard dep, and@astrojs/mdx 6.0.0(which supports astro 6.4) requiresastro ^6.4.0peer. So astro 6.4 + Starlight 0.39 is currently incompatible. Pinned~6.3.8to allow patches but block 6.4 until Starlight ships a release with mdx 6 support.BC-1 migration in
astro.config.mjs: All 6 autogenerated sidebar groups were rewritten to wrapautogenerateinitems: [...]per the Starlight 0.39 requirement.Test plan
bun installcleanbun run lintpassesbun run buildsucceedsRef: DOCSDEV-69