chore(deps): upgrade dependencies (DOCSDEV-69)#669
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/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.
✅ Deploy Preview for webmonetization-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, Phase 3b. Includes the TS 5→6 and ESLint 9→10 attempts that DOCSDEV-60 deferred.
astro6.1.8 → 6.3.8 (pinned~6.3.8; see note)@astrojs/starlight0.38.3 → 0.39.2@astrojs/check0.9.8 → 0.9.9@interledger/docs-design-system0.12.0 → 0.13.0starlight-links-validator0.23 → 0.24typescript5.9.3 → 6.0.3 (MAJOR — BC-5 attempt)eslint9.39.4 → 10.4.0 (MAJOR — BC-6),@eslint/js9 → 10globals17.5 → 17.6@typescript-eslint/parser,typescript-eslint8.59 → 8.60TS 6 verification:
npm run lint(the CI script) passes clean.npx astro checkreports 4 errors but they all exist onmainwith 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-envcomments insrc/oreslint.config.js.npm run lintclean.Why
~6.3.8and not6.4.0: astro 6.4 + Starlight 0.39 currently incompatible (Starlight still pins@astrojs/mdx ^5.xas 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 installcleannpm run lintpassesnpm run buildsucceeds — 40 pages built, link validation green/specification/) builds correctlyRef: DOCSDEV-69