-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Update @metamask/utils
#1729
Update @metamask/utils
#1729
Conversation
export const getPermissionsHandler: PermittedHandlerExport< | ||
GetPermissionsHooks, | ||
undefined, | ||
[], | ||
PermissionConstraint[] | ||
> = { |
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.
Using an empty array here to replace undefined
as the empty type resolves the compiler errors, but I'd appreciate input on whether this compromises type safety or might cause issues down the road.
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
720ecc3
to
747e2e9
Compare
Closing as duplicate of #1639 |
Explanation
Updates
@metamask/utils
to ^8.1.0 in all subrepos.References
Changelog
CHANGED: Bump @metamask/utils from ^6.2.0 to ^8.1.0
@metamask/accounts-controller
@metamask/address-book-controller
@metamask/approval-controller
@metamask/assets-controller
@metamask/base-controller
@metamask/controller-utils
@metamask/ens-controller
@metamask/gas-fee-controller
@metamask/keyring-controller
@metamask/message-manager
@metamask/network-controller
@metamask/notification-controller
@metamask/permission-controller
@metamask/signature-controller
@metamask/transaction-controller
Checklist