Skip to content

Commit fd2d065

Browse files
authored
fix: bump @metamask/keyring-controller to ^22.0.2 (#33513)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> See changelog for details: ```markdown ## [22.0.2] ### Fixed - Fixed serialized keyring comparison when establishing whether a vault update is needed ([#5928](MetaMask/core#5928)) - The vault update was being skipped when a keyring class returns an object shallow copy through `.serialize()`. ``` [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/33513?quickstart=1) ## **Related issues** * Fixes: #33232 ## **Manual testing steps** 1. Pair new Lattice device 2. Check the pairing step works as expected, and that a new Lattice account has been added ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/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-extension/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.
1 parent 9891aa5 commit fd2d065

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
"@metamask/json-rpc-engine": "^10.0.0",
284284
"@metamask/json-rpc-middleware-stream": "^8.0.4",
285285
"@metamask/keyring-api": "^18.0.0",
286-
"@metamask/keyring-controller": "^22.0.1",
286+
"@metamask/keyring-controller": "^22.0.2",
287287
"@metamask/keyring-internal-api": "^6.2.0",
288288
"@metamask/keyring-internal-snap-client": "^4.1.0",
289289
"@metamask/keyring-snap-client": "^5.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5677,9 +5677,9 @@ __metadata:
56775677
languageName: node
56785678
linkType: hard
56795679

5680-
"@metamask/keyring-controller@npm:^22.0.1":
5681-
version: 22.0.1
5682-
resolution: "@metamask/keyring-controller@npm:22.0.1"
5680+
"@metamask/keyring-controller@npm:^22.0.2":
5681+
version: 22.0.2
5682+
resolution: "@metamask/keyring-controller@npm:22.0.2"
56835683
dependencies:
56845684
"@ethereumjs/util": "npm:^9.1.0"
56855685
"@keystonehq/metamask-airgapped-keyring": "npm:^0.14.1"
@@ -5696,7 +5696,7 @@ __metadata:
56965696
immer: "npm:^9.0.6"
56975697
lodash: "npm:^4.17.21"
56985698
ulid: "npm:^2.3.0"
5699-
checksum: 10/2d2f5c0945d49680404103fa59a78595b07ad7169125ee61ca4f61a1419650857efdcd2c6c239f3eea93207c2af4dd83624363fef5882c38d0939bde9ad2a963
5699+
checksum: 10/917c61b3322b4ff4d2236f64b6f4e4e9aab26dd19644fc5f130abb55fbdac3f34e693ac81ed196049291953d5c66bbab996ebf24d4a04d9d666f128ed1085a08
57005700
languageName: node
57015701
linkType: hard
57025702

@@ -29802,7 +29802,7 @@ __metadata:
2980229802
"@metamask/json-rpc-engine": "npm:^10.0.0"
2980329803
"@metamask/json-rpc-middleware-stream": "npm:^8.0.4"
2980429804
"@metamask/keyring-api": "npm:^18.0.0"
29805-
"@metamask/keyring-controller": "npm:^22.0.1"
29805+
"@metamask/keyring-controller": "npm:^22.0.2"
2980629806
"@metamask/keyring-internal-api": "npm:^6.2.0"
2980729807
"@metamask/keyring-internal-snap-client": "npm:^4.1.0"
2980829808
"@metamask/keyring-snap-client": "npm:^5.0.0"

0 commit comments

Comments
 (0)