-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Bump up react query 5.59.15 #10841
base: develop
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may need clear reasons to upgrade these libraries; otherwise, it will increase testing workload and uncertainty.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why should we bump up this?
Any security fixes or ? ~
we can move it to category |
There are fixes + perf improvements between and 5.52 and 5.59 (https://github.com/tanstack/query/releases) and we should do it regulary otherwise if library version is too stale in the codebase it might be too hard to bump up (potential breaking changes and dependency on other libraries) |
PR-Codex overview
This PR updates the version of
@tanstack/react-query
across multiple package files from^5.52.1
tocatalog:
, which points to the latest version5.59.15
. This ensures all packages are using the most recent version of the library for improved performance and features.Detailed summary
@tanstack/react-query
from^5.52.1
tocatalog:
in:pnpm-workspace.yaml
packages/wagmi/package.json
apps/blog/package.json
apps/games/package.json
apps/web/package.json
packages/awgmi/package.json
apps/gamification/package.json
apps/aptos/package.json
@tanstack/react-query
version inpnpm-lock.yaml
to5.59.15
.