-
Notifications
You must be signed in to change notification settings - Fork 23
Bump @metamask/snaps-controllers from 13.1.0 to 14.1.0 #1276
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.1.0 #1276
Conversation
Bumps [@metamask/snaps-controllers](https://github.com/MetaMask/snaps) from 13.1.0 to 14.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: "@metamask/snaps-controllers" dependency-version: 14.1.0 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/Utils Version Mismatch
Updating @metamask/snaps-controllers to ^14.1.0 creates a version mismatch. devDependencies in package.json specify @metamask/snaps-sdk ^8.1.0 and @metamask/snaps-utils ^10.1.0, but the updated controller requires ^9.2.0 and ^11.1.0 respectively. This incompatibility can lead to runtime errors, build failures, or issues with development code.
package.json#L45-L48
Lines 45 to 48 in 858253d
| "@metamask/eslint-config-typescript": "^12.1.0", | |
| "@metamask/snaps-controllers": "^14.1.0", | |
| "@metamask/snaps-sdk": "^8.1.0", | |
| "@metamask/snaps-utils": "^10.1.0", |
Was this report helpful? Give feedback by reacting with 👍 or 👎
|
Superseded by #1285. |
Bumps @metamask/snaps-controllers from 13.1.0 to 14.1.0.
Commits
75c8329release:119.0.0(#3533)23bbcf9feat: Allow all children inRow(#3532)304ada7fix: Display CLI minimum version range (#3531)56aaed7feat: Add non-fungible assets support toendowment:assets(#3527)27f8e10chore: Bump@metamask/controller-utilsfrom 11.10.0 to 11.11.0 (#3529)48783d9fix: Add snap metadata to simulation accounts (#3528)20ed5effeat: Add feature flag to treat local Snaps as preinstalled (#3523)285c8d8chore: Bump@metamask/rpc-errorsfrom 7.0.2 to 7.0.3 (#3525)8f60fb9chore: Bump@metamask/utilsfrom 11.4.1 to 11.4.2 (#3526)f56d0ddrelease:118.0.0(#3524)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)