chore: bump assets controllers to 99.3.0 to fix stock badges on homepage#25775
chore: bump assets controllers to 99.3.0 to fix stock badges on homepage#25775oscarwroche wants to merge 17 commits intomainfrom
Conversation
|
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/app-metadata-controller": "^2.0.0", | ||
| "@metamask/approval-controller": "^8.0.0", | ||
| "@metamask/assets-controllers": "patch:@metamask/assets-controllers@npm%3A99.2.0#~/.yarn/patches/@metamask-assets-controllers-npm-99.2.0-bf6ecbcde9.patch", | ||
| "@metamask/assets-controllers": "^99.3.0", |
There was a problem hiding this comment.
Resolutions still force old patched 99.2.0 for transitive deps
High Severity
The direct dependency @metamask/assets-controllers was bumped to ^99.3.0, but the resolutions section (lines 189–190) still redirects @metamask/assets-controllers@npm:^99.2.0 and @metamask/assets-controllers@npm:^97.0.0 to the old patched 99.2.0. This means transitive dependencies that request those ranges will still receive the old version without the cache fix. The project ends up with two installed versions of assets-controllers (99.3.1 and patched 99.2.0), potentially undermining the very fix this PR intends to ship.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|
|
Closed in favor of #25796 |





Description
Changelog
CHANGELOG entry: Fixed cache issue for RWA token stock badges not appearing on home page
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Dependency upgrade in the assets/controller layer could change token/asset caching and badge display behavior beyond the intended fix, though the PR itself is primarily version/lockfile churn.
Overview
Updates
@metamask/assets-controllersfrom a locally patched99.2.0to^99.3.0(lockfile resolves to99.3.1), removing the patch override.Adds a changelog entry noting a fix for cached RWA token stock badges not appearing on the home/trending UI.
Written by Cursor Bugbot for commit acfbc22. This will update automatically on new commits. Configure here.