-
Notifications
You must be signed in to change notification settings - Fork 23
Bump @metamask/snaps-controllers from 13.1.0 to 14.0.2 #1266
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
Bump @metamask/snaps-controllers from 13.1.0 to 14.0.2 #1266
Conversation
Bumps [@metamask/snaps-controllers](https://github.com/MetaMask/snaps) from 13.1.0 to 14.0.2. - [Release notes](https://github.com/MetaMask/snaps/releases) - [Commits](https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@13.1.0...@metamask/snaps-controllers@14.0.2) --- updated-dependencies: - dependency-name: "@metamask/snaps-controllers" dependency-version: 14.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. 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: Snap SDK Update Causes Dependency Conflicts
Updating @metamask/snaps-controllers to ^14.0.2 in devDependencies introduces version conflicts. It requires @metamask/snaps-sdk@^9.1.0, @metamask/snaps-utils@^11.0.0, and @metamask/utils@^11.4.1, which are newer than the currently specified ^8.1.0, ^10.1.0, and ^11.4.0 respectively. This mismatch results in multiple major versions of these packages being installed, leading to dependency resolution issues and potential runtime inconsistencies.
package.json#L45-L48
Lines 45 to 48 in 5227b61
| "@metamask/eslint-config-typescript": "^12.1.0", | |
| "@metamask/snaps-controllers": "^14.0.2", | |
| "@metamask/snaps-sdk": "^8.1.0", | |
| "@metamask/snaps-utils": "^10.1.0", |
Was this report helpful? Give feedback by reacting with 👍 or 👎
|
Superseded by #1276. |
Bumps @metamask/snaps-controllers from 13.1.0 to 14.0.2.
Commits
f56d0ddrelease:118.0.0(#3524)a47bb43feat: Addsnap_startTraceandsnap_endTracemethods for performance traci...9ef5f0ffix: Improve executor error messaging (#3521)71d4834fix: Ensure Snap gets half of allocated init time (#3522)46c9eb9chore: Bump@metamask/utilsfrom 11.4.0 to 11.4.1 (#3516)2786b0efix: Show different error message for cancelled requests when Snap is stopped...7a1340bfeat: Auto grant EVM permissions to preinstalled Snaps (#3410)b485691fix: Clear cronjobs when installing a Snap (#3514)0e13483ci: Lint changelogs in CI (#3512)6399f71release:117.0.0(#3511)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)