-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: Bump Snaps packages #17051
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 Snaps packages #17051
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
|
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.
Bug: Conditional Feature Flag Causes Test Failures
The test expects forcePreinstalledSnaps: false in the featureFlags object, but this property is only present in Flask builds due to conditional compilation. This causes the test to fail in non-Flask builds where the property is absent.
app/core/Engine/controllers/snaps/snap-controller-init.test.ts#L67-L68
metamask-mobile/app/core/Engine/controllers/snaps/snap-controller-init.test.ts
Lines 67 to 68 in 4488aed
| useCaip25Permission: true, | |
| forcePreinstalledSnaps: false, |
Was this report helpful? Give feedback by reacting with 👍 or 👎
ccharly
left a comment
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 for accounts files.
app/core/SnapKeyring/utils/snaps.ts


Description
This bumps Snaps packages to the latest version. Notable changes include:
RowRelated issues
Fixes: #16696