Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

chore(deps): bump did-jwt from 5.12.4 to 6.1.0 #4108

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2022

Bumps did-jwt from 5.12.4 to 6.1.0.

Release notes

Sourced from did-jwt's releases.

6.1.0

6.1.0 (2022-05-17)

Features

6.0.0

6.0.0 (2022-04-04)

Bug Fixes

  • remove parseKey, change ES256K and Ed25519 signers to Uint8Array only (#224) (9132caf), closes #222

BREAKING CHANGES

  • The Signer classes exported by this library no longer accept private keys with string encodings, only Uint8Array. This reduces the potential ambiguity between different formats. Some utility methods are exported that allow users to convert some popular encodings to raw Uint8Array.
Changelog

Sourced from did-jwt's changelog.

6.1.0 (2022-05-17)

Features

6.0.0 (2022-04-04)

Bug Fixes

  • remove parseKey, change ES256K and Ed25519 signers to Uint8Array only (#224) (9132caf), closes #222

BREAKING CHANGES

  • The Signer classes exported by this library no longer accept private keys with string encodings, only Uint8Array. This reduces the potential ambiguity between different formats. Some utility methods are exported that allow users to convert some popular encodings to raw Uint8Array.
Commits
  • cbbfdca chore(release): 6.1.0 [skip ci]
  • fd81edb feat: support Ed25519 publicKeyJwk (#227)
  • 741f79b chore(deps): update dependency jest to v28 (#228)
  • 30b9ac8 chore(release): 6.0.0 [skip ci]
  • 9132caf fix: remove parseKey, change ES256K and Ed25519 signers to Uint8Array only (#...
  • 8082083 test: add test for verifying JWT with publicKeyJwk in DID document (#223)
  • 77226a1 chore(deps): update devdeps (#220)
  • See full diff 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 May 19, 2022
Bumps [did-jwt](https://github.com/decentralized-identity/did-jwt) from 5.12.4 to 6.1.0.
- [Release notes](https://github.com/decentralized-identity/did-jwt/releases)
- [Changelog](https://github.com/decentralized-identity/did-jwt/blob/master/CHANGELOG.md)
- [Commits](decentralized-identity/did-jwt@5.12.4...6.1.0)

---
updated-dependencies:
- dependency-name: did-jwt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/did-jwt-6.1.0 branch from 1d03077 to 9c6f655 Compare May 30, 2022 11:56
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2022

Superseded by #4126.

@dependabot dependabot bot closed this Jun 9, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/did-jwt-6.1.0 branch June 9, 2022 11:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants