Skip to content

chore(deps): bump google-auth-library from 9.15.1 to 10.5.0#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/google-auth-library-10.5.0
Open

chore(deps): bump google-auth-library from 9.15.1 to 10.5.0#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/google-auth-library-10.5.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

User description

Bumps google-auth-library from 9.15.1 to 10.5.0.

Release notes

Sourced from google-auth-library's releases.

v10.5.0

10.5.0 (2025-10-30)

Features

v10.4.2

10.4.2 (2025-10-23)

Bug Fixes

  • Export ExternalAccountAuthorizedUserCredential (#2166) (c128149)

v10.4.1

10.4.1 (2025-10-14)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v33 (#2146) (bbee39e)
  • deps: Update dependency @​googleapis/iam to v34 (#2159) (0006ae2)
  • deps: Update dependency dotenv to v17 (#2150) (5b2c7c5)
  • deps: Update dependency gcp-metadata to v8 (#2158) (7e547d4)
  • Disable linkinator until 429 issue is fixed. (#2138) (2f54532)
  • Link to customCredentialSupplierOktaWorkload (#2149) (3cdef01)

v10.4.0

10.4.0 (2025-09-30)

Features

  • Add console warnings for mitigating file based credential load … (#2143) (cae596b)

v10.3.1

10.3.1 (2025-09-26)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v32 (#2133) (23c13c5)

v10.3.0

10.3.0 (2025-08-25)

Features

... (truncated)

Changelog

Sourced from google-auth-library's changelog.

10.5.0 (2025-10-30)

Features

10.4.2 (2025-10-23)

Bug Fixes

  • Export ExternalAccountAuthorizedUserCredential (#2166) (c128149)

10.4.1 (2025-10-14)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v33 (#2146) (bbee39e)
  • deps: Update dependency @​googleapis/iam to v34 (#2159) (0006ae2)
  • deps: Update dependency dotenv to v17 (#2150) (5b2c7c5)
  • deps: Update dependency gcp-metadata to v8 (#2158) (7e547d4)
  • Disable linkinator until 429 issue is fixed. (#2138) (2f54532)
  • Link to customCredentialSupplierOktaWorkload (#2149) (3cdef01)

10.4.0 (2025-09-30)

Features

  • Add console warnings for mitigating file based credential load … (#2143) (cae596b)

10.3.1 (2025-09-26)

Bug Fixes

  • deps: Update dependency @​googleapis/iam to v32 (#2133) (23c13c5)

10.3.0 (2025-08-25)

Features

10.2.1 (2025-08-01)

... (truncated)

Commits
  • c0ea9cd chore(main): release 10.5.0 (#2171)
  • f50cb67 feat: Support scopes from impersonated JSON (#2170)
  • 7846bf6 chore(main): release 10.4.2 (#2167)
  • c128149 fix: export ExternalAccountAuthorizedUserCredential (#2166)
  • 33fb917 docs: fix AWS security credentials supplier example (#2162)
  • be41d83 chore(main): release 10.4.1 (#2148)
  • 069c427 chore: update setup-node in github workflows (#2161)
  • fbc6b11 Revert "feat: add console warnings for mitigating file based credential load ...
  • 7e547d4 fix(deps): update dependency gcp-metadata to v8 (#2158)
  • 0006ae2 fix(deps): update dependency @​googleapis/iam to v34 (#2159)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

CodeAnt-AI Description

Switch to Google auth library 10.5.0 for impersonated scopes

What Changed

  • Authentication now uses google-auth-library 10.5.0 so impersonated JSON credentials can request the scopes they declare.
  • Google-facing helpers (gaxios, gcp-metadata, gtoken, google-logging-utils) track the new releases so OAuth flows match the updated runtime expectations.
  • Node 18 is the minimum supported runtime for those flows because the upgraded packages now require it.

Impact

✅ Support impersonated JSON scopes
✅ Node 18 Google auth flows
✅ More reliable Google API requests

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [google-auth-library](https://github.com/googleapis/google-auth-library-nodejs) from 9.15.1 to 10.5.0.
- [Release notes](https://github.com/googleapis/google-auth-library-nodejs/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-nodejs/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-nodejs@v9.15.1...v10.5.0)

---
updated-dependencies:
- dependency-name: google-auth-library
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 19, 2025
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Nov 19, 2025

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Nov 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@codeant-ai codeant-ai bot added the size:L This PR changes 100-499 lines, ignoring generated files label Nov 19, 2025
@codeant-ai
Copy link
Copy Markdown

codeant-ai bot commented Nov 19, 2025

CodeAnt AI finished reviewing your PR.

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code size:L This PR changes 100-499 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants