Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update trpc monorepo to v10.45.2 (#349)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@trpc/client](https://trpc.io) ([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/client)) | [`10.20.0` -> `10.45.2`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.20.0/10.45.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@trpc/react-query](https://trpc.io) ([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/react)) | [`10.20.0` -> `10.45.2`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.20.0/10.45.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@trpc/server](https://trpc.io) ([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/server)) | [`10.20.0` -> `10.45.2`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.20.0/10.45.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>trpc/trpc (@​trpc/client)</summary> ### [`v10.45.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.45.2) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.45.1...v10.45.2) ##### What's Changed - patch(server): upgrade to typescript 5.4 and do fixes due to breaking changes in typescript by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5560](https://redirect.github.com/trpc/trpc/pull/5560) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.45.1...v10.45.2 ### [`v10.45.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.45.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.45.0...v10.45.1) ##### What's Changed - fix(server): parse url safer in fetch adapter by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5410](https://redirect.github.com/trpc/trpc/pull/5410) - fix(react-query): no ref in `useHookResult()` by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5433](https://redirect.github.com/trpc/trpc/pull/5433) ##### New Contributors - [@​cah4a](https://redirect.github.com/cah4a) made their first contribution in [https://github.com/trpc/trpc/pull/5250](https://redirect.github.com/trpc/trpc/pull/5250) - [@​zacanger](https://redirect.github.com/zacanger) made their first contribution in [https://github.com/trpc/trpc/pull/5276](https://redirect.github.com/trpc/trpc/pull/5276) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.45.0...v10.45.1 ### [`v10.45.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.45.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.44.1...v10.45.0) ##### What's Changed - chore(next/app-dir): make a union of `nextHttpLink` options by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5173](https://redirect.github.com/trpc/trpc/pull/5173) - chore: bump typescript and fix TS errors by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5178](https://redirect.github.com/trpc/trpc/pull/5178) - fix(server + client): add `noImplicitOverride` & add explicit overrides in `TRPCError` / `TRPCClientError` by [@​me-imfhd](https://redirect.github.com/me-imfhd) in [https://github.com/trpc/trpc/pull/5195](https://redirect.github.com/trpc/trpc/pull/5195) - fix(next): rm `react-ssr-prepass` dependency by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5201](https://redirect.github.com/trpc/trpc/pull/5201) - feat(next): exclude non-ssr queries from the hydrated state by [@​jonluca](https://redirect.github.com/jonluca) in [https://github.com/trpc/trpc/pull/5135](https://redirect.github.com/trpc/trpc/pull/5135) - fix(server+client): Incorrect serialization of `IndexSignature` and `Record` by [@​microdev1](https://redirect.github.com/microdev1) in [https://github.com/trpc/trpc/pull/5211](https://redirect.github.com/trpc/trpc/pull/5211) - feat(server): deprecate `.createCaller()` in favor of `t.createCallerFactory()` by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5213](https://redirect.github.com/trpc/trpc/pull/5213) ##### New Contributors - [@​kwaimind](https://redirect.github.com/kwaimind) made their first contribution in [https://github.com/trpc/trpc/pull/5143](https://redirect.github.com/trpc/trpc/pull/5143) - [@​me-imfhd](https://redirect.github.com/me-imfhd) made their first contribution in [https://github.com/trpc/trpc/pull/5195](https://redirect.github.com/trpc/trpc/pull/5195) - [@​microdev1](https://redirect.github.com/microdev1) made their first contribution in [https://github.com/trpc/trpc/pull/5211](https://redirect.github.com/trpc/trpc/pull/5211) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.44.1...v10.45.0 ### [`v10.44.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.44.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.44.0...v10.44.1) ##### What's Changed - fix(server): fix fetch adapter with trailing slash by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5090](https://redirect.github.com/trpc/trpc/pull/5090) ##### New Contributors - [@​anatolzak](https://redirect.github.com/anatolzak) made their first contribution in [https://github.com/trpc/trpc/pull/5082](https://redirect.github.com/trpc/trpc/pull/5082) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.44.0...v10.44.1 ### [`v10.44.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.44.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.7...v10.44.0) ##### What's Changed - fix(client+server): non-records inferred as records when serializing as json by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5077](https://redirect.github.com/trpc/trpc/pull/5077) - fix(server): Response meta headers type by [@​AlexXanderGrib](https://redirect.github.com/AlexXanderGrib) in [https://github.com/trpc/trpc/pull/5074](https://redirect.github.com/trpc/trpc/pull/5074) - feat(react): allow conditional ssr based on context by [@​jonluca](https://redirect.github.com/jonluca) in [https://github.com/trpc/trpc/pull/4997](https://redirect.github.com/trpc/trpc/pull/4997) - fix(server): constrain the IsRecord utility type to objects by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5081](https://redirect.github.com/trpc/trpc/pull/5081) ##### New Contributors - [@​jonluca](https://redirect.github.com/jonluca) made their first contribution in [https://github.com/trpc/trpc/pull/4997](https://redirect.github.com/trpc/trpc/pull/4997) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.7...v10.44.0 ### [`v10.43.7`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.7) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.6...v10.43.7) ##### What's Changed - fix(server): cleanup some types and deprecate old things by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5060](https://redirect.github.com/trpc/trpc/pull/5060) - fix(server): fetch adapter endpoint path with trailing slash causes 404 by [@​maddsua](https://redirect.github.com/maddsua) in [https://github.com/trpc/trpc/pull/5067](https://redirect.github.com/trpc/trpc/pull/5067) ##### New Contributors - [@​maddsua](https://redirect.github.com/maddsua) made their first contribution in [https://github.com/trpc/trpc/pull/5067](https://redirect.github.com/trpc/trpc/pull/5067) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.6...v10.43.7 ### [`v10.43.6`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.6) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.5...v10.43.6) ##### What's Changed - fix(server): middleware input requirements shouldn't widen procedure inputs by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5057](https://redirect.github.com/trpc/trpc/pull/5057) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.5...v10.43.6 ### [`v10.43.5`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.5) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.4...v10.43.5) ##### What's Changed - patch(server): deprecate `inferAsyncReturnType` by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5052](https://redirect.github.com/trpc/trpc/pull/5052) - fix(client+server): fix output serialization of records by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5058](https://redirect.github.com/trpc/trpc/pull/5058) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.4...v10.43.5 ### [`v10.43.4`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.4) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.3...v10.43.4) ##### What's Changed - fix(client+server): avoid losing type information w/ index signatures by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5035](https://redirect.github.com/trpc/trpc/pull/5035) - fix(server): fix type merging regression introduced by [#​5017](https://redirect.github.com/trpc/trpc/issues/5017) by [@​jussisaurio](https://redirect.github.com/jussisaurio) & [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5039](https://redirect.github.com/trpc/trpc/pull/5039) ##### New Contributors - [@​futantan](https://redirect.github.com/futantan) made their first contribution in [https://github.com/trpc/trpc/pull/5029](https://redirect.github.com/trpc/trpc/pull/5029) - [@​nomyfan](https://redirect.github.com/nomyfan) made their first contribution in [https://github.com/trpc/trpc/pull/5031](https://redirect.github.com/trpc/trpc/pull/5031) - [@​zak1999](https://redirect.github.com/zak1999) made their first contribution in [https://github.com/trpc/trpc/pull/5030](https://redirect.github.com/trpc/trpc/pull/5030) - [@​leothorp](https://redirect.github.com/leothorp) made their first contribution in [https://github.com/trpc/trpc/pull/5043](https://redirect.github.com/trpc/trpc/pull/5043) - [@​jChapman](https://redirect.github.com/jChapman) made their first contribution in [https://github.com/trpc/trpc/pull/5033](https://redirect.github.com/trpc/trpc/pull/5033) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.3...v10.43.4 ### [`v10.43.3`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.3) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.2...v10.43.3) ##### What's Changed - fix(server): inference fix for inputs using primitives with middleware by [@​jussisaurio](https://redirect.github.com/jussisaurio) & [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/5017](https://redirect.github.com/trpc/trpc/pull/5017) ##### New Contributors - [@​junya-ishibuchi](https://redirect.github.com/junya-ishibuchi) made their first contribution in [https://github.com/trpc/trpc/pull/5023](https://redirect.github.com/trpc/trpc/pull/5023) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.2...v10.43.3 ### [`v10.43.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.2) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.1...v10.43.2) ##### What's Changed - fix(next): omit "fetch" from options by [@​withyellow](https://redirect.github.com/withyellow) in [https://github.com/trpc/trpc/pull/5003](https://redirect.github.com/trpc/trpc/pull/5003) ##### New Contributors - [@​spirobel](https://redirect.github.com/spirobel) made their first contribution in [https://github.com/trpc/trpc/pull/5007](https://redirect.github.com/trpc/trpc/pull/5007) - [@​AvaYnE2](https://redirect.github.com/AvaYnE2) made their first contribution in [https://github.com/trpc/trpc/pull/4835](https://redirect.github.com/trpc/trpc/pull/4835) - [@​withyellow](https://redirect.github.com/withyellow) made their first contribution in [https://github.com/trpc/trpc/pull/5003](https://redirect.github.com/trpc/trpc/pull/5003) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.1...v10.43.2 ### [`v10.43.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.43.0...v10.43.1) ##### What's Changed - fix(server + client): incorrect inferred input type when using standalone middleware by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4973](https://redirect.github.com/trpc/trpc/pull/4973) - fix(server + client): fix some issues with inferring Record types as procedure outputs by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4986](https://redirect.github.com/trpc/trpc/pull/4986) ##### New Contributors - [@​MadaShindeInai](https://redirect.github.com/MadaShindeInai) made their first contribution in [https://github.com/trpc/trpc/pull/4979](https://redirect.github.com/trpc/trpc/pull/4979) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.0...v10.43.1 ### [`v10.43.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.43.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.42.0...v10.43.0) ##### What's Changed - feat(`server`): extract `parseTRPCMessage` for 3rd party modules by [@​Guria](https://redirect.github.com/Guria) in [https://github.com/trpc/trpc/pull/4872](https://redirect.github.com/trpc/trpc/pull/4872) ##### New Contributors - [@​Guria](https://redirect.github.com/Guria) made their first contribution in [https://github.com/trpc/trpc/pull/4872](https://redirect.github.com/trpc/trpc/pull/4872) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.42.0...v10.43.0 ### [`v10.42.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.42.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.41.0...v10.42.0) ##### What's Changed - feat(server): allow a mix of text and files with fileUploadHandler by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4946](https://redirect.github.com/trpc/trpc/pull/4946) - fix(server): merge \_input_out when using standalone middlewares by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4948](https://redirect.github.com/trpc/trpc/pull/4948) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.41.0...v10.42.0 ### [`v10.41.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.41.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.40.0...v10.41.0) #### What's Changed - feat(app dir): use query params typing for `revalidate` in `createTRPCNextAppDirServer` by [@​DerTimonius](https://redirect.github.com/DerTimonius) in [https://github.com/trpc/trpc/pull/4898](https://redirect.github.com/trpc/trpc/pull/4898) - feat(react-query): rename `useContext()` -> `useUtils()` and alias `useContext` by [@​Nick-Lucas](https://redirect.github.com/Nick-Lucas) in [https://github.com/trpc/trpc/pull/4925](https://redirect.github.com/trpc/trpc/pull/4925) #### New Contributors - [@​raphtlw](https://redirect.github.com/raphtlw) made their first contribution in [https://github.com/trpc/trpc/pull/4900](https://redirect.github.com/trpc/trpc/pull/4900) - [@​mjomble](https://redirect.github.com/mjomble) made their first contribution in [https://github.com/trpc/trpc/pull/4913](https://redirect.github.com/trpc/trpc/pull/4913) - [@​denlly](https://redirect.github.com/denlly) made their first contribution in [https://github.com/trpc/trpc/pull/4914](https://redirect.github.com/trpc/trpc/pull/4914) - [@​DerTimonius](https://redirect.github.com/DerTimonius) made their first contribution in [https://github.com/trpc/trpc/pull/4898](https://redirect.github.com/trpc/trpc/pull/4898) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.40.0...v10.41.0 ### [`v10.40.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.40.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.39.0...v10.40.0) ##### What's Changed - feat(client): accept URL object param by [@​cometkim](https://redirect.github.com/cometkim) in [https://github.com/trpc/trpc/pull/4880](https://redirect.github.com/trpc/trpc/pull/4880) - fix(fastify adapter): prevent duplicate content type parsers by [@​KATT](https://redirect.github.com/KATT) & [@​skarab42](https://redirect.github.com/skarab42) in [https://github.com/trpc/trpc/pull/4854](https://redirect.github.com/trpc/trpc/pull/4854) ##### New Contributors - [@​cometkim](https://redirect.github.com/cometkim) made their first contribution in [https://github.com/trpc/trpc/pull/4880](https://redirect.github.com/trpc/trpc/pull/4880) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.39.0...v10.40.0 ### [`v10.39.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.39.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.38.5...v10.39.0) ##### What's Changed - fix(`server`): don't destroy the underlying TCP socket when maxBodySize is exceeded by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4887](https://redirect.github.com/trpc/trpc/pull/4887) - feat(form-data): export `MaxPartSizeExceededError` for error handling by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4885](https://redirect.github.com/trpc/trpc/pull/4885) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.5...v10.39.0 ### [`v10.38.5`](https://redirect.github.com/trpc/trpc/releases/tag/v10.38.5) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.38.4...v10.38.5) ##### What's Changed - fix(`server`): sets `TRPCError.name` to `TRPCError` regardless of what bundlers do by [@​dios-david](https://redirect.github.com/dios-david) & [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4848](https://redirect.github.com/trpc/trpc/pull/4848) ##### New Contributors - [@​zokins](https://redirect.github.com/zokins) made their first contribution in [https://github.com/trpc/trpc/pull/4801](https://redirect.github.com/trpc/trpc/pull/4801) - [@​dios-david](https://redirect.github.com/dios-david) made their first contribution in [https://github.com/trpc/trpc/pull/4848](https://redirect.github.com/trpc/trpc/pull/4848) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.4...v10.38.5 ### [`v10.38.4`](https://redirect.github.com/trpc/trpc/releases/tag/v10.38.4) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.38.3...v10.38.4) ##### What's Changed - fix(`react-query`): `useQueries` does not pass context data by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4815](https://redirect.github.com/trpc/trpc/pull/4815) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.3...v10.38.4 ### [`v10.38.3`](https://redirect.github.com/trpc/trpc/releases/tag/v10.38.3) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.38.2...v10.38.3) ##### What's Changed - fix(`client`): make `TRPCClient.from()` more resilient to calls with bad args by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4796](https://redirect.github.com/trpc/trpc/pull/4796) ##### New Contributors - [@​saikumarpb](https://redirect.github.com/saikumarpb) made their first contribution in [https://github.com/trpc/trpc/pull/4785](https://redirect.github.com/trpc/trpc/pull/4785) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.2...v10.38.3 ### [`v10.38.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.38.2) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.38.1...v10.38.2) ##### What's Changed - fix(`server`): allow adding charset after `application/json` in `content-type` header by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4787](https://redirect.github.com/trpc/trpc/pull/4787) - fix(`client`): skip calling `.abort()` on AbortController after procedure completion by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4788](https://redirect.github.com/trpc/trpc/pull/4788) ##### New Contributors - [@​larskarbo](https://redirect.github.com/larskarbo) made their first contribution in [https://github.com/trpc/trpc/pull/4776](https://redirect.github.com/trpc/trpc/pull/4776) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.1...v10.38.2 ### [`v10.38.1`](https://redirect.github.com/trpc/trpc/compare/v10.38.0...v10.38.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.38.0...v10.38.1) ### [`v10.38.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.38.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.37.1...v10.38.0) #### What's Changed - feat(`server`): add standalone middleware ([📚 docs](https://trpc.io/docs/server/middlewares#experimental-standalone-middlewares)) by [@​jussisaurio](https://redirect.github.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4713](https://redirect.github.com/trpc/trpc/pull/4713) #### New Contributors - [@​uchiha-suraj](https://redirect.github.com/uchiha-suraj) made their first contribution in [https://github.com/trpc/trpc/pull/4700](https://redirect.github.com/trpc/trpc/pull/4700) - [@​flyck](https://redirect.github.com/flyck) made their first contribution in [https://github.com/trpc/trpc/pull/4698](https://redirect.github.com/trpc/trpc/pull/4698) - [@​Neon-20](https://redirect.github.com/Neon-20) made their first contribution in [https://github.com/trpc/trpc/pull/4717](https://redirect.github.com/trpc/trpc/pull/4717) - [@​Syhner](https://redirect.github.com/Syhner) made their first contribution in [https://github.com/trpc/trpc/pull/4739](https://redirect.github.com/trpc/trpc/pull/4739) - [@​jussisaurio](https://redirect.github.com/jussisaurio) made their first contribution in [https://github.com/trpc/trpc/pull/4713](https://redirect.github.com/trpc/trpc/pull/4713) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.37.1...v10.38.0 ### [`v10.37.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.37.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.37.0...v10.37.1) ##### What's Changed - fix(server): handle url encoded commas in batching by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4686](https://redirect.github.com/trpc/trpc/pull/4686) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.37.0...v10.37.1 ### [`v10.37.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.37.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.36.0...v10.37.0) ##### What's Changed - feat(server): add support for [Valibot](https://valibot.dev/) by [@​fabian-hiller](https://redirect.github.com/fabian-hiller) in [https://github.com/trpc/trpc/pull/4670](https://redirect.github.com/trpc/trpc/pull/4670) ##### New Contributors - [@​fabian-hiller](https://redirect.github.com/fabian-hiller) made their first contribution in [https://github.com/trpc/trpc/pull/4670](https://redirect.github.com/trpc/trpc/pull/4670) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.36.0...v10.37.0 ### [`v10.36.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.36.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.35.0...v10.36.0) ##### What's Changed - feat(client): allow `UntypedClient` directly in server helpers by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4651](https://redirect.github.com/trpc/trpc/pull/4651) ##### New Contributors - [@​pindjur](https://redirect.github.com/pindjur) made their first contribution in [https://github.com/trpc/trpc/pull/4647](https://redirect.github.com/trpc/trpc/pull/4647) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.35.0...v10.36.0 ### [`v10.35.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.35.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.34.1...v10.35.0) #### What's Changed - feat(`server`): add `NOT_IMPLEMENTED` status code by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4640](https://redirect.github.com/trpc/trpc/pull/4640) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.1...v10.35.0 ### [`v10.34.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.34.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.34.0...v10.34.1) #### What's Changed - fix(next-app-dir): `cacheLink` returning same data for multiple cache entries by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4629](https://redirect.github.com/trpc/trpc/pull/4629) #### New Contributors - [@​nghiepdev](https://redirect.github.com/nghiepdev) made their first contribution in [https://github.com/trpc/trpc/pull/4574](https://redirect.github.com/trpc/trpc/pull/4574) - [@​LunaTK](https://redirect.github.com/LunaTK) made their first contribution in [https://github.com/trpc/trpc/pull/4607](https://redirect.github.com/trpc/trpc/pull/4607) - [@​moliveiraz](https://redirect.github.com/moliveiraz) made their first contribution in [https://github.com/trpc/trpc/pull/4603](https://redirect.github.com/trpc/trpc/pull/4603) - [@​meetqy](https://redirect.github.com/meetqy) made their first contribution in [https://github.com/trpc/trpc/pull/4621](https://redirect.github.com/trpc/trpc/pull/4621) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.34.0...v10.34.1 ### [`v10.34.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.34.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.33.1...v10.34.0) #### What's Changed - feat(`client`): add HTTP response object to `TRPCClientError.meta` by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4597](https://redirect.github.com/trpc/trpc/pull/4597) #### New Contributors - [@​Ehesp](https://redirect.github.com/Ehesp) made their first contribution in [https://github.com/trpc/trpc/pull/4593](https://redirect.github.com/trpc/trpc/pull/4593) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.33.1...v10.34.0 ### [`v10.33.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.33.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.33.0...v10.33.1) ##### What's Changed - feat(`client`): add ansi color mode option for the default logger by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4566](https://redirect.github.com/trpc/trpc/pull/4566) - fix(server): ensure `TRPCError.cause` is always an `Error` by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4578](https://redirect.github.com/trpc/trpc/pull/4578) - fix(client): enable instrumenting fetch by [@​skovhus](https://redirect.github.com/skovhus) in [https://github.com/trpc/trpc/pull/4590](https://redirect.github.com/trpc/trpc/pull/4590) ##### New Contributors - [@​enricoros](https://redirect.github.com/enricoros) made their first contribution in [https://github.com/trpc/trpc/pull/4587](https://redirect.github.com/trpc/trpc/pull/4587) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.33.0...v10.33.1 ### [`v10.33.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.33.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.32.0...v10.33.0) ##### What's Changed - feat(`next`): add some cache primitives to data fetching by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4375](https://redirect.github.com/trpc/trpc/pull/4375) ##### New Contributors - [@​iuioiua](https://redirect.github.com/iuioiua) made their first contribution in [https://github.com/trpc/trpc/pull/4563](https://redirect.github.com/trpc/trpc/pull/4563) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.32.0...v10.33.0 ### [`v10.32.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.32.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.31.0...v10.32.0) #### What's Changed - fix(`react-query`): fix select as transform by [@​Sheraff](https://redirect.github.com/Sheraff) & [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4543](https://redirect.github.com/trpc/trpc/pull/4543) - feat(`react-query`): allow for external apps in `createServerSideHelpers` by [@​KATT](https://redirect.github.com/KATT) & [@​EmericW](https://redirect.github.com/EmericW) in [https://github.com/trpc/trpc/pull/4547](https://redirect.github.com/trpc/trpc/pull/4547) - chore(`client`): change `OperationContext` from `type` to `interface` by [@​nicolassanmar](https://redirect.github.com/nicolassanmar) in [https://github.com/trpc/trpc/pull/4523](https://redirect.github.com/trpc/trpc/pull/4523) #### New Contributors - [@​mkosir](https://redirect.github.com/mkosir) made their first contribution in [https://github.com/trpc/trpc/pull/4533](https://redirect.github.com/trpc/trpc/pull/4533) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.31.0...v10.32.0 ### [`v10.31.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.31.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.30.0...v10.31.0) #### What's Changed - feat(`client`): add ability to unwrap a proxy client to an untyped client by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4516](https://redirect.github.com/trpc/trpc/pull/4516) - fix(`server`): allow overriding root context in nested middleware by [@​sachinraja](https://redirect.github.com/sachinraja) in [https://github.com/trpc/trpc/pull/4528](https://redirect.github.com/trpc/trpc/pull/4528) #### New Contributors - [@​TamirCode](https://redirect.github.com/TamirCode) made their first contribution in [https://github.com/trpc/trpc/pull/4524](https://redirect.github.com/trpc/trpc/pull/4524) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.30.0...v10.31.0 ### [`v10.30.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.30.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.29.1...v10.30.0) ##### What's Changed - fix(`react-query`): initialData & placeholderData does not enforce output types by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4494](https://redirect.github.com/trpc/trpc/pull/4494) - fix(`client`): add minimal `WebReadableStreamEsque` for compatibility across envs by [@​Sheraff](https://redirect.github.com/Sheraff) in [https://github.com/trpc/trpc/pull/4508](https://redirect.github.com/trpc/trpc/pull/4508) - feat(`react-query` + `next`): remove suspense feature flag by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4510](https://redirect.github.com/trpc/trpc/pull/4510) ##### New Contributors - [@​tobihans](https://redirect.github.com/tobihans) made their first contribution in [https://github.com/trpc/trpc/pull/4458](https://redirect.github.com/trpc/trpc/pull/4458) - [@​SiNONiMiTY](https://redirect.github.com/SiNONiMiTY) made their first contribution in [https://github.com/trpc/trpc/pull/4506](https://redirect.github.com/trpc/trpc/pull/4506) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.29.1...v10.30.0 ### [`v10.29.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.29.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.29.0...v10.29.1) ##### What's Changed - fix(`server`): add `unstable_` prefix to `onHead` and `'onChunk'` adapter callbacks by [@​Sheraff](https://redirect.github.com/Sheraff) in [https://github.com/trpc/trpc/pull/4478](https://redirect.github.com/trpc/trpc/pull/4478) - fix(`server` + `client`): minor post-release release `httpBatchStreamLink` issues by [@​Sheraff](https://redirect.github.com/Sheraff) in [https://github.com/trpc/trpc/pull/4481](https://redirect.github.com/trpc/trpc/pull/4481) ##### New Contributors - [@​EmericW](https://redirect.github.com/EmericW) made their first contribution in [https://github.com/trpc/trpc/pull/4483](https://redirect.github.com/trpc/trpc/pull/4483) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.29.0...v10.29.1 ### [`v10.29.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.29.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.28.2...v10.29.0) ##### What's Changed - feat(`server` + `client`): add `httpBatchStreamLink` [@​Sheraff](https://redirect.github.com/Sheraff) in [https://github.com/trpc/trpc/pull/4347](https://redirect.github.com/trpc/trpc/pull/4347), see docs at https://trpc.io/docs/links/httpBatchStreamLink - fix(`server`): fix minor build warnings due to usage of private fields by [@​kamilogorek](https://redirect.github.com/kamilogorek) in [https://github.com/trpc/trpc/pull/4463](https://redirect.github.com/trpc/trpc/pull/4463) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.28.2...v10.29.0 ### [`v10.28.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.28.2) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.28.1...v10.28.2) ##### What's Changed - fix(`react-query`): query and mutation defaults being overwritten in hook wrappers by [@​Haaxor1689](https://redirect.github.com/Haaxor1689) in [https://github.com/trpc/trpc/pull/4371](https://redirect.github.com/trpc/trpc/pull/4371) ##### New Contributors - [@​Haaxor1689](https://redirect.github.com/Haaxor1689) made their first contribution in [https://github.com/trpc/trpc/pull/4371](https://redirect.github.com/trpc/trpc/pull/4371) - [@​willpuckett](https://redirect.github.com/willpuckett) made their first contribution in [https://github.com/trpc/trpc/pull/4439](https://redirect.github.com/trpc/trpc/pull/4439) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.28.1...v10.28.2 ### [`v10.28.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.28.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.28.0...v10.28.1) #### What's Changed - fix(`client`): remove properties from `ResponseEsque` that are not used by [@​tjenkinson](https://redirect.github.com/tjenkinson) in [https://github.com/trpc/trpc/pull/4438](https://redirect.github.com/trpc/trpc/pull/4438) #### New Contributors - [@​tjenkinson](https://redirect.github.com/tjenkinson) made their first contribution in [https://github.com/trpc/trpc/pull/4438](https://redirect.github.com/trpc/trpc/pull/4438) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.28.0...v10.28.1 ### [`v10.28.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.28.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.27.3...v10.28.0) ##### What's Changed - feat(`client`): allow closing active subscriptions by [@​Dealerpriest](https://redirect.github.com/Dealerpriest) in [https://github.com/trpc/trpc/pull/4136](https://redirect.github.com/trpc/trpc/pull/4136) - feat(`client`): add ability to call `TRPCProxyClient`-methods with `.apply()` by [@​atoy40](https://redirect.github.com/atoy40) in [https://github.com/trpc/trpc/pull/3973](https://redirect.github.com/trpc/trpc/pull/3973) - feat(`react-query`): allow optional cursor in `useInfiniteQuery` by [@​lithdew](https://redirect.github.com/lithdew) in [https://github.com/trpc/trpc/pull/4374](https://redirect.github.com/trpc/trpc/pull/4374) - fix(`*`): exclude `*.test.*`-files in build outputs by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4417](https://redirect.github.com/trpc/trpc/pull/4417) ##### New Contributors - [@​atoy40](https://redirect.github.com/atoy40) made their first contribution in [https://github.com/trpc/trpc/pull/3973](https://redirect.github.com/trpc/trpc/pull/3973) - [@​miguelvelasquezdev](https://redirect.github.com/miguelvelasquezdev) made their first contribution in [https://github.com/trpc/trpc/pull/4341](https://redirect.github.com/trpc/trpc/pull/4341) - [@​lithdew](https://redirect.github.com/lithdew) made their first contribution in [https://github.com/trpc/trpc/pull/4374](https://redirect.github.com/trpc/trpc/pull/4374) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.27.3...v10.28.0 ### [`v10.27.3`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.3) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.27.2...v10.27.3) #### What's Changed - fix(`react-query`): fix `useInfiniteQuery` `placeholderData` types by [@​SSHari](https://redirect.github.com/SSHari) in [https://github.com/trpc/trpc/pull/4402](https://redirect.github.com/trpc/trpc/pull/4402) #### New Contributors - [@​SSHari](https://redirect.github.com/SSHari) made their first contribution in [https://github.com/trpc/trpc/pull/4402](https://redirect.github.com/trpc/trpc/pull/4402) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.27.2...v10.27.3 ### [`v10.27.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.2) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.27.1...v10.27.2) #### What's Changed - fix(`next)`: remove conditional hook in `withTRPC()` by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4410](https://redirect.github.com/trpc/trpc/pull/4410) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.27.1...v10.27.2 ### [`v10.27.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.27.0...v10.27.1) #### What's Changed - fix(`next`): fix `next` `peerDependencies` version by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4391](https://redirect.github.com/trpc/trpc/pull/4391) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.27.0...v10.27.1 ### [`v10.27.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.26.0...v10.27.0) #### What's Changed - feat(`next`): experimental server actions by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4359](https://redirect.github.com/trpc/trpc/pull/4359) (see https://github.com/trpc/examples-next-app-dir) #### New Contributors - [@​itsravenous](https://redirect.github.com/itsravenous) made their first contribution in [https://github.com/trpc/trpc/pull/4368](https://redirect.github.com/trpc/trpc/pull/4368) - [@​sannajammeh](https://redirect.github.com/sannajammeh) made their first contribution in [https://github.com/trpc/trpc/pull/4367](https://redirect.github.com/trpc/trpc/pull/4367) - [@​HynekS](https://redirect.github.com/HynekS) made their first contribution in [https://github.com/trpc/trpc/pull/4384](https://redirect.github.com/trpc/trpc/pull/4384) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.26.0...v10.27.0 ### [`v10.26.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.26.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.25.1...v10.26.0) #### What's Changed - fix(client): make sure that `dom.iterable` types are included for `FormData` by [@​kamilogorek](https://redirect.github.com/kamilogorek) in [https://github.com/trpc/trpc/pull/4355](https://redirect.github.com/trpc/trpc/pull/4355) - feat(next): experimental app directory integration by [@​sachinraja](https://redirect.github.com/sachinraja), [@​KATT](https://redirect.github.com/KATT), & [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3918](https://redirect.github.com/trpc/trpc/pull/3918) (see [github.com/trpc/examples-next-app-dir](https://redirect.github.com/trpc/examples-next-app-dir)) #### New Contributors - [@​AlexXanderGrib](https://redirect.github.com/AlexXanderGrib) made their first contribution in [https://github.com/trpc/trpc/pull/4330](https://redirect.github.com/trpc/trpc/pull/4330) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.25.1...v10.26.0 ### [`v10.25.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.25.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.25.0...v10.25.1) #### What's Changed - fix(server): keep union type when simplifying in middleware by [@​Nick-Lucas](https://redirect.github.com/Nick-Lucas) in [https://github.com/trpc/trpc/pull/4327](https://redirect.github.com/trpc/trpc/pull/4327) - fix(client): `loggerLink` backwards compat with es2015 by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4342](https://redirect.github.com/trpc/trpc/pull/4342) #### New Contributors - [@​Sturlen](https://redirect.github.com/Sturlen) made their first contribution in [https://github.com/trpc/trpc/pull/4315](https://redirect.github.com/trpc/trpc/pull/4315) - [@​IAmYoungbossy](https://redirect.github.com/IAmYoungbossy) made their first contribution in [https://github.com/trpc/trpc/pull/4326](https://redirect.github.com/trpc/trpc/pull/4326) - [@​nicholashamilton](https://redirect.github.com/nicholashamilton) made their first contribution in [https://github.com/trpc/trpc/pull/4329](https://redirect.github.com/trpc/trpc/pull/4329) - [@​lkostrowski](https://redirect.github.com/lkostrowski) made their first contribution in [https://github.com/trpc/trpc/pull/4335](https://redirect.github.com/trpc/trpc/pull/4335) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.25.0...v10.25.1 ### [`v10.25.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.25.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.24.0...v10.25.0) #### What's Changed - feat(server): add hostname to listen in standalone adapter by [@​dzearing](https://redirect.github.com/dzearing) in [https://github.com/trpc/trpc/pull/4311](https://redirect.github.com/trpc/trpc/pull/4311) #### New Contributors - [@​feelixe](https://redirect.github.com/feelixe) made their first contribution in [https://github.com/trpc/trpc/pull/4297](https://redirect.github.com/trpc/trpc/pull/4297) - [@​dzearing](https://redirect.github.com/dzearing) made their first contribution in [https://github.com/trpc/trpc/pull/4311](https://redirect.github.com/trpc/trpc/pull/4311) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.24.0...v10.25.0 ### [`v10.24.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.24.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.23.1...v10.24.0) #### What's Changed - feat(server): simplify output type for client queries by [@​kamilogorek](https://redirect.github.com/kamilogorek) in [https://github.com/trpc/trpc/pull/4283](https://redirect.github.com/trpc/trpc/pull/4283) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.23.1...v10.24.0 ### [`v10.23.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.23.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.23.0...v10.23.1) #### What's Changed - fix(server & next): trpc should assume `content-type: application/json` on preprocessed requests by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4293](https://redirect.github.com/trpc/trpc/pull/4293) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.23.0...v10.23.1 ### [`v10.23.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.23.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.22.0...v10.23.0) #### What's Changed - feat: add experimental support for `FormData` mutations by [@​sachinraja](https://redirect.github.com/sachinraja) & [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/3795](https://redirect.github.com/trpc/trpc/pull/3795) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.22.0...v10.23.0 ### [`v10.22.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.22.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.21.2...v10.22.0) #### What's Changed - feat(react-query): promote `overrides` without `unstable_`-prefix by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4268](https://redirect.github.com/trpc/trpc/pull/4268) #### New Contributors - [@​ahmedhesham6](https://redirect.github.com/ahmedhesham6) made their first contribution in [https://github.com/trpc/trpc/pull/4259](https://redirect.github.com/trpc/trpc/pull/4259) - [@​rjackson](https://redirect.github.com/rjackson) made their first contribution in [https://github.com/trpc/trpc/pull/4269](https://redirect.github.com/trpc/trpc/pull/4269) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.21.2...v10.22.0 ### [`v10.21.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.21.2) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.21.1...v10.21.2) #### What's Changed - fix(server): skip deserialization of post bodies when the HTTP handler has already processed it by [@​KATT](https://redirect.github.com/KATT) & [@​sudo97](https://redirect.github.com/sudo97) [https://github.com/trpc/trpc/pull/4256](https://redirect.github.com/trpc/trpc/pull/4256)4256 **Full Changelog**: https://github.com/trpc/trpc/compare/v10.21.1...v10.21.2 ### [`v10.21.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.21.1) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.21.0...v10.21.1) #### What's Changed - fix(`@trpc/next`): different transformers for up/down with `ssr: true` by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4197](https://redirect.github.com/trpc/trpc/pull/4197) #### New Contributors - [@​tanerijun](https://redirect.github.com/tanerijun) made their first contribution in [https://github.com/trpc/trpc/pull/4214](https://redirect.github.com/trpc/trpc/pull/4214) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.21.0...v10.21.1 ### [`v10.21.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.21.0) [Compare Source](https://redirect.github.com/trpc/trpc/compare/v10.20.0...v10.21.0) #### What's Changed - fix(server): undefined stripped from query result by [@​juliusmarminge](https://redirect.github.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4187](https://redirect.github.com/trpc/trpc/pull/4187) - perf(server): `Overwrite` util type is unnecessarily expensive by [@​mozzius](https://redirect.github.com/mozzius) in [https://github.com/trpc/trpc/pull/4204](https://redirect.github.com/trpc/trpc/pull/4204) - feat(server): retain `Error.cause` even if the original cause isn't an `Error`-instance by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4219](https://redirect.github.com/trpc/trpc/pull/4219) - fix(react): use ref to ensure opts stay sync'd with subscription by [@​KATT](https://redirect.github.com/KATT) in [https://github.com/trpc/trpc/pull/4222](https://redirect.github.com/trpc/trpc/pull/4222) #### New Contributors - [@​jaredpalmer](https://redirect.github.com/jaredpalmer) made their first contribution in [https://github.com/trpc/trpc/pull/4161](https://redirect.github.com/trpc/trpc/pull/4161) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.20.0...v10.21.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/creatorsgarten/contentsgarten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information