Skip to content

Commit 6bd1177

Browse files
KATTkodiakhq[bot]
andauthored
fix(react-query + tanstack-react-query): bump tanstack packages and peer dependencies (#6809)
Bumps `@tanstack/react-query` which has breaking changes ## Summary by CodeRabbit - **Chores** - Updated dependencies across multiple projects to use the latest versions of `@tanstack/react-query`, `@tanstack/react-query-devtools`, and related packages. - **Tests** - Improved test reliability by normalizing timestamp fields in dehydrated query state comparisons. <!-- end of auto-generated comment: release notes by coderabbit.ai --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated dependencies across multiple projects to the latest versions of `@tanstack/react-query`, `@tanstack/react-query-devtools`, and related packages. - **Tests** - Enhanced test stability by normalizing timestamp fields in dehydrated query state comparisons. - Adjusted query behavior in tests to include initial data and disabled state for improved reliability. - **Refactor** - Simplified query hook type signatures by removing redundant type parameters. - Clarified mutation handler return types to explicitly indicate no meaningful return value. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 7052464 commit 6bd1177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@prisma/client": "^6.7.0",
44-
"@tanstack/react-query": "^5.74.7",
44+
"@tanstack/react-query": "^5.80.3",
4545
"@trpc/client": "npm:@trpc/client",
4646
"@trpc/next": "npm:@trpc/next",
4747
"@trpc/react-query": "npm:@trpc/react-query",
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@playwright/test": "^1.50.1",
61-
"@tanstack/react-query-devtools": "^5.74.7",
61+
"@tanstack/react-query-devtools": "^5.80.3",
6262
"@types/node": "^22.13.5",
6363
"@types/react": "^19.1.0",
6464
"@types/ws": "^8.2.0",

0 commit comments

Comments
 (0)