Skip to content

Update tanstack-query monorepo to v5.102.8 - #538

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query-monorepo
Open

Update tanstack-query monorepo to v5.102.8#538
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-query-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@tanstack/eslint-plugin-query (source) 5.91.45.102.8 age confidence
@tanstack/react-query (source) 5.90.215.102.8 age confidence

Release Notes

TanStack/query (@​tanstack/eslint-plugin-query)

v5.102.8

Compare Source

v5.102.7

Compare Source

v5.102.6

Compare Source

v5.102.5

Compare Source

v5.102.4

Compare Source

v5.102.3

Compare Source

v5.102.2

Compare Source

v5.102.1

Compare Source

v5.102.0

Compare Source

Patch Changes
  • #​11212 279bb55 - TypeScript 7 compatibility

  • #​11188 3bc8edf - Fix false-positive warnings in no-unstable-deps rule caused by Object.prototype property lookups (toString, valueOf, etc.).

  • #​11115 8582702 - Remove unused helper functions from the internal ASTUtils object (getNestedIdentifiers, getNestedReturnStatements, getClosestVariableDeclarator, mapKeyNodeToText, and mapKeyNodeToBaseText). They were not referenced by any rule and are not part of the public API.

v5.101.4

Compare Source

Patch Changes
  • #​11067 7ac45ed - Relax exhaustive-deps so function call targets are not required in query keys while values referenced in nested callbacks are still checked.

v5.101.3

Compare Source

v5.101.2

Compare Source

v5.101.1

Compare Source

v5.101.0

Compare Source

Minor Changes
  • #​10775 dc54932 - no-rest-destructuring now also flags rest destructuring on custom hooks that return a TanStack Query result. Detection uses the TypeScript type checker and runs only when typed linting is enabled, so untyped projects are unaffected. Closes #​8951.

v5.100.14

Compare Source

v5.100.13

Compare Source

v5.100.12

Compare Source

Patch Changes
  • fix(no-unstable-deps): handle array-destructured useQueries and useSuspenseQueries results (#​10747)

  • Fix no-unstable-deps false positives for useSuspenseQueries results returned from combine. (#​10642)

v5.100.11

v5.100.10

v5.100.9

Compare Source

v5.100.8

Compare Source

v5.100.7

Compare Source

v5.100.6

Compare Source

v5.100.5

Compare Source

v5.100.4

Compare Source

v5.100.3

Compare Source

v5.100.2

v5.100.1

v5.100.0

Compare Source

v5.99.2

Compare Source

v5.99.1

Compare Source

Patch Changes
  • fix(eslint-plugin-query): fix no-void-query-fn false positive on enum returns for typescript 6. (#​10460)

v5.99.0

Compare Source

v5.98.0

Compare Source

v5.97.0

Compare Source

Minor Changes
  • feat(eslint): support eslint v10 and typescript v6 (#​10182)

v5.96.2

Compare Source

Patch Changes
  • fix(eslint-plugin): normalize whitespace in allowList variable matching for multiline expressions (#​10337)

v5.96.1

Compare Source

v5.96.0

Compare Source

Minor Changes
  • Add prefer-query-options rule and recommendedStrict config (#​10359)

v5.95.2

Compare Source

v5.95.1

Compare Source

v5.95.0

Compare Source

Minor Changes
  • BREAKING (eslint-plugin): The exhaustive-deps rule now reports member expression dependencies more granularly for call expressions (e.g. a.b.foo() suggests a.b), which may cause existing code that previously passed the rule to now report missing dependencies. To accommodate stable variables and types, the rule now accepts an allowlist option with variables and types arrays to exclude specific dependencies from enforcement. (#​10295)

v5.94.5

Patch Changes
  • fix(*): resolve issue about excluded build directory (#​10312)

v5.94.4

Patch Changes

v5.91.5

Compare Source

Patch Changes
  • Fix exhaustive-deps to detect dependencies used inside nested queryFn callbacks/control flow, and avoid false positives when those dependencies are already present in complex queryKey expressions. (#​10258)
TanStack/query (@​tanstack/react-query)

v5.102.8

Compare Source

Patch Changes

v5.102.7

Compare Source

Patch Changes

v5.102.6

Compare Source

Patch Changes

v5.102.5

Compare Source

Patch Changes

v5.102.4

Compare Source

Patch Changes

v5.102.3

Compare Source

Patch Changes

v5.102.2

Compare Source

Patch Changes

v5.102.1

Compare Source

Patch Changes

v5.102.0

Compare Source

Minor Changes
  • #​10668 e674826 - react-query: update usePrefetchQuery and usePrefetchInfiniteQuery to use queryClient.query and queryClient.infiniteQuery
Patch Changes

v5.101.4

Compare Source

Patch Changes

v5.101.3

Compare Source

Patch Changes

v5.101.2

Compare Source

Patch Changes

v5.101.1

Compare Source

Patch Changes

v5.101.0

Compare Source

Patch Changes

v5.100.14

Compare Source

Patch Changes

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes

v5.100.10

Patch Changes

v5.100.9

Compare Source

Patch Changes

v5.100.8

Compare Source

Patch Changes

v5.100.7

Compare Source

Patch Changes

v5.100.6

Compare Source

Patch Changes

v5.100.5

Compare Source

Patch Changes

v5.100.4

Compare Source

Patch Changes

v5.100.3

Compare Source

Patch Changes

v5.100.2

Patch Changes

v5.100.1

Patch Changes

v5.100.0

Compare Source

Patch Changes

v5.99.2

Compare Source

Patch Changes

v5.99.1

Compare Source

Patch Changes

v5.99.0

Compare Source

Patch Changes

v5.98.0

Compare Source

Patch Changes

v5.97.0

Compare Source

Patch Changes

v5.96.2

Compare Source

Patch Changes

v5.96.1

Compare Source

Patch Changes

v5.96.0

Compare Source

Patch Changes

v5.95.2

Compare Source

Patch Changes

v5.95.1

Compare Source

Patch Changes

v5.95.0

Compare Source

Patch Changes

v5.94.5

Compare Source

Patch Changes

v5.94.4

Compare Source

Patch Changes

v5.91.3

Compare Source

Patch Changes
  • fix: stop node types from leaking into browser (#​10302)

v5.91.2

Compare Source

Patch Changes

v5.91.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • Between 12:00 AM and 11:59 PM (* 0-23 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 96f3a76 to 06bbe2f Compare June 27, 2026 21:45
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.101.1 Update tanstack-query monorepo to v5.101.2 Jun 27, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 3 times, most recently from 7306da5 to e913a26 Compare July 18, 2026 09:57
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from e913a26 to a7ee886 Compare July 21, 2026 01:56
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.101.2 Update tanstack-query monorepo to v5.101.3 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from a7ee886 to 599a448 Compare July 21, 2026 18:58
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.101.3 Update tanstack-query monorepo to v5.101.4 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 4 times, most recently from c7f55ba to 1cc0c12 Compare July 30, 2026 17:39
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 1cc0c12 to cbfa8f3 Compare August 11, 2026 21:04
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 14 times, most recently from af3d52f to 5f1997f Compare August 22, 2026 10:51
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 3 times, most recently from a04ac49 to ee22e8a Compare August 22, 2026 21:13
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.101.4 Update tanstack-query monorepo to v5.102.0 Aug 22, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 4 times, most recently from a409f55 to 2d4c4b4 Compare August 23, 2026 15:06
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.0 Update tanstack-query monorepo to v5.102.1 Aug 23, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 2d4c4b4 to e5ae31a Compare August 23, 2026 21:39
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.1 Update tanstack-query monorepo to v5.102.2 Aug 23, 2026
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.2 Update tanstack-query monorepo to v5.102.3 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from d69ecd8 to 6325d29 Compare August 25, 2026 21:56
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.3 Update tanstack-query monorepo to v5.102.4 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 6325d29 to 08f77d3 Compare August 26, 2026 14:48
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.4 Update tanstack-query monorepo to v5.102.5 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 08f77d3 to ecd6f7b Compare August 27, 2026 00:01
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.5 Update tanstack-query monorepo to v5.102.6 Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from ecd6f7b to c9f454c Compare August 27, 2026 13:00
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.6 Update tanstack-query monorepo to v5.102.7 Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from c9f454c to 705c113 Compare August 27, 2026 20:09
@renovate renovate Bot changed the title Update tanstack-query monorepo to v5.102.7 Update tanstack-query monorepo to v5.102.8 Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/tanstack-query-monorepo branch from 705c113 to ed17a25 Compare September 2, 2026 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants