-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump @metamask/base-controller to ^7.0.0 #27032
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. |
@metamaskbot update-policies |
Policies updated |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #27032 +/- ##
========================================
Coverage 70.15% 70.15%
========================================
Files 1425 1425
Lines 49653 49653
Branches 13891 13891
========================================
Hits 34833 34833
Misses 14820 14820 ☔ View full report in Codecov by Sentry. |
Builds ready [f725f75]
Page Load Metrics (1631 ± 65 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [7168c56]
Page Load Metrics (1900 ± 74 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [f4e0387]
Page Load Metrics (1677 ± 76 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not entirely address #26920, as most independent controllers are still remaining on v6 (whereas this only changes the root package dependency)? Change LGTM, in any case, assuming v7 is backwards-compatible with v6.
Quality Gate passedIssues Measures |
Builds ready [b53d4f5]
Page Load Metrics (1804 ± 107 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
There is a more broad epic to update other controllers to their latest versions: https://github.com/MetaMask/MetaMask-planning/issues/3234 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment than @legobeat. It does not entirely address the ticket, since multiple controllers are still using another version of @metamask/base-controller
, examples of some accounts related controllers:
├─ @metamask/accounts-controller@npm:17.2.0
│ └─ @metamask/base-controller@npm:6.0.3 (via npm:^6.0.0)
│
├─ @metamask/accounts-controller@npm:18.1.0
│ └─ @metamask/base-controller@npm:6.0.3 (via npm:^6.0.3)
│
├─ @metamask/accounts-controller@npm:18.1.0 [15918]
│ └─ @metamask/base-controller@npm:6.0.3 (via npm:^6.0.3)
│
├─ @metamask/accounts-controller@npm:17.2.0 [d6046]
│ └─ @metamask/base-controller@npm:6.0.3 (via npm:^6.0.0)
...
Description
This PR bumps @metamask/base-controller to v7.0.0.
Related issues
Fixes: #26920
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist