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.7
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.8
Choose a head ref
  • 8 commits
  • 120 files changed
  • 9 contributors

Commits on Nov 6, 2025

  1. docs: fix grammar issue in CONTRIBUTING.md (#9849)

    * docs: fix grammar issue in CONTRIBUTING.md
    
    * update
    WuMingDao authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    ddac129 View commit details
    Browse the repository at this point in the history
  2. docs: add community resources page (#9831)

    * add community resources page
    
    * update link for blog posts
    
    * update community resource links
    
    * rm vue community section
    
    * update old links
    
    * fix community resource link
    LadyBluenotes authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    7783a7a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Configuration menu
    Copy the full SHA
    2eb772c View commit details
    Browse the repository at this point in the history
  2. test(react-query-persist-client/use-queries-with-persist): switch to …

    …fake timers, replace 'waitFor' with 'vi.advanceTimersByTimeAsync', and replace 'setTimeout' with 'sleep' (#9850)
    sukvvon authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    7bc9543 View commit details
    Browse the repository at this point in the history
  3. fix(query-core): allow partial query keys in QueryFilters (#9686)

    * fix(query-core): allow partial query keys in `QueryFilters` and `MutationFilters`
    
    Add a type to match tuple prefixes to match partial query keys in `QueryFilters` and `MutationFilters`
    
    Fixes #9680
    
    * test(query-core): add tests for partial QueryKey matching for `QueryFilters`
    
    add tests to verify that the new partial QueryKey matching for `QueryFilters` does match partial query keys, and also doesn't allow invalid query keys.
    
    * fix(query-core): move tuple prefix helper types to utils.ts
    
    prevent tuple helper types from getting exported, and showing up in the public api
    
    * Add changeset
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    3 people authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    c0ec9fe View commit details
    Browse the repository at this point in the history
  4. ci: Version Packages (#9854)

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

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    b2bd79d View commit details
    Browse the repository at this point in the history
  2. ci: Version Packages (#9867)

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