-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[deps] Tools: Update oidc-client-ts to v3 #7804
Conversation
cb930db
to
e5a875c
Compare
New Issues
|
de44827
to
46d0049
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7804 +/- ##
=======================================
Coverage 58.81% 58.81%
=======================================
Files 1033 1033
Lines 26789 26789
Branches 5363 5363
=======================================
Hits 15755 15755
Misses 9717 9717
Partials 1317 1317 ☔ View full report in Codecov by Sentry. |
5f2acca
to
8b12653
Compare
8b12653
to
a0b82ec
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
2.4.0
->3.0.1
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:
userManager.signoutRedirect
not working (by reverting #1342)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:
crypto-js
packagejwt-decode
response_mode
optionalnpm
distribution tags for upcoming releasesEvents.raise
UserManager.events().unload()
event is triggered too early onUserManager.signoutRedirect()
redirect_uri
toUserManager.signinSilent
when using refresh tokenextraTokenParams
toUserManager.signinSilent
when using refresh tokenthanks to @43081j, @huysentruitw, @marcoreni, @Lyokolux, @MathiasRossen, @tennox and @PSanetra
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.