chore(deps): update dependency react-query-kit to v2.0.10#90
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency react-query-kit to v2.0.10#90renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
September 25, 2025 20:04
5aa12e0 to
4ccf0d1
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
October 21, 2025 23:00
4ccf0d1 to
d8774db
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
November 11, 2025 00:41
d8774db to
c8cb091
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
November 18, 2025 13:58
c8cb091 to
17f3806
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
December 3, 2025 16:55
17f3806 to
6d7d8f0
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
December 31, 2025 13:52
6d7d8f0 to
76787a6
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
January 8, 2026 19:55
76787a6 to
66b6e80
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
January 19, 2026 18:55
66b6e80 to
ae2cbdd
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
January 23, 2026 19:12
ae2cbdd to
2e44b18
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
February 2, 2026 21:07
2e44b18 to
dfaf0d9
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
February 12, 2026 11:35
dfaf0d9 to
96e53d2
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
February 17, 2026 19:16
96e53d2 to
1696018
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
March 13, 2026 12:08
1696018 to
37a7a0a
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
March 27, 2026 12:55
37a7a0a to
af515c0
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
April 1, 2026 17:43
af515c0 to
410f461
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
April 8, 2026 20:07
410f461 to
79e82aa
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
April 29, 2026 14:37
79e82aa to
dbd85e1
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
May 12, 2026 11:04
dbd85e1 to
0081a55
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
May 18, 2026 10:06
0081a55 to
ce4463a
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
May 28, 2026 14:09
ce4463a to
45ef0c9
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
June 1, 2026 19:46
45ef0c9 to
c5c9561
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
June 11, 2026 12:49
c5c9561 to
8e5c54b
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
July 12, 2026 16:45
8e5c54b to
e1f7689
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
July 16, 2026 17:46
e1f7689 to
0929589
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
July 20, 2026 21:18
0929589 to
774c57e
Compare
renovate
Bot
force-pushed
the
renovate/react-query-kit-2.x-lockfile
branch
from
July 24, 2026 19:43
774c57e to
2b91805
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:
2.0.2→2.0.10Release Notes
liaoliao666/react-query-kit (react-query-kit)
v2.0.10Compare Source
feat: compatible with v4 types
v2.0.9Compare Source
fix: type TQueryKey in getOptions
fix: compatible with suspense mode of v4
v2.0.8Compare Source
Changes
feat: automatically infer TQueryData by TQueryKey
feat: include TError in the return type of getOptions
feat: using useSuspenseQuery instead of useQuery in v5
Benefit from ReactQuery v5
Automatically infer TQueryData from TQueryKey
Register a global error
v2.0.7Compare Source
feat: compatible error
feat: compatible DefinedUseInfiniteQueryResult
feat: adjust throwOnError logic in suspense mode
v2.0.6Compare Source
fix: type TData with initialData is undefined
feat: remove automatically inspect primary key
v2.0.5Compare Source
feat: type TVariables defaults to void
v2.0.4Compare Source
feat: new expose method getOptions
feat: automatically inspect the duplicated primaryKey
fix: getKey does not return correct type
v2.0.3Compare Source
feat: export all of types
fix: remove type "DefaultError" imported from React Query
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.