chore(deps): bump buf and related dependencies to latest versions#130
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Buf tool version to v1.71.0 and upgrades the remote plugins for Connect RPC and Bufbuild ES. As a result, the generated TypeScript and JavaScript files have been updated, with optional fields now explicitly typed to include undefined. There are no review comments, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
This PR updates the Buf toolchain and regenerates the TypeScript protobuf outputs to align with the latest generator versions used by the repository.
Changes:
- Bump the locally-installed Buf version in the Makefile to
v1.71.0. - Update
buf.gen.yamlremote plugin versions (ConnectRPC Go + bufbuild ES) and regenerate the TS outputs withprotoc-gen-es v2.12.1. - TypeScript declaration outputs now explicitly include
| undefinedon certain optional fields (generator output change).
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| ts/src/runtime/v1/runtime_pb.js | Regenerated runtime JS output with protoc-gen-es v2.12.1. |
| ts/src/runtime/v1/runtime_pb.d.ts | Regenerated runtime TS declarations; optional fields now include | undefined in some cases. |
| ts/src/resource/v1/resource_pb.js | Regenerated resource JS output with protoc-gen-es v2.12.1. |
| ts/src/resource/v1/resource_pb.d.ts | Regenerated resource TS declarations; optional fields now include | undefined in some cases. |
| ts/src/link/v1/link_pb.js | Regenerated link JS output with protoc-gen-es v2.12.1. |
| ts/src/link/v1/link_pb.d.ts | Regenerated link TS declarations with protoc-gen-es v2.12.1. |
| ts/src/feature_pb.js | Regenerated feature JS output with protoc-gen-es v2.12.1. |
| ts/src/feature_pb.d.ts | Regenerated feature TS declarations with protoc-gen-es v2.12.1. |
| Makefile | Updates the pinned Buf binary version used by repo tooling. |
| buf.gen.yaml | Updates Buf remote plugin versions (ConnectRPC Go + ES generator) used for codegen. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.