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

chore(deps): bump openid-client from 4.2.2 to 4.5.0 #617

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps openid-client from 4.2.2 to 4.5.0.

Release notes

Sourced from openid-client's releases.

v4.5.0

Features

  • include nbf in FAPIClient Request Objects (0be56ba)

v4.4.2

Bug Fixes

  • resolve discovery URIs one by one to yield consistent results (6b18218), closes #260 #267

v4.4.1

Bug Fixes

  • hide AggregateError message stack (3011cca), closes #336

v4.4.0

Features

  • allow options.https.pfx for mTSL (075cad7), closes #326

v4.3.0

Features

  • typescript: add userinfo response generics (b176b2f)

v4.2.3

Performance

  • use base64url encoding in node when available (24ab5b4)
Changelog

Sourced from openid-client's changelog.

4.5.0 (2021-03-10)

Features

  • include nbf in FAPIClient Request Objects (0be56ba)

4.4.2 (2021-03-07)

Bug Fixes

  • resolve discovery URIs one by one to yield consistent results (6b18218), closes #260 #267

4.4.1 (2021-02-26)

Bug Fixes

  • hide AggregateError message stack (3011cca), closes #336

4.4.0 (2021-01-29)

Features

  • allow options.https.pfx for mTSL (075cad7), closes #326

4.3.0 (2021-01-22)

Features

  • typescript: add userinfo response generics (b176b2f)

4.2.3 (2021-01-18)

Performance

  • use base64url encoding in node when available (24ab5b4)
Commits
  • a079aee chore(release): 4.5.0
  • 0be56ba feat: include nbf in FAPIClient Request Objects
  • a4c926a ci: codeql only on PRs and cron
  • d82e0b7 ci: update fapi suite
  • 990bb89 chore(release): 4.4.2
  • 6b18218 fix: resolve discovery URIs one by one to yield consistent results
  • b495b22 chore(release): 4.4.1
  • 3011cca fix: hide AggregateError message stack
  • 588bee9 chore: update typescript annotations
  • e0642fa docs: update default timeout
  • 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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2021

Superseded by #624.

@dependabot dependabot bot closed this Mar 22, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/openid-client-4.5.0 branch March 22, 2021 05:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Thrown AggregateError object contains the JS callstack in its message
0 participants