Skip to content

Update dependencies (minor/patch) + prettier 3.9 reformat - #1118

Merged
brandonleekramer merged 3 commits into
mainfrom
update-dependencies
Sep 10, 2026
Merged

Update dependencies (minor/patch) + prettier 3.9 reformat#1118
brandonleekramer merged 3 commits into
mainfrom
update-dependencies

Conversation

@brandonleekramer

Copy link
Copy Markdown
Member

Summary

Routine dependency maintenance for the docs monorepo. Minor/patch bumps only
major upgrades (eslint 8→10, typescript 5→7, pnpm 10→12) were intentionally
excluded to avoid breaking changes; they can be tackled separately.

Dependency changes (root package.json)

  • packageManager: pnpm 10.33.4 → 10.34.5
  • @types/node: ^22.19.17 → ^22.20.2
  • eslint-plugin-mdx: ^3.7.0 → ^3.8.1
  • prettier: ^3.8.3 → ^3.9.6
  • prettier-plugin-tailwindcss: ^0.8.0 → ^0.8.1
  • turbo: ^2.9.9 → ^2.10.12

eslint (^8.57.1) and typescript (^5.9.3) intentionally held at their current majors.

Formatting

The prettier 3.9 bump reformats 4 previously-committed files (no logic changes),
committed separately from the dependency bump:

  • website/src/components/Card.tsx
  • website/src/components/Navigation.tsx
  • website/src/pages/en/indexing/new-chain-integration.mdx
  • website/src/pages/en/subgraphs/developing/deploying-publishing/multiple-networks.mdx

Validation

  • pnpm check (typecheck + lint + prettier:check) — passes
  • pnpm build — passes

@brandonleekramer
brandonleekramer merged commit 295e5fe into main Sep 10, 2026
4 checks passed
@brandonleekramer
brandonleekramer deleted the update-dependencies branch September 10, 2026 21:13
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