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 dependency did-resolver to v3 #397

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
did-resolver 2.1.2 -> 3.1.0 age adoption passing confidence
did-resolver ^2.1.2 -> ^3.0.0 age adoption passing confidence

Release Notes

decentralized-identity/did-resolver

v3.1.0

Compare Source

Features
  • export the Resolvable type definition (ddc0ec2)

3.0.2 (2021-03-12)

Bug Fixes
  • allow the use of % char in method specific ID (#​86) (3a21466)

3.0.1 (2021-03-02)

Bug Fixes

v3.0.2

Compare Source

Bug Fixes
  • allow the use of % char in method specific ID (#​86) (3a21466)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

Features
BREAKING CHANGES
  • the Resolver and DIDResolver data types have been upgraded.
    To use a legacy resolver that simply returns a DIDDocument, please register it under the options.legacyResolvers constructor param

v2.2.0

Compare Source

Features
  • add type definition for JWK formatted public keys (#​80) (f9b9c8d)

2.1.2 (2020-12-09)

Bug Fixes
  • types: fix data type for "authentication" array in DIDDocument (#​60) (d017cb3)
  • extend DIDDocument.[@​context](https://togithub.com/context) data type to include arrays (#​70) (8781b69), closes #​68

2.1.1 (2020-08-19)

Bug Fixes

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the maintenance label Mar 2, 2021
@renovate renovate bot force-pushed the renovate/did-resolver-3.x branch from 1317dbe to f6f43d3 Compare March 2, 2021 18:23
@codecov
Copy link

codecov bot commented Mar 2, 2021

Codecov Report

Merging #397 (d6abd56) into next (0bf7b24) will decrease coverage by 1.97%.
The diff coverage is 59.45%.

❗ Current head d6abd56 differs from pull request most recent head bbd6c17. Consider uploading reports for the commit bbd6c17 to get more accurate results

@@            Coverage Diff             @@
##             next     #397      +/-   ##
==========================================
- Coverage   67.58%   65.60%   -1.98%     
==========================================
  Files          62       68       +6     
  Lines        1530     1608      +78     
  Branches      247      264      +17     
==========================================
+ Hits         1034     1055      +21     
- Misses        400      450      +50     
- Partials       96      103       +7     

@renovate renovate bot force-pushed the renovate/did-resolver-3.x branch from f6f43d3 to c67fc3d Compare March 12, 2021 12:14
@renovate renovate bot force-pushed the renovate/did-resolver-3.x branch from c67fc3d to bbd6c17 Compare March 26, 2021 10:48
mirceanis added a commit that referenced this pull request Mar 26, 2021
BREAKING CHANGES:
* `IResolver` interface adapted to core spec
* No more `EcdsaSignature` for signers, only `string` output
* Signers must accept `Uint8Array` input as well as `string`
* Using EcdsaSecp256k1VerificationKey2019 and ...RecoveryMethod2020
* using `verificationMethod` and `blockchainAccountId` from DID documents
* deprecated `UniversalResolver` class in favor of `getUniversalResolver` method

closes #418
closes #428
closes #417
closes #416
closes #412
closes #397
unblocks #384
fixes #394
@renovate renovate bot deleted the renovate/did-resolver-3.x branch March 26, 2021 15:38
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