Skip to content

Conversation

@Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Oct 28, 2025

Explanation

A minor and patch release, to fix a bug in the previous release.

References

N/A

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

Note

Bumps @metamask/permission-controller to 12.1.0 (adds error name) and updates dependents, including a multichain-api-middleware 1.2.4 patch that fixes wallet_revokeSession error handling.

  • Versioning:
    • Monorepo version -> 646.0.0.
    • @metamask/permission-controller -> 12.1.0.
    • @metamask/multichain-api-middleware -> 1.2.4.
  • Permission Controller:
    • Adds name property to permission errors.
  • Dependency Updates:
    • Bump @metamask/permission-controller to ^12.1.0 in assets-controllers (dev), chain-agnostic-permission, eip1193-permission-middleware, multichain-api-middleware, selected-network-controller (dev).
  • Fixes:
    • wallet_revokeSession error handling corrected in multichain-api-middleware (via permission-controller@12.1.0).

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

@socket-security
Copy link

socket-security bot commented Oct 28, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​spruceid/​siwe-parser@​2.1.21001007083100

View full report

@Gudahtt Gudahtt marked this pull request as ready for review October 28, 2025 20:55
@Gudahtt Gudahtt requested review from a team as code owners October 28, 2025 20:55
@Gudahtt Gudahtt enabled auto-merge (squash) October 28, 2025 20:55
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: Update peerDependencies for critical bug fix

The peerDependencies specifies @metamask/permission-controller as ^12.0.0, but the devDependencies has been updated to ^12.1.0. According to the CHANGELOG in multichain-api-middleware, version 12.1.0 is required to fix a bug in wallet_revokeSession error handling. The peerDependencies constraint should be updated to ^12.1.0 to accurately reflect the minimum required version that fixes the bug this package depends on.

packages/assets-controllers/package.json#L121-L122

"@metamask/network-controller": "^25.0.0",
"@metamask/permission-controller": "^12.0.0",

Fix in Cursor Fix in Web


Bug: Update Peer Dependencies for Bug Fix

The peerDependencies specifies @metamask/permission-controller as ^12.0.0, but the devDependencies has been updated to ^12.1.0. According to the CHANGELOG in multichain-api-middleware, version 12.1.0 is required to fix a bug in wallet_revokeSession error handling. The peerDependencies constraint should be updated to ^12.1.0 to accurately reflect the minimum required version that fixes the bug this package depends on.

packages/selected-network-controller/package.json#L73-L74

"@metamask/network-controller": "^25.0.0",
"@metamask/permission-controller": "^12.0.0"

Fix in Cursor Fix in Web


@Gudahtt Gudahtt merged commit a7a5588 into main Oct 28, 2025
258 checks passed
@Gudahtt Gudahtt deleted the release/646.0.0 branch October 28, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants