-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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: Upgrade core packages to release 159.0.0 #26138
chore: Upgrade core packages to release 159.0.0 #26138
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 |
803d024
to
977b628
Compare
@metamaskbot update-policies |
.yarn/patches/@metamask-controller-utils-npm-8.0.4-077edd6162.patch
Outdated
Show resolved
Hide resolved
Policies updated |
Migrating
but postponed due to the possibility of breaking dapps:
Has this issue been resolved? I believe |
…packages-release-159
…packages-release-159
@metamaskbot update-policies |
Policies updated |
@metamaskbot update-policies |
@metamaskbot update-policies |
Policies updated |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #26138 +/- ##
========================================
Coverage 70.10% 70.10%
========================================
Files 1416 1416
Lines 49396 49396
Branches 13802 13802
========================================
Hits 34628 34628
Misses 14768 14768 ☔ View full report in Codecov by Sentry. |
Builds ready [41070b2]
Page Load Metrics (1795 ± 75 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [cc5b68e]
Page Load Metrics (1770 ± 119 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
…packages-release-159
@metamaskbot update-policies |
Policies updated |
|
Builds ready [32ecf59]
Page Load Metrics (1706 ± 76 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
@@ -10,7 +10,7 @@ describe('isBlockedUrl', () => { | |||
allowedEvents: [], | |||
}); | |||
const phishingController = new PhishingController({ | |||
// @ts-expect-error TODO: Resolve/patch mismatch between messenger types | |||
// @ts-expect-error TODO: Resolve mismatch between base-controller versions. |
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.
Note: @metamask/phishing-controller@12.0.1
is now on @metamask/base-controller@7.0.0
, while the rest of extension is using @metamask/base-controller@6.0.2
.
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.
Yes exactly
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.
LGTM!
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.
Accounts changes LGTM
Upgrade core packages to release 159.0.0.
Upgraded packages:
Description
Related issues
Fixes: #25401
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist