fix(deps): update dependency oidc-client-ts to v3#673
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency oidc-client-ts to v3#673renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: services/ui/package-lock.json |
ad72557 to
fcab1a3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #673 +/- ##
=============================================
+ Coverage 74.77% 94.98% +20.21%
Complexity 194 194
=============================================
Files 94 56 -38
Lines 2022 459 -1563
Branches 121 13 -108
=============================================
- Hits 1512 436 -1076
+ Misses 505 18 -487
Partials 5 5 ☔ View full report in Codecov by Sentry. |
fcab1a3 to
9b42b8a
Compare
Contributor
Author
|
9b42b8a to
f7575e7
Compare
f7575e7 to
edbe8f5
Compare
edbe8f5 to
df2114a
Compare
df2114a to
ac87646
Compare
ac87646 to
d4d1b08
Compare
d4d1b08 to
24a455e
Compare
24a455e to
fd00c7d
Compare
8846905 to
144f032
Compare
913ddbd to
3e3fee4
Compare
3e3fee4 to
ac6e793
Compare
a2cf6e1 to
8548668
Compare
783a4a7 to
04c8681
Compare
04c8681 to
35aae8f
Compare
35aae8f to
4e1e345
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.0→3.4.1Release Notes
authts/oidc-client-ts (oidc-client-ts)
v3.4.1Compare Source
oidc-client-ts v3.4.1 is a bugfix release.
No longer using
crypto-jspackage, 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:
popupAbortOnClosetoPopupNavigator.preparethanks to @watabean
v3.4.0Compare Source
oidc-client-ts v3.4.0 is a minor release.
No longer using
crypto-jspackage, 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:
signinSilentclient_secret_jwtRedirectNavigatorthanks to @Hyperkid123, @Nick-Source, @Skizu and @smujmaiku
v3.3.0Compare Source
oidc-client-ts v3.3.0 is a minor release.
No longer using
crypto-jspackage, 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:
thanks to @jcphill
v3.2.1Compare Source
oidc-client-ts v3.2.1 is a bugfix release.
No longer using
crypto-jspackage, 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:
userStoreshould beStateStoreinstead ofWebStorageStateStoreid_tokenreturned will fail sub claim checkthanks to @sebastienlabine, @darkbasic and @sularome
v3.2.0Compare Source
oidc-client-ts v3.2.0 is a minor release.
No longer using
crypto-jspackage, 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:
AuthorizationviaextraHeadersTokenClientmetadataSeed.authorization_endpointnot prioritized over remote metadataremoveStateas an option toprocessSigninResponseraiseEventparameter togetUserurl_statetoSignoutRequestthanks to @ZephireNZ, @ntamotsu, @jgarplind, @waldemarennsaed and @richjyoung
v3.1.0Compare Source
oidc-client-ts v3.1.0 is a minor release.
No longer using
crypto-jspackage, 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:
signinCallbackdoc in UserManager.tssigninCallbacksignoutCallbackreturn signout response if request_type is so:rpopupSignalproperty tosigninPopupandsignoutPoprequestTimeoutInSecondssettingthanks to @klues, @smujmaiku, @mftruso, @peetck, @dbfr3qs, @mottykohn, @noshiro-pf, @dbfr3qs, @grjan7 and @natergj
v3.0.1Compare Source
oidc-client-ts 3.0.1 is a bug fix release.
No longer using
crypto-jspackage, 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.signoutRedirectnot working (by reverting #1342)v3.0.0Compare Source
oidc-client-ts 3.0.0 is a major release.
No longer using
crypto-jspackage, 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-jspackagejwt-decoderesponse_modeoptionalnpmdistribution tags for upcoming releasesEvents.raiseUserManager.events().unload()event is triggered too early onUserManager.signoutRedirect()redirect_uritoUserManager.signinSilentwhen using refresh tokenextraTokenParamstoUserManager.signinSilentwhen using refresh tokenthanks 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.
This PR was generated by Mend Renovate. View the repository job log.