decentralized-identity / veramo

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

fix(deps): update dependency @metamask/eth-sig-util to v8 #1424

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@metamask/eth-sig-util ^7.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

MetaMask/eth-sig-util (@​metamask/eth-sig-util) ### [`v8.0.0`](https://redirect.github.com/MetaMask/eth-sig-util/blob/HEAD/CHANGELOG.md#800) [Compare Source](https://redirect.github.com/MetaMask/eth-sig-util/compare/v7.0.3...v8.0.0) ##### Changed - **BREAKING**: Values of type `number` are not accepted as address parameter anymore. Valid values are `string` and `Uint8Array`. ([#​391](https://redirect.github.com/MetaMask/eth-sig-util/pull/391)) - **BREAKING**: Drop support for Node.js versions 16, 21. ([#​390](https://redirect.github.com/MetaMask/eth-sig-util/pull/390)) ### [`v7.0.3`](https://redirect.github.com/MetaMask/eth-sig-util/blob/HEAD/CHANGELOG.md#703) [Compare Source](https://redirect.github.com/MetaMask/eth-sig-util/compare/v7.0.2...v7.0.3) ##### Changed - Bump `@metamask/abi-utils` to `^2.0.4` ([#​381](https://redirect.github.com/MetaMask/eth-sig-util/pull/381)) - Bump `@metamask/utils` from `^9.0.0` ([#​381](https://redirect.github.com/MetaMask/eth-sig-util/pull/381)) ### [`v7.0.2`](https://redirect.github.com/MetaMask/eth-sig-util/blob/HEAD/CHANGELOG.md#702) [Compare Source](https://redirect.github.com/MetaMask/eth-sig-util/compare/v7.0.1...v7.0.2) ##### Fixed - Replace dependency `tweetnacl-util` with `@scure/base` ([#​358](https://redirect.github.com/MetaMask/eth-sig-util/pull/358)) ### [`v7.0.1`](https://redirect.github.com/MetaMask/eth-sig-util/blob/HEAD/CHANGELOG.md#701) [Compare Source](https://redirect.github.com/MetaMask/eth-sig-util/compare/v7.0.0...v7.0.1) ##### Changed - Remove dependency `ethjs-util` ([#​349](https://redirect.github.com/MetaMask/eth-sig-util/pull/349)) ##### Fixed - **BREAKING**: fix: interpret 0x as hex in bytes encodeField ([#​354](https://redirect.github.com/MetaMask/eth-sig-util/pull/354)) - This fixes a regression introduced in `6.0.1` which caused inconsistent signatures when data was supplied as literal `0x`. - fix: Exclude test files from published release ([#​350](https://redirect.github.com/MetaMask/eth-sig-util/pull/350)) - fix: Bump [@​babel/traverse](https://redirect.github.com/babel/traverse) from 7.21.5 to 7.23.2 ([#​341](https://redirect.github.com/MetaMask/eth-sig-util/pull/341))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.69%. Comparing base (7d17f37) to head (0724201).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #1424 +/- ## ======================================= Coverage 89.69% 89.69% ======================================= Files 177 177 Lines 26937 26937 Branches 2228 2228 ======================================= Hits 24161 24161 Misses 2776 2776 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.