release-2026-06-02-1926

TanStack/queryrelease-2026-06-02-1926Jun 2, 2026by github-actions[bot]

AI Summary

A comprehensive patch release updating all TanStack query packages to version 5.101.0 (and Svelte to 6.1.34), focusing on removing deprecated `isServer` usage, improving devtools stability, and updating tooling.

Key Highlights

  • Replaced deprecated `isServer` with `environmentManager.isServer()` across Next.js, Vue, and experimental React Query implementations.
  • Updated Node.js version to v24.16.0 (Krypton LTS).
  • Enhanced `eslint-plugin-query` to detect rest destructuring and custom hook wrappers.
  • Fixed query devtools crash when cached state is temporarily unavailable.

Full Release Notes

Release 2026-06-02 19:26

## Changes

### Fix

- eslint-plugin-query: detect rest destructuring on custom query hooks (#10775) (dc5493286) by @Newbie012
- react-query-next-experimental: replace deprecated 'isServer' with 'environmentManager.isServer()' (#10857) (7cf592330) by @sukvvon
- examples: replace deprecated 'isServer' with 'environmentManager.isServer()' in remaining Next.js examples (#10860) (2faff25cb) by @spiderocious
- examples/integrations: replace deprecated 'isServer' with 'environmentManager.isServer()' in the Next.js examples (#10858) (0bc0a8891) by @sukvvon
- vue-query: replace deprecated isServer with environmentManager.isServer() (#10826) (134809544) by @spandzgit
- eslint-plugin-query: track custom query hook wrappers (#10730) (dcdd55282) by @junjuny0227
- tests: disable local coverage instrumentation (#10776) (532bb298f) by @raashish1601
- query-devtools: handle missing query row state (#10772) (3042860e3) by @raashish1601

### Refactor

- examples/nextjs-suspense-streaming: drop unnecessary 'as string' cast (#10859) (f167fa8ef) by @sukvvon

### Chore

- add conditional check for repository owner in release job (#10847) (c27d3661f) by @KevinVandy
- solid-query-devtools/tsconfig: include 'test-setup.ts' for jest-dom matcher typings (#10845) (dccede431) by @sukvvon
- migrate changesets changelog generator (#10809) (3daac67da) by @Sheraff
- .nvmrc: update Node to 'v24.16.0' (Krypton LTS) (#10807) (93e7d390c) by @sukvvon


## Packages

- @tanstack/angular-query-experimental@5.101.0
- @tanstack/eslint-plugin-query@5.101.0
- @tanstack/lit-query@0.2.7
- @tanstack/preact-query@5.101.0
- @tanstack/preact-query-devtools@5.101.0
- @tanstack/preact-query-persist-client@5.101.0
- @tanstack/query-async-storage-persister@5.101.0
- @tanstack/query-broadcast-client-experimental@5.101.0
- @tanstack/query-core@5.101.0
- @tanstack/query-devtools@5.101.0
- @tanstack/query-persist-client-core@5.101.0
- @tanstack/query-sync-storage-persister@5.101.0
- @tanstack/react-query@5.101.0
- @tanstack/react-query-devtools@5.101.0
- @tanstack/react-query-next-experimental@5.101.0
- @tanstack/react-query-persist-client@5.101.0
- @tanstack/solid-query@5.101.0
- @tanstack/solid-query-devtools@5.101.0
- @tanstack/solid-query-persist-client@5.101.0
- @tanstack/svelte-query@6.1.34
- @tanstack/svelte-query-devtools@6.1.34
- @tanstack/svelte-query-persist-client@6.1.34
- @tanstack/vue-query@5.101.0
- @tanstack/vue-query-devtools@6.1.34