MetaMask / KeyringController

A module for managing groups of Ethereum accounts and using them.
ISC License
229 stars 134 forks source link

chore(deps): bump @metamask/keyring-api from 3.0.0 to 6.2.0 #387

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @metamask/keyring-api from 3.0.0 to 6.2.0.

Release notes

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

6.2.0

Added

  • Add accountNameSuggestion field to the AccountCreatedEvent (#291)
  • Add displayConfirmation field to the AccountCreatedEvent (#307)

6.1.1

Changed

  • Fix isEvmAccountType accountType type to string or InternalAccountType (#304)
  • Bump @​metamask/snaps-sdk from ^4.0.0 to ^4.2.0 (#305)

6.1.0

Added

  • Add isEvmAccountType helper (#297)
  • Add bip121:p2wpkh account support (#294)

Changed

  • Remove incorrect SignTransaction from EthErc4337Account (#300)
  • Bump @​metamask/providers from 16.0.0 to 16.1.0 (#298)
  • Bump @​metamask/snaps-sdk from 4.0.0 to 4.0.1 (#292)
  • Split account types (EOA + Erc4337) (#293)

6.0.0

Changed

  • BREAKING: Add importTime property to InternalAccount metadata (#289)
  • Bump tar from 6.1.15 to 6.2.1 (#286)
  • Bump @​metamask/snaps-sdk from 3.2.0 to 4.0.0 (#287)
  • Add documentation for eth_decodeUserOperationCallData (#254)
  • Bump @​metamask/snaps-sdk from 3.1.1 to 3.2.0 (#284)

5.1.0

Changed

  • Use @​metamask/providers as a peer dependency (#282)
  • Bump @​metamask/utils from 8.3.0 to 8.4.0 (#280)
  • Add stale CI workflow to close issues and PRs (#279)

5.0.0

Changed

  • BREAKING: Add new KeyringExecutionContext to user operation methods (#275)
  • Fix bundler type (defined as string now) (#277)
  • Bump @​metamask/providers from 15.0.0 to 16.0.0 (#276)
  • Bump @​metamask/safe-event-emitter from 3.1.0 to 3.1.1 (#274)

4.0.2

Changed

  • Bump @​metamask/snaps-sdk to ^3.1.1 (#271)
  • Bump @​metamask/safe-event-emitter from 3.0.0 to 3.1.0 (#270)
  • Fix bundler URL validation (#262)

4.0.1

Changed

... (truncated)

Changelog

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

[6.2.0]

Added

  • Add accountNameSuggestion field to the AccountCreatedEvent (#291)
  • Add displayConfirmation field to the AccountCreatedEvent (#307)

[6.1.1]

Changed

  • Fix isEvmAccountType accountType type to string or InternalAccountType (#304)
  • Bump @​metamask/snaps-sdk from ^4.0.0 to ^4.2.0 (#305)

[6.1.0]

Added

  • Add isEvmAccountType helper (#297)
  • Add bip121:p2wpkh account support (#294)

Changed

  • Remove incorrect SignTransaction from EthErc4337Account (#300)
  • Bump @​metamask/providers from 16.0.0 to 16.1.0 (#298)
  • Bump @​metamask/snaps-sdk from 4.0.0 to 4.0.1 (#292)
  • Split account types (EOA + Erc4337) (#293)

[6.0.0]

Changed

  • BREAKING: Add importTime property to InternalAccount metadata (#289)
  • Bump tar from 6.1.15 to 6.2.1 (#286)
  • Bump @​metamask/snaps-sdk from 3.2.0 to 4.0.0 (#287)
  • Add documentation for eth_decodeUserOperationCallData (#254)
  • Bump @​metamask/snaps-sdk from 3.1.1 to 3.2.0 (#284)

[5.1.0]

Changed

  • Use @​metamask/providers as a peer dependency (#282)
  • Bump @​metamask/utils from 8.3.0 to 8.4.0 (#280)
  • Add stale CI workflow to close issues and PRs (#279)

[5.0.0]

Changed

... (truncated)

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 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)
dependabot[bot] commented 1 month ago

Superseded by #388.