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

[Bug]: support connectrpc v2 #773

Open
macourteau opened this issue Feb 27, 2025 · 0 comments
Open

[Bug]: support connectrpc v2 #773

macourteau opened this issue Feb 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@macourteau
Copy link

What happened?

Version 2 of connectrpc was released ~mid-November. However, I'm having issues migrating my codebase; specifically, the targets generated by ts_proto_library still reference @connectrpc/protoc-gen-connect-es, which has been removed in v2. The example in rules_ts still references v1 of the bufbuild/connectrpc dependencies.

Version

Development (host) and target OS/architectures: macOS

Output of bazel --version: 8.1.1

Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file:
bazel_dep(name = "aspect_rules_ts", version = "3.5.0")

Language(s) and/or frameworks involved:
rules_ts / connectrpc

How to reproduce

Define a proto service in a `.proto` file, create a `proto_library` and a `ts_proto_library` for it, in a bazel workspace that uses v2 of connectrpc.

Any other information?

No response

@macourteau macourteau added the bug Something isn't working label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant