Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps oidc-client-ts from 2.4.0 to 3.2.0.

Release notes

Sourced from oidc-client-ts's releases.

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:
    • #1702: cannot set Authorization via extraHeaders
    • #1738: allow empty string for client_secret in TokenClient
    • #1803: metadataSeed.authorization_endpoint not prioritized over remote metadata
  • Features:
    • #1691: add removeState as an option to processSigninResponse
    • #1817: add raiseEvent parameter to getUser
    • #1818 : add url_state to SignoutRequest

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:
    • #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.1.0-rc.1

oidc-client-ts v3.1.0-rc.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:

... (truncated)

Commits
  • f1a5869 v3.2.0
  • 5957f91 Merge pull request #1877 from authts/dependabot/npm_and_yarn/typescript-5.8.2
  • c113155 build(deps-dev): bump typescript from 5.7.3 to 5.8.2
  • 6536290 Merge pull request #1886 from authts/dependabot/npm_and_yarn/microsoft/api-ex...
  • 06fee58 Merge pull request #1884 from authts/dependabot/npm_and_yarn/types/node-22.13.10
  • 54f58a3 Merge pull request #1882 from authts/dependabot/npm_and_yarn/esbuild-0.25.1
  • 7d336a6 build(deps-dev): bump @​microsoft/api-extractor from 7.51.1 to 7.52.1
  • 2d77238 build(deps-dev): bump @​types/node from 22.13.9 to 22.13.10
  • 0d1db50 build(deps-dev): bump esbuild from 0.25.0 to 0.25.1
  • bc5d64d Merge pull request #1881 from authts/dependabot/npm_and_yarn/typescript-eslin...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oidc-client-ts](https://github.com/authts/oidc-client-ts) from 2.4.0 to 3.2.0.
- [Release notes](https://github.com/authts/oidc-client-ts/releases)
- [Commits](authts/oidc-client-ts@v2.4.0...v3.2.0)

---
updated-dependencies:
- dependency-name: oidc-client-ts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants