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.85.5
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.85.6
Choose a head ref
  • 10 commits
  • 98 files changed
  • 9 contributors

Commits on Aug 19, 2025

  1. Configuration menu
    Copy the full SHA
    9a3f683 View commit details
    Browse the repository at this point in the history
  2. docs: Updates examples for invalidation from mutations (#9261)

    * Updates examples for invalidation from mutations
    
    * ci: apply automated fixes
    
    * Elaborate promise
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    srph and autofix-ci[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    1b0346f View commit details
    Browse the repository at this point in the history
  3. chore(deps): update marocchino/sticky-pull-request-comment digest to …

    …9c40848 (#9473)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    7c464e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. test(react-query/useMutation): remove '@testing-library/jest-dom/vite…

    …st' import (#9569)
    
    Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
    sukvvon and manudeli authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    a1b1279 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. docs: fix missing comma in useMutation example to prevent syntax erro…

    …rs (#9593)
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    wo-o29 and autofix-ci[bot] authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    ad0ca9f View commit details
    Browse the repository at this point in the history
  2. docs: fix type definitions in useQuery options (union, parameters, ex…

    …tra parentheses) (#9596)
    
    Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
    wo-o29 and manudeli authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    54efe22 View commit details
    Browse the repository at this point in the history
  3. docs: remove unnecessary trailing comma (#9594)

    Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
    wo-o29 and manudeli authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    2a8ba49 View commit details
    Browse the repository at this point in the history
  4. docs: update mutation status type (#9595)

    Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
    wo-o29 and manudeli authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    428c19f View commit details
    Browse the repository at this point in the history
  5. fix(core): make sure queries revert synchronously (#9601)

    the switch from the callback approach to async/await with catch was necessary to be able to transform errors into revert-state data for imperative query calls; however, this was a change in behavior because catch in async/await doesn't happen immediately - it runs in the next microtask. That opened up an opportunity for a slight race condition if we re-start a fetch in-between. And who does that? Of course, React Strict Mode.
    
    This PR moves the actual state reverting back to a callback (so it happens synchronously), while still keeping the try/catch refactoring merely to transform the promise and the usual error handling
    TkDodo authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    379670d View commit details
    Browse the repository at this point in the history
  6. release: v5.85.6

    tannerlinsley committed Aug 30, 2025
    Configuration menu
    Copy the full SHA
    b998f68 View commit details
    Browse the repository at this point in the history
Loading