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.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: @tanstack/react-query@5.90.4
Choose a head ref
  • 12 commits
  • 100 files changed
  • 8 contributors

Commits on Oct 15, 2025

  1. fix(eslint-plugin): avoid imports from typescript (#9759)

    * fix(eslint-plugin): avoid imports from typescript
    
    * add changeset
    
    * fix
    Newbie012 authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    b9a478d View commit details
    Browse the repository at this point in the history
  2. ci: Version Packages (#9760)

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

Commits on Oct 16, 2025

  1. fix: allow useQueries with combine property in no-unstable-deps rule (#…

    …9720)
    
    * fix: allow useQueries with combine property in no-unstable-deps rule
    
    - Add hasCombineProperty function to detect combine property in useQueries calls
    - Skip tracking useQueries with combine as unstable since combine makes result stable
    - Add tests for useQueries with and without combine property
    - Fixes #9718
    
    * ci: apply automated fixes
    
    * Create ten-crabs-glow.md
    
    ---------
    
    Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
    Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
    3 people authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    9595254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae25b3 View commit details
    Browse the repository at this point in the history
  3. ci: Version Packages (#9765)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    9df1308 View commit details
    Browse the repository at this point in the history
  4. fix: solid-query-devtools and panel query client (#9763)

    * fixed solid-query-devtools and panel
    
    * Added changeset
    
    * Fixed typo
    CapitaineToinon authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    8fe3b10 View commit details
    Browse the repository at this point in the history
  5. ci: Version Packages (#9766)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    c36a524 View commit details
    Browse the repository at this point in the history
  6. ci: Version Packages (#9767)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    a7ff29b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    969801c View commit details
    Browse the repository at this point in the history
  8. fix(types): remove duplicate Array condition in MutationKey type (#9754)

    * fix(types): preserve readonly mutation keys by removing duplicate Array check
    
    * Fix duplicate Array condition in MutationKey type
    
    * ci: apply automated fixes
    
    * fix: make MutationKey type consistent with QueryKey
    
    * chore: trigger GitHub UI refresh
    
    ---------
    
    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 Oct 16, 2025
    Configuration menu
    Copy the full SHA
    20ef922 View commit details
    Browse the repository at this point in the history
  9. ci: Version Packages (#9770)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    cfc755c View commit details
    Browse the repository at this point in the history
  10. ci: Version Packages (#9771)

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