fix: update deps to the latest - #611
Merged
Merged
Conversation
hessjcg
approved these changes
Sep 2, 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.
Update dependencies to the latest versions across the root package and example subprojects.
Summary of Changes
Production Google Libraries (Major version bumps):
@googleapis/sqladmin:^37.0.0->^38.0.0(incorporates deps: Update dependency @googleapis/sqladmin to v38 - autoclosed #595)google-auth-library:^10.9.1->^11.0.2(incorporates deps: Update dependency google-auth-library to v11 - autoclosed #594)gaxios:^7.3.1->^8.0.0(incorporates deps: Update dependency gaxios to v8 - autoclosed #608)Root Dependencies (Minor / In-range updates):
@types/pg:^8.21.0->^8.23.1mysql2:^3.23.3->^3.24.2typeorm:^1.1.0->^1.1.1package-lock.json(qsto 6.16.0,js-yamlto 4.3.2,undicito 6.28.0, incorporating chore(deps): bump qs from 6.14.1 to 6.14.2 #532, chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1 #599, chore(deps-dev): bump undici from 6.27.0 to 6.28.0 #597)Cloud Run Examples (
examples/cloudrun/*/*):express-rate-limitto8.2.2+ across examples (incorporating chore(deps): bump express-rate-limit from 8.2.1 to 8.2.2 in /examples/cloudrun/prisma/mysql #572 and chore(deps): bump express-rate-limit from 8.2.1 to 8.2.2 in /examples/cloudrun/typeorm/mysql2 #575).Build Script Enhancements (
build.sh):deps-major-version(anddeps_major_versionalias) usingnpm-check-updates -uto support major upgrades../build.sh depsand./build.sh deps-major-versionto recursively update dependencies in allexamples/cloudrun/*/*/package.jsonsubdirectories so nested example dependencies are never missed.fix_registry_urlshelper to automatically sanitize cloudtop internal artifact registry URLs back tohttps://registry.npmjs.org/.Verification
npm run compile: Passednpm run lint: Passed (0 errors)./build.sh test: 14/14 test suites, 234/234 unit tests passed./build.sh e2e: 11/11 integration test suites passed