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

Update dependency oidc-client-ts to v3 #4052

Merged
merged 7 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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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 Tasks for the team like planning labels Feb 2, 2024
@freaktechnik
Copy link
Contributor

This would be great, since it eliminates the dependency on crypto-js.

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.

…novate/oidc-client-ts-3.x

# Conflicts:
#	yarn.lock
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
@t3chguy t3chguy marked this pull request as ready for review February 19, 2024 15:08
@t3chguy t3chguy requested review from a team as code owners February 19, 2024 15:08
@t3chguy t3chguy requested review from t3chguy and dbkr February 19, 2024 15:08
@t3chguy t3chguy removed the request for review from dbkr February 19, 2024 15:08
@t3chguy t3chguy added this pull request to the merge queue Feb 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2024
@t3chguy t3chguy added this pull request to the merge queue Feb 19, 2024
Merged via the queue into develop with commit b474439 Feb 19, 2024
23 checks passed
@t3chguy t3chguy deleted the renovate/oidc-client-ts-3.x branch February 19, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants