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

Bump @sphereon/ssi-types from 0.26.0 to 0.32.0 in /packages/credentials #1030

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 Dec 12, 2024

Bumps @sphereon/ssi-types from 0.26.0 to 0.32.0.

Release notes

Sourced from @​sphereon/ssi-types's releases.

v0.32.0

0.32.0 (2024-12-05)

Bug Fixes

  • Format mapping for PD (4e18635)
  • run migrations when resetting the database (7891648)

Features

  • Remove crypto.subtle as it is giving too many issues on RN. Moved to new implementation based on @​noble libs (d86e7fa)
  • Validation improvements (b742fbe)

v0.31.0

0.31.0 (2024-11-26)

Bug Fixes

  • After dropping DB agent would throw exception as we removed the data source (ab9c1c8)
  • check mdoc original are equal (804fb14)
  • Fix broken tests (74e1d46)
  • Fixed broken test cases (705edad)
  • Fixed broken tests (56ce96f)
  • Fixed the non-null expectation of the tests (f95af05)
  • Fixed typos in the comments (485b689)
  • getFederationTrust fix (2c02455)
  • Implemented temporary cryptoServiceCallback verify function (6fe01f4)
  • mdoc parsing (774aeeb)
  • pass hasher to cvVerifySchema (a12b845)
  • remove unused interfaces (954967a)
  • resolution fixes (d1fddfc)
  • return null as undefined in store DTO's (9d0e24b)

Features

  • Add JARM response support (8e9cb20)
  • add support for credential claim branding (1d5c7ce)
  • added activity logs to eventlogger, plus fixed a bug on deleting parent of child credentials (91ce056)
  • added additional issuer branding properties (c22d9d4)
  • added dynamicRegistrationClientMetadata to issuer locale branding (aa98150)
  • added issuer credential subject branding support (2caa509)
  • added new module CredentialValidation (6464fac)
  • added resource resolver plugin (68b88d8)
  • added review contact state when contact has low level of trust (d2c6c75)
  • added validation against vc schema and test cases for validating the vc against the schema plus some bugfixes. also made checking vc against the schema optional (b75f952)
  • Created an issuer verification of an EBSI issued credential (333b395)

... (truncated)

Changelog

Sourced from @​sphereon/ssi-types's changelog.

0.32.0 (2024-12-05)

Bug Fixes

  • Format mapping for PD (4e18635)
  • run migrations when resetting the database (7891648)

Features

  • Remove crypto.subtle as it is giving too many issues on RN. Moved to new implementation based on @​noble libs (d86e7fa)
  • Validation improvements (b742fbe)

0.30.1 (2024-10-01)

Bug Fixes

0.29.0 (2024-08-01)

Bug Fixes

  • Doesn't make sense to always download issuer images, even if we already have it stored. Other stability improvements for image handling (b836ca1)
  • Logger fixes (75b6925)

Features

  • expose date(time) types per database. Also enhance the datasources capabilities (dd37e77)
  • Remove dep on isomorphic-webcrypto (44331b8)
  • update to new keyRefs instead of kids (e969b97)

0.28.0 (2024-07-23)

Bug Fixes

  • Add ebsi plugin schema (422cf14)
  • Ensure we always use the ES256 key for EBSI auth (be7dc15)
  • Make sure we do not use the jwk thumbprint as kid default value when not in EBSI (c4a22aa)
  • Make sure we do not use the jwk thumbprint as kid default value when not in EBSI (9a3bf56)
  • Make sure we search for display and legal name based on issuer metadata name as well (9a4cafd)

Features

  • Allow to pass in additional keys for EBSI (16aa9e2)

0.27.0 (2024-07-07)

... (truncated)

Commits
  • 6585912 chore(release): v0.32.0
  • 3fc1655 Merge pull request #292 from Sphereon-Opensource/develop
  • 24a877f chore: Update version
  • 1c99457 chore(ci): merge main into develop (next)
  • 3abc715 Merge pull request #291 from Sphereon-Opensource/develop
  • be3e71f chore(ci): merge main into develop (next)
  • 024d8bc Merge pull request #290 from Sphereon-Opensource/develop
  • 96b5b1b Merge remote-tracking branch 'origin/develop' into develop
  • fc84496 chore: Update deps
  • 71b35d7 chore: fixed spread operator
  • 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 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)

Bumps [@sphereon/ssi-types](https://github.com/Sphereon-OpenSource/ssi-sdk) from 0.26.0 to 0.32.0.
- [Release notes](https://github.com/Sphereon-OpenSource/ssi-sdk/releases)
- [Changelog](https://github.com/Sphereon-Opensource/SSI-SDK/blob/develop/CHANGELOG.md)
- [Commits](Sphereon-Opensource/SSI-SDK@v0.26.0...v0.32.0)

---
updated-dependencies:
- dependency-name: "@sphereon/ssi-types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from csuwildcat as a code owner December 12, 2024 17:56
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2024
Copy link
Contributor

TBDocs Report

✅ No errors or warnings

@web5/api

  • Project entry file: packages/api/src/index.ts

@web5/crypto

  • Project entry file: packages/crypto/src/index.ts

@web5/crypto-aws-kms

  • Project entry file: packages/crypto-aws-kms/src/index.ts

@web5/dids

  • Project entry file: packages/dids/src/index.ts

@web5/credentials

  • Project entry file: packages/credentials/src/index.ts

TBDocs Report Updated at 2024-12-12T18:01:32Z 20dd124

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants