Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2022

Bumps @metamask/eth-hd-keyring from 4.0.2 to 5.0.1.

Release notes

Sourced from @​metamask/eth-hd-keyring's releases.

5.0.1

Removed

  • Remove prepack script and references in order to fix publish release flow (#77)

5.0.0

Changed

  • BREAKING: Update minimum Node.js version from v12 to v14 (#67)
  • BREAKING: Makes version-specific signTypedData methods private (#71)
    • Consumers should use the generic signTypedData method and pass the version they'd like as a property in the options argument.
  • BREAKING: Makes the wallets property private (#71)
    • Consumers should not use this property as it is intended for internal use only.
  • BREAKING: Makes getPrivateKeyFor a private method (#71)
    • Consumers who wish to get the private key for a given account should use the exportAccount method.
  • BREAKING: Bumps browser requirements to those with ES2020 support or greater (#70)
    • This change is introduced in update of @metamask/eth-sig-util to v5 and new direct dependency on ethereumjs/util v8.0.2
  • Replaces use of ethereumjs-wallet implementation of hdkey with one from ethereum-cryptography and adapts accordingly. (#69)
  • Replaces @metamask/bip39 with @metamask/scure-bip39 (#67)

Removed

  • BREAKING: Remove redundant newGethSignMessage method (#71)
    • Consumers can use signPersonalMessage method as a replacement for newGethSignMessage.
  • BREAKING: HDKeyring no longer extends EventEmitter, so no EventEmitter methods are available on this class (#70)
  • Removes ethereumjs-util dependency. (#67)
Changelog

Sourced from @​metamask/eth-hd-keyring's changelog.

[5.0.1]

Removed

  • Remove prepack script and references in order to fix publish release flow (#77)

[5.0.0]

Changed

  • BREAKING: Update minimum Node.js version from v12 to v14 (#67)
  • BREAKING: Makes version-specific signTypedData methods private (#71)
    • Consumers should use the generic signTypedData method and pass the version they'd like as a property in the options argument.
  • BREAKING: Makes the wallets property private (#71)
    • Consumers should not use this property as it is intended for internal use only.
  • BREAKING: Makes getPrivateKeyFor a private method (#71)
    • Consumers who wish to get the private key for a given account should use the exportAccount method.
  • BREAKING: Bumps browser requirements to those with ES2020 support or greater (#70)
    • This change is introduced in update of @metamask/eth-sig-util to v5 and new direct dependency on ethereumjs/util v8.0.2
  • Replaces use of ethereumjs-wallet implementation of hdkey with one from ethereum-cryptography and adapts accordingly. (#69)
  • Replaces @metamask/bip39 with @metamask/scure-bip39 (#67)

Removed

  • BREAKING: Remove redundant newGethSignMessage method (#71)
    • Consumers can use signPersonalMessage method as a replacement for newGethSignMessage.
  • BREAKING: HDKeyring no longer extends EventEmitter, so no EventEmitter methods are available on this class (#70)
  • Removes ethereumjs-util dependency. (#67)
Commits
  • ce37a87 5.0.1 (#78)
  • 266979e remove prepack script and references (#77)
  • 5f9e4c3 5.0.0 (#74)
  • e46cde4 make new internal methods private (#76)
  • 49e6c5d delete require-additional-review.yml (#75)
  • 1230a53 update github actions to use latest module template versions (#73)
  • cefd1e0 yarn v3 (#72)
  • caa0160 Replace ethereumjs-wallet's hdkey with ethereum-cryptography's version ...
  • ac48b83 bump eth-sig-util version to 5.0.2, stop inheriting from `eth-simple-keyrin...
  • c94ce65 bump eth-simple-keyring version to v5 (#71)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by metamaskbot, a new releaser for @​metamask/eth-hd-keyring since your current version.


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 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-hd-keyring](https://github.com/MetaMask/eth-hd-keyring) from 4.0.2 to 5.0.1.
- [Release notes](https://github.com/MetaMask/eth-hd-keyring/releases)
- [Changelog](https://github.com/MetaMask/eth-hd-keyring/blob/main/CHANGELOG.md)
- [Commits](MetaMask/eth-hd-keyring@v4.0.2...v5.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 14, 2022 06:01
@dependabot dependabot bot added the type-dependencies Pull requests that update a dependency file label Dec 14, 2022
@Gudahtt
Copy link
Member

Gudahtt commented Dec 14, 2022

Superseded by #177

@Gudahtt Gudahtt closed this Dec 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 14, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/metamask/eth-hd-keyring-5.0.1 branch December 14, 2022 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type-dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants