Open
Conversation
95587ff to
5a223fd
Compare
5a223fd to
ad1bd10
Compare
mj-kiwi
reviewed
Apr 16, 2026
- remove errant " - add comma between list of changes Co-authored-by: MJ Kiwi <me@mj.kiwi>
mj-kiwi
approved these changes
Apr 16, 2026
lwin-kyaw
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation
Releases
Breaking change to @metamask-gator-permissions-controller:
References
Checklist
Note
Medium Risk
Primarily a version/dependency release PR, but it propagates a breaking type change (
PermissionInfoWithMetadata.status) via a major bump that can break downstream TypeScript consumers.Overview
Cuts the
918.0.0release by bumping the root monorepo version and publishing@metamask/gator-permissions-controller4.0.0(noted as BREAKING due to adding astatusfield toPermissionInfoWithMetadata, resolved from on-chain data).Updates the dependency chain to consume the new major:
@metamask/signature-controlleris released as39.2.0and now depends on@metamask/gator-permissions-controller@^4.0.0, and@metamask/shield-controllerupdates to@metamask/signature-controller@^39.2.0; lockfile and changelogs are updated accordingly.Reviewed by Cursor Bugbot for commit 0371831. Bugbot is set up for automated code reviews on this repo. Configure here.