-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Insights: TanStack/query
Overview
Could not load contribution data
Please try again later
7 Releases published by 1 person
27 Pull requests merged by 12 people
-
test(vue-query): remove unnecessary async
#9028 merged
Apr 17, 2025 -
test(*): remove unnecessary async
#9027 merged
Apr 17, 2025 -
test(*): remove unnecessary async
#9026 merged
Apr 17, 2025 -
test(*): remove unnecessary async
#9025 merged
Apr 17, 2025 -
chore(angular-query): move angular-query-persist-client
#9021 merged
Apr 15, 2025 -
Remove predicate typing for query filters
#8958 merged
Apr 14, 2025 -
fix(query-core): unpause restored mutations
#9015 merged
Apr 14, 2025 -
test(query-core): add test case for hydration
#8949 merged
Apr 14, 2025 -
refactor(angular-query): remove private assertInjector util
#9012 merged
Apr 14, 2025 -
docs(angular-query): fix links
#9010 merged
Apr 13, 2025 -
Angular persist query client experimental
#8324 merged
Apr 13, 2025 -
test(query-core): add test case for mutationObserver
#8975 merged
Apr 12, 2025 -
test(query-core): use fakeTimers for onlineManager.test.tsx
#8980 merged
Apr 12, 2025 -
test(query-core): use fakeTimers for infiniteQueryBehavior.test.tsx
#8961 merged
Apr 12, 2025 -
test(query-core): add test case for notifyManager
#8976 merged
Apr 12, 2025 -
test(react-query): use fakeTimers for ssr.test.tsx
#8981 merged
Apr 12, 2025 -
test(react-query): use fakeTimers for useIsFetching.test.tsx
#8982 merged
Apr 12, 2025 -
test(react-query): use fakeTimers for usePrefetchQuery.test.tsx
#8983 merged
Apr 12, 2025 -
test(query-core): use fake timers for hydration.test.tsx
#9006 merged
Apr 12, 2025 -
test(query-core): use fake timers for queriesObserver.test.tsx
#9005 merged
Apr 12, 2025 -
fix documentation on status for suspense hooks
#9008 merged
Apr 12, 2025 -
fix(query-core): make sure we don't invoke select too often when using placeholderData
#9007 merged
Apr 12, 2025 -
chore(deps): update packages
#9003 merged
Apr 12, 2025 -
chore(deps): update dependency vite to v6.2.6 [security]
#9000 merged
Apr 12, 2025 -
chore: use
"moduleResolution": "Bundler"
at root level#9002 merged
Apr 12, 2025 -
fix(eslint-plugin-query): add footer workaround for CJS default export in modernConfig
#8991 merged
Apr 11, 2025
9 Pull requests opened by 9 people
-
fix(vue-query): DefaultOptions type error
#8997 opened
Apr 11, 2025 -
test(query-core): use fake timers for queryObserver.test.tsx
#9004 opened
Apr 12, 2025 -
chore(deps): update marocchino/sticky-pull-request-comment digest to baa7203
#9013 opened
Apr 14, 2025 -
fix(angular-query): fix injectInfiniteQuery to narrow type after isSuccess
#9016 opened
Apr 14, 2025 -
refactor(angular-query): improve devtools tree shaking
#9022 opened
Apr 15, 2025 -
feat(docs): add the angular testing documentation
#9023 opened
Apr 15, 2025 -
chore: add typescript-eslint/require-await rule
#9029 opened
Apr 15, 2025 -
Fix broken link to TkDodo's Blog page from QueryCache page
#9033 opened
Apr 16, 2025
6 Issues closed by 2 people
-
invalidateQueries predicate option: queryKey property is typed too strictly
#8768 closed
Apr 14, 2025 -
`isPaused` stays `true` when resuming mutations from the cache
#8999 closed
Apr 14, 2025 -
Angular: framework version support policy
#8707 closed
Apr 14, 2025 -
Invalid URL in docs/framework/angular/guides/caching.md
#8994 closed
Apr 13, 2025 -
useSuspenseQuery's `status` can be `"error"`
#9001 closed
Apr 12, 2025
3 Issues opened by 3 people
-
Angular: injectMutation skips pending state when triggered in constructor or ngOnInit
#9020 opened
Apr 15, 2025 -
Suspense example in docs is incorrect
#9019 opened
Apr 14, 2025 -
Improve TypeScript support for dynamic queryKey with union types
#9009 opened
Apr 13, 2025
22 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
useMutation callbacks context type depends on options object sorting
#8988 commented on
Apr 11, 2025 • 0 new comments -
Inferred type references an inaccessible unique symbol type after updating from 5.61.5 to 5.62.0
#8833 commented on
Apr 14, 2025 • 0 new comments -
Stable release of `@tanstack/angular-query` and `@tanstack/angular-query-devtools` packages
#8703 commented on
Apr 14, 2025 • 0 new comments -
Angular: `withDevtools` option `loadDevtools` no longer supports reactive context
#8824 commented on
Apr 14, 2025 • 0 new comments -
Angular: no type narrowing on infinite query status
#8984 commented on
Apr 15, 2025 • 0 new comments -
Maximum update depth exceeded
#8677 commented on
Apr 15, 2025 • 0 new comments -
eslint-plugin-query: exhaustive-deps error not triggered when dependency is nested inside then/catch
#6853 commented on
Apr 15, 2025 • 0 new comments -
[solid-query] Dependent queries throw `client() is undefined` error
#8469 commented on
Apr 17, 2025 • 0 new comments -
Dependency Dashboard
#7814 commented on
Apr 17, 2025 • 0 new comments -
refactor(svelte-query): rename FunctionedParams<T> to Accessor<T> for improved semantics and consistency, use in function return types
#8534 commented on
Apr 12, 2025 • 0 new comments -
docs: re-generate typedoc
#8541 commented on
Apr 12, 2025 • 0 new comments -
[WIP] Angular injectQueries fixes
#8690 commented on
Apr 13, 2025 • 0 new comments -
chore(react-query): isRestoring -> IsRestoreProvider like QueryClientProvider
#8717 commented on
Apr 16, 2025 • 0 new comments -
feat(react-query): add pause provider
#8756 commented on
Apr 11, 2025 • 0 new comments -
Angular stable release - WIP
#8780 commented on
Apr 15, 2025 • 0 new comments -
feat: Svelte 5 API proposal
#8852 commented on
Apr 16, 2025 • 0 new comments -
chore(deps): update all non-major dependencies
#8963 commented on
Apr 16, 2025 • 0 new comments -
feat(eslint): add type-checked configuration for eslint plugin
#8966 commented on
Apr 16, 2025 • 0 new comments -
chore(deps): update dependency next to v15.2.3 [security]
#8978 commented on
Apr 16, 2025 • 0 new comments -
refactor(query-core): make common type more readable
#8989 commented on
Apr 16, 2025 • 0 new comments -
fix(query-devtools): move solid to deps
#8990 commented on
Apr 17, 2025 • 0 new comments -
Issue #8469 - fix(solid-query): client() doesn't return undefined
#8992 commented on
Apr 17, 2025 • 0 new comments