fix(deps): update dependency oidc-client-ts to v3#673
Open
renovate[bot] wants to merge 1 commit into
Open
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 |
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
February 8, 2024 09:27
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. |
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
October 4, 2024 00:27
fcab1a3 to
9b42b8a
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
October 4, 2024 07:23
9b42b8a to
f7575e7
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
November 14, 2024 18:47
f7575e7 to
edbe8f5
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
March 14, 2025 00:18
edbe8f5 to
df2114a
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
May 5, 2025 16:19
df2114a to
ac87646
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
June 28, 2025 16:03
ac87646 to
d4d1b08
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
September 26, 2025 11:51
d4d1b08 to
24a455e
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
October 23, 2025 08:08
24a455e to
fd00c7d
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
2 times, most recently
from
December 1, 2025 16:10
8846905 to
144f032
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
2 times, most recently
from
December 9, 2025 15:24
913ddbd to
3e3fee4
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
January 1, 2026 00:36
3e3fee4 to
ac6e793
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
2 times, most recently
from
January 11, 2026 05:33
a2cf6e1 to
8548668
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
2 times, most recently
from
January 25, 2026 11:17
783a4a7 to
04c8681
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
February 4, 2026 11:51
04c8681 to
35aae8f
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
February 14, 2026 07:40
35aae8f to
4e1e345
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
March 31, 2026 08:04
4e1e345 to
9b2f29d
Compare
renovate
Bot
force-pushed
the
renovate/oidc-client-ts-3.x
branch
from
April 29, 2026 15:01
9b2f29d to
27952a3
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.5.0Release Notes
authts/oidc-client-ts (oidc-client-ts)
v3.5.0Compare Source
oidc-client-ts v3.5.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:
maxSilentRenewTimeoutRetriesconfigurationnoncevalidation for ID tokensrequest_typecheckthanks to @ninadvadujkar, @Osmose and @ferdinand-varta
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: (UTC)
🚦 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.