Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates the command
@bufbuild/connect-migrate
to migrate to v2.It updates the following packages:
@bufbuild/protobuf
→ 2.0.0-beta.2@bufbuild/protoplugin
→ 2.0.0-beta.2@bufbuild/protoc-gen-es
→ 2.0.0-beta.2@connectrpc/connect
→ 2.0.0-alpha.1@connectrpc/connect-express
→ 2.0.0-alpha.1@connectrpc/connect-fastify
→ 2.0.0-alpha.1@connectrpc/connect-next
→ 2.0.0-alpha.1@connectrpc/connect-node
→ 2.0.0-alpha.1@connectrpc/connect-web
→ 2.0.0-alpha.1@connectrpc/connect-query
→ 2.0.0-alpha.1@connectrpc/connect-playwright
→ 0.4.0It removes the following packages (the plugin is no longer needed):
@connectrpc/protoc-gen-connect-es
For buf.gen.yaml files, it:
local: protoc-gen-connect-es
orremote: buf.build/connectrpc/es
.remote: buf.build/bufbuild/es:v1.10.0
→remote: buf.build/bufbuild/es:v2.0.0
.It updates the following imports in source files:
import { ElizaService } from "./gen/eliza_connect.js"
→import { ElizaService } from "./gen/eliza_pb.js"