bcgov / issuer-kit

Verifiable Credential Issuer Starter Kit
Apache License 2.0
51 stars 48 forks source link

Bump oidc-client-ts from 2.2.0 to 2.4.0 in /issuer-web #485

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps oidc-client-ts from 2.2.0 to 2.4.0.

Release notes

Sourced from oidc-client-ts's releases.

v2.4.0

oidc-client-ts 2.4.0 is a minor release.

Changelog:

  • #1206: fix exception when id_token not set
  • #1220: fix merging token id and user info data. 0 is being omitted
  • feature #1212: add support for custom URL state values

thanks to @​jafaircl, @​dopry and @​jeff-chd-g

v2.3.0

oidc-client-ts 2.3.0 is a minor release.

Changelog:

  • #1187: dynamically generate package.json for ESM build
  • #1173: signoutSIlent: added scriptOrigin parameter to work from another origin
  • #1141: make code compatible for eslint-plugin >= v6.4
  • feature #1146: popup window can be closed after some time
  • feature #1158: make RefreshState public
  • feature #1148: allow overriding navigators for non window browser environments

thanks to @​Gitarcitano, @​davidmrobins, @​kwojtasinski-repo , @​davesmits and @​philjones88

v2.2.5

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

Changelog:

  • #1038: specify the client identifier when post_logout_redirect_uri is used but id_token_hint is not
  • #1026: remove sandbox attribute due to it being obsolete
  • #1104: add resource param to signinSilent request
  • #1076: add OidcClient constructor overload
  • #1058: document state attribute in sample requests
  • #1128: improve documentation file migration.md

thanks to @​perguth, @​forefrontmartingrantz, @​Annouar, @​howlettt, @​demkom58 and @​olenitsj

v2.2.4

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

Changelog:

  • #982: allow auth_time to be undefined on token refresh
  • #999: allow using OidcClient without window object
  • #1001: add ui_locales to ExtraSigninRequestArgs

thanks to @​misl-smlz, @​ker-nicolaib, @​paulius-valiunas and @​cestorer

v2.2.3

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

Changelog:

... (truncated)

Commits
  • 4327fae v2.4.0
  • e78ff98 Add support for custom URL state values (#1212)
  • b1579d6 Merge pull request #1220 from rapitag/master
  • a504eb9 Merge pull request #1221 from authts/bump-crypto-js-dep
  • b1cba63 chore: bump crypto-js dependency to v4.2.0
  • 63458dd Fixing a bug in merging token id and user info data. 0 is being omitted.
  • 5f6925f Merge pull request #1219 from authts/dependabot/npm_and_yarn/crypto-js-4.2.0
  • 71fdcf2 build(deps): bump crypto-js from 4.1.1 to 4.2.0
  • 0e88e36 Merge pull request #1215 from authts/dependabot/npm_and_yarn/lint-staged-15.0.2
  • f314a8f Merge pull request #1214 from authts/dependabot/npm_and_yarn/types/crypto-js-...
  • 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 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)
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.