Skip to content

chore(deps): upgrade dependencies (DOCSDEV-69)#669

Merged
Infi-Knight merged 1 commit into
mainfrom
chore/docsdev-69-webmonetization-dep-upgrade
Jun 10, 2026
Merged

chore(deps): upgrade dependencies (DOCSDEV-69)#669
Infi-Knight merged 1 commit into
mainfrom
chore/docsdev-69-webmonetization-dep-upgrade

Conversation

@Infi-Knight

Copy link
Copy Markdown
Collaborator

Summary

DOCSDEV-69 cycle, Phase 3b. Includes the TS 5→6 and ESLint 9→10 attempts that DOCSDEV-60 deferred.

  • astro 6.1.8 → 6.3.8 (pinned ~6.3.8; see note)
  • @astrojs/starlight 0.38.3 → 0.39.2
  • @astrojs/check 0.9.8 → 0.9.9
  • @interledger/docs-design-system 0.12.0 → 0.13.0
  • starlight-links-validator 0.23 → 0.24
  • typescript 5.9.3 → 6.0.3 (MAJOR — BC-5 attempt)
  • eslint 9.39.4 → 10.4.0 (MAJOR — BC-6), @eslint/js 9 → 10
  • globals 17.5 → 17.6
  • @typescript-eslint/parser, typescript-eslint 8.59 → 8.60

TS 6 verification: npm run lint (the CI script) passes clean. npx astro check reports 4 errors but they all exist on main with TS 5.9.3 too (verified by stashing my changes and re-running). The TS 6 upgrade does NOT introduce new errors.

ESLint 10 verification: No eslint-env comments in src/ or eslint.config.js. npm run lint clean.

Why ~6.3.8 and not 6.4.0: astro 6.4 + Starlight 0.39 currently incompatible (Starlight still pins @astrojs/mdx ^5.x as a hard dep; mdx 6 requires astro ^6.4 peer).

Untouched: optionalDependencies (@pagefind/linux-x64, @rollup/rollup-linux-x64-gnu) pinned for Netlify CI. respec (no published bump > 35.6.1). remark-mermaidjs (no bump available).

Test plan

  • npm install clean
  • npm run lint passes
  • npm run build succeeds — 40 pages built, link validation green
  • Deploy preview: respec specification page (/specification/) builds correctly
  • mermaid diagrams render
  • Search works

Ref: DOCSDEV-69

- 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/check 0.9.8 → 0.9.9
- @interledger/docs-design-system 0.12.0 → 0.13.0
- starlight-links-validator 0.23 → 0.24
- typescript 5.9.3 → 6.0.3 (MAJOR; lint + build pass; 4 pre-existing
  astro check errors are unchanged from main, not introduced by TS 6)
- eslint 9.39.4 → 10.4.0 (MAJOR), @eslint/js 9 → 10
- globals 17.5 → 17.6
- @typescript-eslint/parser, typescript-eslint 8.59 → 8.60

Linux-only optional deps (@pagefind/linux-x64, @rollup/rollup-linux-x64-gnu)
left untouched per existing CI pinning.
@netlify

netlify Bot commented May 29, 2026

Copy link
Copy Markdown

Deploy Preview for webmonetization-preview ready!

Name Link
🔨 Latest commit b5fcbcc
🔍 Latest deploy log https://app.netlify.com/projects/webmonetization-preview/deploys/6a1951cc4cd76b000889090a
😎 Deploy Preview https://deploy-preview-669--webmonetization-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Infi-Knight Infi-Knight requested a review from Anca2022 June 5, 2026 09:15
@Infi-Knight Infi-Knight self-assigned this Jun 5, 2026

@Anca2022 Anca2022 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm :)

@Infi-Knight Infi-Knight merged commit 9adbc19 into main Jun 10, 2026
7 checks passed
@Infi-Knight Infi-Knight deleted the chore/docsdev-69-webmonetization-dep-upgrade branch June 10, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants