electron-trpc
electron-trpc copied to clipboard
Update trpc monorepo to v10.45.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @trpc/client (source) | 10.33.1 -> 10.45.2 |
||||
| @trpc/react-query (source) | 10.33.1 -> 10.45.2 |
||||
| @trpc/server (source) | 10.33.1 -> 10.45.2 |
Release Notes
trpc/trpc (@trpc/client)
v10.45.2
What's Changed
- patch(server): upgrade to typescript 5.4 and do fixes due to breaking changes in typescript by @KATT in https://github.com/trpc/trpc/pull/5560
Full Changelog: https://github.com/trpc/trpc/compare/v10.45.1...v10.45.2
v10.45.1
What's Changed
- fix(server): parse url safer in fetch adapter by @KATT in https://github.com/trpc/trpc/pull/5410
- fix(react-query): no ref in
useHookResult()by @KATT in https://github.com/trpc/trpc/pull/5433
New Contributors
- @cah4a made their first contribution in https://github.com/trpc/trpc/pull/5250
- @zacanger made their first contribution in https://github.com/trpc/trpc/pull/5276
Full Changelog: https://github.com/trpc/trpc/compare/v10.45.0...v10.45.1
v10.45.0
What's Changed
- chore(next/app-dir): make a union of
nextHttpLinkoptions by @KATT in https://github.com/trpc/trpc/pull/5173 - chore: bump typescript and fix TS errors by @KATT in https://github.com/trpc/trpc/pull/5178
- fix(server + client): add
noImplicitOverride& add explicit overrides inTRPCError/TRPCClientErrorby @me-imfhd in https://github.com/trpc/trpc/pull/5195 - fix(next): rm
react-ssr-prepassdependency by @KATT in https://github.com/trpc/trpc/pull/5201 - feat(next): exclude non-ssr queries from the hydrated state by @jonluca in https://github.com/trpc/trpc/pull/5135
- fix(server+client): Incorrect serialization of
IndexSignatureandRecordby @microdev1 in https://github.com/trpc/trpc/pull/5211 - feat(server): deprecate
.createCaller()in favor oft.createCallerFactory()by @KATT in https://github.com/trpc/trpc/pull/5213
New Contributors
- @kwaimind made their first contribution in https://github.com/trpc/trpc/pull/5143
- @me-imfhd made their first contribution in https://github.com/trpc/trpc/pull/5195
- @microdev1 made their first contribution in https://github.com/trpc/trpc/pull/5211
Full Changelog: https://github.com/trpc/trpc/compare/v10.44.1...v10.45.0
v10.44.1
What's Changed
- fix(server): fix fetch adapter with trailing slash by @KATT in https://github.com/trpc/trpc/pull/5090
New Contributors
- @anatolzak made their first contribution in https://github.com/trpc/trpc/pull/5082
Full Changelog: https://github.com/trpc/trpc/compare/v10.44.0...v10.44.1
v10.44.0
What's Changed
- fix(client+server): non-records inferred as records when serializing as json by @jussisaurio in https://github.com/trpc/trpc/pull/5077
- fix(server): Response meta headers type by @AlexXanderGrib in https://github.com/trpc/trpc/pull/5074
- feat(react): allow conditional ssr based on context by @jonluca in https://github.com/trpc/trpc/pull/4997
- fix(server): constrain the IsRecord utility type to objects by @jussisaurio in https://github.com/trpc/trpc/pull/5081
New Contributors
- @jonluca made their first contribution in https://github.com/trpc/trpc/pull/4997
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.7...v10.44.0
v10.43.7
What's Changed
- fix(server): cleanup some types and deprecate old things by @KATT in https://github.com/trpc/trpc/pull/5060
- fix(server): fetch adapter endpoint path with trailing slash causes 404 by @maddsua in https://github.com/trpc/trpc/pull/5067
New Contributors
- @maddsua made their first contribution in https://github.com/trpc/trpc/pull/5067
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.6...v10.43.7
v10.43.6
What's Changed
- fix(server): middleware input requirements shouldn't widen procedure inputs by @jussisaurio in https://github.com/trpc/trpc/pull/5057
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.5...v10.43.6
v10.43.5
What's Changed
- patch(server): deprecate
inferAsyncReturnTypeby @KATT in https://github.com/trpc/trpc/pull/5052 - fix(client+server): fix output serialization of records by @jussisaurio in https://github.com/trpc/trpc/pull/5058
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.4...v10.43.5
v10.43.4
What's Changed
- fix(client+server): avoid losing type information w/ index signatures by @jussisaurio in https://github.com/trpc/trpc/pull/5035
- fix(server): fix type merging regression introduced by #5017 by @jussisaurio & @KATT in https://github.com/trpc/trpc/pull/5039
New Contributors
- @futantan made their first contribution in https://github.com/trpc/trpc/pull/5029
- @nomyfan made their first contribution in https://github.com/trpc/trpc/pull/5031
- @zak1999 made their first contribution in https://github.com/trpc/trpc/pull/5030
- @leothorp made their first contribution in https://github.com/trpc/trpc/pull/5043
- @jChapman made their first contribution in https://github.com/trpc/trpc/pull/5033
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.3...v10.43.4
v10.43.3
What's Changed
- fix(server): inference fix for inputs using primitives with middleware by @jussisaurio & @KATT in https://github.com/trpc/trpc/pull/5017
New Contributors
- @junya-ishibuchi made their first contribution in https://github.com/trpc/trpc/pull/5023
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.2...v10.43.3
v10.43.2
What's Changed
- fix(next): omit "fetch" from options by @withyellow in https://github.com/trpc/trpc/pull/5003
New Contributors
- @spirobel made their first contribution in https://github.com/trpc/trpc/pull/5007
- @AvaYnE2 made their first contribution in https://github.com/trpc/trpc/pull/4835
- @withyellow made their first contribution in https://github.com/trpc/trpc/pull/5003
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.1...v10.43.2
v10.43.1
What's Changed
- fix(server + client): incorrect inferred input type when using standalone middleware by @jussisaurio in https://github.com/trpc/trpc/pull/4973
- fix(server + client): fix some issues with inferring Record types as procedure outputs by @jussisaurio in https://github.com/trpc/trpc/pull/4986
New Contributors
- @MadaShindeInai made their first contribution in https://github.com/trpc/trpc/pull/4979
Full Changelog: https://github.com/trpc/trpc/compare/v10.43.0...v10.43.1
v10.43.0
What's Changed
- feat(
server): extractparseTRPCMessagefor 3rd party modules by @Guria in https://github.com/trpc/trpc/pull/4872
New Contributors
- @Guria made their first contribution in https://github.com/trpc/trpc/pull/4872
Full Changelog: https://github.com/trpc/trpc/compare/v10.42.0...v10.43.0
v10.42.0
What's Changed
- feat(server): allow a mix of text and files with fileUploadHandler by @jussisaurio in https://github.com/trpc/trpc/pull/4946
- fix(server): merge _input_out when using standalone middlewares by @jussisaurio in https://github.com/trpc/trpc/pull/4948
Full Changelog: https://github.com/trpc/trpc/compare/v10.41.0...v10.42.0
v10.41.0
What's Changed
- feat(app dir): use query params typing for
revalidateincreateTRPCNextAppDirServerby @DerTimonius in https://github.com/trpc/trpc/pull/4898 - feat(react-query): rename
useContext()->useUtils()and aliasuseContextby @Nick-Lucas in https://github.com/trpc/trpc/pull/4925
New Contributors
- @raphtlw made their first contribution in https://github.com/trpc/trpc/pull/4900
- @mjomble made their first contribution in https://github.com/trpc/trpc/pull/4913
- @denlly made their first contribution in https://github.com/trpc/trpc/pull/4914
- @DerTimonius made their first contribution in https://github.com/trpc/trpc/pull/4898
Full Changelog: https://github.com/trpc/trpc/compare/v10.40.0...v10.41.0
v10.40.0
What's Changed
- feat(client): accept URL object param by @cometkim in https://github.com/trpc/trpc/pull/4880
- fix(fastify adapter): prevent duplicate content type parsers by @KATT & @skarab42 in https://github.com/trpc/trpc/pull/4854
New Contributors
- @cometkim made their first contribution in https://github.com/trpc/trpc/pull/4880
Full Changelog: https://github.com/trpc/trpc/compare/v10.39.0...v10.40.0
v10.39.0
What's Changed
- fix(
server): don't destroy the underlying TCP socket when maxBodySize is exceeded by @jussisaurio in https://github.com/trpc/trpc/pull/4887 - feat(form-data): export
MaxPartSizeExceededErrorfor error handling by @juliusmarminge in https://github.com/trpc/trpc/pull/4885
Full Changelog: https://github.com/trpc/trpc/compare/v10.38.5...v10.39.0
v10.38.5
What's Changed
- fix(
server): setsTRPCError.nametoTRPCErrorregardless of what bundlers do by @dios-david & @KATT in https://github.com/trpc/trpc/pull/4848
New Contributors
- @zokins made their first contribution in https://github.com/trpc/trpc/pull/4801
- @dios-david made their first contribution in https://github.com/trpc/trpc/pull/4848
Full Changelog: https://github.com/trpc/trpc/compare/v10.38.4...v10.38.5
v10.38.4
What's Changed
- fix(
react-query):useQueriesdoes not pass context data by @KATT in https://github.com/trpc/trpc/pull/4815
Full Changelog: https://github.com/trpc/trpc/compare/v10.38.3...v10.38.4
v10.38.3
What's Changed
- fix(
client): makeTRPCClient.from()more resilient to calls with bad args by @KATT in https://github.com/trpc/trpc/pull/4796
New Contributors
- @saikumarpb made their first contribution in https://github.com/trpc/trpc/pull/4785
Full Changelog: https://github.com/trpc/trpc/compare/v10.38.2...v10.38.3
v10.38.2
What's Changed
- fix(
server): allow adding charset afterapplication/jsonincontent-typeheader by @KATT in https://github.com/trpc/trpc/pull/4787 - fix(
client): skip calling.abort()on AbortController after procedure completion by @KATT in https://github.com/trpc/trpc/pull/4788
New Contributors
- @larskarbo made their first contribution in https://github.com/trpc/trpc/pull/4776
Full Changelog: https://github.com/trpc/trpc/compare/v10.38.1...v10.38.2
v10.38.1
v10.38.0
What's Changed
- feat(
server): add standalone middleware (📚 docs) by @jussisaurio in https://github.com/trpc/trpc/pull/4713
New Contributors
- @uchiha-suraj made their first contribution in https://github.com/trpc/trpc/pull/4700
- @flyck made their first contribution in https://github.com/trpc/trpc/pull/4698
- @Neon-20 made their first contribution in https://github.com/trpc/trpc/pull/4717
- @Syhner made their first contribution in https://github.com/trpc/trpc/pull/4739
- @jussisaurio made their first contribution in https://github.com/trpc/trpc/pull/4713
Full Changelog: https://github.com/trpc/trpc/compare/v10.37.1...v10.38.0
v10.37.1
What's Changed
- fix(server): handle url encoded commas in batching by @KATT in https://github.com/trpc/trpc/pull/4686
Full Changelog: https://github.com/trpc/trpc/compare/v10.37.0...v10.37.1
v10.37.0
What's Changed
- feat(server): add support for Valibot by @fabian-hiller in https://github.com/trpc/trpc/pull/4670
New Contributors
- @fabian-hiller made their first contribution in https://github.com/trpc/trpc/pull/4670
Full Changelog: https://github.com/trpc/trpc/compare/v10.36.0...v10.37.0
v10.36.0
What's Changed
- feat(client): allow
UntypedClientdirectly in server helpers by @juliusmarminge in https://github.com/trpc/trpc/pull/4651
New Contributors
- @pindjur made their first contribution in https://github.com/trpc/trpc/pull/4647
Full Changelog: https://github.com/trpc/trpc/compare/v10.35.0...v10.36.0
v10.35.0
What's Changed
- feat(
server): addNOT_IMPLEMENTEDstatus code by @KATT in https://github.com/trpc/trpc/pull/4640
Full Changelog: https://github.com/trpc/trpc/compare/v10.34.1...v10.35.0
v10.34.1
What's Changed
- fix(next-app-dir):
cacheLinkreturning same data for multiple cache entries by @juliusmarminge in https://github.com/trpc/trpc/pull/4629
New Contributors
- @nghiepdev made their first contribution in https://github.com/trpc/trpc/pull/4574
- @LunaTK made their first contribution in https://github.com/trpc/trpc/pull/4607
- @moliveiraz made their first contribution in https://github.com/trpc/trpc/pull/4603
- @meetqy made their first contribution in https://github.com/trpc/trpc/pull/4621
Full Changelog: https://github.com/trpc/trpc/compare/v10.34.0...v10.34.1
v10.34.0
What's Changed
- feat(
client): add HTTP response object toTRPCClientError.metaby @KATT in https://github.com/trpc/trpc/pull/4597
New Contributors
- @Ehesp made their first contribution in https://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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
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
@@ 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.