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

build(deps): bump @digitalcredentials/vc from 6.0.1 to 8.0.0 #1985

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps @digitalcredentials/vc from 6.0.1 to 8.0.0.

Changelog

Sourced from @​digitalcredentials/vc's changelog.

8.0.0 - 2024-08-04

Added

  • Add support for VC 2.0 Verifiable Credentials issuance and verification.
  • Add support for VC 2.0 Verifiable Presentations issuance and verification.
  • Add support for VC 2.0 validFrom and validUntil.
  • Add Test vectors for VC 2.0 VCs & VPs.
  • Allow credentialStatus arrays in credential status check.
  • Add derive() API for deriving new verifiable credentials from existing ones, for the purpose of selective disclosure or unlinkable presentation.
  • Add optional param now to verifyCredential(), createPresentation(), verify(), and issue().

Changed

  • BREAKING: Switch dependencies to:
    • @digitalcredentials/jsonld
    • @digitalcredentials/jsonld-signatures
    • @digitalcredentials/http-client
  • BREAKING: Default issuance now uses VC 2.0 context.
  • BREAKING: DateTime validator is now an xml schema DateTime validator.
  • Change engines.node to >=18 to support newer keys & suites.
  • Update dependencies.
    • BREAKING: Remove support for expansionMap. (Removed in dependencies.)
  • BREAKING: Use jsonld-signatures@11 and jsonld@8 to get new safe mode (and on by default when using canonize) feature.
  • BREAKING: Check if credential has expired when expirationDate property exists.
  • BREAKING: Convert to module (ESM).
  • BREAKING: Require Node.js >=14.
  • Update dependencies.
  • Lint module.

Fixed

  • Ensure that issuanceDate is only checked on verification, not issuance.
  • Fix bug with option overrides for verifying presentations.

Removed

7.0.0 - 2024-02-07

Changed

  • Switch to DigitalBazaar's jsonld, http-client and rdf-canonize libs
  • Switch to Sphereon's fork of isomorphic-webcrypto
Commits
  • a0c7e5c Release 8.0.0
  • 1fedd73 Switch to npm v2 context dep.
  • 34ae901 Fix lint / typedef.
  • ba80cc8 Remove mock legacy OBv3 credential.
  • 4b44e91 Remove support for legacy OBv3 JFF VCs.
  • 56029c0 fixes node-test github workflow job
  • bac22b1 Miscellaneous reconciliations
  • e27af67 fixes lint errors
  • b97ca64 adds log entries to verification result
  • b3a4bc4 removes "github:" from branch deps
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
Copy link

changeset-bot bot commented Aug 5, 2024

⚠️ No Changeset found

Latest commit: 7765f5a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps [@digitalcredentials/vc](https://github.com/digitalcredentials/vc) from 6.0.1 to 8.0.0.
- [Changelog](https://github.com/digitalcredentials/vc/blob/main/CHANGELOG.md)
- [Commits](digitalcredentials/vc@v6.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: "@digitalcredentials/vc"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/digitalcredentials/vc-8.0.0 branch from 25d50dc to 7765f5a Compare August 27, 2024 11:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants