Feature implementation from commits 02c3d51..b397fba#1
Open
yashuatla wants to merge 30 commits intofeature-base-1from
Open
Feature implementation from commits 02c3d51..b397fba#1yashuatla wants to merge 30 commits intofeature-base-1from
yashuatla wants to merge 30 commits intofeature-base-1from
Conversation
* Remove prdicate typing * Removing generics everywhere * Fix type errors --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
… used in functions with explicit return types (TanStack#9030) * fix(query-core): fix setQueryData type inference in typed contexts * test(query-core): add test case for setQueryData type inference in functions * fix(vue-query): fix setQueryData type inference in typed contexts * test(vue-query): add test case for setQueryData type inference in functions
…k#9004) * test(query-core): use fake timers for queryObserver.test.tsx * chore: update * chore: migrate * chore: update * Removes unused testing library dependency Deletes `@testing-library/dom` from devDependencies in package.json and pnpm-lock.yaml to clean up unused dependencies and streamline the project's dependency tree. * chore: update --------- Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
…anStack#9054) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…test.ts (TanStack#9067) * test(query-persist-client-core): use fake timers for createPersister.test.ts * refactor: remove unnecessary export --------- Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
…on` and `NonUndefinedGuard`, similar to react-query (TanStack#9073) * fix(vue-query): update `initialData` type to allow InitialDataFunction and NonUndefinedGuard, similar to react-query * ci: apply automated fixes * test: update types to include `undefined` in useQueries and useQuery tests in vue-query * ci: apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
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.
PR Summary
Code Cleanup and Build Configuration Updates
Overview
This PR focuses on code cleanup and build configuration improvements across multiple packages, including removing unnecessary
asynckeywords, simplifying type signatures, and updating Vite configurations to use custom conditions for @TanStack packages.Change Types
asynckeywords from test functionsAffected Modules
angular-query-experimental/src/__tests__/inject-mutation.test.tsasynckeyword from test functionangular-query-persist-client/vite.config.tssvelte-query-devtools/vite.config.tsvue-query/src/__tests__/queryClient.test.tsasynckeywords from test functionsvue-query/src/queryClient.tsvue-query/src/useQueries.ts