Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@aviarytech/did-peer ^0.0.22^1.0.0 age confidence
@digitalcredentials/ed25519-signature-2020 ^4.0.0^7.0.0 age confidence
@digitalcredentials/ed25519-verification-key-2020 ^4.0.0^5.0.0 age confidence
@digitalcredentials/jsonld ^6.0.0^9.0.0 age confidence
@digitalcredentials/jsonld-signatures ^10.0.0^12.0.0 age confidence
@digitalcredentials/vc ^7.0.0^10.0.0 age confidence
jsonld ^6.0.0^9.0.0 age confidence

Release Notes

aviarytech/did-peer (@​aviarytech/did-peer)

v1.1.2

Compare Source

Bug Fixes
  • Consolidate utility functions and improve code clarity (3a20c92)

v1.1.1

Compare Source

Bug Fixes
  • Restore multicodec prefix handling in createNumAlgo4 function (dcb3f4c)
  • Simplify JSON encoding in createNumAlgo4 function (b771697)

v1.1.0

Compare Source

Features
  • Allow additional custom properties on service descriptors (5463353)

1.0.2 (2025-07-28)

Bug Fixes
  • Update semantic-release configuration for npm publishing (9cb0a9c)

1.0.1 (2025-07-28)

Bug Fixes
  • Remove debug step for NPM_TOKEN in npm-publish workflow (b5f2834)

v1.0.2

Compare Source

Bug Fixes
  • Update semantic-release configuration for npm publishing (9cb0a9c)

v1.0.1

Compare Source

Bug Fixes
  • Remove debug step for NPM_TOKEN in npm-publish workflow (b5f2834)

v1.0.0

Compare Source

Bug Fixes
digitalcredentials/ed25519-signature-2020 (@​digitalcredentials/ed25519-signature-2020)

v7.0.0

Compare Source

Changed
  • BREAKING: Removes support for cjs
  • Updates from latest DigitalBazaar upstream

v6.0.0

Compare Source

Changed
  • BREAKING: The dependency @digitalcredentials/[email protected] now requires
    expo-crypto for React Native sha256 digest hashing, instead of
    @sphereon/[email protected].
    • IMPORTANT: This means that IF you're using this library inside a React Native project, you MUST include expo-crypto
      in your project's dependencies.

v5.0.0

Compare Source

Changed
  • BREAKING: Update to @digitalcredentials/jsonld-signatures v11.0.0 (latest Sphereon webcrypto fork, latest DCC forks of jsonld and http-client).
  • BREAKING: Reverts cache clearing behavior of v10.0.0.
digitalcredentials/ed25519-verification-key-2020 (@​digitalcredentials/ed25519-verification-key-2020)

v5.0.0

Compare Source

Changed
digitalcredentials/jsonld.js (@​digitalcredentials/jsonld)

v9.0.0

Compare Source

Changed
  • BREAKING: Re-fork as @digitalcredentials/jsonld (to fix upstream http-client export error).
  • Use @digitalcredentials/[email protected] fork.
digitalcredentials/jsonld-signatures (@​digitalcredentials/jsonld-signatures)

v12.0.1

Compare Source

Fixed
  • Fix expo-crypto browser export.

v12.0.0

Compare Source

Changed
  • BREAKING: Now uses expo-crypto for React Native sha256 digest hashing, instead of
    @sphereon/[email protected].
    • IMPORTANT: This means that IF you're using this library inside a React Native project, you MUST include expo-crypto
      in your project's dependencies.

v11.0.0

Compare Source

Changed
  • BREAKING: Now uses DCC forks of jsonld and http-client.
digitalcredentials/vc (@​digitalcredentials/vc)

v10.0.2

Compare Source

Changed
  • Fix createPresentation throwing expiration error when verify: false.

v10.0.1

Compare Source

Changed
  • Add a parameter to createPresentation to allow VC verification to be optional.
    Addresses issue #​32. Does not change current default behavior.

v10.0.0

Compare Source

Changed
  • BREAKING: Removes CJS build
Fixed
  • move status check before expiry check because expiry check throws error that had prevented the status check from running
  • attach the credential to the verification result for each credential submitted as part of a VP verification

v9.0.1

Compare Source

Fixed
  • add signature checks to the log before running other verification checks whose errors might prevent that logging

v9.0.0

Compare Source

Changed
  • BREAKING: The dependency @digitalcredentials/[email protected] (via @digitalcredentials/ed25519-signature-2020)
    now requires expo-crypto for React Native sha256 digest hashing, instead of
    @sphereon/[email protected].
    • IMPORTANT: This means that IF you're using this library inside a React Native project, you MUST include expo-crypto
      in your project's dependencies.

v8.0.1

Compare Source

Fixed
  • Fix stray Error object in CredentialIssuancePurpose.

v8.0.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - "before 5am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the maintenance label Aug 28, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 78bd3c3 to 9baad96 Compare August 31, 2025 12:51
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch 4 times, most recently from cfcd791 to 03acafa Compare September 13, 2025 08:54
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 03acafa to 606489a Compare September 23, 2025 19:02
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 606489a to 9be3ccc Compare October 3, 2025 01:54
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch 2 times, most recently from b0cc84e to 9896996 Compare October 16, 2025 02:05
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 9896996 to c9a5217 Compare November 10, 2025 17:39
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from c9a5217 to 106b90d Compare November 20, 2025 01:39
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 106b90d to 72e25e4 Compare December 23, 2025 14:19
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 72e25e4 to 77100e0 Compare December 31, 2025 17:56
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch 4 times, most recently from 8757bbf to b5db2b5 Compare January 16, 2026 12:31
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from b5db2b5 to bc898ce Compare January 16, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant