jsonnull / electron-trpc

Build type-safe Electron inter-process communication using tRPC
https://electron-trpc.dev/
MIT License
267 stars 26 forks source link

Update trpc monorepo to v10.45.2 #166

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@trpc/client (source) 10.33.1 -> 10.45.2 age adoption passing confidence
@trpc/react-query (source) 10.33.1 -> 10.45.2 age adoption passing confidence
@trpc/server (source) 10.33.1 -> 10.45.2 age adoption passing confidence

Release Notes

trpc/trpc (@​trpc/client) ### [`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

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» 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.



This PR was generated by Mend Renovate. View the repository job log.

netlify[bot] commented 1 year ago

Deploy Preview for electron-trpc ready!

Name Link
Latest commit 9f2c0fec301cac6b6a51acbd372a4b9287bd8eac
Latest deploy log https://app.netlify.com/sites/electron-trpc/deploys/65c2806a7fa57f0008f4bc59
Deploy Preview https://deploy-preview-166--electron-trpc.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 56.69%. Comparing base (784bbb0) to head (7a4d263).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #166 +/- ## ======================================= Coverage 56.69% 56.69% ======================================= Files 11 11 Lines 448 448 Branches 51 51 ======================================= Hits 254 254 Misses 194 194 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.