Skip to content

fix: for bigquery-storage add protobufjs to dependencies#8243

Open
danieljbruce wants to merge 1 commit into
mainfrom
bq-storage-dev-dependencies
Open

fix: for bigquery-storage add protobufjs to dependencies#8243
danieljbruce wants to merge 1 commit into
mainfrom
bq-storage-dev-dependencies

Conversation

@danieljbruce
Copy link
Copy Markdown
Contributor

@danieljbruce danieljbruce commented May 11, 2026

Description

https://github.com/googleapis/google-cloud-node/actions/runs/25682649429/job/75398015952 indicates the release is failing to compile for bigquery-storage. Although the tests seem to work perfectly fine when run locally, running tests in our CI environment are failing. The current hypothesis is that this is because the protobufjs dependency is only in peer dependencies and the build is still working locally because the persistent local environment is able to find the protobufjs dependency from another location on time whereas the CI build can't find any reliable protobufjs dependency to rely on from a clean build.

Impact

Unblocks the release for google-cloud-node

@danieljbruce danieljbruce changed the title fix: for bigquery-storage add protobufjs to depend fix: for bigquery-storage add protobufjs to dependencies May 11, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the package.json for the BigQuery Storage handwritten library to include protobufjs as a direct dependency, matching its existing version in peerDependencies. I have no feedback to provide as there were no review comments to evaluate.

@danieljbruce danieljbruce marked this pull request as ready for review May 11, 2026 19:07
@danieljbruce danieljbruce requested a review from a team as a code owner May 11, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant