SIGN IN SIGN UP
TanStack / query UNCLAIMED

🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

0 0 14 TypeScript
feat(solid-query): Solid Query Adapter for TanStack Query (#4211) * feat(solid-query): Solid Query Adapter for TanStack Query RELEASE_ALL Add an adapter to TanStack Query to support SolidJS. Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> * Fixed Tests and included changes from feedback * Prettier Format Code Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan * Readme Update Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Fixing tsconfig for CI test runner Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: ci) CI Test fix Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: tests): Remove React 17 check Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Update packages/solid-query/src/__tests__/createQuery.test.tsx * Locking vite-plugin-solid version Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me> Co-authored-by: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
2022-09-24 03:15:01 -04:00
{
"name": "@tanstack/query-example-solid-basic",
"private": true,
"type": "module",
feat(solid-query): Solid Query Adapter for TanStack Query (#4211) * feat(solid-query): Solid Query Adapter for TanStack Query RELEASE_ALL Add an adapter to TanStack Query to support SolidJS. Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> * Fixed Tests and included changes from feedback * Prettier Format Code Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan * Readme Update Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Fixing tsconfig for CI test runner Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: ci) CI Test fix Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: tests): Remove React 17 check Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Update packages/solid-query/src/__tests__/createQuery.test.tsx * Locking vite-plugin-solid version Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me> Co-authored-by: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
2022-09-24 03:15:01 -04:00
"scripts": {
"dev": "vite",
"build": "vite build",
chore: composite monorepo (#8560) * chore: query-query, react-query and persist-core to composite setup * fix: self contain packages by having shared configs as symlinks * fix: add tsConfigPaths to vite config so that tests can pick up the path aliases * chore: set outDir, rootDir and baseUrl for all packages * chore: make legacy tsconfig extend regular tsconfig * fix: tsc --build * feat: setup project references * fix: legacy configs also need references * fix: oops * fix: tsup related builds we need to turn off composite builds for tsup * fix: set rootDir for tsup builds so that it can include all files it needs * fix: remove dependencies on ^build we no longer need builds to run tests / type checks * fix: add separate out dir for tsc * fix: include root eslint config in globals * refactor: create compile task to depend on * fix: typo * fix: dynamic alisases for vitest * chore: try to fix knip * fix: make compile a cacheable task * chore: temporary disable tests against older TS versions * fix: ts doesn't like string return types * fix(vue-query-devtools): fix build * fix: test types * Revert "chore: temporary disable tests against older TS versions" This reverts commit 10ef560eb544cdfd86586332048d36c26d895f25. * fix: make legacy ts builds output to their own directory * chore: remove test:types from examples as they need a build step * chore: fix knip * chore: remove test:types from all examples * Revert "Revert "chore: temporary disable tests against older TS versions"" This reverts commit d6daded7da9b532f49616de8bbcebe6d0efa5355. * fix: outputs for compile task * chore: remove test:types from integrations * Revert "Revert "Revert "chore: temporary disable tests against older TS versions""" This reverts commit 79b48447853931eab355e1fb200c0067f89359a5. --------- Co-authored-by: Damian Osipiuk <osipiukd+git@gmail.com>
2025-01-27 15:58:10 +01:00
"preview": "vite preview"
feat(solid-query): Solid Query Adapter for TanStack Query (#4211) * feat(solid-query): Solid Query Adapter for TanStack Query RELEASE_ALL Add an adapter to TanStack Query to support SolidJS. Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> * Fixed Tests and included changes from feedback * Prettier Format Code Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan * Readme Update Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Fixing tsconfig for CI test runner Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: ci) CI Test fix Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: tests): Remove React 17 check Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Update packages/solid-query/src/__tests__/createQuery.test.tsx * Locking vite-plugin-solid version Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me> Co-authored-by: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
2022-09-24 03:15:01 -04:00
},
"dependencies": {
2025-04-01 11:57:32 +00:00
"@tanstack/solid-query": "^5.71.2",
"@tanstack/solid-query-devtools": "^5.71.2",
"solid-js": "^1.9.5"
feat(solid-query): Solid Query Adapter for TanStack Query (#4211) * feat(solid-query): Solid Query Adapter for TanStack Query RELEASE_ALL Add an adapter to TanStack Query to support SolidJS. Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> * Fixed Tests and included changes from feedback * Prettier Format Code Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan * Readme Update Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Fixing tsconfig for CI test runner Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: ci) CI Test fix Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: tests): Remove React 17 check Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Update packages/solid-query/src/__tests__/createQuery.test.tsx * Locking vite-plugin-solid version Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me> Co-authored-by: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
2022-09-24 03:15:01 -04:00
},
"devDependencies": {
"typescript": "5.8.2",
"vite": "^5.3.5",
"vite-plugin-solid": "^2.11.6"
feat(solid-query): Solid Query Adapter for TanStack Query (#4211) * feat(solid-query): Solid Query Adapter for TanStack Query RELEASE_ALL Add an adapter to TanStack Query to support SolidJS. Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> * Fixed Tests and included changes from feedback * Prettier Format Code Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan * Readme Update Collaborators: @oscartbeaumont @lukesmurray @jennyckaplan Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Fixing tsconfig for CI test runner Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: ci) CI Test fix Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * (fix: tests): Remove React 17 check Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> * Update packages/solid-query/src/__tests__/createQuery.test.tsx * Locking vite-plugin-solid version Co-Authored-By: Oscar Beaumont <oscar@otbeaumont.me> Co-Authored-By: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Co-Authored-By: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Aryan Deora <adeora@iu.edu> Co-authored-by: Jen Kaplan <jenniferckaplan@gmail.com> Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me> Co-authored-by: Jen Kaplan <25395806+jennyckaplan@users.noreply.github.com> Co-authored-by: Dominik Dorfmeister <office@dorfmeister.cc>
2022-09-24 03:15:01 -04:00
}
}