Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(client): remove properties from ResponseEsque that are not used #4438

Merged
merged 2 commits into from
May 29, 2023

Conversation

tjenkinson
Copy link
Contributor

🎯 Changes

Removes all properties from the fetch response type that are not actually used. This is so that the fetch ponyfill also doesn't have to implement unnecessary parts.

Specifically I'm using this library in a Cloudflare worker to make requests to a Cloudflare Durable object worker, and to do that I'm providing the durable object fetch function. This works perfectly 🎉 except it hits a type error though because the Response type in@cloudflare/workers-types (visible here) is

declare class Response extends Body {
  constructor(body?: BodyInit | null, init?: ResponseInit);
  static redirect(url: string, status?: number): Response;
  static json(any: any, maybeInit?: ResponseInit | Response): Response;
  clone(): Response;
  readonly status: number;
  readonly statusText: string;
  readonly headers: Headers;
  readonly ok: boolean;
  readonly redirected: boolean;
  readonly url: string;
  readonly webSocket: WebSocket | null;
  readonly cf?: any;
}

which is missing type which (without this change) is required, but not used.

Here is the error:

image

What changes are made in this PR? Is it a feature or a bug fix?

Bug fix

✅ Checklist

  • I have followed the steps listed in the Contributing guide.
  • If necessary, I have added documentation related to the changes made.
  • I have added or updated the tests related to the changes made.

@vercel
Copy link

vercel bot commented May 28, 2023

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

Name Status Preview Comments Updated (UTC)
www ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 29, 2023 3:58pm

@vercel
Copy link

vercel bot commented May 28, 2023

@tjenkinson is attempting to deploy a commit to the trpc Team on Vercel.

A member of the Team first needs to authorize it.

@KATT KATT changed the title fix: remove properties from ResponseEsque that are not used patch: remove properties from ResponseEsque that are not used May 29, 2023
@KATT KATT changed the title patch: remove properties from ResponseEsque that are not used fix: remove properties from ResponseEsque that are not used May 29, 2023
@KATT KATT changed the title fix: remove properties from ResponseEsque that are not used fix(client): remove properties from ResponseEsque that are not used May 29, 2023
@KATT KATT enabled auto-merge (squash) May 29, 2023 15:56
@KATT KATT merged commit dd39a06 into trpc:main May 29, 2023
31 of 33 checks passed
kodiakhq bot added a commit to weareinreach/InReach that referenced this pull request May 30, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mantine/carousel](https://mantine.dev/others/carousel/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fcarousel/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcarousel/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/core](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fcore/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fcore/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dates](https://mantine.dev/dates/getting-started/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fdates/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdates/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/dropzone](https://mantine.dev/others/dropzone/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fdropzone/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fdropzone/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/form](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fform/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fform/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/hooks](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fhooks/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fhooks/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/modals](https://mantine.dev/others/modals/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fmodals/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fmodals/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/next](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fnext/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnext/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/notifications](https://mantine.dev/others/notifications/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fnotifications/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnotifications/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/nprogress](https://mantine.dev/others/nprogress/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fnprogress/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fnprogress/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/prism](https://mantine.dev/others/prism/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fprism/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fprism/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/spotlight](https://mantine.dev/others/spotlight/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2fspotlight/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2fspotlight/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/tiptap](https://mantine.dev/others/tiptap) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2ftiptap/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2ftiptap/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@mantine/utils](https://mantine.dev/) ([source](https://togithub.com/mantinedev/mantine)) | [`6.0.11` -> `6.0.13`](https://renovatebot.com/diffs/npm/@mantine%2futils/6.0.11/6.0.13) | [![age](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/compatibility-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@mantine%2futils/6.0.13/confidence-slim/6.0.11)](https://docs.renovatebot.com/merge-confidence/) |
| [@t3-oss/env-nextjs](https://togithub.com/t3-oss/t3-env) | [`0.3.1` -> `0.4.0`](https://renovatebot.com/diffs/npm/@t3-oss%2fenv-nextjs/0.3.1/0.4.0) | [![age](https://badges.renovateapi.com/packages/npm/@t3-oss%2fenv-nextjs/0.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@t3-oss%2fenv-nextjs/0.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@t3-oss%2fenv-nextjs/0.4.0/compatibility-slim/0.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@t3-oss%2fenv-nextjs/0.4.0/confidence-slim/0.3.1)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/client](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.28.0` -> `10.28.1`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.28.0/10.28.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.28.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.28.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.28.1/compatibility-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fclient/10.28.1/confidence-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/next](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.28.0` -> `10.28.1`](https://renovatebot.com/diffs/npm/@trpc%2fnext/10.28.0/10.28.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.28.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.28.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.28.1/compatibility-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fnext/10.28.1/confidence-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/react-query](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.28.0` -> `10.28.1`](https://renovatebot.com/diffs/npm/@trpc%2freact-query/10.28.0/10.28.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.28.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.28.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.28.1/compatibility-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2freact-query/10.28.1/confidence-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) |
| [@trpc/server](https://trpc.io) ([source](https://togithub.com/trpc/trpc)) | [`10.28.0` -> `10.28.1`](https://renovatebot.com/diffs/npm/@trpc%2fserver/10.28.0/10.28.1) | [![age](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.28.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.28.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.28.1/compatibility-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@trpc%2fserver/10.28.1/confidence-slim/10.28.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-error-boundary](https://togithub.com/bvaughn/react-error-boundary) | [`4.0.7` -> `4.0.8`](https://renovatebot.com/diffs/npm/react-error-boundary/4.0.7/4.0.8) | [![age](https://badges.renovateapi.com/packages/npm/react-error-boundary/4.0.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-error-boundary/4.0.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-error-boundary/4.0.8/compatibility-slim/4.0.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-error-boundary/4.0.8/confidence-slim/4.0.7)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>mantinedev/mantine</summary>

### [`v6.0.13`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.13)

#### What's Changed

-   `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not passed to Calendar component ([#&#8203;4273](https://togithub.com/mantinedev/mantine/issues/4273))
-   `[@mantine/core]` AppShell: Fix wrong padding when `navbarOffsetBreakpoint` and `asideOffsetBreakpoint` have the same value ([#&#8203;4281](https://togithub.com/mantinedev/mantine/issues/4281))
-   `[@mantine/core]` Select: Fix unexpected horizontal scrollbar in items with long text ([#&#8203;4296](https://togithub.com/mantinedev/mantine/issues/4296))
-   `[@mantine/core]` NumberInput: Fix missing disabled controls styles ([#&#8203;4314](https://togithub.com/mantinedev/mantine/issues/4314))
-   `[@mantine/core]` Fix Select/MultiSelect scrolling page when `transitionProps` are set ([#&#8203;4327](https://togithub.com/mantinedev/mantine/issues/4327))
-   `[@mantine/core]` Chip: Fix unexpected line break when children are not a plain string ([#&#8203;4328](https://togithub.com/mantinedev/mantine/issues/4328))

#### New Contributors

-   [@&#8203;omegahm](https://togithub.com/omegahm) made their first contribution in [mantinedev/mantine#4280
-   [@&#8203;ot07](https://togithub.com/ot07) made their first contribution in [mantinedev/mantine#4290
-   [@&#8203;richardboehme](https://togithub.com/richardboehme) made their first contribution in [mantinedev/mantine#4314
-   [@&#8203;andremonteiro95](https://togithub.com/andremonteiro95) made their first contribution in [mantinedev/mantine#4273

**Full Changelog**: mantinedev/mantine@6.0.11...6.0.13

</details>

<details>
<summary>t3-oss/t3-env</summary>

### [`v0.4.0`](https://togithub.com/t3-oss/t3-env/blob/HEAD/packages/nextjs/CHANGELOG.md#&#8203;040)

[Compare Source](https://togithub.com/t3-oss/t3-env/compare/@t3-oss/env-nextjs@0.3.1...@t3-oss/env-nextjs@0.4.0)

##### Patch Changes

-   Updated dependencies \[[`b35b8e8`](https://togithub.com/t3-oss/t3-env/commit/b35b8e87e237ed32d4af3cef3d0d0783fe24f61a), [`fd7e659`](https://togithub.com/t3-oss/t3-env/commit/fd7e659fd31e5bbb07cbfc5bf1077d7177ee8ef3)]:
    -   [@&#8203;t3-oss/env-core](https://togithub.com/t3-oss/env-core)[@&#8203;0](https://togithub.com/0).4.0

</details>

<details>
<summary>trpc/trpc</summary>

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

[Compare Source](https://togithub.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://togithub.com/tjenkinson) in [trpc/trpc#4438

##### New Contributors

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

**Full Changelog**: trpc/trpc@v10.28.0...v10.28.1

</details>

<details>
<summary>bvaughn/react-error-boundary</summary>

### [`v4.0.8`](https://togithub.com/bvaughn/react-error-boundary/releases/tag/4.0.8)

[Compare Source](https://togithub.com/bvaughn/react-error-boundary/compare/4.0.7...4.0.8)

-   [144](https://togithub.com/bvaughn/react-error-boundary/pull/144): Build release bundle with Preconstruct

</details>

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] 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://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #515
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@tjenkinson
Copy link
Contributor Author

Thanks for the quick approval!

@huw
Copy link

huw commented Jun 12, 2023

Thanks mate, you’re a hero

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants