Skip to content

Commit 31a6742

Browse files
Release/741.0.0 (#7583)
<!-- CURSOR_SUMMARY --> --- > [!NOTE] > Releases version 741.0.0 and aligns dependencies across the monorepo. > > - Bump `@metamask/network-controller` to `^27.2.0` across controllers/middleware; update `network-controller` package version and changelog references > - Bump `@metamask/controller-utils` to `^11.18.0` across packages; release notes include MegaETH Testnet RPC constant update > - Refresh multiple package changelogs to reflect the above bumps (and direct-deps notes) and update `yarn.lock` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 83a698d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent aaa5ecb commit 31a6742

File tree

77 files changed

+208
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+208
-162
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "740.0.0",
3+
"version": "741.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {
@@ -63,7 +63,7 @@
6363
"@metamask/eth-block-tracker": "^15.0.0",
6464
"@metamask/eth-json-rpc-provider": "^6.0.0",
6565
"@metamask/json-rpc-engine": "^10.2.0",
66-
"@metamask/network-controller": "^27.1.0",
66+
"@metamask/network-controller": "^27.2.0",
6767
"@metamask/utils": "^11.9.0",
6868
"@ts-bridge/cli": "^0.6.4",
6969
"@types/jest": "^27.4.1",

packages/accounts-controller/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
1414
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^11.7.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
1515
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
16-
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534))
16+
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7258](https://github.com/MetaMask/core/pull/7258), [#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
1717
- The dependencies moved are:
1818
- `@metamask/keyring-controller` (^25.0.0)
19-
- `@metamask/network-controller` (^27.1.0)
19+
- `@metamask/network-controller` (^27.2.0)
2020
- `@metamask/snaps-controllers` (^14.0.1)
2121
- In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
2222
- For example, this scenario would be valid: a client relies on `@metamask/controller-a` 1.0.0 and `@metamask/controller-b` 1.0.0, and `@metamask/controller-b` depends on `@metamask/controller-a` 1.1.0.

packages/accounts-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@metamask/keyring-internal-api": "^9.0.0",
5757
"@metamask/keyring-utils": "^3.1.0",
5858
"@metamask/messenger": "^0.3.0",
59-
"@metamask/network-controller": "^27.1.0",
59+
"@metamask/network-controller": "^27.2.0",
6060
"@metamask/snaps-controllers": "^17.2.0",
6161
"@metamask/snaps-sdk": "^10.3.0",
6262
"@metamask/snaps-utils": "^11.7.0",
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@metamask/auto-changelog": "^3.4.4",
73-
"@metamask/controller-utils": "^11.17.0",
73+
"@metamask/controller-utils": "^11.18.0",
7474
"@metamask/providers": "^22.1.0",
7575
"@ts-bridge/cli": "^0.6.4",
7676
"@types/jest": "^27.4.1",

packages/address-book-controller/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
13-
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
13+
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.18.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
1414

1515
## [7.0.1]
1616

packages/address-book-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@metamask/base-controller": "^9.0.0",
52-
"@metamask/controller-utils": "^11.17.0",
52+
"@metamask/controller-utils": "^11.18.0",
5353
"@metamask/messenger": "^0.3.0",
5454
"@metamask/utils": "^11.9.0"
5555
},

packages/assets-controllers/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- `AccountTrackerController` now only refreshes balances for the newly added network on `NetworkController:networkAdded` event instead of all networks ([#7492](https://github.com/MetaMask/core/pull/7492))
3737
- Bump `@metamask/transaction-controller` from `^62.5.0` to `^62.7.0` ([#7494](https://github.com/MetaMask/core/pull/7494))
3838
- Bump `@metamask/multichain-account-service` from `^4.0.1` to `^4.1.0` ([#7515](https://github.com/MetaMask/core/pull/7515)
39-
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
40-
- Bump `@metamask/network-controller` from `^27.0.0` to `^27.1.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
39+
- Bump `@metamask/controller-utils` from `^11.16.0` to `^11.18.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
40+
- Bump `@metamask/network-controller` from `^27.0.0` to `^27.2.0` ([#7534](https://github.com/MetaMask/core/pull/7534), [#7583](https://github.com/MetaMask/core/pull/7583))
4141

4242
## [94.1.0]
4343

packages/assets-controllers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
"@metamask/approval-controller": "^8.0.0",
6161
"@metamask/base-controller": "^9.0.0",
6262
"@metamask/contract-metadata": "^2.4.0",
63-
"@metamask/controller-utils": "^11.17.0",
63+
"@metamask/controller-utils": "^11.18.0",
6464
"@metamask/core-backend": "^5.0.0",
6565
"@metamask/eth-query": "^4.0.0",
6666
"@metamask/keyring-api": "^21.0.0",
6767
"@metamask/keyring-controller": "^25.0.0",
6868
"@metamask/messenger": "^0.3.0",
6969
"@metamask/metamask-eth-abis": "^3.1.1",
7070
"@metamask/multichain-account-service": "^4.1.0",
71-
"@metamask/network-controller": "^27.1.0",
71+
"@metamask/network-controller": "^27.2.0",
7272
"@metamask/permission-controller": "^12.2.0",
7373
"@metamask/phishing-controller": "^16.1.0",
7474
"@metamask/polling-controller": "^16.0.0",

packages/bridge-controller/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/controller-utils` from `^11.17.0` to `^11.18.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
13+
- Bump `@metamask/network-controller` from `^27.1.0` to `^27.2.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
14+
1015
## [64.3.0]
1116

1217
### Changed

packages/bridge-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"@metamask/accounts-controller": "^35.0.0",
5757
"@metamask/assets-controllers": "^94.1.0",
5858
"@metamask/base-controller": "^9.0.0",
59-
"@metamask/controller-utils": "^11.17.0",
59+
"@metamask/controller-utils": "^11.18.0",
6060
"@metamask/gas-fee-controller": "^26.0.0",
6161
"@metamask/keyring-api": "^21.0.0",
6262
"@metamask/messenger": "^0.3.0",
6363
"@metamask/metamask-eth-abis": "^3.1.1",
6464
"@metamask/multichain-network-controller": "^3.0.0",
65-
"@metamask/network-controller": "^27.1.0",
65+
"@metamask/network-controller": "^27.2.0",
6666
"@metamask/polling-controller": "^16.0.0",
6767
"@metamask/remote-feature-flag-controller": "^4.0.0",
6868
"@metamask/snaps-controllers": "^17.2.0",

packages/bridge-status-controller/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/controller-utils` from `^11.17.0` to `^11.18.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
13+
- Bump `@metamask/network-controller` from `^27.1.0` to `^27.2.0` ([#7583](https://github.com/MetaMask/core/pull/7583))
14+
1015
## [64.3.0]
1116

1217
### Changed

0 commit comments

Comments
 (0)