Skip to content

Commit ae2594d

Browse files
authored
chore: update assets-controllers@^87.1.1 (#22381)
<!-- 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** Updated assets-controllers to version ^87.1.1 <!-- 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? --> ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: update assets-controllers@^87.1.1 ## **Related issues** Fixes: https://consensyssoftware.atlassian.net/browse/ASSETS-1425 ## **Manual testing steps** ```gherkin Feature: my feature name Scenario: user [verb for user action] Given [describe expected initial app state] When user [verb for user action] Then [describe expected outcome] ``` ## **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 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. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Upgrade @metamask/assets-controllers from ^87.1.0 to ^87.1.1 and update yarn.lock accordingly. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2308a0f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
2 parents bd452ef + b0f3ba8 commit ae2594d

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
@@ -197,7 +197,7 @@
197197
"@metamask/address-book-controller": "^7.0.0",
198198
"@metamask/app-metadata-controller": "^2.0.0",
199199
"@metamask/approval-controller": "^8.0.0",
200-
"@metamask/assets-controllers": "^87.1.0",
200+
"@metamask/assets-controllers": "^87.1.1",
201201
"@metamask/base-controller": "^9.0.0",
202202
"@metamask/bitcoin-wallet-snap": "^1.4.4",
203203
"@metamask/bridge-controller": "^56.0.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6943,9 +6943,9 @@ __metadata:
69436943
languageName: node
69446944
linkType: hard
69456945

6946-
"@metamask/assets-controllers@npm:^87.1.0":
6947-
version: 87.1.0
6948-
resolution: "@metamask/assets-controllers@npm:87.1.0"
6946+
"@metamask/assets-controllers@npm:^87.1.1":
6947+
version: 87.1.1
6948+
resolution: "@metamask/assets-controllers@npm:87.1.1"
69496949
dependencies:
69506950
"@ethereumjs/util": "npm:^9.1.0"
69516951
"@ethersproject/abi": "npm:^5.7.0"
@@ -6991,7 +6991,7 @@ __metadata:
69916991
"@metamask/snaps-controllers": ^14.0.0
69926992
"@metamask/transaction-controller": ^61.0.0
69936993
webextension-polyfill: ^0.10.0 || ^0.11.0 || ^0.12.0
6994-
checksum: 10/3c82870b893ff533cf98b08323a46ddb8720e7ca8e66f19cc33edf8f3b2bad6caabea94e1e951385732cd5989a0812536ab856c371c92710af2b116acd24138d
6994+
checksum: 10/1414b17db06ad25e2906e9c53d03148f0a3446c26db4241e5e7c1e13b85d021ebcedfc8ea865d1479d33707642baadebbaa4e4a6a39a2af0a2a3ef538d4d55c8
69956995
languageName: node
69966996
linkType: hard
69976997

@@ -34297,7 +34297,7 @@ __metadata:
3429734297
"@metamask/address-book-controller": "npm:^7.0.0"
3429834298
"@metamask/app-metadata-controller": "npm:^2.0.0"
3429934299
"@metamask/approval-controller": "npm:^8.0.0"
34300-
"@metamask/assets-controllers": "npm:^87.1.0"
34300+
"@metamask/assets-controllers": "npm:^87.1.1"
3430134301
"@metamask/auto-changelog": "npm:^5.1.0"
3430234302
"@metamask/base-controller": "npm:^9.0.0"
3430334303
"@metamask/bitcoin-wallet-snap": "npm:^1.4.4"

0 commit comments

Comments
 (0)