Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2025

Bumps @metamask/snaps-rpc-methods from 13.5.0 to 13.5.3.

Commits
  • 3fda705 release: 128.0.0 (#3690)
  • fff1ef6 chore: Revert "release: 128.0.0 (#3685)" (#3688)
  • e246ad7 release: 128.0.0 (#3685)
  • aa6cc78 docs(contributing): update Node.js version to 20 to match engines (#3604)
  • 1f14fa8 fix: Wait for unlock before handling manageAccounts requests (#3686)
  • ea29b05 chore: Bump @​metamask/approval-controller from 7.1.3 to 7.2.0 (#3671)
  • 6f54282 chore: make @​metamask/test-snaps-site publishable (#3679)
  • 9aa68cd fix: Throw if Snap not installed (#3666)
  • 5d19c66 chore: Bump @​metamask/json-rpc-middleware-stream from 8.0.7 to 8.0.8 (#3670)
  • 2c9481a chore: Bump @​metamask/controller-utils from 11.14.0 to 11.14.1 (#3676)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Updates @metamask/snaps-rpc-methods to 13.5.3 and aligns related MetaMask packages to newer versions.

  • Dependencies:
    • Upgrade @metamask/snaps-rpc-methods from 13.5.0 to 13.5.3.
    • Update transitive MetaMask packages:
      • @metamask/snaps-sdk to ^10.0.0 and @metamask/snaps-utils to ^11.6.0.
      • @metamask/base-controller to ^9.0.0, add @metamask/messenger@^0.3.0.
      • @metamask/controller-utils to ^11.15.0.
      • @metamask/json-rpc-engine to ^10.1.1 and @metamask/providers to ^22.1.1.
      • @metamask/utils to ^11.8.1, @metamask/slip44 to ^4.3.0.
      • Type updates: @types/lodash@^4.17.20.

Written by Cursor Bugbot for commit 519bb7d. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 21, 2025 06:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 21, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/metamask/snaps-rpc-methods-13.5.3 branch from f2f8a68 to d4cac60 Compare November 6, 2025 13:43
checksum: 0080f73b9756e53bff052a3ceb30ae58920adec1c926f036b625d20c99e160a8ede8b6a4435b67a9e61dabc2ceb0a847cadafe34b911433a0eed5af83ec356ae
languageName: node
linkType: hard

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Peer Dependency Mismatch After Upgrade Breaks Runtime

Peer dependency version conflict introduced by the upgrade. The updated @metamask/[email protected] transitively depends on @metamask/[email protected], which requires @metamask/permission-controller@^12.0.0. This version of permission-controller has a peer dependency on @metamask/approval-controller@^8.0.0. However, the existing @metamask/[email protected] dependency only provides @metamask/approval-controller@^7.1.3, creating a peer dependency mismatch. This can cause runtime errors or unexpected behavior when the newer permission controller attempts to interact with the incompatible older approval controller.

Fix in Cursor Fix in Web

Bumps [@metamask/snaps-rpc-methods](https://github.com/MetaMask/snaps) from 13.5.0 to 13.5.3.
- [Release notes](https://github.com/MetaMask/snaps/releases)
- [Commits](https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected])

---
updated-dependencies:
- dependency-name: "@metamask/snaps-rpc-methods"
  dependency-version: 13.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/metamask/snaps-rpc-methods-13.5.3 branch from d4cac60 to 519bb7d Compare November 6, 2025 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant