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 @veramo/key-manager from 5.1.2 to 5.3.0 #320

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps @veramo/key-manager from 5.1.2 to 5.3.0.

Release notes

Sourced from @​veramo/key-manager's releases.

v5.3.0

5.3.0 (2023-07-27)

Bug Fixes

  • add missing js extension for json canonicalizer import (#1175) (d6afc3f)
  • cli: prevent ExperimentalWarning messages form being printed (#1186) (a2971aa)
  • credential-eip712: remove JSON.stringify for string credential (#1176) (469dcd9)
  • deps: update dependency @​decentralized-identity/ion-sdk to v1 (6981e68)
  • deps: update dependency commander to v11 (e2d7966)
  • deps: update dependency multiformats to v12 (11fa7c3)
  • deps: Update dependency web-did-resolver to v2.0.27 (b5b6f52)
  • deps: Update did-vc-libraries (78b4bfb)
  • deps: Update did-vc-libraries (f92c531)
  • did-resolver: send Accept header to universal resolver. (#1203) (c86d918)
  • support publicKeyJwk when comparing blockchainAccountId (#1194) (9110688)

Features

  • allow secp256r1 key type for JWT VC issuance (#1192) (2ce7056)
  • credential-w3c: support specifying a key when creating credential or presentation (#1202) (70d49f4)
  • export didcomm mediator utils (#1181) (264b6a7)
  • kv-store: add key-value store based on a typescript port of the keyv package (#1150) (e7138d3)

v5.2.0

5.2.0 (2023-05-02)

Bug Fixes

  • add did-provider-peer to CLI dependencies (#1161) (38827c3)
  • cli: NODE_NO_WARNINGS on windows (#1164) (e9474e2)
  • credential-ld: external context handling with the fetchRemoteContexts option (#1149) (4a63f40)
  • credential-ld: fix Ed25519Signature2020 verification (#1166) (c965fd5)
  • data-store: fix react-native migrations on older Android installations (#1152) (826b994)
  • deps: update dependency canonicalize to v2 (8368462)
  • deps: update dependency express-handlebars to v7 (2621947)
  • deps: update dependency z-schema to v6 (0cdd100)
  • plugin schemas (#1159) (4b5f580)

Features

  • add did-peer provider and resolver (#1156) (9502063)
  • did-provider-key: add option to create the identifier from a given private key (#1165) (ad79a22)

v5.1.4

5.1.4 (2023-03-16)

... (truncated)

Changelog

Sourced from @​veramo/key-manager's changelog.

5.3.0 (2023-07-27)

Bug Fixes

  • add missing js extension for json canonicalizer import (#1175) (d6afc3f)
  • cli: prevent ExperimentalWarning messages form being printed (#1186) (a2971aa)
  • credential-eip712: remove JSON.stringify for string credential (#1176) (469dcd9)
  • deps: update dependency @​decentralized-identity/ion-sdk to v1 (6981e68)
  • deps: update dependency commander to v11 (e2d7966)
  • deps: update dependency multiformats to v12 (11fa7c3)
  • deps: Update dependency web-did-resolver to v2.0.27 (b5b6f52)
  • deps: Update did-vc-libraries (78b4bfb)
  • deps: Update did-vc-libraries (f92c531)
  • did-resolver: send Accept header to universal resolver. (#1203) (c86d918)
  • support publicKeyJwk when comparing blockchainAccountId (#1194) (9110688)

Features

  • allow secp256r1 key type for JWT VC issuance (#1192) (2ce7056)
  • credential-w3c: support specifying a key when creating credential or presentation (#1202) (70d49f4)
  • export didcomm mediator utils (#1181) (264b6a7)
  • kv-store: add key-value store based on a typescript port of the keyv package (#1150) (e7138d3)

5.2.0 (2023-05-02)

Bug Fixes

  • add did-provider-peer to CLI dependencies (#1161) (38827c3)
  • cli: NODE_NO_WARNINGS on windows (#1164) (e9474e2)
  • credential-ld: external context handling with the fetchRemoteContexts option (#1149) (4a63f40)
  • credential-ld: fix Ed25519Signature2020 verification (#1166) (c965fd5)
  • data-store: fix react-native migrations on older Android installations (#1152) (826b994)
  • deps: update dependency canonicalize to v2 (8368462)
  • deps: update dependency express-handlebars to v7 (2621947)
  • deps: update dependency z-schema to v6 (0cdd100)
  • plugin schemas (#1159) (4b5f580)

Features

  • add did-peer provider and resolver (#1156) (9502063)
  • did-provider-key: add option to create the identifier from a given private key (#1165) (ad79a22)

... (truncated)

Commits
  • c604249 chore(release): v5.3.0 [skip ci]
  • 99e9fc9 chore(ci): don't persist github credentials before publish
  • ee94e14 chore(ci): re-enable lerna workspaces (for the 6.x downgrade)
  • ee2089a chore(ci): rollback lerna
  • 10db07a Merge pull request #1205 from uport-project/next
  • c86d918 fix(did-resolver): send Accept header to universal resolver. (#1203)
  • 70d49f4 feat(credential-w3c): support specifying a key when creating credential or pr...
  • 6981e68 fix(deps): update dependency @​decentralized-identity/ion-sdk to v1
  • b408a86 chore(deps): update devdeps
  • 8a23e89 chore(ci): merge main into next
  • 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)

Bumps [@veramo/key-manager](https://github.com/uport-project/veramo) from 5.1.2 to 5.3.0.
- [Release notes](https://github.com/uport-project/veramo/releases)
- [Changelog](https://github.com/uport-project/veramo/blob/next/CHANGELOG.md)
- [Commits](decentralized-identity/veramo@v5.1.2...v5.3.0)

---
updated-dependencies:
- dependency-name: "@veramo/key-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2023

Looks like @veramo/key-manager is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/veramo/key-manager-5.3.0 branch August 3, 2023 22:56
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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants