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.90.9
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.90.10
Choose a head ref
  • 3 commits
  • 90 files changed
  • 3 contributors

Commits on Nov 16, 2025

  1. fix(types): do not drop readonly for partial QueryFilter matching (#9878

    )
    
    * fix(types): do not drop readonly for partial QueryFilter matching
    
    * fix(types): allow QueryFilters union with different lengths
    
    * Create orange-boxes-visit.md
    
    * Apply suggestion from @TkDodo
    TkDodo authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    8e2e174 View commit details
    Browse the repository at this point in the history
  2. fix(streamedQuery): fall back to initialValue when stream yields no v…

    …alues (#9876)
    
    * fix(streamedQuery): fall back to initialValue when stream yields no values
    
    Add failing test for empty streams and update implementation to avoid returning undefined.
    Includes changeset for patch release.
    
    * chore: address review nitpicks (JSDoc + test cleanup)
    
    * docs: note that initialValue is returned when the stream yields no values
    
    ---------
    
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    ahmethos and TkDodo authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    eb559a6 View commit details
    Browse the repository at this point in the history
  3. ci: Version Packages (#9879)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    66a194e View commit details
    Browse the repository at this point in the history
Loading