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.20.0 - autoclosed #84

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

trpc/trpc ### [`v10.20.0`](https://togithub.com/trpc/trpc/releases/tag/v10.20.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.19.1...v10.20.0) ##### What's Changed - fix(react-query): `UtilsLike` type does not support router sub-types by [@​Nick-Lucas](https://togithub.com/Nick-Lucas) in [https://github.com/trpc/trpc/pull/4141](https://togithub.com/trpc/trpc/pull/4141) - feat(client): add operations in `httpLink`/`httpBatchLink` `headers`-callback function by [@​skovhus](https://togithub.com/skovhus) & [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4175](https://togithub.com/trpc/trpc/pull/4175) ##### New Contributors - [@​CharcoalStyles](https://togithub.com/CharcoalStyles) made their first contribution in [https://github.com/trpc/trpc/pull/4117](https://togithub.com/trpc/trpc/pull/4117) - [@​AFusco](https://togithub.com/AFusco) made their first contribution in [https://github.com/trpc/trpc/pull/4143](https://togithub.com/trpc/trpc/pull/4143) - [@​not-ivy](https://togithub.com/not-ivy) made their first contribution in [https://github.com/trpc/trpc/pull/4171](https://togithub.com/trpc/trpc/pull/4171) - [@​mohammed-bahumaish](https://togithub.com/mohammed-bahumaish) made their first contribution in [https://github.com/trpc/trpc/pull/4160](https://togithub.com/trpc/trpc/pull/4160) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.19.1...v10.20.0 ### [`v10.19.1`](https://togithub.com/trpc/trpc/releases/tag/v10.19.1) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.19.0...v10.19.1) ##### What's Changed - chore(react-query): fix path in deprecation comment by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4150](https://togithub.com/trpc/trpc/pull/4150) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.19.0...v10.19.1 ### [`v10.19.0`](https://togithub.com/trpc/trpc/releases/tag/v10.19.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.18.0...v10.19.0) ##### What's Changed - feat(server): Add support for HTTP status 422 (Unprocessable Content) by [@​mozzius](https://togithub.com/mozzius) in [https://github.com/trpc/trpc/pull/4080](https://togithub.com/trpc/trpc/pull/4080) - feat(server): add some type exports by [@​yovanoc](https://togithub.com/yovanoc) in [https://github.com/trpc/trpc/pull/4106](https://togithub.com/trpc/trpc/pull/4106) - feat(react-query / next): rename `createProxySSGHelpers` to `createServerSideHelpers` by [@​mozzius](https://togithub.com/mozzius) in [https://github.com/trpc/trpc/pull/4079](https://togithub.com/trpc/trpc/pull/4079) ##### New Contributors - [@​Just-Moh-it](https://togithub.com/Just-Moh-it) made their first contribution in [https://github.com/trpc/trpc/pull/4067](https://togithub.com/trpc/trpc/pull/4067) - [@​pyncz](https://togithub.com/pyncz) made their first contribution in [https://github.com/trpc/trpc/pull/4076](https://togithub.com/trpc/trpc/pull/4076) - [@​shfshanyue](https://togithub.com/shfshanyue) made their first contribution in [https://github.com/trpc/trpc/pull/4098](https://togithub.com/trpc/trpc/pull/4098) - [@​yovanoc](https://togithub.com/yovanoc) made their first contribution in [https://github.com/trpc/trpc/pull/4106](https://togithub.com/trpc/trpc/pull/4106) - [@​M3kH](https://togithub.com/M3kH) made their first contribution in [https://github.com/trpc/trpc/pull/4134](https://togithub.com/trpc/trpc/pull/4134) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.18.0...v10.19.0 ### [`v10.18.0`](https://togithub.com/trpc/trpc/releases/tag/v10.18.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.17.0...v10.18.0) ##### What's Changed - feat(react-query): add `abortOnUnmount` to `TRPCClientOptions` by [@​bautistaaa](https://togithub.com/bautistaaa) in [https://github.com/trpc/trpc/pull/4042](https://togithub.com/trpc/trpc/pull/4042) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.17.0...v10.18.0 ### [`v10.17.0`](https://togithub.com/trpc/trpc/releases/tag/v10.17.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.16.0...v10.17.0) ##### What's Changed - feat(server): add support for metadata merging by [@​Nick-Lucas](https://togithub.com/Nick-Lucas) in [https://github.com/trpc/trpc/pull/3978](https://togithub.com/trpc/trpc/pull/3978) - feat(server): add scale (input/output validator) support by [@​harrysolovay](https://togithub.com/harrysolovay) in [https://github.com/trpc/trpc/pull/3982](https://togithub.com/trpc/trpc/pull/3982) ##### New Contributors - [@​RogerBetter](https://togithub.com/RogerBetter) made their first contribution in [https://github.com/trpc/trpc/pull/3998](https://togithub.com/trpc/trpc/pull/3998) - [@​jharlowuk](https://togithub.com/jharlowuk) made their first contribution in [https://github.com/trpc/trpc/pull/4022](https://togithub.com/trpc/trpc/pull/4022) - [@​harrysolovay](https://togithub.com/harrysolovay) made their first contribution in [https://github.com/trpc/trpc/pull/3982](https://togithub.com/trpc/trpc/pull/3982) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.16.0...v10.17.0 ### [`v10.16.0`](https://togithub.com/trpc/trpc/releases/tag/v10.16.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.15.0...v10.16.0) ##### What's Changed - feat(next): allow `withTRPC()`-HOC on individual pages by [@​mozzius](https://togithub.com/mozzius) in [https://github.com/trpc/trpc/pull/3988](https://togithub.com/trpc/trpc/pull/3988) - feat(react-query): Add support for `QueryClient.ensureQueryData` and `ensureData` helper by [@​kamilogorek](https://togithub.com/kamilogorek) in [https://github.com/trpc/trpc/pull/3984](https://togithub.com/trpc/trpc/pull/3984) - feat(react-query): Add user-friendly message when React context cannot be found by [@​kamilogorek](https://togithub.com/kamilogorek) in [https://github.com/trpc/trpc/pull/3980](https://togithub.com/trpc/trpc/pull/3980) ##### New Contributors - [@​mnik01](https://togithub.com/mnik01) made their first contribution in [https://github.com/trpc/trpc/pull/3986](https://togithub.com/trpc/trpc/pull/3986) - [@​yikkwongwong](https://togithub.com/yikkwongwong) made their first contribution in [https://github.com/trpc/trpc/pull/3989](https://togithub.com/trpc/trpc/pull/3989) - [@​mozzius](https://togithub.com/mozzius) made their first contribution in [https://github.com/trpc/trpc/pull/3988](https://togithub.com/trpc/trpc/pull/3988) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.15.0...v10.16.0 ### [`v10.15.0`](https://togithub.com/trpc/trpc/releases/tag/v10.15.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.14.1...v10.15.0) ##### What's Changed - fix(server): `d.ts`-files not finding `SerializeObject` by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3974](https://togithub.com/trpc/trpc/pull/3974) ##### New Contributors - [@​arahansen](https://togithub.com/arahansen) made their first contribution in [https://github.com/trpc/trpc/pull/3959](https://togithub.com/trpc/trpc/pull/3959) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.14.1...v10.15.0 ### [`v10.14.1`](https://togithub.com/trpc/trpc/releases/tag/v10.14.1) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.14.0...v10.14.1) ##### What's Changed - chore(server): rework how `TRPCError` is created and add appropriate unit tests for it by [@​kamilogorek](https://togithub.com/kamilogorek) in [https://github.com/trpc/trpc/pull/3880](https://togithub.com/trpc/trpc/pull/3880) - fix(lambda-adapter): Find procedure from non proxy API Gateway resources by [@​robinellgren](https://togithub.com/robinellgren) in [https://github.com/trpc/trpc/pull/3921](https://togithub.com/trpc/trpc/pull/3921) - fix(`@trpc/next`): set `next` peer dependency to `*` by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3938](https://togithub.com/trpc/trpc/pull/3938) ##### New Contributors - [@​dtinth](https://togithub.com/dtinth) made their first contribution in [https://github.com/trpc/trpc/pull/3767](https://togithub.com/trpc/trpc/pull/3767) - [@​OuthBack](https://togithub.com/OuthBack) made their first contribution in [https://github.com/trpc/trpc/pull/3927](https://togithub.com/trpc/trpc/pull/3927) - [@​robinellgren](https://togithub.com/robinellgren) made their first contribution in [https://github.com/trpc/trpc/pull/3921](https://togithub.com/trpc/trpc/pull/3921) - [@​jiashengguo](https://togithub.com/jiashengguo) made their first contribution in [https://github.com/trpc/trpc/pull/3931](https://togithub.com/trpc/trpc/pull/3931) - [@​ddanielcruzz](https://togithub.com/ddanielcruzz) made their first contribution in [https://github.com/trpc/trpc/pull/3802](https://togithub.com/trpc/trpc/pull/3802) - [@​radeon8](https://togithub.com/radeon8) made their first contribution in [https://github.com/trpc/trpc/pull/3930](https://togithub.com/trpc/trpc/pull/3930) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.14.0...v10.14.1 ### [`v10.14.0`](https://togithub.com/trpc/trpc/releases/tag/v10.14.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.13.2...v10.14.0) ##### What's Changed - feat(server): add CORS support to `nodeHTTPRequestHandler` by [@​Nick-Lucas](https://togithub.com/Nick-Lucas) in [https://github.com/trpc/trpc/pull/3884](https://togithub.com/trpc/trpc/pull/3884) - fix(server): export 'Router' for dts files generation by [@​milohansen](https://togithub.com/milohansen) in [https://github.com/trpc/trpc/pull/3879](https://togithub.com/trpc/trpc/pull/3879) - fix(client): skip `.bind()` on `fetch` in order to fix Bun-support by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3907](https://togithub.com/trpc/trpc/pull/3907) ##### New Contributors - [@​AlandSleman](https://togithub.com/AlandSleman) made their first contribution in [https://github.com/trpc/trpc/pull/3904](https://togithub.com/trpc/trpc/pull/3904) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.13.2...v10.14.0 ### [`v10.13.2`](https://togithub.com/trpc/trpc/releases/tag/v10.13.2) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.13.1...v10.13.2) ##### What's Changed - fix: `peerDependencies` of `@trpc/react-query` by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3892](https://togithub.com/trpc/trpc/pull/3892) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.13.1...v10.13.2 ### [`v10.13.1`](https://togithub.com/trpc/trpc/releases/tag/v10.13.1) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.13.0...v10.13.1) ##### What's Changed - fix: update peer dependencies by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3887](https://togithub.com/trpc/trpc/pull/3887) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.13.0...v10.13.1 ### [`v10.13.0`](https://togithub.com/trpc/trpc/releases/tag/v10.13.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.12.0...v10.13.0) ##### What's Changed - feat(server): add ability to have optionals when chaining input parsers by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3797](https://togithub.com/trpc/trpc/pull/3797) - fix(server): export even more internals for dts files generation by [@​milohansen](https://togithub.com/milohansen) in [https://github.com/trpc/trpc/pull/3831](https://togithub.com/trpc/trpc/pull/3831) - feat(react): add precise type to `predicate` in `invalidate` by [@​SrBrahma](https://togithub.com/SrBrahma) in [https://github.com/trpc/trpc/pull/3547](https://togithub.com/trpc/trpc/pull/3547) - fix(react): remove `procedureOpts` from `prefetchInifinite` function signature by [@​kamilogorek](https://togithub.com/kamilogorek) in [https://github.com/trpc/trpc/pull/3821](https://togithub.com/trpc/trpc/pull/3821) - fix(client): rework how fetch and AC are accessed from global by [@​kamilogorek](https://togithub.com/kamilogorek) in [https://github.com/trpc/trpc/pull/3860](https://togithub.com/trpc/trpc/pull/3860) ##### New Contributors - [@​jd0gx](https://togithub.com/jd0gx) made their first contribution in [https://github.com/trpc/trpc/pull/3773](https://togithub.com/trpc/trpc/pull/3773) - [@​kamilogorek](https://togithub.com/kamilogorek) made their first contribution in [https://github.com/trpc/trpc/pull/3822](https://togithub.com/trpc/trpc/pull/3822) - [@​zoey-kaiser](https://togithub.com/zoey-kaiser) made their first contribution in [https://github.com/trpc/trpc/pull/3827](https://togithub.com/trpc/trpc/pull/3827) - [@​chammaaomar](https://togithub.com/chammaaomar) made their first contribution in [https://github.com/trpc/trpc/pull/3837](https://togithub.com/trpc/trpc/pull/3837) - [@​milohansen](https://togithub.com/milohansen) made their first contribution in [https://github.com/trpc/trpc/pull/3831](https://togithub.com/trpc/trpc/pull/3831) - [@​eduardolat](https://togithub.com/eduardolat) made their first contribution in [https://github.com/trpc/trpc/pull/3853](https://togithub.com/trpc/trpc/pull/3853) - [@​Umbrien](https://togithub.com/Umbrien) made their first contribution in [https://github.com/trpc/trpc/pull/3865](https://togithub.com/trpc/trpc/pull/3865) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.12.0...v10.13.0 ### [`v10.12.0`](https://togithub.com/trpc/trpc/releases/tag/v10.12.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.11.1...v10.12.0) ##### What's Changed - feat(client): make createWsClient accept a getter function as url-parameter by [@​Dealerpriest](https://togithub.com/Dealerpriest) in [https://github.com/trpc/trpc/pull/3761](https://togithub.com/trpc/trpc/pull/3761) - fix(server): export more internals for dts files generation by [@​jgoux](https://togithub.com/jgoux) in [https://github.com/trpc/trpc/pull/3774](https://togithub.com/trpc/trpc/pull/3774) - feat(server): more strict typing for `ErrorFormatter` in `AnyRootConfig` by [@​iduuck](https://togithub.com/iduuck) in [https://github.com/trpc/trpc/pull/3782](https://togithub.com/trpc/trpc/pull/3782) - chore: add internal types inference testing by [@​jgoux](https://togithub.com/jgoux) in [https://github.com/trpc/trpc/pull/3789](https://togithub.com/trpc/trpc/pull/3789) ##### New Contributors - [@​Dealerpriest](https://togithub.com/Dealerpriest) made their first contribution in [https://github.com/trpc/trpc/pull/3761](https://togithub.com/trpc/trpc/pull/3761) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.11.1...v10.12.0 ### [`v10.11.1`](https://togithub.com/trpc/trpc/releases/tag/v10.11.1) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.11.0...v10.11.1) ##### What's Changed - fix(server): don't merge configs by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3756](https://togithub.com/trpc/trpc/pull/3756) - fix(server/client): add `Simplify` to serialized output by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3762](https://togithub.com/trpc/trpc/pull/3762) - fix(client): replace `AbortSignalEsque` with `AbortSignal` & remove `abort-controller` polyfill by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/trpc/trpc/pull/3746](https://togithub.com/trpc/trpc/pull/3746) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.11.0...v10.11.1 ### [`v10.11.0`](https://togithub.com/trpc/trpc/releases/tag/v10.11.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.10.0...v10.11.0) ##### What's Changed - feat(react-query): Generate polymorphic route/mutation/query interfaces from tRPC router by [@​Nick-Lucas](https://togithub.com/Nick-Lucas) in [https://github.com/trpc/trpc/pull/3646](https://togithub.com/trpc/trpc/pull/3646) - feat(server): make `mergeRouters()` recursive by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3755](https://togithub.com/trpc/trpc/pull/3755) ##### New Contributors - [@​Lioness100](https://togithub.com/Lioness100) made their first contribution in [https://github.com/trpc/trpc/pull/3735](https://togithub.com/trpc/trpc/pull/3735) - [@​saud-alnasser](https://togithub.com/saud-alnasser) made their first contribution in [https://github.com/trpc/trpc/pull/3742](https://togithub.com/trpc/trpc/pull/3742) - [@​Nick-Lucas](https://togithub.com/Nick-Lucas) made their first contribution in [https://github.com/trpc/trpc/pull/3646](https://togithub.com/trpc/trpc/pull/3646) - [@​danieluhl](https://togithub.com/danieluhl) made their first contribution in [https://github.com/trpc/trpc/pull/3743](https://togithub.com/trpc/trpc/pull/3743) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.10.0...v10.11.0 ### [`v10.10.0`](https://togithub.com/trpc/trpc/releases/tag/v10.10.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.9.1...v10.10.0) ##### What's Changed - feat(server): add ability to pipe middlewares by [@​bautistaaa](https://togithub.com/bautistaaa) in [https://github.com/trpc/trpc/pull/3489](https://togithub.com/trpc/trpc/pull/3489) - chore: add `FetchEsque` type for `fetch()`-compatibility by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/trpc/trpc/pull/3471](https://togithub.com/trpc/trpc/pull/3471) - feat: allow fuzzy invalidation by [@​nicolassanmar](https://togithub.com/nicolassanmar) in [https://github.com/trpc/trpc/pull/3664](https://togithub.com/trpc/trpc/pull/3664) - fix: add `inferRouterProxyClient` back by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3700](https://togithub.com/trpc/trpc/pull/3700) - feat(react-query): add `initialCursor` option to `useInfiniteQuery` by [@​maloguertin](https://togithub.com/maloguertin) in [https://github.com/trpc/trpc/pull/3645](https://togithub.com/trpc/trpc/pull/3645) - feat(react-query): implement standalone `getQueryKey` by [@​bautistaaa](https://togithub.com/bautistaaa) in [https://github.com/trpc/trpc/pull/3631](https://togithub.com/trpc/trpc/pull/3631) ##### New Contributors - [@​nicolassanmar](https://togithub.com/nicolassanmar) made their first contribution in [https://github.com/trpc/trpc/pull/3664](https://togithub.com/trpc/trpc/pull/3664) - [@​Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/trpc/trpc/pull/3709](https://togithub.com/trpc/trpc/pull/3709) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.9.1...v10.10.0 ### [`v10.9.1`](https://togithub.com/trpc/trpc/releases/tag/v10.9.1) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.9.0...v10.9.1) #### What's Changed - fix: do not leak `UnsetMarker` to query input by [@​omermizr](https://togithub.com/omermizr) in [https://github.com/trpc/trpc/pull/3614](https://togithub.com/trpc/trpc/pull/3614) - chore: add `@deprecated` on some internal types by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3618](https://togithub.com/trpc/trpc/pull/3618) - fix: protected intersection for vanilla client by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3693](https://togithub.com/trpc/trpc/pull/3693) - fix: export package.json by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3697](https://togithub.com/trpc/trpc/pull/3697) #### New Contributors - [@​CRBroughton](https://togithub.com/CRBroughton) made their first contribution in [https://github.com/trpc/trpc/pull/3601](https://togithub.com/trpc/trpc/pull/3601) - [@​omermizr](https://togithub.com/omermizr) made their first contribution in [https://github.com/trpc/trpc/pull/3614](https://togithub.com/trpc/trpc/pull/3614) - [@​alsonick](https://togithub.com/alsonick) made their first contribution in [https://github.com/trpc/trpc/pull/3624](https://togithub.com/trpc/trpc/pull/3624) - [@​nehalist](https://togithub.com/nehalist) made their first contribution in [https://github.com/trpc/trpc/pull/3633](https://togithub.com/trpc/trpc/pull/3633) - [@​jacobhjkim](https://togithub.com/jacobhjkim) made their first contribution in [https://github.com/trpc/trpc/pull/3632](https://togithub.com/trpc/trpc/pull/3632) - [@​marwenbk](https://togithub.com/marwenbk) made their first contribution in [https://github.com/trpc/trpc/pull/3650](https://togithub.com/trpc/trpc/pull/3650) - [@​RhysSullivan](https://togithub.com/RhysSullivan) made their first contribution in [https://github.com/trpc/trpc/pull/3649](https://togithub.com/trpc/trpc/pull/3649) - [@​xoldyckk](https://togithub.com/xoldyckk) made their first contribution in [https://github.com/trpc/trpc/pull/3663](https://togithub.com/trpc/trpc/pull/3663) - [@​ronanru](https://togithub.com/ronanru) made their first contribution in [https://github.com/trpc/trpc/pull/3665](https://togithub.com/trpc/trpc/pull/3665) - [@​maloguertin](https://togithub.com/maloguertin) made their first contribution in [https://github.com/trpc/trpc/pull/3672](https://togithub.com/trpc/trpc/pull/3672) - [@​KarthikRaju391](https://togithub.com/KarthikRaju391) made their first contribution in [https://github.com/trpc/trpc/pull/3676](https://togithub.com/trpc/trpc/pull/3676) - [@​devinrhode2](https://togithub.com/devinrhode2) made their first contribution in [https://github.com/trpc/trpc/pull/3695](https://togithub.com/trpc/trpc/pull/3695) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.9.0...v10.9.1 ### [`v10.9.0`](https://togithub.com/trpc/trpc/releases/tag/v10.9.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.8.2...v10.9.0) #### What's Changed - feat: leverage mutationKey in mutations by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3603](https://togithub.com/trpc/trpc/pull/3603) #### New Contributors - [@​oreillyross](https://togithub.com/oreillyross) made their first contribution in [https://github.com/trpc/trpc/pull/3600](https://togithub.com/trpc/trpc/pull/3600) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.8.2...v10.9.0 ### [`v10.8.2`](https://togithub.com/trpc/trpc/releases/tag/v10.8.2) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.8.1...v10.8.2) #### What's Changed - chore: prep for react-query v5 by using object syntax by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3540](https://togithub.com/trpc/trpc/pull/3540) - fix(react-query): `useQueries()` no longer ignoring query options by [@​HatulaPro](https://togithub.com/HatulaPro) in [https://github.com/trpc/trpc/pull/3577](https://togithub.com/trpc/trpc/pull/3577) #### New Contributors - [@​holubond](https://togithub.com/holubond) made their first contribution in [https://github.com/trpc/trpc/pull/3572](https://togithub.com/trpc/trpc/pull/3572) - [@​bengoism](https://togithub.com/bengoism) made their first contribution in [https://github.com/trpc/trpc/pull/3595](https://togithub.com/trpc/trpc/pull/3595) - [@​esvyridov](https://togithub.com/esvyridov) made their first contribution in [https://github.com/trpc/trpc/pull/3598](https://togithub.com/trpc/trpc/pull/3598) - [@​HatulaPro](https://togithub.com/HatulaPro) made their first contribution in [https://github.com/trpc/trpc/pull/3577](https://togithub.com/trpc/trpc/pull/3577) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.8.1...v10.8.2 ### [`v10.8.1`](https://togithub.com/trpc/trpc/releases/tag/v10.8.1) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.8.0...v10.8.1) #### What's Changed - chore: bump `peerDependencies` between `@trpc/*`-packages by [@​KATT](https://togithub.com/KATT) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.8.0...v10.8.1 ### [`v10.8.0`](https://togithub.com/trpc/trpc/releases/tag/v10.8.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.7.0...v10.8.0) #### What's Changed - feat(client): add base client for integrations by [@​bautistaaa](https://togithub.com/bautistaaa) & [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3389](https://togithub.com/trpc/trpc/pull/3389), [https://github.com/trpc/trpc/pull/3479](https://togithub.com/trpc/trpc/pull/3479) - chore: deprecate usage of `createHooksInternal` by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3480](https://togithub.com/trpc/trpc/pull/3480) - chore: pruned some never-used code by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/trpc/trpc/pull/3487](https://togithub.com/trpc/trpc/pull/3487) - fix(react-query): fix import from dist folder by [@​gspetrou](https://togithub.com/gspetrou) in [https://github.com/trpc/trpc/pull/3499](https://togithub.com/trpc/trpc/pull/3499) - feat: accept function param in `initTRPC.context` by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3495](https://togithub.com/trpc/trpc/pull/3495) - feat: handle reserved properties key collisions by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3466](https://togithub.com/trpc/trpc/pull/3466) - feat(react-query): added `initialData` overloads for `useQuery` by [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [https://github.com/trpc/trpc/pull/3500](https://togithub.com/trpc/trpc/pull/3500) - feat: add `resHeaders` to fetch-adapter's `createContext` by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3532](https://togithub.com/trpc/trpc/pull/3532) - Add cloudflare-page-plugin-trpc into the Awesome tRPC collection list by [@​toyamarinyon](https://togithub.com/toyamarinyon) in [https://github.com/trpc/trpc/pull/3531](https://togithub.com/trpc/trpc/pull/3531) - fix(client): use constant of websocket impl by [@​nohum](https://togithub.com/nohum) in [https://github.com/trpc/trpc/pull/3542](https://togithub.com/trpc/trpc/pull/3542) - chore(client): rm redundant `getLinks()` from client factory by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3541](https://togithub.com/trpc/trpc/pull/3541) #### New Contributors - [@​JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) made their first contribution in [https://github.com/trpc/trpc/pull/3482](https://togithub.com/trpc/trpc/pull/3482) - [@​mishankov](https://togithub.com/mishankov) made their first contribution in [https://github.com/trpc/trpc/pull/3492](https://togithub.com/trpc/trpc/pull/3492) - [@​guushamann](https://togithub.com/guushamann) made their first contribution in [https://github.com/trpc/trpc/pull/3493](https://togithub.com/trpc/trpc/pull/3493) - [@​gspetrou](https://togithub.com/gspetrou) made their first contribution in [https://github.com/trpc/trpc/pull/3499](https://togithub.com/trpc/trpc/pull/3499) - [@​zihan-ch](https://togithub.com/zihan-ch) made their first contribution in [https://github.com/trpc/trpc/pull/3511](https://togithub.com/trpc/trpc/pull/3511) - [@​roj1512](https://togithub.com/roj1512) made their first contribution in [https://github.com/trpc/trpc/pull/3515](https://togithub.com/trpc/trpc/pull/3515) - [@​nfabredev](https://togithub.com/nfabredev) made their first contribution in [https://github.com/trpc/trpc/pull/3457](https://togithub.com/trpc/trpc/pull/3457) - [@​hrstmr](https://togithub.com/hrstmr) made their first contribution in [https://github.com/trpc/trpc/pull/3519](https://togithub.com/trpc/trpc/pull/3519) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.7.0...v10.8.0 ### [`v10.7.0`](https://togithub.com/trpc/trpc/releases/tag/v10.7.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.6.0...v10.7.0) ##### What's Changed - feat/bug(server): ability to have `context` & `meta` as `interface`s by [@​KATT](https://togithub.com/KATT) in #[#​3462](https://togithub.com/trpc/trpc/issues/3462) - feat(client + react-query): require transformers on frontend when present on the backend by [@​QuiiBz](https://togithub.com/QuiiBz) in [https://github.com/trpc/trpc/pull/3289](https://togithub.com/trpc/trpc/pull/3289) - feat(react-query): expose queryKey getter and fix some subtle issues by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3302](https://togithub.com/trpc/trpc/pull/3302) ([docs](https://trpc.io/docs/useContext#-the-function-i-want-isnt-here)). Thanks to [@​TkDodo](https://togithub.com/TkDodo) for reporting and assisting ##### New Contributors - [@​andykenward](https://togithub.com/andykenward) made their first contribution in [https://github.com/trpc/trpc/pull/3408](https://togithub.com/trpc/trpc/pull/3408) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.6.0...v10.7.0 ### [`v10.6.0`](https://togithub.com/trpc/trpc/releases/tag/v10.6.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.5.0...v10.6.0) ##### What's Changed - feat: add `useQueries`-support by [@​sachinraja](https://togithub.com/sachinraja) in [https://github.com/trpc/trpc/pull/3305](https://togithub.com/trpc/trpc/pull/3305) - [**πŸ“š Docs**](https://trpc.io/docs/useQueries) ##### New Contributors - [@​Fluxium2006](https://togithub.com/Fluxium2006) made their first contribution in [https://github.com/trpc/trpc/pull/3394](https://togithub.com/trpc/trpc/pull/3394) - [@​0p3r4t0r](https://togithub.com/0p3r4t0r) made their first contribution in [https://github.com/trpc/trpc/pull/3430](https://togithub.com/trpc/trpc/pull/3430) - [@​SrBrahma](https://togithub.com/SrBrahma) made their first contribution in [https://github.com/trpc/trpc/pull/3431](https://togithub.com/trpc/trpc/pull/3431) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.5.0...v10.6.0 ### [`v10.5.0`](https://togithub.com/trpc/trpc/releases/tag/v10.5.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.4.3...v10.5.0) ##### What's Changed - fix: `TRPCError.cause` should be `undefined` when no cause is set by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3352](https://togithub.com/trpc/trpc/pull/3352) - fix: TS erroring on type `AWSLambdaCreateContextFn` by [@​liamoneill](https://togithub.com/liamoneill) in [https://github.com/trpc/trpc/pull/3367](https://togithub.com/trpc/trpc/pull/3367) - feat: stricter checks for tRPC-like responses by [@​thhermansen](https://togithub.com/thhermansen) & [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/3365](https://togithub.com/trpc/trpc/pull/3365) - feat(reactQuery): add inference helpers for query/mutation parameters by [@​nkalpak](https://togithub.com/nkalpak) & [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/3298](https://togithub.com/trpc/trpc/pull/3298) ([:books: Docs](https://trpc.io/docs/infer-types#infer-react-query-options-based-on-your-router)) ##### New Contributors - [@​sebastianwis](https://togithub.com/sebastianwis) made their first contribution in [https://github.com/trpc/trpc/pull/3344](https://togithub.com/trpc/trpc/pull/3344) - [@​liamoneill](https://togithub.com/liamoneill) made their first contribution in [https://github.com/trpc/trpc/pull/3367](https://togithub.com/trpc/trpc/pull/3367) - [@​thhermansen](https://togithub.com/thhermansen) made their first contribution in [https://github.com/trpc/trpc/pull/3365](https://togithub.com/trpc/trpc/pull/3365) - [@​nkalpak](https://togithub.com/nkalpak) made their first contribution in [https://github.com/trpc/trpc/pull/3298](https://togithub.com/trpc/trpc/pull/3298) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.4.3...v10.5.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 becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 1 year ago

Codecov Report

Merging #84 (bcf1723) into main (147b2ba) will not change coverage. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   54.14%   54.14%           
=======================================
  Files          11       11           
  Lines         434      434           
  Branches       51       51           
=======================================
  Hits          235      235           
  Misses        199      199           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

netlify[bot] commented 1 year ago

Deploy Preview for electron-trpc failed.

Name Link
Latest commit bcf172345c077d3aa112374081feba3331bfca9c
Latest deploy log https://app.netlify.com/sites/electron-trpc/deploys/64397a064f70920008a00c95