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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

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

Release notes

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

7.0.0

Added

  • Add getAccountBalances to KeyringClient (#340).
  • Allow multiple address per account (#315).

Changed

  • BREAKING: Keep all ETH methods in the same enum (#313).
  • Bump @​metamask/snaps-sdk from 4.4.1 to 4.4.2 (#339).
  • Bump @​metamask/rpc-errors from 6.2.1 to 6.3.0 (#337).
  • Bump @​metamask/json-rpc-middleware-stream from 7.0.1 to 7.0.2 (#333).
  • Bump @​metamask/snaps-sdk from 4.4.0 to 4.4.1 (#334).

Fixed

  • Allow stale action to be run manually and fix permissions (#336).

6.4.0

Changed

  • Add support for @metamask/providers v17 (#329).

6.3.1

Fixed

  • Export Caip* types used in the API (#325).

6.3.0

Added

  • Add getAccountBalances method to Keyring interface (#320).
  • Add CAIP-19 types to utils (#321).

Changed

  • Bump @​metamask/snaps-sdk from 4.2.0 to 4.3.0 (#323).
  • Split api.ts into different files (#319).
  • Make the KeyringAccount type less rigid (#311).

Fixed

  • Ensure that errors are JSON-serializable (#162).
  • Don't use internal types in the public API (#312).
  • Keep all ETH methods in the same enum (#313).

6.2.1

Changed

  • Bump @​metamask/key-tree from 9.1.0 to 9.1.1 (#310).

Fixed

  • Use internal object function instead of the upstream one (#316).

6.2.0

Added

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

... (truncated)

Changelog

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

[7.0.0]

Added

  • Add getAccountBalances to KeyringClient (#340).
  • Allow multiple address per account (#315).

Changed

  • BREAKING: Keep all ETH methods in the same enum (#313).
  • Bump @​metamask/snaps-sdk from 4.4.1 to 4.4.2 (#339).
  • Bump @​metamask/rpc-errors from 6.2.1 to 6.3.0 (#337).
  • Bump @​metamask/json-rpc-middleware-stream from 7.0.1 to 7.0.2 (#333).
  • Bump @​metamask/snaps-sdk from 4.4.0 to 4.4.1 (#334).

Fixed

  • Allow stale action to be run manually and fix permissions (#336).

[6.4.0]

Changed

  • BREAKING: Keep all ETH methods in the same enum (#313).
  • Add support for @metamask/providers v17 (#329).

[6.3.1]

Changed

  • BREAKING: Keep all ETH methods in the same enum (#313).

Fixed

  • Export Caip* types used in the API (#325).

[6.3.0]

Added

  • Add getAccountBalances method to Keyring interface (#320).
  • Add CAIP-19 types to utils (#321).

Changed

  • BREAKING: Keep all ETH methods in the same enum (#313).
  • Bump @​metamask/snaps-sdk from 4.2.0 to 4.3.0 (#323).
  • Split api.ts into different files (#319).
  • Make the KeyringAccount type less rigid (#311).

... (truncated)

Commits
  • a90b2b2 7.0.0 (#341)
  • f718c41 chore(deps): bump @​metamask/snaps-sdk from 4.4.1 to 4.4.2 (#339)
  • fb49474 feat: add getAccountBalances to KeyringClient (#340)
  • f6b3701 feat: allow multiple address per account (#315)
  • 54d4af7 chore(deps): bump @​metamask/rpc-errors from 6.2.1 to 6.3.0 (#337)
  • 1e61f31 ci: allow stale action to be run manually and fix permissions (#336)
  • dcf7d5d chore(deps): bump @​metamask/json-rpc-middleware-stream from 7.0.1 to 7.0.2 (#...
  • 8288702 chore(deps): bump @​metamask/snaps-sdk from 4.4.0 to 4.4.1 (#334)
  • 989b52c 6.4.0 (#330)
  • a68248c feat: support @​metamask/providers v17 (#329)
  • Additional commits viewable in compare view

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/keyring-api](https://github.com/MetaMask/keyring-api) from 3.0.0 to 7.0.0.
- [Release notes](https://github.com/MetaMask/keyring-api/releases)
- [Changelog](https://github.com/MetaMask/keyring-api/blob/main/CHANGELOG.md)
- [Commits](MetaMask/keyring-api@v3.0.0...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 11, 2024 06:10
@dependabot dependabot bot added the type-dependencies Pull requests that update a dependency file label Jun 11, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@metamask/[email protected] None +2 358 kB metamaskbot
npm/@metamask/[email protected] Transitive: network +17 4.73 MB
npm/@metamask/[email protected] None 0 436 kB metamaskbot
npm/[email protected] None 0 205 kB addons-robot

🚮 Removed packages: npm/@metamask/[email protected], npm/@metamask/[email protected], npm/[email protected]

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Network access npm/@metamask/[email protected]
Network access npm/@metamask/[email protected]

View full report↗︎

Next steps

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2024

Superseded by #395.

@dependabot dependabot bot closed this Jun 12, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/metamask/keyring-api-7.0.0 branch June 12, 2024 06:55
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.

0 participants