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-jwt to v6 - abandoned #150

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
did-jwt ^4.8.1 -> ^6.0.0 age adoption passing confidence

Release Notes

decentralized-identity/did-jwt

v6.11.5

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v4.1.0 (85de440)

v6.11.4

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (c637b84)

v6.11.3

Compare Source

Bug Fixes

v6.11.2

Compare Source

Bug Fixes

v6.11.1

Compare Source

Bug Fixes

v6.11.0

Compare Source

Features

6.10.1 (2022-11-29)

Bug Fixes
  • support jwts generated for JWT VC Presentation Profile (#​260) (8b36550)

v6.10.1

Compare Source

Bug Fixes
  • support jwts generated for JWT VC Presentation Profile (#​260) (8b36550)

v6.10.0

Compare Source

Features

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Features

v6.7.0

Compare Source

Features

6.6.1 (2022-09-02)

Bug Fixes

v6.6.1

Compare Source

Bug Fixes

v6.6.0

Compare Source

Features

v6.5.0

Compare Source

Features

v6.4.0

Compare Source

Features
  • add JWT verification policies to override timestamp checking (#​241) (2934f4c)

v6.3.0

Compare Source

Features

6.2.2 (2022-08-02)

Bug Fixes
  • deps: Update dependency did-resolver to v4 (f4276b5)

6.2.1 (2022-07-21)

Bug Fixes

v6.2.2

Compare Source

Bug Fixes
  • deps: Update dependency did-resolver to v4 (f4276b5)

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Features
  • add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods (#​235) (60987e0)

6.1.2 (2022-06-06)

Bug Fixes
  • ES256K-R verification with checksumAddress in eip155 blockchainAccountId (#​232) (dcbd0b9), closes #​231

6.1.1 (2022-06-06)

Bug Fixes

v6.1.2

Compare Source

Bug Fixes
  • ES256K-R verification with checksumAddress in eip155 blockchainAccountId (#​232) (dcbd0b9), closes #​231

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • The Signer classes exported by this library no longer accept private keys with string encodings, only Uint8Array. This reduces the potential ambiguity between different formats. Some utility methods are exported that allow users to convert some popular encodings to raw Uint8Array.

5.12.4 (2022-01-27)

Bug Fixes

5.12.3 (2022-01-13)

Bug Fixes
  • deps: bump did-resolver to 3.1.5 (6f6eca0)

5.12.2 (2022-01-10)

Bug Fixes

5.12.1 (2021-12-03)

Bug Fixes

v5.12.4

Compare Source

Bug Fixes

v5.12.3

Compare Source

Bug Fixes
  • deps: bump did-resolver to 3.1.5 (6f6eca0)

v5.12.2

Compare Source

Bug Fixes

v5.12.1

Compare Source

Bug Fixes

v5.12.0

Compare Source

Features

5.11.1 (2021-11-10)

Bug Fixes
  • deps: bump did-resolver to 3.1.3 (e15ba89)

v5.11.1

Compare Source

Bug Fixes
  • deps: bump did-resolver to 3.1.3 (e15ba89)

v5.11.0

Compare Source

Features

v5.10.0

Compare Source

Features

v5.9.0

Compare Source

Features
  • support verification of OIDC SIOPv0.1 & SIOPv2 JWT (#​201) (cebf2e6)

v5.8.0

Compare Source

Features

v5.7.0

Compare Source

Features

5.6.3 (2021-08-18)

Bug Fixes

5.6.2 (2021-06-25)

Bug Fixes

5.6.1 (2021-06-11)

Bug Fixes

v5.6.3

Compare Source

Bug Fixes

v5.6.2

Compare Source

Bug Fixes

v5.6.1

Compare Source

Bug Fixes

v5.6.0

Compare Source

Features

5.5.3 (2021-06-07)

Bug Fixes

5.5.2 (2021-06-02)

Bug Fixes

5.5.1 (2021-06-02)

Bug Fixes

v5.5.3

Compare Source

Bug Fixes

v5.5.2

Compare Source

Bug Fixes

v5.5.1

Compare Source

Bug Fixes

v5.5.0

Compare Source

Features

5.4.1 (2021-05-19)

Bug Fixes

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Features

5.3.1 (2021-05-15)

Bug Fixes

v5.3.1

Compare Source

Bug Fixes

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features

5.1.2 (2021-03-26)

Bug Fixes
  • deps: use Resolvable type from did-resolver (4641e56)

5.1.1 (2021-03-25)

Bug Fixes

v5.1.2

Compare Source

Bug Fixes
  • deps: use Resolvable type from did-resolver (4641e56)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features

5.0.2 (2021-03-23)

Bug Fixes

5.0.1 (2021-03-11)

Bug Fixes
  • add explicit support for EcdsaSecp256k1RecoveryMethod2020 (#​153) (2b04c34)

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • add explicit support for EcdsaSecp256k1RecoveryMethod2020 (#​153) (2b04c34)

v5.0.0

Compare Source

Features
BREAKING CHANGES
  • The Resolver used during verification is expected to conform to the latest spec.

v4.9.0

Compare Source

Features

4.8.1 (2020-12-18)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 this update again.


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

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

@renovate renovate bot added the maintenance label Apr 24, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title fix(deps): update dependency did-jwt to v6 fix(deps): update dependency did-jwt to v6 - abandoned May 28, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 28, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

None yet

1 participant