chore(deps): update librarian toolchain to v0.30.1 and gapic-node-processing to 0.1.11 - #8980
Merged
quirogas merged 1 commit intoJul 28, 2026
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the configuration in librarian.yaml by bumping the overall version to v0.30.1 and the gapic-node-processing tool version to 0.1.11. Additionally, it reorders the version field for the google-maps-isochrones library. There are no review comments, and I have no feedback to provide.
quirogas
marked this pull request as ready for review
July 28, 2026 00:21
suztomo
approved these changes
Jul 28, 2026
| # limitations under the License. | ||
| language: nodejs | ||
| version: v0.27.1 | ||
| version: v0.30.1 |
Member
There was a problem hiding this comment.
Ensure you run "generate -all", or comment why you didn't. It helps future troubleshooting.
Contributor
Author
There was a problem hiding this comment.
I was going to split it into three parts to make it easier for reviewers, but you make a good point. Description is now updated.
quirogas
force-pushed
the
chore/update-librarian-toolchain
branch
from
July 28, 2026 14:26
877cea3 to
277bb51
Compare
Update librarian to v0.30.1 and gapic-node-processing to 0.1.11 in librarian.yaml, and regenerate all client libraries across the workspace. Key changes: - Toolchain: Update librarian to v0.30.1 and gapic-node-processing to 0.1.11. - Multi-API Barrel Exports: Restore previously missing client exports across multi-service libraries (such as WorkflowsClient in google-cloud-workflows and FirestoreAdminClient in google-cloud-firestore-api) using TypeScript AST declaration merging. - Protobuf Bundles: Minify runtime protobuf bundles (protos/protos.js), reducing generated JavaScript file sizes by up to 75%. - Workflows Custom Script: Empty the filesToDelete array in packages/google-cloud-workflows/librarian.js. Previously, this script deleted generated WorkflowsClient files as a workaround for generator limitations. With multi-service AST merging enabled in gapic-node-processing, index.ts automatically exports WorkflowsClient, requiring the target files to be preserved on disk. For googleapis/librarian#6969
quirogas
force-pushed
the
chore/update-librarian-toolchain
branch
from
July 28, 2026 14:29
277bb51 to
5ffc2d4
Compare
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.
Update librarian to v0.30.1 and gapic-node-processing to 0.1.11 in librarian.yaml, and regenerate all client libraries across the workspace.
enabled in gapic-node-processing, index.ts automatically exports WorkflowsClient, requiring the target files to be preserved on disk.
For googleapis/librarian#6969