Magickbase / nervos-official-website

nervos.org
https://nervos-official-website.vercel.app/
3 stars 16 forks source link

fix(deps): update trpc monorepo to v10.45.0 #420

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

trpc/trpc (@​trpc/client) ### [`v10.45.0`](https://togithub.com/trpc/trpc/releases/tag/v10.45.0) [Compare Source](https://togithub.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://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5173](https://togithub.com/trpc/trpc/pull/5173) - chore: bump typescript and fix TS errors by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5178](https://togithub.com/trpc/trpc/pull/5178) - fix(server + client): add `noImplicitOverride` & add explicit overrides in `TRPCError` / `TRPCClientError` by [@​me-imfhd](https://togithub.com/me-imfhd) in [https://github.com/trpc/trpc/pull/5195](https://togithub.com/trpc/trpc/pull/5195) - fix(next): rm `react-ssr-prepass` dependency by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5201](https://togithub.com/trpc/trpc/pull/5201) - feat(next): exclude non-ssr queries from the hydrated state by [@​jonluca](https://togithub.com/jonluca) in [https://github.com/trpc/trpc/pull/5135](https://togithub.com/trpc/trpc/pull/5135) - fix(server+client): Incorrect serialization of `IndexSignature` and `Record` by [@​microdev1](https://togithub.com/microdev1) in [https://github.com/trpc/trpc/pull/5211](https://togithub.com/trpc/trpc/pull/5211) - feat(server): deprecate `.createCaller()` in favor of `t.createCallerFactory()` by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5213](https://togithub.com/trpc/trpc/pull/5213) ##### New Contributors - [@​kwaimind](https://togithub.com/kwaimind) made their first contribution in [https://github.com/trpc/trpc/pull/5143](https://togithub.com/trpc/trpc/pull/5143) - [@​me-imfhd](https://togithub.com/me-imfhd) made their first contribution in [https://github.com/trpc/trpc/pull/5195](https://togithub.com/trpc/trpc/pull/5195) - [@​microdev1](https://togithub.com/microdev1) made their first contribution in [https://github.com/trpc/trpc/pull/5211](https://togithub.com/trpc/trpc/pull/5211) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.44.1...v10.45.0 ### [`v10.44.1`](https://togithub.com/trpc/trpc/releases/tag/v10.44.1) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.44.0...v10.44.1) ##### What's Changed - fix(server): fix fetch adapter with trailing slash by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5090](https://togithub.com/trpc/trpc/pull/5090) ##### New Contributors - [@​anatolzak](https://togithub.com/anatolzak) made their first contribution in [https://github.com/trpc/trpc/pull/5082](https://togithub.com/trpc/trpc/pull/5082) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.44.0...v10.44.1 ### [`v10.44.0`](https://togithub.com/trpc/trpc/releases/tag/v10.44.0) [Compare Source](https://togithub.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://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5077](https://togithub.com/trpc/trpc/pull/5077) - fix(server): Response meta headers type by [@​AlexXanderGrib](https://togithub.com/AlexXanderGrib) in [https://github.com/trpc/trpc/pull/5074](https://togithub.com/trpc/trpc/pull/5074) - feat(react): allow conditional ssr based on context by [@​jonluca](https://togithub.com/jonluca) in [https://github.com/trpc/trpc/pull/4997](https://togithub.com/trpc/trpc/pull/4997) - fix(server): constrain the IsRecord utility type to objects by [@​jussisaurio](https://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5081](https://togithub.com/trpc/trpc/pull/5081) ##### New Contributors - [@​jonluca](https://togithub.com/jonluca) made their first contribution in [https://github.com/trpc/trpc/pull/4997](https://togithub.com/trpc/trpc/pull/4997) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.7...v10.44.0 ### [`v10.43.7`](https://togithub.com/trpc/trpc/releases/tag/v10.43.7) [Compare Source](https://togithub.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://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5060](https://togithub.com/trpc/trpc/pull/5060) - fix(server): fetch adapter endpoint path with trailing slash causes 404 by [@​maddsua](https://togithub.com/maddsua) in [https://github.com/trpc/trpc/pull/5067](https://togithub.com/trpc/trpc/pull/5067) ##### New Contributors - [@​maddsua](https://togithub.com/maddsua) made their first contribution in [https://github.com/trpc/trpc/pull/5067](https://togithub.com/trpc/trpc/pull/5067) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.6...v10.43.7 ### [`v10.43.6`](https://togithub.com/trpc/trpc/releases/tag/v10.43.6) [Compare Source](https://togithub.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://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5057](https://togithub.com/trpc/trpc/pull/5057) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.5...v10.43.6 ### [`v10.43.5`](https://togithub.com/trpc/trpc/releases/tag/v10.43.5) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.43.4...v10.43.5) ##### What's Changed - patch(server): deprecate `inferAsyncReturnType` by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5052](https://togithub.com/trpc/trpc/pull/5052) - fix(client+server): fix output serialization of records by [@​jussisaurio](https://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5058](https://togithub.com/trpc/trpc/pull/5058) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.4...v10.43.5 ### [`v10.43.4`](https://togithub.com/trpc/trpc/releases/tag/v10.43.4) [Compare Source](https://togithub.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://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/5035](https://togithub.com/trpc/trpc/pull/5035) - fix(server): fix type merging regression introduced by [#​5017](https://togithub.com/trpc/trpc/issues/5017) by [@​jussisaurio](https://togithub.com/jussisaurio) & [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5039](https://togithub.com/trpc/trpc/pull/5039) ##### New Contributors - [@​futantan](https://togithub.com/futantan) made their first contribution in [https://github.com/trpc/trpc/pull/5029](https://togithub.com/trpc/trpc/pull/5029) - [@​nomyfan](https://togithub.com/nomyfan) made their first contribution in [https://github.com/trpc/trpc/pull/5031](https://togithub.com/trpc/trpc/pull/5031) - [@​zak1999](https://togithub.com/zak1999) made their first contribution in [https://github.com/trpc/trpc/pull/5030](https://togithub.com/trpc/trpc/pull/5030) - [@​leothorp](https://togithub.com/leothorp) made their first contribution in [https://github.com/trpc/trpc/pull/5043](https://togithub.com/trpc/trpc/pull/5043) - [@​jChapman](https://togithub.com/jChapman) made their first contribution in [https://github.com/trpc/trpc/pull/5033](https://togithub.com/trpc/trpc/pull/5033) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.3...v10.43.4 ### [`v10.43.3`](https://togithub.com/trpc/trpc/releases/tag/v10.43.3) [Compare Source](https://togithub.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://togithub.com/jussisaurio) & [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/5017](https://togithub.com/trpc/trpc/pull/5017) ##### New Contributors - [@​junya-ishibuchi](https://togithub.com/junya-ishibuchi) made their first contribution in [https://github.com/trpc/trpc/pull/5023](https://togithub.com/trpc/trpc/pull/5023) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.2...v10.43.3 ### [`v10.43.2`](https://togithub.com/trpc/trpc/releases/tag/v10.43.2) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.43.1...v10.43.2) ##### What's Changed - fix(next): omit "fetch" from options by [@​withyellow](https://togithub.com/withyellow) in [https://github.com/trpc/trpc/pull/5003](https://togithub.com/trpc/trpc/pull/5003) ##### New Contributors - [@​spirobel](https://togithub.com/spirobel) made their first contribution in [https://github.com/trpc/trpc/pull/5007](https://togithub.com/trpc/trpc/pull/5007) - [@​AvaYnE2](https://togithub.com/AvaYnE2) made their first contribution in [https://github.com/trpc/trpc/pull/4835](https://togithub.com/trpc/trpc/pull/4835) - [@​withyellow](https://togithub.com/withyellow) made their first contribution in [https://github.com/trpc/trpc/pull/5003](https://togithub.com/trpc/trpc/pull/5003) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.1...v10.43.2 ### [`v10.43.1`](https://togithub.com/trpc/trpc/releases/tag/v10.43.1) [Compare Source](https://togithub.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://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4973](https://togithub.com/trpc/trpc/pull/4973) - fix(server + client): fix some issues with inferring Record types as procedure outputs by [@​jussisaurio](https://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4986](https://togithub.com/trpc/trpc/pull/4986) ##### New Contributors - [@​MadaShindeInai](https://togithub.com/MadaShindeInai) made their first contribution in [https://github.com/trpc/trpc/pull/4979](https://togithub.com/trpc/trpc/pull/4979) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.43.0...v10.43.1 ### [`v10.43.0`](https://togithub.com/trpc/trpc/releases/tag/v10.43.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.42.0...v10.43.0) ##### What's Changed - feat(`server`): extract `parseTRPCMessage` for 3rd party modules by [@​Guria](https://togithub.com/Guria) in [https://github.com/trpc/trpc/pull/4872](https://togithub.com/trpc/trpc/pull/4872) ##### New Contributors - [@​Guria](https://togithub.com/Guria) made their first contribution in [https://github.com/trpc/trpc/pull/4872](https://togithub.com/trpc/trpc/pull/4872) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.42.0...v10.43.0 ### [`v10.42.0`](https://togithub.com/trpc/trpc/releases/tag/v10.42.0) [Compare Source](https://togithub.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://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4946](https://togithub.com/trpc/trpc/pull/4946) - fix(server): merge \_input_out when using standalone middlewares by [@​jussisaurio](https://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4948](https://togithub.com/trpc/trpc/pull/4948) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.41.0...v10.42.0 ### [`v10.41.0`](https://togithub.com/trpc/trpc/releases/tag/v10.41.0) [Compare Source](https://togithub.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://togithub.com/DerTimonius) in [https://github.com/trpc/trpc/pull/4898](https://togithub.com/trpc/trpc/pull/4898) - feat(react-query): rename `useContext()` -> `useUtils()` and alias `useContext` by [@​Nick-Lucas](https://togithub.com/Nick-Lucas) in [https://github.com/trpc/trpc/pull/4925](https://togithub.com/trpc/trpc/pull/4925) #### New Contributors - [@​raphtlw](https://togithub.com/raphtlw) made their first contribution in [https://github.com/trpc/trpc/pull/4900](https://togithub.com/trpc/trpc/pull/4900) - [@​mjomble](https://togithub.com/mjomble) made their first contribution in [https://github.com/trpc/trpc/pull/4913](https://togithub.com/trpc/trpc/pull/4913) - [@​denlly](https://togithub.com/denlly) made their first contribution in [https://github.com/trpc/trpc/pull/4914](https://togithub.com/trpc/trpc/pull/4914) - [@​DerTimonius](https://togithub.com/DerTimonius) made their first contribution in [https://github.com/trpc/trpc/pull/4898](https://togithub.com/trpc/trpc/pull/4898) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.40.0...v10.41.0 ### [`v10.40.0`](https://togithub.com/trpc/trpc/releases/tag/v10.40.0) [Compare Source](https://togithub.com/trpc/trpc/compare/v10.39.0...v10.40.0) ##### What's Changed - feat(client): accept URL object param by [@​cometkim](https://togithub.com/cometkim) in [https://github.com/trpc/trpc/pull/4880](https://togithub.com/trpc/trpc/pull/4880) - fix(fastify adapter): prevent duplicate content type parsers by [@​KATT](https://togithub.com/KATT) & [@​skarab42](https://togithub.com/skarab42) in [https://github.com/trpc/trpc/pull/4854](https://togithub.com/trpc/trpc/pull/4854) ##### New Contributors - [@​cometkim](https://togithub.com/cometkim) made their first contribution in [https://github.com/trpc/trpc/pull/4880](https://togithub.com/trpc/trpc/pull/4880) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.39.0...v10.40.0 ### [`v10.39.0`](https://togithub.com/trpc/trpc/releases/tag/v10.39.0) [Compare Source](https://togithub.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://togithub.com/jussisaurio) in [https://github.com/trpc/trpc/pull/4887](https://togithub.com/trpc/trpc/pull/4887) - feat(form-data): export `MaxPartSizeExceededError` for error handling by [@​juliusmarminge](https://togithub.com/juliusmarminge) in [https://github.com/trpc/trpc/pull/4885](https://togithub.com/trpc/trpc/pull/4885) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.5...v10.39.0 ### [`v10.38.5`](https://togithub.com/trpc/trpc/releases/tag/v10.38.5) [Compare Source](https://togithub.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://togithub.com/dios-david) & [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4848](https://togithub.com/trpc/trpc/pull/4848) ##### New Contributors - [@​zokins](https://togithub.com/zokins) made their first contribution in [https://github.com/trpc/trpc/pull/4801](https://togithub.com/trpc/trpc/pull/4801) - [@​dios-david](https://togithub.com/dios-david) made their first contribution in [https://github.com/trpc/trpc/pull/4848](https://togithub.com/trpc/trpc/pull/4848) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.4...v10.38.5 ### [`v10.38.4`](https://togithub.com/trpc/trpc/releases/tag/v10.38.4) [Compare Source](https://togithub.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://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4815](https://togithub.com/trpc/trpc/pull/4815) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.3...v10.38.4 ### [`v10.38.3`](https://togithub.com/trpc/trpc/releases/tag/v10.38.3) [Compare Source](https://togithub.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://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4796](https://togithub.com/trpc/trpc/pull/4796) ##### New Contributors - [@​saikumarpb](https://togithub.com/saikumarpb) made their first contribution in [https://github.com/trpc/trpc/pull/4785](https://togithub.com/trpc/trpc/pull/4785) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.2...v10.38.3 ### [`v10.38.2`](https://togithub.com/trpc/trpc/releases/tag/v10.38.2) [Compare Source](https://togithub.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://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4787](https://togithub.com/trpc/trpc/pull/4787) - fix(`client`): skip calling `.abort()` on AbortController after procedure completion by [@​KATT](https://togithub.com/KATT) in [https://github.com/trpc/trpc/pull/4788](https://togithub.com/trpc/trpc/pull/4788) ##### New Contributors - [@​larskarbo](https://togithub.com/larskarbo) made their first contribution in [https://github.com/trpc/trpc/pull/4776](https://togithub.com/trpc/trpc/pull/4776) **Full Changelog**: https://github.com/trpc/trpc/compare/v10.38.1...v10.38.2

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.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nervos-official-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2024 7:33am