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

fix(deps): update dependency oidc-client-ts to v3 #1050

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2024

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.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


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.

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