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

fix(deps): update dependency oidc-client-ts to v3 #673

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
oidc-client-ts 2.4.0 -> 3.1.0 age adoption passing confidence

Release Notes

authts/oidc-client-ts (oidc-client-ts)

v3.1.0

Compare Source

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:
    • #​1666: fix link in docs to issue
    • #​1600: updated docs about logger
    • #​1589: fix compiler error for target=ES2022
    • #​1539: fix small typo in signinCallback doc in UserManager.ts
    • #​1504: typo in sample app config
    • #​1490: fix the return type of signinCallback
    • #​1443: fixes typos in docs
  • Features:
    • #​1672: make signoutCallback return signout response if request_type is so:r
    • #​1626: add popupSignal property to signinPopup and signoutPop
    • #​1580: add dpop docs
    • #​1569: add dpop nonce support
    • #​1457: add extra headers
    • #​1461: add demonstrating proof of possession
    • #​1430: add global requestTimeoutInSeconds setting
    • #​1405: allow using default scopes from authorization server

thanks to @​klues, @​smujmaiku, @​mftruso, @​peetck, @​dbfr3qs, @​mottykohn, @​noshiro-pf, @​dbfr3qs, @​grjan7 and @​natergj

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

v2.4.1

Compare Source

oidc-client-ts 2.4.1 is a bug fix release.

Changelog:

  • #​1681: return signout response from signoutCallback

thanks to @​dopry


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.

Copy link
Contributor Author

renovate bot commented Jan 31, 2024

⚠ 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

@renovate renovate bot force-pushed the renovate/oidc-client-ts-3.x branch from ad72557 to fcab1a3 Compare February 8, 2024 09:27
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/oidc-client-ts-3.x branch from fcab1a3 to 9b42b8a Compare October 4, 2024 00:27
Copy link
Contributor Author

renovate bot commented Oct 4, 2024

⚠️ 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

@renovate renovate bot force-pushed the renovate/oidc-client-ts-3.x branch from 9b42b8a to f7575e7 Compare October 4, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants