Skip to content

Commit

Permalink
chore(deps): Bump @metamask/keyring-controller from ^16.1.0 to `^…
Browse files Browse the repository at this point in the history
…17.2.1` (#11351)

## **Description**

```md
### Changed

- **BREAKING:** Bump `@metamask/keyring-controller` from `^16.1.0` to `^17.2.1` ([#11351](#11351))
```

## **Related issues**

- Closes #11042

## **Manual testing steps**

## **Screenshots/Recordings**

## **Pre-merge author checklist**

- [ ] I’ve followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
  • Loading branch information
MajorLift authored Sep 20, 2024
1 parent e6a5b2b commit 4a79d41
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ class Engine {
preferencesController,
),
encryptor,
// @ts-expect-error TODO: Resolve mismatch between base-controller versions.
messenger: this.controllerMessenger.getRestricted({
name: 'KeyringController',
allowedActions: [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"@metamask/gas-fee-controller": "^18.0.0",
"@metamask/key-tree": "^9.0.0",
"@metamask/keyring-api": "^8.1.0",
"@metamask/keyring-controller": "^16.1.0",
"@metamask/keyring-controller": "^17.2.1",
"@metamask/logging-controller": "^3.0.0",
"@metamask/message-signing-snap": "^0.3.3",
"@metamask/network-controller": "^20.1.0",
Expand Down
32 changes: 32 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4606,6 +4606,25 @@
ethereumjs-wallet "^1.0.1"
immer "^9.0.6"

"@metamask/keyring-controller@^17.2.1":
version "17.2.1"
resolved "https://registry.yarnpkg.com/@metamask/keyring-controller/-/keyring-controller-17.2.1.tgz#3625650e18b80af3f9a1227fc7ca106adf77f5f3"
integrity sha512-9GDrP3jK5uM5e1mX/qHkvjuByAtkf7ZiJoeYRE5OIo0OAYFwMAeFw2JlIdWB+BR6CT8C0KEXo+Ne/5ZTn+HCqA==
dependencies:
"@ethereumjs/util" "^8.1.0"
"@keystonehq/metamask-airgapped-keyring" "^0.14.1"
"@metamask/base-controller" "^7.0.1"
"@metamask/browser-passworder" "^4.3.0"
"@metamask/eth-hd-keyring" "^7.0.1"
"@metamask/eth-sig-util" "^7.0.1"
"@metamask/eth-simple-keyring" "^6.0.1"
"@metamask/keyring-api" "^8.1.0"
"@metamask/message-manager" "^10.1.1"
"@metamask/utils" "^9.1.0"
async-mutex "^0.5.0"
ethereumjs-wallet "^1.0.1"
immer "^9.0.6"

"@metamask/logging-controller@^3.0.0":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@metamask/logging-controller/-/logging-controller-3.0.1.tgz#11c2b127bc2d7d4b753e2d757b0c09bf2742bf0a"
Expand All @@ -4624,6 +4643,19 @@
"@metamask/controller-utils" "^10.0.0"
uuid "^8.3.2"

"@metamask/message-manager@^10.1.1":
version "10.1.1"
resolved "https://registry.yarnpkg.com/@metamask/message-manager/-/message-manager-10.1.1.tgz#390acc4dff9f7c72aaf5c183397c872e53ae7f12"
integrity sha512-VFFqEPKOyo59P79CP/vlPDpMng1a1mMHIaXuvEJYTOf/UOqeVpw77G5IHVfjuG+tZNlAQIHYp7sEmPkob+rzcA==
dependencies:
"@metamask/base-controller" "^7.0.1"
"@metamask/controller-utils" "^11.3.0"
"@metamask/eth-sig-util" "^7.0.1"
"@metamask/utils" "^9.1.0"
"@types/uuid" "^8.3.0"
jsonschema "^1.2.4"
uuid "^8.3.2"

"@metamask/message-manager@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@metamask/message-manager/-/message-manager-9.0.0.tgz#b6138321089e08e7df1c7d2c71b7531cfcc6623c"
Expand Down

0 comments on commit 4a79d41

Please sign in to comment.