Open
Conversation
- @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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
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’sblockTagsto 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.
This was referenced Apr 1, 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
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
Acceptance criteria
pnpm lint && pnpm test && pnpm buildpassTest plan
pnpm lint-- 215 files, 0 errorspnpm test-- 32 files, 170 tests passpnpm build-- tsc + vite succeedpnpm docs:build-- vocs 1.4.1 succeedsChecklist