@tanstack/eslint-plugin-query@5.101.4
fosrl/pangolin@tanstack/eslint-plugin-query@5.101.4Jul 21, 2026by github-actions[bot]
AI Summary
A patch update for the TanStack ESLint plugin that relaxes the exhaustive-deps rule.
Key Highlights
- Relaxed exhaustive-deps rule to ignore function call targets in query keys
- Still checks values referenced in nested callbacks
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.