Skip to content

Commit

Permalink
fix(deps): update trpc monorepo to v10.45.0 (#169)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

### [`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
[@&#8203;KATT](https://togithub.com/KATT) in
[trpc/trpc#5173
- chore: bump typescript and fix TS errors by
[@&#8203;KATT](https://togithub.com/KATT) in
[trpc/trpc#5178
- fix(server + client): add `noImplicitOverride` & add explicit
overrides in `TRPCError` / `TRPCClientError` by
[@&#8203;me-imfhd](https://togithub.com/me-imfhd) in
[trpc/trpc#5195
- fix(next): rm `react-ssr-prepass` dependency by
[@&#8203;KATT](https://togithub.com/KATT) in
[trpc/trpc#5201
- feat(next): exclude non-ssr queries from the hydrated state by
[@&#8203;jonluca](https://togithub.com/jonluca) in
[trpc/trpc#5135
- fix(server+client): Incorrect serialization of `IndexSignature` and
`Record` by [@&#8203;microdev1](https://togithub.com/microdev1) in
[trpc/trpc#5211
- feat(server): deprecate `.createCaller()` in favor of
`t.createCallerFactory()` by [@&#8203;KATT](https://togithub.com/KATT)
in
[trpc/trpc#5213

##### New Contributors

- [@&#8203;kwaimind](https://togithub.com/kwaimind) made their first
contribution in
[trpc/trpc#5143
- [@&#8203;me-imfhd](https://togithub.com/me-imfhd) made their first
contribution in
[trpc/trpc#5195
- [@&#8203;microdev1](https://togithub.com/microdev1) made their first
contribution in
[trpc/trpc#5211

**Full Changelog**:
trpc/trpc@v10.44.1...v10.45.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on Friday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ettorepuccetti/terrarossa).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 29, 2023
1 parent 4abaf91 commit 75653d1
Showing 1 changed file with 19 additions and 33 deletions.
52 changes: 19 additions & 33 deletions package-lock.json

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

0 comments on commit 75653d1

Please sign in to comment.