Skip to content

Commit

Permalink
chore: bump @metamask/{keyring-api,eth-snap-keyring} (#5280)
Browse files Browse the repository at this point in the history
## Explanation

<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:

* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?
* Are there any changes whose purpose might not obvious to those
unfamiliar with the domain?
* If your primary goal was to update one package but you found you had
to update another one along the way, why did you do so?
* If you had to upgrade a dependency, why did you do so?
-->

This PR bumps:
- `@metamask/keyring-api` from `^16.1.0` to `^17.0.0`
[CHANGELOG](https://github.com/MetaMask/accounts/blob/main/packages/keyring-api/CHANGELOG.md#1700)
- `@metamask/eth-snap-keyring` from `^9.1.1` to `^10.0.0`
[CHANGELOG](https://github.com/MetaMask/accounts/blob/main/packages/keyring-snap-bridge/CHANGELOG.md#1000)

## References

<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?

For example:

* Fixes #12345
* Related to #67890
-->

## Changelog

<!--
If you're making any consumer-facing changes, list those changes here as
if you were updating a changelog, using the template below as a guide.

(CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or
FIXED. For security-related issues, follow the Security Advisory
process.)

Please take care to name the exact pieces of the API you've added or
changed (e.g. types, interfaces, functions, or methods).

If there are any breaking changes, make sure to offer a solution for
consumers to follow once they upgrade to the changes.

Finally, if you're only making changes to development scripts or tests,
you may replace the template below with "None".
-->

See CHANGELOG for changes

## Checklist

- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
- [x] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
  • Loading branch information
cryptodev-2s authored Feb 5, 2025
1 parent 480e160 commit a5974df
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 36 deletions.
2 changes: 2 additions & 0 deletions packages/accounts-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.7.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/snaps-sdk` from `^6.16.0` to `^6.17.1` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/eth-snap-keyring` from `^9.1.1` to `^10.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))
- Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))

## [22.0.0]

Expand Down
4 changes: 2 additions & 2 deletions packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"dependencies": {
"@ethereumjs/util": "^8.1.0",
"@metamask/base-controller": "^7.1.1",
"@metamask/eth-snap-keyring": "^9.1.1",
"@metamask/keyring-api": "^16.1.0",
"@metamask/eth-snap-keyring": "^10.0.0",
"@metamask/keyring-api": "^17.0.0",
"@metamask/keyring-internal-api": "^4.0.1",
"@metamask/snaps-sdk": "^6.17.1",
"@metamask/snaps-utils": "^8.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))

## [47.0.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@metamask/contract-metadata": "^2.4.0",
"@metamask/controller-utils": "^11.5.0",
"@metamask/eth-query": "^4.0.0",
"@metamask/keyring-api": "^16.1.0",
"@metamask/keyring-api": "^17.0.0",
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/polling-controller": "^12.0.2",
"@metamask/rpc-errors": "^7.0.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/keyring-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))

## [19.0.5]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@metamask/eth-hd-keyring": "^7.0.4",
"@metamask/eth-sig-util": "^8.0.0",
"@metamask/eth-simple-keyring": "^6.0.5",
"@metamask/keyring-api": "^16.1.0",
"@metamask/keyring-api": "^17.0.0",
"@metamask/keyring-internal-api": "^4.0.1",
"@metamask/message-manager": "^12.0.0",
"@metamask/utils": "^11.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/multichain-transactions-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `@metamask/snaps-sdk` from `^6.16.0` to `^6.17.1` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/snaps-controllers` from `^9.10.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))

## [0.1.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/multichain-transactions-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/keyring-api": "^16.1.0",
"@metamask/keyring-api": "^17.0.0",
"@metamask/keyring-internal-api": "^4.0.1",
"@metamask/keyring-snap-client": "^3.0.3",
"@metamask/polling-controller": "^12.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/profile-sync-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **BREAKING:** Bump `@metamask/snaps-controllers` peer dependency from `^9.10.0` to `^9.19.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/snaps-sdk` from `^6.16.0` to `^6.17.1` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/snaps-utils` from `^8.9.0` to `^8.10.0` ([#5265](https://github.com/MetaMask/core/pull/5265))
- Bump `@metamask/keyring-api"` from `^16.1.0` to `^17.0.0` ([#5280](https://github.com/MetaMask/core/pull/5280))

## [5.0.0]

Expand Down
2 changes: 1 addition & 1 deletion packages/profile-sync-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/keyring-api": "^16.1.0",
"@metamask/keyring-api": "^17.0.0",
"@metamask/keyring-controller": "^19.0.5",
"@metamask/network-controller": "^22.2.0",
"@metamask/snaps-sdk": "^6.17.1",
Expand Down
89 changes: 59 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2307,8 +2307,8 @@ __metadata:
"@ethereumjs/util": "npm:^8.1.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/base-controller": "npm:^7.1.1"
"@metamask/eth-snap-keyring": "npm:^9.1.1"
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/eth-snap-keyring": "npm:^10.0.0"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-controller": "npm:^19.0.5"
"@metamask/keyring-internal-api": "npm:^4.0.1"
"@metamask/providers": "npm:^18.1.1"
Expand Down Expand Up @@ -2428,7 +2428,7 @@ __metadata:
"@metamask/controller-utils": "npm:^11.5.0"
"@metamask/eth-query": "npm:^4.0.0"
"@metamask/ethjs-provider-http": "npm:^0.3.0"
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-controller": "npm:^19.0.5"
"@metamask/keyring-internal-api": "npm:^4.0.1"
"@metamask/keyring-snap-client": "npm:^3.0.3"
Expand Down Expand Up @@ -2920,17 +2920,18 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-sig-util@npm:^8.0.0, @metamask/eth-sig-util@npm:^8.1.2":
version: 8.1.2
resolution: "@metamask/eth-sig-util@npm:8.1.2"
"@metamask/eth-sig-util@npm:^8.0.0, @metamask/eth-sig-util@npm:^8.2.0":
version: 8.2.0
resolution: "@metamask/eth-sig-util@npm:8.2.0"
dependencies:
"@ethereumjs/rlp": "npm:^4.0.1"
"@ethereumjs/util": "npm:^8.1.0"
"@metamask/abi-utils": "npm:^3.0.0"
"@metamask/utils": "npm:^11.0.1"
"@scure/base": "npm:~1.1.3"
ethereum-cryptography: "npm:^2.1.2"
tweetnacl: "npm:^1.0.3"
checksum: 10/32b284fc8c3229e3741b1c21f44ca3f55c2215ef8ad700775cd9501bbaab56a4e861827bef24ed263734d28c899eb3b34a9646e9d21ec3fce12204b7eb58bfed
checksum: 10/385df1ec541116e1bd725a1df1a519996bad167f99d1b2677126e398cdfda6fc3f03d2ff8f1ca523966bc0aae3ea92a9050953a45d5a7711f4128aacf9242bfc
languageName: node
linkType: hard

Expand All @@ -2947,24 +2948,24 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-snap-keyring@npm:^9.1.1":
version: 9.1.1
resolution: "@metamask/eth-snap-keyring@npm:9.1.1"
"@metamask/eth-snap-keyring@npm:^10.0.0":
version: 10.0.0
resolution: "@metamask/eth-snap-keyring@npm:10.0.0"
dependencies:
"@ethereumjs/tx": "npm:^4.2.0"
"@metamask/base-controller": "npm:^7.1.1"
"@metamask/eth-sig-util": "npm:^8.1.2"
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/keyring-internal-api": "npm:^4.0.1"
"@metamask/keyring-internal-snap-client": "npm:^3.0.3"
"@metamask/eth-sig-util": "npm:^8.2.0"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-internal-api": "npm:^4.0.2"
"@metamask/keyring-internal-snap-client": "npm:^4.0.0"
"@metamask/keyring-utils": "npm:^2.0.0"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^11.1.0"
"@types/uuid": "npm:^9.0.8"
uuid: "npm:^9.0.1"
peerDependencies:
"@metamask/keyring-api": ^16.1.0
checksum: 10/6f3da706c8ceb5d62f84d5d19631e8d8c95d754ee27ed8013b75b3c32db3d1af9538a22c4e75e8ffa23eb6202891f407545ba99b74a335402a9a3a8f036cc872
"@metamask/keyring-api": ^17.0.0
checksum: 10/df3a9412cad8ebfe571fe1a3bb5ce0ab86a7557b61e9644eb757c8c23fa144367ab9458207f61b0b0854c69fddd4df697053bbe619adb1da93d18b56cfcae710
languageName: node
linkType: hard

Expand Down Expand Up @@ -3233,6 +3234,18 @@ __metadata:
languageName: node
linkType: hard

"@metamask/keyring-api@npm:^17.0.0":
version: 17.0.0
resolution: "@metamask/keyring-api@npm:17.0.0"
dependencies:
"@metamask/keyring-utils": "npm:^2.0.0"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^11.1.0"
bech32: "npm:^2.0.0"
checksum: 10/0cf7283d8e4c665cbaf2658a90e7569b0bb582056aab702bdc0d98144eb8143437ed2b0feeca95e530d36741b0271f88f92f0d0a64dbd287b4314b91e03d2d4d
languageName: node
linkType: hard

"@metamask/keyring-controller@npm:^19.0.5, @metamask/keyring-controller@workspace:packages/keyring-controller":
version: 0.0.0-use.local
resolution: "@metamask/keyring-controller@workspace:packages/keyring-controller"
Expand All @@ -3250,7 +3263,7 @@ __metadata:
"@metamask/eth-hd-keyring": "npm:^7.0.4"
"@metamask/eth-sig-util": "npm:^8.0.0"
"@metamask/eth-simple-keyring": "npm:^6.0.5"
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-internal-api": "npm:^4.0.1"
"@metamask/message-manager": "npm:^12.0.0"
"@metamask/scure-bip39": "npm:^2.1.1"
Expand All @@ -3271,27 +3284,27 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/keyring-internal-api@npm:^4.0.1":
version: 4.0.1
resolution: "@metamask/keyring-internal-api@npm:4.0.1"
"@metamask/keyring-internal-api@npm:^4.0.1, @metamask/keyring-internal-api@npm:^4.0.2":
version: 4.0.2
resolution: "@metamask/keyring-internal-api@npm:4.0.2"
dependencies:
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-utils": "npm:^2.0.0"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^11.1.0"
checksum: 10/f55ffb3031a0fc43abf7e259b698901f50d5ce2b791cc8923156f8d8e8cc421e9ec278446a43f4ae333731728dbe5585f4beea7e1e44fcf1735d794286353caa
checksum: 10/2507026eef98e887b09107fb32d52c705301e6aa80f471a13be56116648f6a5f267a09b200a91cfadc59e3a496bbe34c95f570f65e1726f13a0d17fbfab699ae
languageName: node
linkType: hard

"@metamask/keyring-internal-snap-client@npm:^3.0.3":
version: 3.0.3
resolution: "@metamask/keyring-internal-snap-client@npm:3.0.3"
"@metamask/keyring-internal-snap-client@npm:^4.0.0":
version: 4.0.0
resolution: "@metamask/keyring-internal-snap-client@npm:4.0.0"
dependencies:
"@metamask/base-controller": "npm:^7.1.1"
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/keyring-snap-client": "npm:^3.0.3"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-snap-client": "npm:^4.0.0"
"@metamask/keyring-utils": "npm:^2.0.0"
checksum: 10/7d5a4733940e68ff437a2b164eef9ea7d1986745e177d96a17d98aef9c7adb7237d2545370c7ad3241cd3a69cf84fb6ba77bc771d5d806650a3103bc5d436b63
checksum: 10/817c9b332bdcdc9dab6a24566643e87dfcdee91345ec07673f142b98041809a05bee4ae7849ad95f832d2e97fccca0c339bcd6a53459d32808b56342af73ca8a
languageName: node
linkType: hard

Expand All @@ -3311,6 +3324,22 @@ __metadata:
languageName: node
linkType: hard

"@metamask/keyring-snap-client@npm:^4.0.0":
version: 4.0.0
resolution: "@metamask/keyring-snap-client@npm:4.0.0"
dependencies:
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-utils": "npm:^2.0.0"
"@metamask/superstruct": "npm:^3.1.0"
"@types/uuid": "npm:^9.0.8"
uuid: "npm:^9.0.1"
webextension-polyfill: "npm:^0.12.0"
peerDependencies:
"@metamask/providers": ^19.0.0
checksum: 10/c568ccaff799bd1a756e56c0b2aa1c7109bcda383726e2d55dd4e05817f3affc9be5a92484f90581fad506428fb9fb6999286f51f15e7f3b392bb851b53f0ab7
languageName: node
linkType: hard

"@metamask/keyring-utils@npm:^2.0.0":
version: 2.0.0
resolution: "@metamask/keyring-utils@npm:2.0.0"
Expand Down Expand Up @@ -3376,7 +3405,7 @@ __metadata:
"@metamask/accounts-controller": "npm:^22.0.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/base-controller": "npm:^7.1.1"
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-controller": "npm:^19.0.5"
"@metamask/keyring-internal-api": "npm:^4.0.1"
"@metamask/keyring-snap-client": "npm:^3.0.3"
Expand Down Expand Up @@ -3704,7 +3733,7 @@ __metadata:
"@metamask/accounts-controller": "npm:^22.0.0"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/base-controller": "npm:^7.1.1"
"@metamask/keyring-api": "npm:^16.1.0"
"@metamask/keyring-api": "npm:^17.0.0"
"@metamask/keyring-controller": "npm:^19.0.5"
"@metamask/keyring-internal-api": "npm:^4.0.1"
"@metamask/network-controller": "npm:^22.2.0"
Expand Down

0 comments on commit a5974df

Please sign in to comment.