Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@tanstack/react-query (source) 5.90.10 -> 5.90.11 age confidence

Release Notes

TanStack/query (@​tanstack/react-query)

v5.90.11

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Contributor

🚀 Deployed to Preview Environment 🚀

ℹ️ This preview will expire in 2025-12-04T21:51:59.492353882Z.

@github-actions
Copy link
Contributor

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Patch fix only: Version 5.90.11 contains a single patch fix to prevent infinite render loops when useSuspenseQueries has duplicate queryKeys
  • No breaking changes: This is a minor patch update with no API changes or breaking modifications
  • Bug fix focused: The change addresses a specific rendering issue without introducing new features or deprecations
  • Dependency update: Also updates the underlying @tanstack/query-core from 5.90.10 to 5.90.11 maintaining consistency

🎯 Impact Scope Investigation

  • Limited React Query usage: Codebase only uses basic React Query features:
    • QueryClient and QueryClientProvider in src/App.tsx:3,9,36
    • useInfiniteQuery in src/lib/post.ts:1,89 for post fetching with pagination
  • No useSuspenseQueries usage: The fixed function useSuspenseQueries is not used anywhere in the codebase
  • No direct @tanstack/query-core dependency: Only indirect dependency through @tanstack/react-query
  • Configuration compatibility: Current QueryClient configuration (src/App.tsx:9-15) remains fully compatible

💡 Recommended Actions

  • Immediate merge: This update can be safely merged without any code modifications
  • No migration required: The patch fix does not affect the current usage patterns in the codebase
  • Continue monitoring: Future updates should be reviewed, but this specific update poses no risk

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@koki-develop koki-develop merged commit 47a264c into main Nov 28, 2025
5 checks passed
@koki-develop koki-develop deleted the renovate/tanstack-query-monorepo branch November 28, 2025 08:29
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