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

fix(deps): Update did-vc-libraries (major) #1410

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@digitalcredentials/ed25519-signature-2020 ^4.0.0 -> ^6.0.0 age adoption passing confidence
@digitalcredentials/jsonld ^6.0.0 -> ^9.0.0 age adoption passing confidence
@digitalcredentials/jsonld-signatures ^10.0.0 -> ^12.0.0 age adoption passing confidence
@digitalcredentials/vc ^7.0.0 -> ^9.0.0 age adoption passing confidence
ethr-did-resolver ^10.1.0 -> ^11.0.0 age adoption passing confidence
ethr-did-resolver ^10.1.5 -> ^11.0.0 age adoption passing confidence
jsonld ^6.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

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

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/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.

v10.1.0

Compare Source

Added

@​kezike's updates as part of supporting VC 2.0 spec.

  • Add ProofSet derive(), pass proofSet param to functions.
Changed
  • Update DigitalBazaar's jsonld dep to #v10.1.x branch (until upstream react-native PR gets merged)
  • Potentially breaking: Update to @sphereon/[email protected]
digitalcredentials/vc (@​digitalcredentials/vc)

v9.0.1

Compare Source

v9.0.0

Compare Source

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

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
decentralized-identity/ethr-did-resolver (ethr-did-resolver)

v11.0.1

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.13.3 (840f6d4)

v11.0.0

Compare Source

Bug Fixes
  • add esm wrapper instead of double transpile (d2bbeaf)
  • build: build commonjs and also expose esm wrapper (522c199)
  • build: include default export to work around some bundler issues (#​205) (1e9e4ef), closes #​186
  • build: use commonjs module in tsconfig (e66d054)
  • ci: run tests on a matrix of node versions (3825ac0)
  • create alpha release (1d5d5f2)
Features
  • deployment: add gnosischain and holesky deployments (#​206) (4992094)
BREAKING CHANGES
  • ESM is only supported through a wrapper

v10.1.10

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.13.2 (c9d253f)

v10.1.9

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.13.1 (e6885b9)

v10.1.8

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.13.0 (9c9d978)

v10.1.7

Compare Source

Bug Fixes
  • test: remove the connection test for goerli network (#​201) (c861026)

v10.1.5

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.11.1 (d22fd46)

v10.1.4

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.11.0 (35620c9)

v10.1.3

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.10.0 (435ae92)

v10.1.2

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.9.2 (0e69c5b)

v10.1.1

Compare Source

Bug Fixes
  • deps: update dependency ethers to v6.13.2 (c9d253f)

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 6, 2024
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch 2 times, most recently from 866ee4c to 0c33144 Compare September 5, 2024 13:12
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 0c33144 to 899abd2 Compare September 18, 2024 04:14
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 899abd2 to 7562469 Compare September 25, 2024 16:19
@renovate renovate bot force-pushed the renovate/major-did-vc-libraries branch from 7562469 to 8d3de1b Compare September 30, 2024 19:51
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.

0 participants