@trpc/react-query 11.0.0-rc.802 → 11.0.0-rc.806

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
- import { useQuery, usePrefetchQuery, useSuspenseQuery, useMutation, skipToken, hashKey, useInfiniteQuery, usePrefetchInfiniteQuery, useSuspenseInfiniteQuery, useQueries, useSuspenseQueries } from '@tanstack/react-query';
1
+ import { useSuspenseInfiniteQuery, usePrefetchInfiniteQuery, useInfiniteQuery, skipToken, hashKey, useMutation, useSuspenseQueries, useQueries, useSuspenseQuery, usePrefetchQuery, useQuery } from '@tanstack/react-query';
2
2
  import { createTRPCClient, TRPCUntypedClient, getUntypedClient } from '@trpc/client';
3
3
  import { isAsyncIterable } from '@trpc/server/unstable-core-do-not-import';
4
4
  import * as React from 'react';
5
5
  import { TRPCContext } from '../../internals/context.mjs';
6
6
  import { getClientArgs } from '../../internals/getClientArgs.mjs';
7
7
  import { getQueryKeyInternal, getMutationKeyInternal } from '../../internals/getQueryKey.mjs';
8
- import { buildQueryFromAsyncIterable, useHookResult } from '../../internals/trpcResult.mjs';
8
+ import { useHookResult, buildQueryFromAsyncIterable } from '../../internals/trpcResult.mjs';
9
9
  import { createUtilityFunctions } from '../../utils/createUtilityFunctions.mjs';
10
10
  import { createUseQueries } from '../proxy/useQueriesProxy.mjs';
11
11
 
@@ -1,4 +1,4 @@
1
- import { skipToken, infiniteQueryOptions, queryOptions } from '@tanstack/react-query';
1
+ import { skipToken, queryOptions, infiniteQueryOptions } from '@tanstack/react-query';
2
2
  import { TRPCUntypedClient, getUntypedClient } from '@trpc/client';
3
3
  import { isAsyncIterable } from '@trpc/server/unstable-core-do-not-import';
4
4
  import { getClientArgs } from '../internals/getClientArgs.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/react-query",
3
- "version": "11.0.0-rc.802+1eccc1171",
3
+ "version": "11.0.0-rc.806+c16467cd1",
4
4
  "description": "The tRPC React library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -65,29 +65,29 @@
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@tanstack/react-query": "^5.62.8",
68
- "@trpc/client": "11.0.0-rc.802+1eccc1171",
69
- "@trpc/server": "11.0.0-rc.802+1eccc1171",
68
+ "@trpc/client": "11.0.0-rc.806+c16467cd1",
69
+ "@trpc/server": "11.0.0-rc.806+c16467cd1",
70
70
  "react": ">=18.2.0",
71
71
  "react-dom": ">=18.2.0",
72
72
  "typescript": ">=5.7.2"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@tanstack/react-query": "^5.66.0",
76
- "@trpc/client": "11.0.0-rc.802+1eccc1171",
77
- "@trpc/server": "11.0.0-rc.802+1eccc1171",
76
+ "@trpc/client": "11.0.0-rc.806+c16467cd1",
77
+ "@trpc/server": "11.0.0-rc.806+c16467cd1",
78
78
  "@types/express": "^5.0.0",
79
- "@types/node": "^22.9.0",
79
+ "@types/node": "^22.13.5",
80
80
  "@types/react": "^19.0.0",
81
- "eslint": "^9.13.0",
81
+ "eslint": "^9.21.0",
82
82
  "express": "^5.0.0",
83
83
  "next": "^15.1.3",
84
84
  "react": "^19.0.0",
85
85
  "react-dom": "^19.0.0",
86
- "rollup": "^4.24.4",
86
+ "rollup": "^4.34.8",
87
87
  "tslib": "^2.8.1",
88
- "tsx": "^4.0.0",
88
+ "tsx": "^4.19.3",
89
89
  "typescript": "^5.7.2",
90
- "zod": "^3.0.0"
90
+ "zod": "^3.24.2"
91
91
  },
92
92
  "publishConfig": {
93
93
  "access": "public"
@@ -95,5 +95,5 @@
95
95
  "funding": [
96
96
  "https://trpc.io/sponsor"
97
97
  ],
98
- "gitHead": "1eccc1171fba8b1bdb4d8acd83ab37d1e0a98b22"
98
+ "gitHead": "c16467cd1b5156dfa8a3ad4acace14f3306c66be"
99
99
  }