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

chore: trpc 11.x support (resolves #184)

Open mat-sz opened this issue 9 months ago • 5 comments

Few things worth noting:

  1. This will break compatibility with tRPC 10.x.
  2. tRPC 11.x is currently in RC state, so they will probably release a stable build soon. (see: https://www.npmjs.com/package/@trpc/server?activeTab=versions)
  3. Once tRPC 11.x has a stable release, the version specifier in package.json will need to be replaced (next -> >=11.0.0) for both @trpc/client and @trpc/server in devDependencies. Otherwise tRPC 12.x unstable releases might be installed (whenever they start existing).
  4. I've been using this for around 3 months in my own fork, with my app and I have noticed no issues; so the changes should be decently stable.

mat-sz avatar May 04 '24 11:05 mat-sz