Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps oidc-client-ts from 2.4.1 to 3.3.0.

Release notes

Sourced from oidc-client-ts's releases.

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.3.0-rc.0

oidc-client-ts v3.3.0-rc.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:
    • #1850: userStore should be StateStore instead of WebStorageStateStore
    • #1925: resource owner password credentials flow with oidc scope and no id_token returned will fail sub claim check

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:
    • #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

... (truncated)

Commits
  • fcb067d v3.3.0
  • dee98e6 Merge pull request #2006 from authts/dependabot/npm_and_yarn/eslint-9.28.0
  • 1defcee build(deps-dev): bump eslint from 9.25.1 to 9.28.0
  • c8953b2 Merge pull request #2027 from authts/test-1
  • f337cde test: avoid functions dropped in jest v3
  • 71541bc Merge pull request #2008 from authts/dependabot/npm_and_yarn/eslint/js-9.28.0
  • b6fc8c7 build(deps-dev): bump @​eslint/js from 9.25.1 to 9.28.0
  • d686f32 Merge pull request #2019 from authts/dependabot/npm_and_yarn/typescript-eslin...
  • 0db53b4 build(deps-dev): bump @​typescript-eslint/eslint-plugin
  • e9e1154 Merge pull request #2018 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.1 to 3.3.0.
- [Release notes](https://github.com/authts/oidc-client-ts/releases)
- [Commits](authts/oidc-client-ts@v2.4.1...v3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants