Skip to content

Conversation

@mikesposito
Copy link
Member

@mikesposito mikesposito commented Nov 19, 2025

See changelog for details.


Note

Monorepo release bump with widespread dependency upgrades (many breaking), including Network/Transaction/Keyring/Accounts controllers, JsonRpcEngine v2, InternalProvider, and related packages.

  • Release:
    • Bump root version to 687.0.0; update changelogs across packages.
  • Core infra:
    • Upgrade @metamask/json-rpc-engine to ^10.2.0 (adds JsonRpcEngineV2).
    • Upgrade @metamask/eth-json-rpc-provider to ^6.0.0 (uses InternalProvider).
    • Upgrade @metamask/eth-block-tracker to ^15.0.0.
    • Widespread bump to @metamask/controller-utils ^11.15.1.
  • Controllers (breaking bumps):
    • network-controller^26.0.0 (plus related: selected-network-controller, multichain-network-controller, network-enablement-controller).
    • transaction-controller^62.0.0; gas-fee-controller^26.0.0.
    • keyring-controller^25.0.0; accounts-controller^35.0.0.
    • account-tree-controller^4.0.0; multichain-account-service^4.0.0.
    • Other bumps: preferences-controller ^22.0.0, phishing-controller ^16.0.0, signature-controller ^37.0.0, assets-controllers ^90.0.0, bridge(-status) ^62.0.0, user-operation-controller ^41.0.0, subscription-controller ^5.0.0, transaction-pay-controller ^9.0.0, earn-controller ^11.0.0, ens-controller ^19.0.0, logging-controller ^7.0.1, etc.
    • polling-controller^15.0.1.
    • profile-sync-controller^27.0.0; address-book-controller^8.0.0.
  • Middleware/SDK updates:
    • eth-json-rpc-middleware^22.0.0 (v2 middleware); eip-5792-middleware → uses transaction-controller ^62.0.0.
    • Permission stack bumps: permission-controller ^12.1.1, eip1193-permission-middleware, chain-agnostic-permission updates.
  • Misc:
    • Numerous peer/dev dependency alignments; no functional code changes shown beyond version/changelog updates.

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

@mikesposito mikesposito marked this pull request as ready for review November 19, 2025 11:32
@mikesposito mikesposito requested review from a team as code owners November 19, 2025 11:32
matthewwalsh0
matthewwalsh0 previously approved these changes Nov 19, 2025
Add blank lines before bullet points in initial release sections
to improve markdown formatting consistency across packages.
Update package name references in older version comparison links
from @metamask/json-rpc-engine to json-rpc-engine format.
…ing-service

- Revert @metamask/base-controller from ^9.0.1 to ^9.0.0
- Revert @metamask/messenger from ^0.3.1 to ^0.3.0
- Revert @metamask/error-reporting-service from ^3.0.1 to ^3.0.0
- Remove changelog entries for reverted versions
- Update all package dependencies and yarn.lock
- Clean up uncategorized sections in various CHANGELOGs
matthewwalsh0
matthewwalsh0 previously approved these changes Nov 19, 2025
micaelae
micaelae previously approved these changes Nov 19, 2025
Mrtenz
Mrtenz previously approved these changes Nov 20, 2025
@mikesposito mikesposito dismissed stale reviews from Mrtenz and micaelae via 734d343 November 20, 2025 08:56
@mikesposito mikesposito added this pull request to the merge queue Nov 20, 2025
{
"name": "@metamask/address-book-controller",
"version": "7.0.0",
"version": "8.0.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Unnecessary major version bump

The package version is incremented from 7.0.0 to 8.0.0, indicating breaking changes, but the only dependency update is a patch version of controller-utils (11.15.1). logging-controller correctly used a patch bump for the same update. This major bump is misleading for consumers.

Fix in Cursor Fix in Web

Merged via the queue into main with commit b557946 Nov 20, 2025
279 of 284 checks passed
@mikesposito mikesposito deleted the release/687.0.0 branch November 20, 2025 09:09
cryptodev-2s added a commit that referenced this pull request Nov 20, 2025
github-merge-queue bot pushed a commit that referenced this pull request Nov 20, 2025
Reverts #7190

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Rolls back the 687.0.0 release, reverting package versions,
changelogs, and dependency upgrades across the monorepo to the previous
stable set.
> 
> - **Monorepo**:
>   - Set root `version` to `686.0.0`.
> - **Dependencies (global rollback)**:
> - Revert key deps: `@metamask/network-controller` `26.x` → `25.x`,
`@metamask/json-rpc-engine` `10.2.0` → `10.1.1`,
`@metamask/eth-json-rpc-provider` `6.x` → `5.0.1`,
`@metamask/eth-block-tracker` `15.x` → `14.x`,
`@metamask/transaction-controller` `62.x` → `61.3.x`,
`@metamask/gas-fee-controller` `26.x` → `25.x`,
`@metamask/preferences-controller` `22.x` → `21.x`, and related peers.
> - **Packages**:
> - Revert package versions and peerDeps across many modules (e.g.,
`accounts-controller` `35.x` → `34.x`, `account-tree-controller` `4.x` →
`3.x`, `address-book-controller` `8.x` → `7.x`,
`bridge(-status)-controller` `62.x` → `61.x`, `assets-controllers`
`90.x` → `89.0.1`, `multichain-*` controllers, `signature-controller`
`37.x` → `36.x`, etc.).
>   - Update CHANGELOG links to reflect prior release baselines.
> - **Tooling**:
>   - Regenerate `yarn.lock` to match reverted versions.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
9d6fade. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
@cryptodev-2s cryptodev-2s restored the release/687.0.0 branch November 20, 2025 09:48
cryptodev-2s added a commit that referenced this pull request Nov 20, 2025
- Update PR references across all changelog entries
- Adjust version numbers (e.g., address-book-controller 8.0.0 -> 7.0.1)
- Update corresponding version links in changelogs
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.

7 participants