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.90.16
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.17
Choose a head ref
  • 5 commits
  • 90 files changed
  • 6 contributors

Commits on Dec 30, 2025

  1. docs: fix missing param in vue infinite queries sample (#10004)

    * docs: fix missing param in vue infinite queries sample
    
    Add initialPageParam to useInfiniteQuery
    
    * docs: fix missing param in vue infinite queries sample
    meixger authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    14c0ec8 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. chore: size-limit

    TkDodo committed Dec 31, 2025
    Configuration menu
    Copy the full SHA
    f616474 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. Configuration menu
    Copy the full SHA
    44c3cb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. fix(query-core): replaceEqualDeep max depth (#10032)

    * fix(query-core): replaceEqualDeep max depth
    
    * restore expected error in unit test
    
    * ci: apply automated fixes
    
    * Update max depth for replaceEqualDeep function
    
    Fixes the max depth for replaceEqualDeep in query-core.
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    3 people authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    269351b View commit details
    Browse the repository at this point in the history
  2. ci: Version Packages (#10033)

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