fix(deps): update dependency oidc-client-ts to v3
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| oidc-client-ts | 2.4.1 -> 3.3.0 |
Release Notes
authts/oidc-client-ts (oidc-client-ts)
v3.3.0
oidc-client-ts v3.3.0 is a minor 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:
- Features:
- #1924 use BroadcastChannel if no window.opener
thanks to @jcphill
v3.2.1
oidc-client-ts v3.2.1 is a bugfix 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:
thanks to @sebastienlabine, @darkbasic and @sularome
v3.2.0
oidc-client-ts v3.2.0 is a minor 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:
- Features:
thanks to @ZephireNZ, @ntamotsu, @jgarplind, @waldemarennsaed and @richjyoung
v3.1.0
oidc-client-ts v3.1.0 is a minor 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:
- Features:
-
#1672: make
signoutCallbackreturn signout response if request_type is so:r -
#1626: add
popupSignalproperty tosigninPopupandsignoutPop - #1580: add dpop docs
- #1569: add dpop nonce support
- #1457: add extra headers
- #1461: add demonstrating proof of possession
-
#1430: add global
requestTimeoutInSecondssetting - #1405: allow using default scopes from authorization server
-
#1672: make
thanks to @klues, @smujmaiku, @mftruso, @peetck, @dbfr3qs, @mottykohn, @noshiro-pf, @dbfr3qs, @grjan7 and @natergj
v3.0.1
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:
v3.0.0
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:
- Fixes:
-
#1010: make
response_modeoptional - #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
npmdistribution tags for upcoming releases -
#1313: handle promise in
Events.raise -
#1341:
UserManager.events().unload()event is triggered too early onUserManager.signoutRedirect()
-
#1010: make
- Features:
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: 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠ Artifact update problem
Renovate 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: services/ui/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/oidc-client-ts
npm ERR! oidc-client-ts@"3.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer oidc-client-ts@"^2.2.1" from [email protected]
npm ERR! node_modules/react-oidc-context
npm ERR! react-oidc-context@"2.3.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/oidc-client-ts
npm ERR! peer oidc-client-ts@"^2.2.1" from [email protected]
npm ERR! node_modules/react-oidc-context
npm ERR! react-oidc-context@"2.3.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-02-08T09_27_05_646Z-debug-0.log
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
c99edbf) 74.77% compared to head (fcab1a3) 94.98%.
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
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
⚠️ Artifact update problem
Renovate 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:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: services/ui/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/oidc-client-ts
npm ERR! oidc-client-ts@"3.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer oidc-client-ts@"^2.2.1" from [email protected]
npm ERR! node_modules/react-oidc-context
npm ERR! react-oidc-context@"2.3.1" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/oidc-client-ts
npm ERR! peer oidc-client-ts@"^2.2.1" from [email protected]
npm ERR! node_modules/react-oidc-context
npm ERR! react-oidc-context@"2.3.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-10-04T07_23_25_380Z-debug-0.log