-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: TanStack/query
base: @tanstack/react-query@5.100.8
head repository: TanStack/query
compare: @tanstack/react-query@5.100.9
- 10 commits
- 123 files changed
- 6 contributors
Commits on May 3, 2026
-
chore(svelte-query-devtools): set up vitest environment with '@testin…
…g-library/svelte' and a smoke test (#10624)
Configuration menu - View commit details
-
Copy full SHA for 529e590 - Browse repository at this point
Copy the full SHA 529e590View commit details -
test(svelte-query-devtools): add tests for missing 'QueryClient', con…
…text provider, and 'client' prop (#10625)
Configuration menu - View commit details
-
Copy full SHA for 3f0948b - Browse repository at this point
Copy the full SHA 3f0948bView commit details -
test(preact-query-devtools): add tests for missing 'QueryClient', con…
…text provider, 'client' prop, and production fallback (#10626) * test(preact-query-devtools): add tests for missing 'QueryClient', context provider, 'client' prop, and production fallback * ci: apply automated fixes * test(preact-query-devtools): assert 'mount' call in client provisioning tests --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5d69cb - Browse repository at this point
Copy the full SHA d5d69cbView commit details -
test(react-query-devtools): add tests for missing 'QueryClient', cont…
…ext provider, 'client' prop, and production fallback (#10627) * test(react-query-devtools): add tests for missing 'QueryClient', context provider, 'client' prop, and production fallback * ci: apply automated fixes * test(react-query-devtools): make production fallback test deterministic with 'vi.stubEnv' and 'vi.resetModules' --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 03eba38 - Browse repository at this point
Copy the full SHA 03eba38View commit details -
test(preact-query-devtools): make production fallback test determinis…
…tic with 'vi.stubEnv' and 'vi.resetModules' (#10628)
Configuration menu - View commit details
-
Copy full SHA for 9b879f1 - Browse repository at this point
Copy the full SHA 9b879f1View commit details -
fix(query-core): restore NoInfer on persister's TQueryKey (#10601)
Follow-up to #10510. That PR removed NoInfer from all three persister generics to fix TQueryFnData inference when the companion queryFn declares a parameter (#7842). Keeping NoInfer on TQueryKey preserves that fix while preventing the persister slot from widening TQueryKey inference. Without NoInfer on TQueryKey, the persister slot contributes to TQueryKey inference. When Register.queryKey is augmented to a narrowed constraint, TQueryKey widens to that constraint instead of the literal passed to queryKey. Wrappers that brand their return with DataTag<TQueryKey, ...> then produce a brand on the wider type, which a plain literal tuple can no longer satisfy in contravariant positions (vi.mocked(...).mockReturnValue, typed variable assignments, etc.). TQueryFnData still participates in inference, so #10510's positive and negative type tests continue to pass. Co-authored-by: Wonsuk Choi <sukvvon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fcee7bd - Browse repository at this point
Copy the full SHA fcee7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d21cac - Browse repository at this point
Copy the full SHA 3d21cacView commit details -
docs: remove typo in QueryOptions#retry JSDoc (#10606)
fix: remove typo in QueryOptions#retry JSDoc
Configuration menu - View commit details
-
Copy full SHA for 14926b7 - Browse repository at this point
Copy the full SHA 14926b7View commit details -
feat(angular-query): add devtools theme option (#10609)
* feat(angular-query): add devtools theme option * chore: apply review feedback
Configuration menu - View commit details
-
Copy full SHA for bf902df - Browse repository at this point
Copy the full SHA bf902dfView commit details -
ci: changeset release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c3d523 - Browse repository at this point
Copy the full SHA 8c3d523View 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 @tanstack/react-query@5.100.8...@tanstack/react-query@5.100.9