Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Update dependency oidc-client-ts to v3 #12223

Merged
merged 4 commits into from
Feb 19, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
oidc-client-ts ^2.2.4 -> ^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: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Feb 2, 2024
t3chguy and others added 2 commits February 19, 2024 16:16
To unblock upgrade to oidc-client-ts

Signed-off-by: Michael Telatynski <[email protected]>
@t3chguy t3chguy force-pushed the renovate/oidc-client-ts-3.x branch from 0a1f184 to cf8f192 Compare February 19, 2024 16:17
Signed-off-by: Michael Telatynski <[email protected]>
Copy link
Contributor Author

renovate bot commented Feb 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@t3chguy t3chguy added this pull request to the merge queue Feb 19, 2024
Merged via the queue into develop with commit 300f30e Feb 19, 2024
22 checks passed
@t3chguy t3chguy deleted the renovate/oidc-client-ts-3.x branch February 19, 2024 17:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant