decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
431 stars 131 forks source link

chore(deps): update devdeps (major) #1198

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@metamask/eth-sig-util 5.1.0 -> 6.0.0 age adoption passing confidence
prettier (source) 2.8.8 -> 3.0.0 age adoption passing confidence

Release Notes

MetaMask/eth-sig-util (@​metamask/eth-sig-util) ### [`v6.0.0`](https://togithub.com/MetaMask/eth-sig-util/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://togithub.com/MetaMask/eth-sig-util/compare/v5.1.0...v6.0.0) ##### Changed - **BREAKING**: Fix `normalize` for empty strings and `0` ([#​315](https://togithub.com/MetaMask/eth-sig-util/pull/315)) - This is breaking as it changes the behavior of the function with an empty string or `0` as input: it will now return `0x` for an empty string and `0x00` for `0`, instead of `undefined`
prettier/prettier (prettier) ### [`v3.0.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.8...3.0.0) [diff](https://togithub.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0) šŸ”— [Release Notes](https://prettier.io/blog/2023/07/05/3.0.0.html)

Configuration

šŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8a23e89) 84.48% compared to head (edc0e19) 84.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #1198 +/- ## ======================================= Coverage 84.48% 84.48% ======================================= Files 158 158 Lines 16625 16625 Branches 1823 1823 ======================================= Hits 14046 14046 Misses 2579 2579 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.