-
Notifications
You must be signed in to change notification settings - Fork 5k
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
fix(snaps): Use ApprovalType instead DIALOG_APPROVAL_TYPES in confirmation page #26655
Conversation
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/@metamask/[email protected]) |
@metamaskbot update-policies |
Policies updated |
Quality Gate passedIssues Measures |
Builds ready [91f63ce]
Page Load Metrics (75 ± 8 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26655 +/- ##
===========================================
- Coverage 70.09% 70.09% -0.00%
===========================================
Files 1413 1413
Lines 49254 49255 +1
Branches 13768 13768
===========================================
Hits 34524 34524
- Misses 14730 14731 +1 ☔ View full report in Codecov by Sentry. |
Description
This PR uses proper constant from
ApprovalType
instead ofDIALOG_APPROVAL_TYPES
.This required updating
@metamask/controller-utils
to^11.1.0
. I manually reviewed all breaking changes fromcontroller-utils
and found no breakages in the metamask-extension.Related issues
Fixes MetaMask/core#4598
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist