-
-
Notifications
You must be signed in to change notification settings - Fork 1.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: bump {gas-fee,network,selected-network,notification-services,profile-sync,signature}-controller #12577
chore: bump {gas-fee,network,selected-network,notification-services,profile-sync,signature}-controller #12577
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. |
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], npm/[email protected] |
Bitrise❌❌❌ Commit hash: 1ab7128 Note
Tip
|
Looks like there is another draft for this as well: #12565 |
Bitrise🔄🔄🔄 Commit hash: c8feff7 Note
|
…ages-core-release-244
Bitrise✅✅✅ Commit hash: 2446b55 Note
|
Bitrise✅✅✅ Commit hash: 260c9ff Note
|
Bitrise✅✅✅ Commit hash: bd37878 Note
|
Quality Gate passedIssues Measures |
It looks like this PR only introduces two new peer dependency warnings:
I see that I can confirm that these peer dependency mismatches won't cause any problems. For the |
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!
Description
We want to ensure that mobile is using the latest versions of all controllers.
@metamask/ppom-validator
from 0.35.1 to 0.36.0 (view changes)@metamask/gas-fee-controller
from 21.0.0 to 22.0.1 (view changes)@metamask/signature-controller
from 22.0.0 to 23.1.0 (view changes)@metamask/profile-sync-controller
from 1.0.0 to 2.0.0 (view changes)@metamask/selected-network-controller
from 18.0.2 to 19.0.0 (view changes)@metamask/network-controller
from 21.0.0 to 22.1.0 (view changes)NetworkController:networkRemoved
messenger event will now be emitted when a network is removed.NetworkController:addNetwork
,NetworkController:removeNetwork
, andNetworkController:updateNetwork
which call the respective controller methods.lastUpdatedAt
property to network configurations which will be set to the current time on addition or updategetDefaultNetworkConfigurationsByChainId
returns the updated display names formainnet
andlinea
.Ethereum Mainnet
instead ofMainnet
, andLinea
instead ofLinea Mainnet
.@metamask/notification-services-controller
from 0.11.0 to 0.14.0 (view changes)deleteNotificationsById
now publishesNotificationServicesController:notificationsListUpdated
Related issues
Completes https://github.com/MetaMask/MetaMask-planning/issues/3698 (and does more to satisfy peer dependency warnings).
#12383
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist