-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Comparing changes
Open a pull request
base repository: TanStack/query
base: v5.85.5
head repository: TanStack/query
compare: v5.85.6
- 10 commits
- 98 files changed
- 9 contributors
Commits on Aug 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a3f683 - Browse repository at this point
Copy the full SHA 9a3f683View commit details -
docs: Updates examples for invalidation from mutations (#9261)
* Updates examples for invalidation from mutations * ci: apply automated fixes * Elaborate promise --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b0346f - Browse repository at this point
Copy the full SHA 1b0346fView commit details -
chore(deps): update marocchino/sticky-pull-request-comment digest to …
…9c40848 (#9473) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c464e3 - Browse repository at this point
Copy the full SHA 7c464e3View commit details
Commits on Aug 20, 2025
-
test(react-query/useMutation): remove '@testing-library/jest-dom/vite…
…st' import (#9569) Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1b1279 - Browse repository at this point
Copy the full SHA a1b1279View commit details
Commits on Aug 30, 2025
-
docs: fix missing comma in useMutation example to prevent syntax erro…
…rs (#9593) Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad0ca9f - Browse repository at this point
Copy the full SHA ad0ca9fView commit details -
docs: fix type definitions in useQuery options (union, parameters, ex…
…tra parentheses) (#9596) Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54efe22 - Browse repository at this point
Copy the full SHA 54efe22View commit details -
docs: remove unnecessary trailing comma (#9594)
Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a8ba49 - Browse repository at this point
Copy the full SHA 2a8ba49View commit details -
docs: update mutation status type (#9595)
Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 428c19f - Browse repository at this point
Copy the full SHA 428c19fView commit details -
fix(core): make sure queries revert synchronously (#9601)
the switch from the callback approach to async/await with catch was necessary to be able to transform errors into revert-state data for imperative query calls; however, this was a change in behavior because catch in async/await doesn't happen immediately - it runs in the next microtask. That opened up an opportunity for a slight race condition if we re-start a fetch in-between. And who does that? Of course, React Strict Mode. This PR moves the actual state reverting back to a callback (so it happens synchronously), while still keeping the try/catch refactoring merely to transform the promise and the usual error handling
Configuration menu - View commit details
-
Copy full SHA for 379670d - Browse repository at this point
Copy the full SHA 379670dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b998f68 - Browse repository at this point
Copy the full SHA b998f68View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.85.5...v5.85.6