-
Notifications
You must be signed in to change notification settings - Fork 22
Description
tRPC v11 was released almost a year ago as beta, but the released description says "The functionality is stable and can be used in production, but we may do small breaking API-changes between patches until we reach 11.0.0".
Many of the related tRPC toolkits have released updates to support v11, such as Tanstack/React Query and tRPC UI.
The client-side type definitions of routers from v10 are not compatible with v11 client tools, and I'd like to use nestjs-trpc with the latest release of React Query (v5). Currently the v10 of tRPC works with v4 which is pretty old now, and there are some very "React 19" concept changes in RQ v5 that are pretty important.
I don't see any branches or PRs related to tRPC v11 here, and was wondering if there were any plans to support this upcoming release. I do expect that once it's released all the nestjs-trpc users are going to want to upgrade as there are some valuable improvements.