chore(deps): upgrade dependencies (DOCSDEV-69)#231
Merged
Conversation
- astro 6.1.8 β 6.3.8 (pinned ~6.3.8; astro 6.4 incompatible with Starlight 0.39.2's pinned @astrojs/mdx ^5.x) - @astrojs/starlight 0.38.3 β 0.39.2 - @astrojs/mdx 5.0.3 β 5.0.6 - @astrojs/node 10.0.5 β 10.1.2 - @interledger/docs-design-system 0.12.0 β 0.13.0 - starlight-links-validator 0.23 β 0.24 - html-to-text 9.0.5 β 10.0.0 (MAJOR β single call site in src/utils/create-excerpt.js; convert+selectors API is stable across 9β10; build-time excerpt generation verified) - markdown-it 14.1.1 β 14.2.0 - eslint 10.2.1 β 10.4.0, globals 17.5 β 17.6 - @typescript-eslint/parser, typescript-eslint 8.59 β 8.60
β Deploy Preview for interledger-org-developers ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
JonathanMatthey
approved these changes
Jun 2, 2026
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, Phase 3a.
astro6.1.8 β 6.3.8 (pinned~6.3.8; see note below)@astrojs/starlight0.38.3 β 0.39.2@astrojs/mdx5.0.3 β 5.0.6@astrojs/node10.0.5 β 10.1.2@interledger/docs-design-system0.12.0 β 0.13.0starlight-links-validator0.23 β 0.24html-to-text9.0.5 β 10.0.0 (MAJOR)markdown-it14.1.1 β 14.2.0eslint10.2.1 β 10.4.0,globals17.5 β 17.6,typescript-eslint8.59 β 8.60html-to-text9 β 10 (BC-7): Single call site insrc/utils/create-excerpt.js. Theconvert(html, { selectors: [...] })API is stable across 9β10. Build-time excerpt generation (used by RSS) verified duringbun run build.Why
~6.3.8and not6.4.0: astro 6.4 changed exports in a way that breaks@astrojs/mdx ^5.x, which Starlight 0.39.2 still pins as a hard dep. astro 6.4 + Starlight is currently incompatible. Pinning until Starlight ships a release that depends on@astrojs/mdx 6.x.Test plan
bun installcleanbun run lintpassesbun run buildsucceeds β 72 pages built, link validation greenRef: DOCSDEV-69