-
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: Update @metamask/polling-controller
to v11
#28759
Conversation
@metamaskbot update-policies |
Policies updated. 🧠 Learn how: https://lavamoat.github.io/guides/policy-diff/#what-to-look-for-when-reviewing-a-policy-diff |
Builds ready [bd7447a]
Page Load Metrics (1747 ± 70 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
bd7447a
to
d6cd3d9
Compare
Builds ready [d6cd3d9]
Page Load Metrics (1565 ± 28 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
The `@metamask/polling-controller` package has been updated from v10 to v11. This update included several breaking changes to the polling controller mixins, impacting the `BridgeController` and `BridgeStatusController`. They have been updated to account for the changes. There should be no functional changes. Changelog: https://github.com/MetaMask/core/blob/main/packages/polling-controller/CHANGELOG.md#1100
609d6c4
to
830db15
Compare
Builds ready [830db15]
Page Load Metrics (1797 ± 91 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
The mocks are setup incorrectly, so the `networkClientId` is not a string as it should be. Really we should fix the mocks, but this can be fixed later and is a pre-existing problem.
bd0bdeb
to
fe985db
Compare
Builds ready [fe985db]
Page Load Metrics (1702 ± 87 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.
Makes sense!
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
The
@metamask/polling-controller
package has been updated from v10 to v11. This update included several breaking changes to the polling controller mixins, impacting theBridgeController
andBridgeStatusController
. They have been updated to account for the changes. There should be no functional changes.Changelog: https://github.com/MetaMask/core/blob/main/packages/polling-controller/CHANGELOG.md#1100
Related issues
N/A
Manual testing steps
N/A
Screenshots/Recordings
N/A
Pre-merge author checklist
Pre-merge reviewer checklist