electron-trpc
electron-trpc copied to clipboard
Build type-safe Electron inter-process communication using tRPC
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...
[](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) |...
[](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) | [](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](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) | [](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) | [](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:  ```...
`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: