ipfs / js-ipfs

IPFS implementation in JavaScript
https://js.ipfs.tech
Other
7.44k stars 1.25k forks source link

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

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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[bot] commented 2 years ago

Superseded by #4126.