electron-trpc icon indicating copy to clipboard operation
electron-trpc copied to clipboard

Build type-safe Electron inter-process communication using tRPC

Results 37 electron-trpc issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/TanStack/query/tree/HEAD/packages/react-query)) | [`^4.29.14` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.29.14/5.32.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.6.11` -> `8.15.8`](https://renovatebot.com/diffs/npm/pnpm/8.6.11/8.15.8) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@changesets/cli](https://redirect.github.com/changesets/changesets/tree/main#readme) ([source](https://redirect.github.com/changesets/changesets)) | [`2.27.1` -> `2.27.8`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.27.1/2.27.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fcli/2.27.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [electron](https://redirect.github.com/electron/electron) | [`29.3.2` -> `32.1.1`](https://renovatebot.com/diffs/npm/electron/29.3.2/32.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/32.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron/32.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@tanstack/react-query](https://tanstack.com/query) ([source](https://togithub.com/TanStack/query/tree/HEAD/packages/react-query)) | [`^4.29.14` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@tanstack%2freact-query/4.29.14/5.52.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-query/5.52.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

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.33.1` -> `10.45.2`](https://renovatebot.com/diffs/npm/@trpc%2fclient/10.33.1/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/) |...

I noticed there isn't any recent activity on this repository. Is there a chance this repository could be revived in the future, or are you perhaps looking for maintainers to...

Is there a way to get a more detailed stack trace for an error that occurs during an electron-trpc call? For example, a Zod error results in this: ![image](https://github.com/jsonnull/electron-trpc/assets/4711227/da1e310a-23b2-43ee-ad67-baea3b6f5e16) ```...

`exposeElectronTRPC` import `contextBridge`, which is not available in main process. This cause a fatal error when users import `electron-trpc/main.mjs` in main process: