Skip to content

Conversation

nerdy-tech-com-gitub
Copy link
Owner

@nerdy-tech-com-gitub nerdy-tech-com-gitub commented Jul 15, 2025

snyk-top-banner

Snyk has created this PR to upgrade google-auth-library from 9.15.1 to 10.1.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 8 versions ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: google-auth-library
  • 10.1.0 - 2025-06-12

    10.1.0 (2025-06-12)

    Features

    Bug Fixes

    • deps: Update dependency google-auth-library to v10 (#2034) (182c5db)
  • 10.0.2-experimental - 2025-06-12
  • 10.0.1-experimental - 2025-06-11
  • 10.0.0 - 2025-06-11

    10.0.0 (2025-06-10)

    ⚠ BREAKING CHANGES

    • Request Revamp (#1938)
    • Remove Transporter (#1937)
    • remove additionalOptions from AuthClients (#1689)
    • Remove options.ts (#1920)
    • Remove messages.ts (#1919)
    • Support Node 18+ (#1879)
    • Support Node 18, 20, and 22 (#1928)
    • remove DEFAULT_UNIVERSE from BaseExternalClient (#1690)
    • Move Base AuthClient Types to authclient.ts (#1774)

    Features

    Bug Fixes

    • Circular Dependencies Issue (#1936) (aea893c)
    • deps: Update dependency @ google-cloud/language to v7 (#1947) (70e9183)
    • deps: Update dependency @ googleapis/iam to v27 (#1962) (629da74)
    • deps: Update dependency @ googleapis/iam to v28 (#2027) (ebb2bc0)
    • deps: Update dependency puppeteer to v24 (#1933) (474453d)
    • Process undefined values before creating URLSearchParams (#2029) (c0181c5)

    Code Refactoring

  • 10.0.0-rc.3 - 2025-06-03
  • 10.0.0-rc.2 - 2025-05-05
  • 10.0.0-rc.1 - 2025-02-24
  • 10.0.0-rc.0 - 2025-02-18
  • 9.15.1 - 2025-01-24

    9.15.1 (2025-01-24)

    Bug Fixes

from google-auth-library GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Summary by Sourcery

Enhancements:

  • Bump google-auth-library to v10.1.0 to incorporate recent features and fixes

Snyk has created this PR to upgrade google-auth-library from 9.15.1 to 10.1.0.

See this package in npm:
google-auth-library

See this project in Snyk:
https://app.snyk.io/org/nerds-github/project/ef708957-d107-4807-bb9b-ffb67ea15337?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

sourcery-ai bot commented Jul 15, 2025

Reviewer's Guide

Upgrade google-auth-library dependency to v10.1.0 in the dashboard package, aligning with the latest major release and addressing potential breaking changes introduced in the new version.

Class diagram for breaking changes in google-auth-library v10.x

classDiagram
    class AuthClient {
      +request()
      -additionalOptions
    }
    class JSONClient {
      <<deprecated>>
    }
    class GoogleAuth~T~ {
      +fetchCompatibleAPI
      +debugLogging
    }
    AuthClient <|-- GoogleAuth
    JSONClient <|-- GoogleAuth
    note for AuthClient "'additionalOptions' removed in v10"
    note for JSONClient "JSONClient is being normalized/removed in favor of AuthClient"
    note for GoogleAuth "Now uses AuthClient as base, new fetch-compatible API, debug logging support"
    class Transporter {
      <<removed>>
    }
    class BaseExternalClient {
      -DEFAULT_UNIVERSE
    }
    note for Transporter "Transporter class removed in v10"
    note for BaseExternalClient "DEFAULT_UNIVERSE removed in v10"
Loading

File-Level Changes

Change Details Files
Bump google-auth-library major version
  • Update version spec from ^9.10.0 to ^10.1.0 in dependencies
dashboard/package.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

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.

2 participants