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.3
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.4
Choose a head ref
  • 4 commits
  • 93 files changed
  • 4 contributors

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    f1e608b View commit details
    Browse the repository at this point in the history
  2. docs(react-query): recommend defaultError = unknown instead of `Axi…

    …osError` (#9575)
    
    * docs(react-query): recommend defaultError = unknown instead of AxiosError
    
    Signed-off-by: leesb971204 <leesb971204@gmail.com>
    
    * docs(react-query): clarify usage of defaultError in global Error type registration
    
    Signed-off-by: leesb971204 <leesb971204@gmail.com>
    
    * ci: apply automated fixes
    
    * docs(solid-query): recommend defaultError = unknown instead of AxiosError
    
    Signed-off-by: leesb971204 <leesb971204@gmail.com>
    
    * docs(angular-query): recommend defaultError = unknown instead of AxiosError
    
    Signed-off-by: leesb971204 <leesb971204@gmail.com>
    
    * docs(vue-query): add example code for Registering a global Error
    
    Signed-off-by: leesb971204 <leesb971204@gmail.com>
    
    ---------
    
    Signed-off-by: leesb971204 <leesb971204@gmail.com>
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    3 people authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    2989e69 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. fix(core): never revert to undefined data (#9577)

    * fix(core): never revert to undefined data
    
    * fix: throw CancelledError for imperative fetches, but keep query reverted to idle state
    
    * chore: improve test
    TkDodo authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    e4f5ce8 View commit details
    Browse the repository at this point in the history
  2. release: v5.85.4

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