Skip to content

build(version): Bump version for protobufjs - #904

Merged
mc-nv merged 2 commits into
r26.06from
mchornyi/TRI-1421/fixes
Jun 24, 2026
Merged

build(version): Bump version for protobufjs#904
mc-nv merged 2 commits into
r26.06from
mchornyi/TRI-1421/fixes

Conversation

@mc-nv

@mc-nv mc-nv commented Jun 23, 2026

Copy link
Copy Markdown
Contributor
Resolves: TRI-1421

Summary

Refresh the JavaScript gRPC example's dependency overrides:

  • Bump @grpc/proto-loader from ^0.8.0 to ^0.8.1.
  • Update the protobufjs override from ^7.5.5 to ^8.6.5.
  • Regenerated package-lock.json to reflect the new resolutions.

Why

Aligns the JS gRPC example with the actively maintained protobufjs 8.x line and the current @grpc/proto-loader release. Keeps the example surface forward-compatible as downstream consumers move to newer grpc-node ecosystem versions.

Test plan

  • npm install --package-lock-only in src/grpc_generated/javascript/ resolves cleanly to @grpc/proto-loader@0.8.1 and protobufjs@8.6.5.
  • Note: @grpc/proto-loader@0.8.1 formally declares protobufjs: ^7.5.5 in its package metadata. The override forces 8.x. End-to-end validation via L0_simple_nodejs_client (in the server QA container) is recommended once a 26.06 SDK image is ready.

Related Issues:

  • Resolves: TRI-1421

@mc-nv mc-nv self-assigned this Jun 23, 2026
@mc-nv mc-nv changed the title Mchornyi/tri 1421/fixes Bump version for protobufjs Jun 23, 2026
@mc-nv mc-nv changed the title Bump version for protobufjs build(version): Bump version for protobufjs Jun 23, 2026
@mc-nv
mc-nv marked this pull request as ready for review June 24, 2026 15:23
@mc-nv
mc-nv merged commit f79d0b6 into r26.06 Jun 24, 2026
3 checks passed
@mc-nv
mc-nv deleted the mchornyi/TRI-1421/fixes branch June 24, 2026 16:26
mc-nv added a commit that referenced this pull request Jun 29, 2026
* fix: Update version

* Update lockfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants