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 @metamask/eth-sig-util from 5.0.1 to 7.0.1 #1

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps @metamask/eth-sig-util from 5.0.1 to 7.0.1.

Release notes

Sourced from @​metamask/eth-sig-util's releases.

7.0.1

Changed

  • Remove dependency ethjs-util (#349)

Fixed

  • BREAKING: fix: interpret 0x as hex in bytes encodeField (#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)
  • fix: Bump @​babel/traverse from 7.21.5 to 7.23.2 (#341)

7.0.0

Changed

  • BREAKING: Increase minimum Node.js version to v16 (#332)
  • BREAKING: Bump @metamask/abi-utils from ^1.0.2 to ^2.0.2 (#326)
  • Bump @metamask/utils from ^5.0.2 to ^8.1.0 (#333)

6.0.2

Fixed

  • BREAKING: fix: interpret 0x as hex in bytes encodeField (#356)
    • This fixes a regression introduced in 6.0.1 which caused inconsistent signatures when data was supplied as literal 0x.

6.0.1

Changed

  • Swap out legacy ethereumjs-abi for @metamask/abi-utils (#319)

Fixed

  • Bump ethereum-cryptography from ^2.0.0 to ^2.1.2 (#302)
  • Bump ethereumjs/util from ^8.0.6 to ^8.1.0 (#302)
  • Remove unused dependency bn.js (#334) (#302)

6.0.0

Changed

  • BREAKING: Fix normalize for empty strings and 0 (#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

5.1.0

Changed

  • rawEncode: fix broken BigNumber negativity check (#307)
  • Specify type interface for multiple functions (#307)
  • Improve type parameter input validation (#307)
  • deps: bn.js@4.11.8->4.12.0 (#309)
  • devDeps: Support TypeScript version ~4.8.4 (#307)

5.0.3

Changed

  • Bump ethereum-cryptography, @​ethereumjs/util (#302)

5.0.2

Changed

  • allow bn.js to resolve any minor/patch version above 4.11.8 (#280)
Changelog

Sourced from @​metamask/eth-sig-util's changelog.

[7.0.1]

Changed

  • Remove dependency ethjs-util (#349)

Fixed

  • BREAKING: fix: interpret 0x as hex in bytes encodeField (#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)
  • fix: Bump @​babel/traverse from 7.21.5 to 7.23.2 (#341)

[7.0.0]

Changed

  • BREAKING: Increase minimum Node.js version to v16 (#332)
  • BREAKING: Bump @metamask/abi-utils from ^1.0.2 to ^2.0.2 (#326)
  • Bump @metamask/utils from ^5.0.2 to ^8.1.0 (#333)

[6.0.1]

Changed

  • Swap out legacy ethereumjs-abi for @metamask/abi-utils (#319)

Fixed

  • Bump ethereum-cryptography from ^2.0.0 to ^2.1.2 (#302)
  • Bump ethereumjs/util from ^8.0.6 to ^8.1.0 (#302)
  • Remove unused dependency bn.js (#334) (#302)

[6.0.0]

Changed

  • BREAKING: Fix normalize for empty strings and 0 (#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

[5.1.0]

Changed

  • rawEncode: fix broken BigNumber negativity check (#307)
  • Specify type interface for multiple functions (#307)
  • Improve type parameter input validation (#307)
  • deps: bn.js@4.11.8->4.12.0 (#309)
  • devDeps: Support TypeScript version ~4.8.4 (#307)

[5.0.3]

Changed

  • Bump ethereum-cryptography, @​ethereumjs/util (#302)

[5.0.2]

Changed

  • allow bn.js to resolve any minor/patch version above 4.11.8 (#280)
Commits

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 [@metamask/eth-sig-util](https://github.com/MetaMask/eth-sig-util) from 5.0.1 to 7.0.1.
- [Release notes](https://github.com/MetaMask/eth-sig-util/releases)
- [Changelog](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md)
- [Commits](MetaMask/eth-sig-util@v5.0.1...v7.0.1)

---
updated-dependencies:
- dependency-name: "@metamask/eth-sig-util"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
Copy link
Author

dependabot bot commented on behalf of github Jan 31, 2024

Looks like @metamask/eth-sig-util is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jan 31, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/metamask/eth-sig-util-7.0.1 branch January 31, 2024 16:23
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