chore(deps): bump vcpkg baseline to 2026.06.01 (protobuf 6.33, grpc 1.76)#30
Merged
Merged
Conversation
….76) Bump the vcpkg baseline from 66c0373 to the 2026.06.01 release (f3e1065). Refreshes the C++ dependency set, notably protobuf 5.29.5 -> 6.33.4 and grpc 1.71.0 -> 1.76.0. The gRPC server generates its protobuf/grpc C++ at build time, so there is no stale-code mixing. Second canary for the org-wide baseline bump (fluxgraph = grpc + server proto-gen, the highest-risk surface). ezo (protobuf-only) already green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why
Bump the vcpkg baseline
66c0373…→ vcpkg 2026.06.01 (commitf3e1065). Second canary for the org-wide P3b baseline bump — fluxgraph is the highest-risk surface (the only repo with bothprotobufandgrpc, plus a server that generates protobuf+grpc C++ at build time).anolis-provider-ezo(protobuf-only) already passed.What
vcpkg-configuration.jsonbaseline →f3e1065…(thesetup-vcpkgaction derives the commit from it; no workflow changes).Risk / mitigations
absl::string_viewreturns,[[nodiscard]],ctyperemoval) and the grpc minor bump. The server build regenerates.pb.*/.grpc.pb.*at build time, so this PR's CI (incl. theserver-enabledlane + Python proto-gen integration tests on Linux & Windows) is the definitive check.Verification
Full CI including the gRPC
server-enabledbuild, Python proto-gen integration tests, and the evidence-adjacent lanes. If green, the bump rolls to bread, sim, anolis.