Skip to content

Commit

Permalink
fix(deps): update trpc monorepo to v10.45.2 (#349)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@trpc/client](https://trpc.io)
([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/client))
| [`10.20.0` ->
`10.45.2`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.20.0/10.45.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fclient/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fclient/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fclient/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fclient/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@trpc/react-query](https://trpc.io)
([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/react))
| [`10.20.0` ->
`10.45.2`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.20.0/10.45.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2freact-query/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2freact-query/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2freact-query/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2freact-query/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@trpc/server](https://trpc.io)
([source](https://redirect.github.com/trpc/trpc/tree/HEAD/packages/server))
| [`10.20.0` ->
`10.45.2`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.20.0/10.45.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@trpc%2fserver/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@trpc%2fserver/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@trpc%2fserver/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@trpc%2fserver/10.20.0/10.45.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>trpc/trpc (@&#8203;trpc/client)</summary>

###
[`v10.45.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.45.2)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.45.1...v10.45.2)

##### What's Changed

- patch(server): upgrade to typescript 5.4 and do fixes due to breaking
changes in typescript by
[@&#8203;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
[@&#8203;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
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/5433](https://redirect.github.com/trpc/trpc/pull/5433)

##### New Contributors

- [@&#8203;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)
- [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/5213](https://redirect.github.com/trpc/trpc/pull/5213)

##### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/5090](https://redirect.github.com/trpc/trpc/pull/5090)

##### New Contributors

- [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;jussisaurio](https://redirect.github.com/jussisaurio) in
[https://github.com/trpc/trpc/pull/5081](https://redirect.github.com/trpc/trpc/pull/5081)

##### New Contributors

- [@&#8203;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
[@&#8203;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 [@&#8203;maddsua](https://redirect.github.com/maddsua) in
[https://github.com/trpc/trpc/pull/5067](https://redirect.github.com/trpc/trpc/pull/5067)

##### New Contributors

- [@&#8203;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 [@&#8203;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
[@&#8203;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
[@&#8203;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 [@&#8203;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
[#&#8203;5017](https://redirect.github.com/trpc/trpc/issues/5017) by
[@&#8203;jussisaurio](https://redirect.github.com/jussisaurio) &
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/5039](https://redirect.github.com/trpc/trpc/pull/5039)

##### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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 [@&#8203;jussisaurio](https://redirect.github.com/jussisaurio) &
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/5017](https://redirect.github.com/trpc/trpc/pull/5017)

##### New Contributors

- [@&#8203;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
[@&#8203;withyellow](https://redirect.github.com/withyellow) in
[https://github.com/trpc/trpc/pull/5003](https://redirect.github.com/trpc/trpc/pull/5003)

##### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
[@&#8203;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
[@&#8203;jussisaurio](https://redirect.github.com/jussisaurio) in
[https://github.com/trpc/trpc/pull/4986](https://redirect.github.com/trpc/trpc/pull/4986)

##### New Contributors

- [@&#8203;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
[@&#8203;Guria](https://redirect.github.com/Guria) in
[https://github.com/trpc/trpc/pull/4872](https://redirect.github.com/trpc/trpc/pull/4872)

##### New Contributors

- [@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
[@&#8203;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
[@&#8203;KATT](https://redirect.github.com/KATT) &
[@&#8203;skarab42](https://redirect.github.com/skarab42) in
[https://github.com/trpc/trpc/pull/4854](https://redirect.github.com/trpc/trpc/pull/4854)

##### New Contributors

- [@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;dios-david](https://redirect.github.com/dios-david) &
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4848](https://redirect.github.com/trpc/trpc/pull/4848)

##### New Contributors

- [@&#8203;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)
- [@&#8203;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
[@&#8203;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 [@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4796](https://redirect.github.com/trpc/trpc/pull/4796)

##### New Contributors

- [@&#8203;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
[@&#8203;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 [@&#8203;KATT](https://redirect.github.com/KATT)
in
[https://github.com/trpc/trpc/pull/4788](https://redirect.github.com/trpc/trpc/pull/4788)

##### New Contributors

- [@&#8203;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 [@&#8203;jussisaurio](https://redirect.github.com/jussisaurio) in
[https://github.com/trpc/trpc/pull/4713](https://redirect.github.com/trpc/trpc/pull/4713)

#### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4651](https://redirect.github.com/trpc/trpc/pull/4651)

##### New Contributors

- [@&#8203;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
[@&#8203;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
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4629](https://redirect.github.com/trpc/trpc/pull/4629)

#### New Contributors

- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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)
- [@&#8203;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
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4597](https://redirect.github.com/trpc/trpc/pull/4597)

#### New Contributors

- [@&#8203;Ehesp](https://redirect.github.com/Ehesp) made their first
contribution in
[https://github.com/trpc/trpc/pull/4593](https://redirect.github.com/trpc/trpc/pull/4593)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.33.1...v10.34.0

###
[`v10.33.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.33.1)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.33.0...v10.33.1)

##### What's Changed

- feat(`client`): add ansi color mode option for the default logger by
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4566](https://redirect.github.com/trpc/trpc/pull/4566)
- fix(server): ensure `TRPCError.cause` is always an `Error` by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4578](https://redirect.github.com/trpc/trpc/pull/4578)
- fix(client): enable instrumenting fetch by
[@&#8203;skovhus](https://redirect.github.com/skovhus) in
[https://github.com/trpc/trpc/pull/4590](https://redirect.github.com/trpc/trpc/pull/4590)

##### New Contributors

- [@&#8203;enricoros](https://redirect.github.com/enricoros) made their
first contribution in
[https://github.com/trpc/trpc/pull/4587](https://redirect.github.com/trpc/trpc/pull/4587)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.33.0...v10.33.1

###
[`v10.33.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.33.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.32.0...v10.33.0)

##### What's Changed

- feat(`next`): add some cache primitives to data fetching by
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4375](https://redirect.github.com/trpc/trpc/pull/4375)

##### New Contributors

- [@&#8203;iuioiua](https://redirect.github.com/iuioiua) made their
first contribution in
[https://github.com/trpc/trpc/pull/4563](https://redirect.github.com/trpc/trpc/pull/4563)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.32.0...v10.33.0

###
[`v10.32.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.32.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.31.0...v10.32.0)

#### What's Changed

- fix(`react-query`): fix select as transform by
[@&#8203;Sheraff](https://redirect.github.com/Sheraff) &
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4543](https://redirect.github.com/trpc/trpc/pull/4543)
- feat(`react-query`): allow for external apps in
`createServerSideHelpers` by
[@&#8203;KATT](https://redirect.github.com/KATT) &
[@&#8203;EmericW](https://redirect.github.com/EmericW) in
[https://github.com/trpc/trpc/pull/4547](https://redirect.github.com/trpc/trpc/pull/4547)
- chore(`client`): change `OperationContext` from `type` to `interface`
by [@&#8203;nicolassanmar](https://redirect.github.com/nicolassanmar) in
[https://github.com/trpc/trpc/pull/4523](https://redirect.github.com/trpc/trpc/pull/4523)

#### New Contributors

- [@&#8203;mkosir](https://redirect.github.com/mkosir) made their first
contribution in
[https://github.com/trpc/trpc/pull/4533](https://redirect.github.com/trpc/trpc/pull/4533)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.31.0...v10.32.0

###
[`v10.31.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.31.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.30.0...v10.31.0)

#### What's Changed

- feat(`client`): add ability to unwrap a proxy client to an untyped
client by [@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4516](https://redirect.github.com/trpc/trpc/pull/4516)
- fix(`server`): allow overriding root context in nested middleware by
[@&#8203;sachinraja](https://redirect.github.com/sachinraja) in
[https://github.com/trpc/trpc/pull/4528](https://redirect.github.com/trpc/trpc/pull/4528)

#### New Contributors

- [@&#8203;TamirCode](https://redirect.github.com/TamirCode) made their
first contribution in
[https://github.com/trpc/trpc/pull/4524](https://redirect.github.com/trpc/trpc/pull/4524)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.30.0...v10.31.0

###
[`v10.30.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.30.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.29.1...v10.30.0)

##### What's Changed

- fix(`react-query`): initialData & placeholderData does not enforce
output types by
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4494](https://redirect.github.com/trpc/trpc/pull/4494)
- fix(`client`): add minimal `WebReadableStreamEsque` for compatibility
across envs by [@&#8203;Sheraff](https://redirect.github.com/Sheraff) in
[https://github.com/trpc/trpc/pull/4508](https://redirect.github.com/trpc/trpc/pull/4508)
- feat(`react-query` + `next`): remove suspense feature flag by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4510](https://redirect.github.com/trpc/trpc/pull/4510)

##### New Contributors

- [@&#8203;tobihans](https://redirect.github.com/tobihans) made their
first contribution in
[https://github.com/trpc/trpc/pull/4458](https://redirect.github.com/trpc/trpc/pull/4458)
- [@&#8203;SiNONiMiTY](https://redirect.github.com/SiNONiMiTY) made
their first contribution in
[https://github.com/trpc/trpc/pull/4506](https://redirect.github.com/trpc/trpc/pull/4506)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.29.1...v10.30.0

###
[`v10.29.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.29.1)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.29.0...v10.29.1)

##### What's Changed

- fix(`server`): add `unstable_` prefix to `onHead` and `'onChunk'`
adapter callbacks by
[@&#8203;Sheraff](https://redirect.github.com/Sheraff) in
[https://github.com/trpc/trpc/pull/4478](https://redirect.github.com/trpc/trpc/pull/4478)
- fix(`server` + `client`): minor post-release release
`httpBatchStreamLink` issues by
[@&#8203;Sheraff](https://redirect.github.com/Sheraff) in
[https://github.com/trpc/trpc/pull/4481](https://redirect.github.com/trpc/trpc/pull/4481)

##### New Contributors

- [@&#8203;EmericW](https://redirect.github.com/EmericW) made their
first contribution in
[https://github.com/trpc/trpc/pull/4483](https://redirect.github.com/trpc/trpc/pull/4483)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.29.0...v10.29.1

###
[`v10.29.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.29.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.28.2...v10.29.0)

##### What's Changed

- feat(`server` + `client`): add `httpBatchStreamLink`
[@&#8203;Sheraff](https://redirect.github.com/Sheraff) in
[https://github.com/trpc/trpc/pull/4347](https://redirect.github.com/trpc/trpc/pull/4347),
see docs at https://trpc.io/docs/links/httpBatchStreamLink
- fix(`server`): fix minor build warnings due to usage of private fields
by [@&#8203;kamilogorek](https://redirect.github.com/kamilogorek) in
[https://github.com/trpc/trpc/pull/4463](https://redirect.github.com/trpc/trpc/pull/4463)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.28.2...v10.29.0

###
[`v10.28.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.28.2)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.28.1...v10.28.2)

##### What's Changed

- fix(`react-query`): query and mutation defaults being overwritten in
hook wrappers by
[@&#8203;Haaxor1689](https://redirect.github.com/Haaxor1689) in
[https://github.com/trpc/trpc/pull/4371](https://redirect.github.com/trpc/trpc/pull/4371)

##### New Contributors

- [@&#8203;Haaxor1689](https://redirect.github.com/Haaxor1689) made
their first contribution in
[https://github.com/trpc/trpc/pull/4371](https://redirect.github.com/trpc/trpc/pull/4371)
- [@&#8203;willpuckett](https://redirect.github.com/willpuckett) made
their first contribution in
[https://github.com/trpc/trpc/pull/4439](https://redirect.github.com/trpc/trpc/pull/4439)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.28.1...v10.28.2

###
[`v10.28.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.28.1)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.28.0...v10.28.1)

#### What's Changed

- fix(`client`): remove properties from `ResponseEsque` that are not
used by [@&#8203;tjenkinson](https://redirect.github.com/tjenkinson) in
[https://github.com/trpc/trpc/pull/4438](https://redirect.github.com/trpc/trpc/pull/4438)

#### New Contributors

- [@&#8203;tjenkinson](https://redirect.github.com/tjenkinson) made
their first contribution in
[https://github.com/trpc/trpc/pull/4438](https://redirect.github.com/trpc/trpc/pull/4438)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.28.0...v10.28.1

###
[`v10.28.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.28.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.27.3...v10.28.0)

##### What's Changed

- feat(`client`): allow closing active subscriptions by
[@&#8203;Dealerpriest](https://redirect.github.com/Dealerpriest) in
[https://github.com/trpc/trpc/pull/4136](https://redirect.github.com/trpc/trpc/pull/4136)
- feat(`client`): add ability to call `TRPCProxyClient`-methods with
`.apply()` by [@&#8203;atoy40](https://redirect.github.com/atoy40) in
[https://github.com/trpc/trpc/pull/3973](https://redirect.github.com/trpc/trpc/pull/3973)
- feat(`react-query`): allow optional cursor in `useInfiniteQuery` by
[@&#8203;lithdew](https://redirect.github.com/lithdew) in
[https://github.com/trpc/trpc/pull/4374](https://redirect.github.com/trpc/trpc/pull/4374)
- fix(`*`): exclude `*.test.*`-files in build outputs by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4417](https://redirect.github.com/trpc/trpc/pull/4417)

##### New Contributors

- [@&#8203;atoy40](https://redirect.github.com/atoy40) made their first
contribution in
[https://github.com/trpc/trpc/pull/3973](https://redirect.github.com/trpc/trpc/pull/3973)
-
[@&#8203;miguelvelasquezdev](https://redirect.github.com/miguelvelasquezdev)
made their first contribution in
[https://github.com/trpc/trpc/pull/4341](https://redirect.github.com/trpc/trpc/pull/4341)
- [@&#8203;lithdew](https://redirect.github.com/lithdew) made their
first contribution in
[https://github.com/trpc/trpc/pull/4374](https://redirect.github.com/trpc/trpc/pull/4374)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.27.3...v10.28.0

###
[`v10.27.3`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.3)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.27.2...v10.27.3)

#### What's Changed

- fix(`react-query`): fix `useInfiniteQuery` `placeholderData` types by
[@&#8203;SSHari](https://redirect.github.com/SSHari) in
[https://github.com/trpc/trpc/pull/4402](https://redirect.github.com/trpc/trpc/pull/4402)

#### New Contributors

- [@&#8203;SSHari](https://redirect.github.com/SSHari) made their first
contribution in
[https://github.com/trpc/trpc/pull/4402](https://redirect.github.com/trpc/trpc/pull/4402)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.27.2...v10.27.3

###
[`v10.27.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.2)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.27.1...v10.27.2)

#### What's Changed

- fix(`next)`: remove conditional hook in `withTRPC()` by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4410](https://redirect.github.com/trpc/trpc/pull/4410)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.27.1...v10.27.2

###
[`v10.27.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.1)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.27.0...v10.27.1)

#### What's Changed

- fix(`next`): fix `next` `peerDependencies` version by
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4391](https://redirect.github.com/trpc/trpc/pull/4391)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.27.0...v10.27.1

###
[`v10.27.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.27.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.26.0...v10.27.0)

#### What's Changed

- feat(`next`): experimental server actions by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4359](https://redirect.github.com/trpc/trpc/pull/4359)
(see https://github.com/trpc/examples-next-app-dir)

#### New Contributors

- [@&#8203;itsravenous](https://redirect.github.com/itsravenous) made
their first contribution in
[https://github.com/trpc/trpc/pull/4368](https://redirect.github.com/trpc/trpc/pull/4368)
- [@&#8203;sannajammeh](https://redirect.github.com/sannajammeh) made
their first contribution in
[https://github.com/trpc/trpc/pull/4367](https://redirect.github.com/trpc/trpc/pull/4367)
- [@&#8203;HynekS](https://redirect.github.com/HynekS) made their first
contribution in
[https://github.com/trpc/trpc/pull/4384](https://redirect.github.com/trpc/trpc/pull/4384)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.26.0...v10.27.0

###
[`v10.26.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.26.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.25.1...v10.26.0)

#### What's Changed

- fix(client): make sure that `dom.iterable` types are included for
`FormData` by
[@&#8203;kamilogorek](https://redirect.github.com/kamilogorek) in
[https://github.com/trpc/trpc/pull/4355](https://redirect.github.com/trpc/trpc/pull/4355)
- feat(next): experimental app directory integration by
[@&#8203;sachinraja](https://redirect.github.com/sachinraja),
[@&#8203;KATT](https://redirect.github.com/KATT), &
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/3918](https://redirect.github.com/trpc/trpc/pull/3918)
(see
[github.com/trpc/examples-next-app-dir](https://redirect.github.com/trpc/examples-next-app-dir))

#### New Contributors

- [@&#8203;AlexXanderGrib](https://redirect.github.com/AlexXanderGrib)
made their first contribution in
[https://github.com/trpc/trpc/pull/4330](https://redirect.github.com/trpc/trpc/pull/4330)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.25.1...v10.26.0

###
[`v10.25.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.25.1)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.25.0...v10.25.1)

#### What's Changed

- fix(server): keep union type when simplifying in middleware by
[@&#8203;Nick-Lucas](https://redirect.github.com/Nick-Lucas) in
[https://github.com/trpc/trpc/pull/4327](https://redirect.github.com/trpc/trpc/pull/4327)
- fix(client): `loggerLink` backwards compat with es2015 by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4342](https://redirect.github.com/trpc/trpc/pull/4342)

#### New Contributors

- [@&#8203;Sturlen](https://redirect.github.com/Sturlen) made their
first contribution in
[https://github.com/trpc/trpc/pull/4315](https://redirect.github.com/trpc/trpc/pull/4315)
- [@&#8203;IAmYoungbossy](https://redirect.github.com/IAmYoungbossy)
made their first contribution in
[https://github.com/trpc/trpc/pull/4326](https://redirect.github.com/trpc/trpc/pull/4326)
-
[@&#8203;nicholashamilton](https://redirect.github.com/nicholashamilton)
made their first contribution in
[https://github.com/trpc/trpc/pull/4329](https://redirect.github.com/trpc/trpc/pull/4329)
- [@&#8203;lkostrowski](https://redirect.github.com/lkostrowski) made
their first contribution in
[https://github.com/trpc/trpc/pull/4335](https://redirect.github.com/trpc/trpc/pull/4335)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.25.0...v10.25.1

###
[`v10.25.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.25.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.24.0...v10.25.0)

#### What's Changed

- feat(server): add hostname to listen in standalone adapter by
[@&#8203;dzearing](https://redirect.github.com/dzearing) in
[https://github.com/trpc/trpc/pull/4311](https://redirect.github.com/trpc/trpc/pull/4311)

#### New Contributors

- [@&#8203;feelixe](https://redirect.github.com/feelixe) made their
first contribution in
[https://github.com/trpc/trpc/pull/4297](https://redirect.github.com/trpc/trpc/pull/4297)
- [@&#8203;dzearing](https://redirect.github.com/dzearing) made their
first contribution in
[https://github.com/trpc/trpc/pull/4311](https://redirect.github.com/trpc/trpc/pull/4311)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.24.0...v10.25.0

###
[`v10.24.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.24.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.23.1...v10.24.0)

#### What's Changed

- feat(server): simplify output type for client queries by
[@&#8203;kamilogorek](https://redirect.github.com/kamilogorek) in
[https://github.com/trpc/trpc/pull/4283](https://redirect.github.com/trpc/trpc/pull/4283)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.23.1...v10.24.0

###
[`v10.23.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.23.1)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.23.0...v10.23.1)

#### What's Changed

- fix(server & next): trpc should assume `content-type:
application/json` on preprocessed requests by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4293](https://redirect.github.com/trpc/trpc/pull/4293)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.23.0...v10.23.1

###
[`v10.23.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.23.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.22.0...v10.23.0)

#### What's Changed

- feat: add experimental support for `FormData` mutations by
[@&#8203;sachinraja](https://redirect.github.com/sachinraja) &
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/3795](https://redirect.github.com/trpc/trpc/pull/3795)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.22.0...v10.23.0

###
[`v10.22.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.22.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.21.2...v10.22.0)

#### What's Changed

- feat(react-query): promote `overrides` without `unstable_`-prefix by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4268](https://redirect.github.com/trpc/trpc/pull/4268)

#### New Contributors

- [@&#8203;ahmedhesham6](https://redirect.github.com/ahmedhesham6) made
their first contribution in
[https://github.com/trpc/trpc/pull/4259](https://redirect.github.com/trpc/trpc/pull/4259)
- [@&#8203;rjackson](https://redirect.github.com/rjackson) made their
first contribution in
[https://github.com/trpc/trpc/pull/4269](https://redirect.github.com/trpc/trpc/pull/4269)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.21.2...v10.22.0

###
[`v10.21.2`](https://redirect.github.com/trpc/trpc/releases/tag/v10.21.2)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.21.1...v10.21.2)

#### What's Changed

- fix(server): skip deserialization of post bodies when the HTTP handler
has already processed it by
[@&#8203;KATT](https://redirect.github.com/KATT) &
[@&#8203;sudo97](https://redirect.github.com/sudo97)

[https://github.com/trpc/trpc/pull/4256](https://redirect.github.com/trpc/trpc/pull/4256)4256

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.21.1...v10.21.2

###
[`v10.21.1`](https://redirect.github.com/trpc/trpc/releases/tag/v10.21.1)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.21.0...v10.21.1)

#### What's Changed

- fix(`@trpc/next`): different transformers for up/down with `ssr: true`
by [@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4197](https://redirect.github.com/trpc/trpc/pull/4197)

#### New Contributors

- [@&#8203;tanerijun](https://redirect.github.com/tanerijun) made their
first contribution in
[https://github.com/trpc/trpc/pull/4214](https://redirect.github.com/trpc/trpc/pull/4214)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.21.0...v10.21.1

###
[`v10.21.0`](https://redirect.github.com/trpc/trpc/releases/tag/v10.21.0)

[Compare
Source](https://redirect.github.com/trpc/trpc/compare/v10.20.0...v10.21.0)

#### What's Changed

- fix(server): undefined stripped from query result by
[@&#8203;juliusmarminge](https://redirect.github.com/juliusmarminge) in
[https://github.com/trpc/trpc/pull/4187](https://redirect.github.com/trpc/trpc/pull/4187)
- perf(server): `Overwrite` util type is unnecessarily expensive by
[@&#8203;mozzius](https://redirect.github.com/mozzius) in
[https://github.com/trpc/trpc/pull/4204](https://redirect.github.com/trpc/trpc/pull/4204)
- feat(server): retain `Error.cause` even if the original cause isn't an
`Error`-instance by [@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4219](https://redirect.github.com/trpc/trpc/pull/4219)
- fix(react): use ref to ensure opts stay sync'd with subscription by
[@&#8203;KATT](https://redirect.github.com/KATT) in
[https://github.com/trpc/trpc/pull/4222](https://redirect.github.com/trpc/trpc/pull/4222)

#### New Contributors

- [@&#8203;jaredpalmer](https://redirect.github.com/jaredpalmer) made
their first contribution in
[https://github.com/trpc/trpc/pull/4161](https://redirect.github.com/trpc/trpc/pull/4161)

**Full Changelog**:
https://github.com/trpc/trpc/compare/v10.20.0...v10.21.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/creatorsgarten/contentsgarten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 69609dd commit c48ffee
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c48ffee

Please sign in to comment.