close
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TanStack/query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @tanstack/react-query@5.100.8
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @tanstack/react-query@5.100.9
Choose a head ref
  • 10 commits
  • 123 files changed
  • 6 contributors

Commits on May 3, 2026

  1. chore(svelte-query-devtools): set up vitest environment with '@testin…

    …g-library/svelte' and a smoke test (#10624)
    sukvvon authored May 3, 2026
    Configuration menu
    Copy the full SHA
    529e590 View commit details
    Browse the repository at this point in the history
  2. test(svelte-query-devtools): add tests for missing 'QueryClient', con…

    …text provider, and 'client' prop (#10625)
    sukvvon authored May 3, 2026
    Configuration menu
    Copy the full SHA
    3f0948b View commit details
    Browse the repository at this point in the history
  3. 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>
    sukvvon and autofix-ci[bot] authored May 3, 2026
    Configuration menu
    Copy the full SHA
    d5d69cb View commit details
    Browse the repository at this point in the history
  4. 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>
    sukvvon and autofix-ci[bot] authored May 3, 2026
    Configuration menu
    Copy the full SHA
    03eba38 View commit details
    Browse the repository at this point in the history
  5. test(preact-query-devtools): make production fallback test determinis…

    …tic with 'vi.stubEnv' and 'vi.resetModules' (#10628)
    sukvvon authored May 3, 2026
    Configuration menu
    Copy the full SHA
    9b879f1 View commit details
    Browse the repository at this point in the history
  6. 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>
    neefrehman and sukvvon authored May 3, 2026
    Configuration menu
    Copy the full SHA
    fcee7bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d21cac View commit details
    Browse the repository at this point in the history
  8. docs: remove typo in QueryOptions#retry JSDoc (#10606)

    fix: remove typo in QueryOptions#retry JSDoc
    MattIPv4 authored May 3, 2026
    Configuration menu
    Copy the full SHA
    14926b7 View commit details
    Browse the repository at this point in the history
  9. feat(angular-query): add devtools theme option (#10609)

    * feat(angular-query): add devtools theme option
    
    * chore: apply review feedback
    grzdev authored May 3, 2026
    Configuration menu
    Copy the full SHA
    bf902df View commit details
    Browse the repository at this point in the history
  10. ci: Version Packages (#10630)

    ci: changeset release
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 3, 2026
    Configuration menu
    Copy the full SHA
    8c3d523 View commit details
    Browse the repository at this point in the history
Loading