fix: Bump react-data-query#33402
Conversation
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #33402 +/- ##
=======================================
Coverage 84.41% 84.41%
=======================================
Files 6135 6135
Lines 163827 163826 -1
Branches 39994 39996 +2
=======================================
+ Hits 138287 138290 +3
+ Misses 16051 16049 -2
+ Partials 9489 9487 -2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ba6bab0 to
3b3c9dc
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Per tag dependency rules:
The minor version bump (0.2.0 → 0.2.2) is likely a bug fix release with low risk of breaking changes, but since it affects core data-fetching infrastructure used in Money/Card and Wallet Platform features, targeted testing of those areas is warranted. Performance Test Selection: |
|



Description
Bump
metamask/react-data-queryto the latest version fixing a bug where queries would be deleted from cache prematurely.Changelog
CHANGELOG entry: Fixed an issue where certain UI elements would flicker
Related issues
https://consensyssoftware.atlassian.net/browse/WPC-1168
Note
Low Risk
Lockfile-only dependency upgrade with no application code changes; behavior change is limited to query caching in hooks that already use
@metamask/react-data-query.Overview
Bumps
@metamask/react-data-queryfrom^0.2.0to^0.2.2inpackage.jsonand refreshesyarn.lock. There are no app source changes—only the dependency pin.The newer release fixes premature removal of queries from the TanStack Query cache, which was causing some UI to flicker when data was refetched or components remounted. The lockfile also reflects updated transitive deps on
@metamask/base-data-service(^0.1.3) and@metamask/utils(^11.11.0), plus optionalpeerDependenciesMetaforreact-domandreact-nativeon the package.Reviewed by Cursor Bugbot for commit 3b3c9dc. Bugbot is set up for automated code reviews on this repo. Configure here.