release-2026-06-02-1926

vercel/turboreporelease-2026-06-02-1926Jun 2, 2026by github-actions[bot]

AI Summary

Updates the TanStack Query ecosystem to version 5.101.0, replacing deprecated 'isServer' references and improving devtools stability.

Key Highlights

  • Updated all core packages to version 5.101.0
  • Replaced deprecated 'isServer' with 'environmentManager.isServer()'
  • Fixed ESLint plugin to detect rest destructuring on custom hooks
  • Fixed devtools crash when cached query state is missing
  • Updated Node version to 'v24.16.0' (Krypton LTS)

New Features

  • Devtools query row state handling improvements
  • ESLint plugin enhancements for custom query wrappers
  • Refactoring of Next.js examples to remove unnecessary casts

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