@tanstack/eslint-plugin-query@5.101.4
TanStack/query@tanstack/eslint-plugin-query@5.101.4Jul 21, 2026by github-actions[bot]
AI Summary
A patch release for the ESLint plugin that relaxes the exhaustive-deps rule so that function call targets are no longer required in query keys.
Key Highlights
- Relaxed `exhaustive-deps` rule so function call targets are not required in query keys
Full Release Notes
### Patch Changes - [#11067](https://github.com/TanStack/query/pull/11067) [`7ac45ed`](https://github.com/TanStack/query/commit/7ac45ed45cbc28a54ac2fcfb1faccfcd87fb7b75) - Relax `exhaustive-deps` so function call targets are not required in query keys while values referenced in nested callbacks are still checked.