build(version): Bump version for protobufjs - #904
Merged
Conversation
mc-nv
marked this pull request as ready for review
June 24, 2026 15:23
nv-rinig
approved these changes
Jun 24, 2026
whoisj
approved these changes
Jun 24, 2026
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.
Summary
Refresh the JavaScript gRPC example's dependency overrides:
@grpc/proto-loaderfrom^0.8.0to^0.8.1.protobufjsoverride from^7.5.5to^8.6.5.package-lock.jsonto reflect the new resolutions.Why
Aligns the JS gRPC example with the actively maintained
protobufjs8.x line and the current@grpc/proto-loaderrelease. Keeps the example surface forward-compatible as downstream consumers move to newer grpc-node ecosystem versions.Test plan
npm install --package-lock-onlyinsrc/grpc_generated/javascript/resolves cleanly to@grpc/proto-loader@0.8.1andprotobufjs@8.6.5.@grpc/proto-loader@0.8.1formally declaresprotobufjs: ^7.5.5in its package metadata. The override forces 8.x. End-to-end validation viaL0_simple_nodejs_client(in the server QA container) is recommended once a 26.06 SDK image is ready.Related Issues: