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: v5.87.1
Choose a base ref
...
head repository: TanStack/query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.87.4
Choose a head ref
  • 9 commits
  • 86 files changed
  • 10 contributors

Commits on Sep 5, 2025

  1. fix(solid-query-devtools): fix typing issue (#9621)

    * fix: fix issue with solid devtools
    
    * fix: add correct jsx typing from solid
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    AlemTuzlak and autofix-ci[bot] authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    3af530d View commit details
    Browse the repository at this point in the history
  2. release: v5.87.2

    tannerlinsley committed Sep 5, 2025
    Configuration menu
    Copy the full SHA
    92d6b7b View commit details
    Browse the repository at this point in the history
  3. docs: Remove fragment in disabling-queries guide (#9619)

    Fragment is not needed here
    ZakKa89 authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    f49cc75 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. docs: update fetchNextPage condition in Example component (#9626)

    Co-authored-by: Alikhani <[email protected]>
    alikhani-dev and Alikhani authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    f023881 View commit details
    Browse the repository at this point in the history
  2. fix(query-devtools): add work break to code element to prevent DevPan…

    …el from expanding (#9625)
    
    Co-authored-by: Dominik Dorfmeister <[email protected]>
    akdlsz21 and TkDodo authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    af50368 View commit details
    Browse the repository at this point in the history
  3. release: v5.87.3

    tannerlinsley committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    2bf8fa3 View commit details
    Browse the repository at this point in the history
  4. test(svelte-query/createMutation): improve callback assertions with '…

    …toHaveBeenNthCalledWith' and apply shorthand property syntax in FailureExample (#9630)
    sukvvon authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    ccedf33 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. fix(query-core): infinite re-renders in useQueries (#9639)

    * test(useQueries): add test for preventing infinite re-renders
    
    * fix(query-core): resolve infinite re-renders in queriesObserver
    
    * style(useQueries): remove unnecessary comments
    
    * ci: apply automated fixes
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    m2na7 and autofix-ci[bot] authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    19445a0 View commit details
    Browse the repository at this point in the history
  2. release: v5.87.4

    tannerlinsley committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    230435d View commit details
    Browse the repository at this point in the history
Loading