chore(deps): update tanstack-query monorepo to v5.102.8 - #1841
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update tanstack-query monorepo to v5.102.8#1841renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
May 25, 2026 20:39
62cd0b9 to
0407cbb
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
June 4, 2026 22:05
0407cbb to
135f95e
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
2 times, most recently
from
June 11, 2026 15:18
8e25be0 to
30f6fd6
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
June 24, 2026 14:48
30f6fd6 to
f750f23
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
June 28, 2026 23:57
f750f23 to
9901953
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
July 21, 2026 17:45
9901953 to
44938ad
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
July 22, 2026 22:02
44938ad to
983d0be
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
July 24, 2026 20:25
983d0be to
cf6f0e9
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
August 4, 2026 13:51
cf6f0e9 to
c14b9f3
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
August 12, 2026 04:11
c14b9f3 to
341f4e6
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
August 27, 2026 10:02
341f4e6 to
8858cb5
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
August 27, 2026 10:52
8858cb5 to
c54c76d
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
August 27, 2026 19:50
c54c76d to
f3d6c63
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
August 28, 2026 08:38
f3d6c63 to
16cb574
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
3 times, most recently
from
August 28, 2026 14:33
3c1235d to
e708260
Compare
renovate
Bot
force-pushed
the
renovate/tanstack-query-monorepo
branch
from
August 28, 2026 19:52
e708260 to
13f729b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.100.11→5.102.85.100.11→5.102.8Release Notes
TanStack/query (@tanstack/react-query)
v5.102.8Compare Source
Patch Changes
v5.102.7Compare Source
Patch Changes
v5.102.6Compare Source
Patch Changes
#11305
ac2b612- fix(react-query): throw falsy errors fromuseQueriesanduseSuspenseQueriesto the error boundaryUpdated dependencies []:
v5.102.5Compare Source
Patch Changes
578e5c2]:v5.102.4Compare Source
Patch Changes
a05df6a]:v5.102.3Compare Source
Patch Changes
v5.102.2Compare Source
Patch Changes
80fbf73]:v5.102.1Compare Source
Patch Changes
134890d]:v5.102.0Compare Source
Minor Changes
e674826- react-query: update usePrefetchQuery and usePrefetchInfiniteQuery to use queryClient.query and queryClient.infiniteQueryPatch Changes
#11245
37127db- revert: remove NoInfer from useQuery return types#10373
6e3d521- fix(types): propagate generic type parameters touseMutationStateselect callback#11224
294d4e6- FixqueryOptionsandinfiniteQueryOptionsreturn types so exported inferred options can be emitted in declaration files without leaking internal data tag symbols.#11147
cb6c9d3- DefaultTDataofUseInfiniteQueryOptionsandUseSuspenseInfiniteQueryOptionstoInfiniteData<TQueryFnData>so it matches the hook generics.#8737
2215bb0- fix: make mutation variables optional whenundefined extends TVariables#11221
1ef4208- Remove experimental render-time prefetching and thepromiseproperty from query results.#11228
fb6c3fa- Avoid emitting a runtime import for React Query's type-only exports.#11130
8834267- fix(react-query): don't show optimistic fetching for unsubscribed useQueries#11233
b866a95- remove unused experimental_beforeQuery and experimental_afterQuery hooks#11144
e546d03- fix: remove placeholderData from suspense infinite queryUpdated dependencies [
34f7cee,b4368c4,5bb089d,ba4650c,294d4e6,1f631b3,01a02bf,18c1c1e,5448063,2215bb0,1ef4208,5981771,4a9bef6,bef4bc7,9656dc4,326aaf1,3e83601,c6fc17c]:v5.101.4Compare Source
Patch Changes
v5.101.3Compare Source
Patch Changes
7e3c822]:v5.101.2Compare Source
Patch Changes
v5.101.1Compare Source
Patch Changes
9eff92e]:v5.101.0Compare Source
Patch Changes
v5.100.14Compare Source
Patch Changes
fix(react-query): do not go into optimistic fetching state when not subscribed (#10759)
Updated dependencies []:
v5.100.13Compare Source
Patch Changes
d423168]:v5.100.12Compare Source
Patch Changes
TanStack/query (@tanstack/react-query-devtools)
v5.102.8Compare Source
Patch Changes
v5.102.7Compare Source
Patch Changes
v5.102.6Compare Source
Patch Changes
ac2b612]:v5.102.5Compare Source
Patch Changes
ef1eff1]:v5.102.4Compare Source
Patch Changes
v5.102.3Compare Source
Patch Changes
v5.102.2Compare Source
Patch Changes
v5.102.1Compare Source
Patch Changes
v5.102.0Compare Source
Patch Changes
37127db,6e3d521,294d4e6,cb6c9d3,2215bb0,1ef4208,fb6c3fa,8834267,b866a95,e546d03,e674826]:v5.101.4Compare Source
Patch Changes
v5.101.3Compare Source
Patch Changes
v5.101.2Compare Source
Patch Changes
f5bf180,25cdd97,ecd89c8,01c7634,49012db]:v5.101.1Compare Source
Patch Changes
v5.101.0Compare Source
Patch Changes
3042860,e631dc3]:v5.100.14Compare Source
Patch Changes
ed20b6d]:v5.100.13Compare Source
Patch Changes
v5.100.12Compare Source
Patch Changes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.