Skip to content

chore: update safe dependencies#437

Open
gabitoesmiapodo wants to merge 3 commits intodevelopfrom
chore/update-deps
Open

chore: update safe dependencies#437
gabitoesmiapodo wants to merge 3 commits intodevelopfrom
chore/update-deps

Conversation

@gabitoesmiapodo
Copy link
Copy Markdown
Collaborator

@gabitoesmiapodo gabitoesmiapodo commented Apr 1, 2026

Summary

Update patch and minor dependencies to keep current and pick up bug fixes. No code changes required -- version specifiers and lockfile only.

Closes #434

Changes

  • Update 7 patch dependencies (router, connectkit, graphql, use-debounce, typedoc)
  • Update 5 minor dependencies (react, react-dom, vocs, tanstack query)
  • Bump typedoc-github-theme 0.3 → 0.4 and @uniswap/default-token-list 13 → 18
  • Fix pre-existing typedoc.json formatting issue

Acceptance criteria

  • All listed packages updated to their latest within the target range
  • pnpm lint && pnpm test && pnpm build pass
  • Manual smoke test: dev server starts, app loads correctly
  • No behavior changes or regressions

Test plan

  • pnpm lint -- 215 files, 0 errors
  • pnpm test -- 32 files, 170 tests pass
  • pnpm build -- tsc + vite succeed
  • pnpm docs:build -- vocs 1.4.1 succeeds
  • Manual smoke test: dev server starts, app loads correctly

Checklist

  • Self-reviewed my own diff
  • Tests added or updated
  • Docs updated (if applicable)
  • No unrelated changes bundled in

- @tanstack/react-router 1.168.3 -> 1.168.10
- @tanstack/router-cli 1.166.18 -> 1.166.25
- @tanstack/router-plugin 1.167.4 -> 1.167.12
- connectkit 1.9.1 -> 1.9.2
- graphql 16.13.1 -> 16.13.2
- use-debounce 10.1.0 -> 10.1.1
- typedoc 0.28.17 -> 0.28.18

Also fix pre-existing typedoc.json formatting.

Part of #434.
- react 19.1.0 -> 19.2.4
- react-dom 19.1.0 -> 19.2.4
- vocs 1.0.11 -> 1.4.1
- @tanstack/react-query 5.95.2 -> 5.96.1
- @tanstack/react-query-devtools 5.95.2 -> 5.96.1

Part of #434.
- typedoc-github-theme ^0.3.0 -> ^0.4.0
- @uniswap/default-token-list ^13.33.0 -> ^18.12.0

The token list is data-only (token metadata JSON), so the major
version bump carries no API risk.

Part of #434.
Copilot AI review requested due to automatic review settings April 1, 2026 18:18
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
components.dappbooster Ready Ready Preview, Comment Apr 1, 2026 6:25pm
demo.dappbooster Ready Ready Preview, Comment Apr 1, 2026 6:25pm
docs.dappbooster Ready Ready Preview, Comment Apr 1, 2026 6:25pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s “safe dependencies” set to current patch/minor releases and normalizes the existing typedoc.json formatting, keeping the project’s build/test/docs pipeline up to date without functional code changes.

Changes:

  • Bumped dependency version specifiers for React/TanStack/vocs/TypeDoc and related safe-deps packages.
  • Reformatted typedoc.json’s blockTags to consistent multi-line JSON formatting.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Updates dependency/devDependency version ranges/pins to the latest safe patch/minor targets.
typedoc.json Fixes/normalizes formatting for blockTags to a multi-line array.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update safe dependencies (patches + minors)

2 participants