-
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
chore: update controllers as of core release v244 #28905
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 |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@metamask/[email protected], npm/@metamask/[email protected], npm/@metamask/[email protected], npm/@metamask/[email protected], npm/@metamask/[email protected], npm/@metamask/[email protected], npm/@metamask/[email protected] |
Policies updated. 🧠 Learn how: https://lavamoat.github.io/guides/policy-diff/#what-to-look-for-when-reviewing-a-policy-diff |
Builds ready [0d6e63d]
Page Load Metrics (1911 ± 76 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
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!
Beautiful |
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.
It looks like we still have peer dependency warnings on smart-transactions-controller
(which wants transaction-controller
38, but we have 41) and ppom-validator
(which wants network-controller
21, but we are bumping to 22).
The warning for smart-transactions-controller
was already pre-existing prior to this commit. The warning for ppom-validator
is okay because the changes between network-controller
21 and 22 were minimal. We can bump network-controller
in ppom-validator
later.
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.
LGTM!
Builds ready [6c34361]
Page Load Metrics (1732 ± 35 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [4d19527]
Page Load Metrics (1970 ± 70 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [4d19527]
Page Load Metrics (1970 ± 70 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Pull Request is not mergeable
Description
This PR bumps the following packages:
@metamask/ens-controller
to^15.0.0
@metamask/network-controller
to^22.1.0
@metamask/gas-fee-controller
to^22.0.1
@metamask/user-operation-controller
to^20.0.1
@metamask/polling-controller
to^12.0.1
@metamask/selected-network-controller
to^19.0.0
Related issues
Progresses https://github.com/MetaMask/MetaMask-planning/issues/3698
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist