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.2.0 #4150

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps did-jwt from 5.12.4 to 6.2.0.

Release notes

Sourced from did-jwt's releases.

6.2.0

6.2.0 (2022-06-24)

Features

  • add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods (#235) (60987e0)

6.1.2

6.1.2 (2022-06-06)

Bug Fixes

  • ES256K-R verification with checksumAddress in eip155 blockchainAccountId (#232) (dcbd0b9), closes #231

6.1.1

6.1.1 (2022-06-06)

Bug Fixes

  • ci: groom the build scripts and dependencies (#230) (34e943d)

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.2.0 (2022-06-24)

Features

  • add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods (#235) (60987e0)

6.1.2 (2022-06-06)

Bug Fixes

  • ES256K-R verification with checksumAddress in eip155 blockchainAccountId (#232) (dcbd0b9), closes #231

6.1.1 (2022-06-06)

Bug Fixes

  • ci: groom the build scripts and dependencies (#230) (34e943d)

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
  • da2bf59 chore(release): 6.2.0 [skip ci]
  • 60987e0 feat: add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods (#235)
  • 47f3ac8 chore(deps): update codecov/codecov-action action to v3
  • 9c6e084 chore(release): 6.1.2 [skip ci]
  • dcbd0b9 fix: ES256K-R verification with checksumAddress in eip155 blockchainAccountId...
  • 7374a0a chore(ci): run tests on push as well
  • d677965 chore(release): 6.1.1 [skip ci]
  • 34e943d fix(ci): groom the build scripts and dependencies (#230)
  • cbbfdca chore(release): 6.1.0 [skip ci]
  • fd81edb feat: support Ed25519 publicKeyJwk (#227)
  • 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[bot] commented 2 years ago

Superseded by #4168.