Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@badgateway/oauth2-client ^2.4.2 -> ^3.0.0 age confidence

Release Notes

badgateway/oauth2-client (@​badgateway/oauth2-client)

v3.3.1

Compare Source

  • #​193: Fix race condition when multiple function calls are trying to do
    endpoint discovery. (@​lukybrody)

v3.3.0

Compare Source

  • OAuth2 token operations may now return an extraParams property, which is an
    object with all unrecognized properties. Some servers return custom
    properties from OAuth2 responses, and this lets users get access to them.
    (@​ericleib, @​blarralde)
  • The OAuth2Token object now has a scope property, containing a list of
    scopes the server returned if the server returned this. (@​ericleib)

v3.2.0

Compare Source

  • #​180: The browser build was failing to work for vite and next.js users since
    v3. This was probably due to the switch to ESM. Instead of trying to fix this
    problem in Webpack, this library has switched to vite for the minified
    browser build instead.

v3.1.1

Compare Source

  • Ignore auhtentication methods from Discovery document we don't support.

v3.0.0

Compare Source

  • Dropped support for Node 14 and 16.
  • Full conversion to ESM.
  • Support for the OpenID Connect id_token. If a server returns it, we expose it
    as idToken. This is a JWT and would require parsing by a JWT library to get
    access to its information. (@​drev74, @​redguardtoo).
  • #​171: client_id and client_secret are now percent-encoded with the most
    strict rules as specified by RFC 6749. We weren't doing any
    percent/urlencoding before. This is a a BC break if your secret used special
    characters, and the server you're talking is not compliant with the OAuth2
    spec itself (@​p2004a, @​panva).
  • Migrated the test suite from Mocha and Chai to node:test and node:assert
    (@​Zen-cronic).
  • Package now uses 'erasableSyntaxOnly' flag with Typescript, so it can be used
    with node --experimental-strip-types.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from h3poteto as a code owner March 9, 2025 09:00
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch from 91c3d49 to 005dfdb Compare March 12, 2025 15:51
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch from 005dfdb to f0a9725 Compare March 30, 2025 12:49
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch 2 times, most recently from e872195 to 0baa2a6 Compare April 23, 2025 10:42
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch 2 times, most recently from 8c0e0ca to e25b08e Compare July 14, 2025 15:02
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch from e25b08e to 3163489 Compare July 30, 2025 20:38
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch from 3163489 to 6c37457 Compare September 9, 2025 06:14
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch from 6c37457 to f5b8b99 Compare September 25, 2025 21:10
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch from f5b8b99 to 5e996a8 Compare December 3, 2025 19:13
@renovate renovate bot force-pushed the renovate/badgateway-oauth2-client-3.x branch from 5e996a8 to 1983f60 Compare December 14, 2025 04:12
@renovate renovate bot changed the title fix(deps): update dependency @badgateway/oauth2-client to v3 Update dependency @badgateway/oauth2-client to v3 Dec 22, 2025
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