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.11
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.12
Choose a head ref
  • 11 commits
  • 262 files changed
  • 6 contributors

Commits on Nov 26, 2025

  1. docs(vue): change query keys example to typescript (#9907)

    * docs(vue): change query keys example to typescript
    
    This example is written in Javascript, and the fact that `todoId` is a `Ref` is a bit hard to identify.
    
    I propose to migrate this example to Typescript, with an import to Vue's Ref type and make the parameter to the example composable explicit.
    
    There are more docs that could be improved this way, if it suits you I could also make the changes to these docs :)
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    sybers and autofix-ci[bot] authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    8b38734 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758414f View commit details
    Browse the repository at this point in the history
  3. ci: Version Packages (#9916)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    c7510cc View commit details
    Browse the repository at this point in the history
  4. chore: bring back proper devtools version (#9917)

    * chore: bring back proper devtools version
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    DamianOsipiuk and autofix-ci[bot] authored Nov 26, 2025
    Configuration menu
    Copy the full SHA
    1f0ec12 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. ci(changesets): disable auto-merging (#9918)

    * ci(changesets): disable auto-merging
    
    * Fix knip
    lachlancollins authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    aba3260 View commit details
    Browse the repository at this point in the history
  2. ci(changesets): enable experimental peerDependents option (#9928)

    * ci(changesets): enable experimental peerDependents option
    
    * Fix typescript-eslint versions
    lachlancollins authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    73eb629 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. ci: remove @tanstack/publish-config (#9930)

    * ci: remove @tanstack/publish-config
    
    * Update imports
    lachlancollins authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    b7b452e View commit details
    Browse the repository at this point in the history
  2. ci: sync config between projects (#9931)

    * ci: update typedoc
    
    * Remove old check
    lachlancollins authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    7f4939c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e99b88 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. fix: update react and nextJs (#9944)

    * fix: update react and nextJs
    
    and add a nextJs16 integration test
    
    * ci: apply automated fixes
    
    * oops
    
    * Update patch versions for React and TanStack packages
    
    Updated the patch versions for various React and TanStack packages.
    
    * fix: streamline dependencies
    
    * bundle size
    
    * fix lock file
    
    * fix: update react in example
    
    * skip test for now
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    TkDodo and autofix-ci[bot] authored Dec 4, 2025
    1 Configuration menu
    Copy the full SHA
    72d8ac5 View commit details
    Browse the repository at this point in the history
  2. ci: Version Packages (#9945)

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