chore: bump @metamask/assets-controllers from ^99.0.0 to ^99.3.1#25796
chore: bump @metamask/assets-controllers from ^99.0.0 to ^99.3.1#25796mikesposito merged 11 commits intomainfrom
@metamask/assets-controllers from ^99.0.0 to ^99.3.1#25796Conversation
@metamask/assets-controllers from ^99.0.0 to ^99.3.1 cp-7.65.0@metamask/assets-controllers from ^99.0.0 to ^99.3.1 cp-7.65.0
Akaryatrh
left a comment
There was a problem hiding this comment.
Hey @mikesposito we also have a pending PR that updates to ^99.3.0
Yours looks better as you got rid of patches, but can you add a new entry in changelog as we did here?
fc04781
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
@metamask/assets-controllers from ^99.0.0 to ^99.3.1 cp-7.65.0@metamask/assets-controllers from ^99.0.0 to ^99.3.1
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|



Description
This PR bump
@metamask/assets-controllersfrom^99.0.0to^99.3.1. The current resolved version in theyarn.lockis99.1.0, which includes a change that introduces a bug with Tempo native balances. A fix has been released in99.3.1, so we need to bump to that version to get the fix.Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Dependency upgrade in core asset/balance controller codepaths could change token balance fetching behavior at runtime; test changes are low risk but lockfile churn may mask subtle transitive updates.
Overview
Updates
@metamask/assets-controllersto^99.3.1and drops the local Yarn patch previously applied to99.2.0, letting the app consume the upstream fixes (including the Tempo native balance regression noted in the PR context).Cleans up
TokenBalancesController/TokenDetectionControllermessenger unit tests by removing locally-declaredRootMessengergeneric types and reusing the sharedRootMessengertype fromapp/core/Engine/types. Lockfile/resolution entries are updated accordingly to reflect the new dependency graph.Written by Cursor Bugbot for commit 0e1ee10. This will update automatically on new commits. Configure here.