Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency oidc-client-ts to v3 #77

Open
wants to merge 1 commit into
base: v5
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
oidc-client-ts ^2.4.0 -> ^3.0.0 age adoption passing confidence

Release Notes

authts/oidc-client-ts (oidc-client-ts)

v3.1.0

Compare Source

oidc-client-ts v3.1.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #​1666: fix link in docs to issue
    • #​1600: updated docs about logger
    • #​1589: fix compiler error for target=ES2022
    • #​1539: fix small typo in signinCallback doc in UserManager.ts
    • #​1504: typo in sample app config
    • #​1490: fix the return type of signinCallback
    • #​1443: fixes typos in docs
  • Features:
    • #​1672: make signoutCallback return signout response if request_type is so:r
    • #​1626: add popupSignal property to signinPopup and signoutPop
    • #​1580: add dpop docs
    • #​1569: add dpop nonce support
    • #​1457: add extra headers
    • #​1461: add demonstrating proof of possession
    • #​1430: add global requestTimeoutInSeconds setting
    • #​1405: allow using default scopes from authorization server

thanks to @​klues, @​smujmaiku, @​mftruso, @​peetck, @​dbfr3qs, @​mottykohn, @​noshiro-pf, @​dbfr3qs, @​grjan7 and @​natergj

v3.0.1

Compare Source

oidc-client-ts 3.0.1 is a bug fix release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:

v3.0.0

Compare Source

oidc-client-ts 3.0.0 is a major release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Breaking changes:
    • #​275: use native web crypto instead of crypto-js package
    • #​1232: improve merge claims behavior
    • #​930: drop deprecated settings
    • #​1230: update jwt-decode
    • #​1231: require node >=18
  • Fixes:
    • #​1010: make response_mode optional
    • #​1242: session change not fired if identity token does not contain a sid claim
    • #​1300: explicitly throw an error when crypto.subtle is undefined
    • #​1292: docs(authorization-code-grant.md): update broken link
    • #​1316: use npm distribution tags for upcoming releases
    • #​1313: handle promise in Events.raise
    • #​1341: UserManager.events().unload() event is triggered too early on UserManager.signoutRedirect()
  • Features:
    • #​1250: improve documentation
    • #​1291: allow to optionally pass redirect_uri to UserManager.signinSilent when using refresh token
    • #​1258: allow to optionally pass extraTokenParams to UserManager.signinSilent when using refresh token
    • #​1275: add documentation section about hash-mode routing

thanks to @​43081j, @​huysentruitw, @​marcoreni, @​Lyokolux, @​MathiasRossen, @​tennox and @​PSanetra

v2.4.1

Compare Source

oidc-client-ts 2.4.1 is a bug fix release.

Changelog:

  • #​1681: return signout response from signoutCallback

thanks to @​dopry


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

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.

0 participants