Skip to content

Commit 4a1b947

Browse files
authored
Release/752.0.0 (#7642)
## Explanation <!-- Thanks for your contribution! Take a moment to answer these questions so that reviewers have the information they need to properly understand your changes: * What is the current state of things and why does it need to change? * What is the solution your changes offer and how does it work? * Are there any changes whose purpose might not obvious to those unfamiliar with the domain? * If your primary goal was to update one package but you found you had to update another one along the way, why did you do so? * If you had to upgrade a dependency, why did you do so? --> ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## 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](https://github.com/MetaMask/core/tree/main/docs/processes/updating-changelogs.md) - [ ] I've introduced [breaking changes](https://github.com/MetaMask/core/tree/main/docs/processes/breaking-changes.md) in this PR and have prepared draft pull requests for clients and consumer packages to resolve them <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Release scope** > > - Introduces `@metamask/connectivity-controller` (`0.1.0`) and upgrades `@metamask/network-controller` to `29.0.0` (now depends on ConnectivityController) > - Monorepo-wide bumps to `@metamask/json-rpc-engine` `10.2.1` and `@metamask/eth-block-tracker` `15.0.1` > - Transaction and polling stack updates: `transaction-controller` `62.9.2`, `gas-fee-controller` `26.0.2`, `polling-controller` `16.0.2`, `signature-controller` `39.0.1` > - Cascading dependency bumps across controllers (e.g., `assets-controllers` `95.3.0`, `bridge-controller` `64.5.1`, `bridge-status-controller` `64.4.3`, `transaction-pay-controller` `11.0.2`, `user-operation-controller` `41.0.2`, `multichain-network-controller` `3.0.2`, `selected-network-controller` `26.0.2`) > - Aligns to `accounts-controller` `35.0.2` and updates related packages/changelogs and `yarn.lock` > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1014302. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9749c4b commit 4a1b947

File tree

80 files changed

+409
-244
lines changed

Some content is hidden

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

80 files changed

+409
-244
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "751.0.0",
3+
"version": "752.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {
@@ -60,10 +60,10 @@
6060
"@metamask/eslint-config-jest": "^15.0.0",
6161
"@metamask/eslint-config-nodejs": "^15.0.0",
6262
"@metamask/eslint-config-typescript": "^15.0.0",
63-
"@metamask/eth-block-tracker": "^15.0.0",
63+
"@metamask/eth-block-tracker": "^15.0.1",
6464
"@metamask/eth-json-rpc-provider": "^6.0.0",
65-
"@metamask/json-rpc-engine": "^10.2.0",
66-
"@metamask/network-controller": "^28.0.0",
65+
"@metamask/json-rpc-engine": "^10.2.1",
66+
"@metamask/network-controller": "^29.0.0",
6767
"@metamask/utils": "^11.9.0",
6868
"@ts-bridge/cli": "^0.6.4",
6969
"@types/jest": "^27.4.1",

packages/account-tree-controller/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Bump `@metamask/snaps-sdk` from `^9.0.0` to `^10.3.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
1313
- Bump `@metamask/snaps-utils` from `^11.0.0` to `^11.7.0` ([#7550](https://github.com/MetaMask/core/pull/7550))
1414
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
15-
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7437](https://github.com/MetaMask/core/pull/7437), [#7515](https://github.com/MetaMask/core/pull/7515), [#7594](https://github.com/MetaMask/core/pull/7594), [#7550](https://github.com/MetaMask/core/pull/7550), [#7604](https://github.com/MetaMask/core/pull/7604))
15+
- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7437](https://github.com/MetaMask/core/pull/7437), [#7515](https://github.com/MetaMask/core/pull/7515), [#7594](https://github.com/MetaMask/core/pull/7594), [#7550](https://github.com/MetaMask/core/pull/7550), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642))
1616
- The dependencies moved are:
17-
- `@metamask/accounts-controller` (^35.0.1)
17+
- `@metamask/accounts-controller` (^35.0.2)
1818
- `@metamask/keyring-controller` (^25.0.0)
1919
- `@metamask/multichain-account-service` (^5.0.0)
2020
- `@metamask/profile-sync-controller` (^27.0.0)

packages/account-tree-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
4949
},
5050
"dependencies": {
51-
"@metamask/accounts-controller": "^35.0.1",
51+
"@metamask/accounts-controller": "^35.0.2",
5252
"@metamask/base-controller": "^9.0.0",
5353
"@metamask/keyring-controller": "^25.0.0",
5454
"@metamask/messenger": "^0.3.0",

packages/accounts-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [35.0.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
15+
1016
## [35.0.1]
1117

1218
### Changed
@@ -673,7 +679,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
673679

674680
- Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
675681

676-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.1...HEAD
682+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.2...HEAD
683+
[35.0.2]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.1...@metamask/accounts-controller@35.0.2
677684
[35.0.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@35.0.0...@metamask/accounts-controller@35.0.1
678685
[35.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@34.0.0...@metamask/accounts-controller@35.0.0
679686
[34.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@33.2.0...@metamask/accounts-controller@34.0.0

packages/accounts-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/accounts-controller",
3-
"version": "35.0.1",
3+
"version": "35.0.2",
44
"description": "Manages internal accounts",
55
"keywords": [
66
"MetaMask",
@@ -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": "^28.0.0",
59+
"@metamask/network-controller": "^29.0.0",
6060
"@metamask/snaps-controllers": "^17.2.0",
6161
"@metamask/snaps-sdk": "^10.3.0",
6262
"@metamask/snaps-utils": "^11.7.0",

packages/assets-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [95.3.0]
11+
1012
### Added
1113

1214
- Add BOB (0xed88) mapping to eip155:60808/erc20:0x0000000000000000000000000000000000000000 ([#7635](https://github.com/MetaMask/core/pull/7635))
1315

16+
### Changed
17+
18+
- Bump `@metamask/accounts-controller` from `^35.0.1` to `^35.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
19+
- Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
20+
- Bump `@metamask/polling-controller` from `^16.0.1` to `^16.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
21+
- Bump `@metamask/transaction-controller` from `^62.9.1` to `^62.9.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
22+
1423
### Fixed
1524

1625
- Fix native token fiat calculation for chains without market data by using currency rate fallback ([#7636](https://github.com/MetaMask/core/pull/7636))
@@ -2519,7 +2528,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25192528
25202529
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
25212530
2522-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.2.0...HEAD
2531+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.3.0...HEAD
2532+
[95.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.2.0...@metamask/assets-controllers@95.3.0
25232533
[95.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.1.0...@metamask/assets-controllers@95.2.0
25242534
[95.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@95.0.0...@metamask/assets-controllers@95.1.0
25252535
[95.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@94.1.0...@metamask/assets-controllers@95.0.0

packages/assets-controllers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/assets-controllers",
3-
"version": "95.2.0",
3+
"version": "95.3.0",
44
"description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)",
55
"keywords": [
66
"MetaMask",
@@ -56,7 +56,7 @@
5656
"@ethersproject/providers": "^5.7.0",
5757
"@metamask/abi-utils": "^2.0.3",
5858
"@metamask/account-tree-controller": "^4.0.0",
59-
"@metamask/accounts-controller": "^35.0.1",
59+
"@metamask/accounts-controller": "^35.0.2",
6060
"@metamask/approval-controller": "^8.0.0",
6161
"@metamask/base-controller": "^9.0.0",
6262
"@metamask/contract-metadata": "^2.4.0",
@@ -68,17 +68,17 @@
6868
"@metamask/messenger": "^0.3.0",
6969
"@metamask/metamask-eth-abis": "^3.1.1",
7070
"@metamask/multichain-account-service": "^5.0.0",
71-
"@metamask/network-controller": "^28.0.0",
71+
"@metamask/network-controller": "^29.0.0",
7272
"@metamask/permission-controller": "^12.2.0",
7373
"@metamask/phishing-controller": "^16.1.0",
74-
"@metamask/polling-controller": "^16.0.1",
74+
"@metamask/polling-controller": "^16.0.2",
7575
"@metamask/preferences-controller": "^22.0.0",
7676
"@metamask/profile-sync-controller": "^27.0.0",
7777
"@metamask/rpc-errors": "^7.0.2",
7878
"@metamask/snaps-controllers": "^17.2.0",
7979
"@metamask/snaps-sdk": "^10.3.0",
8080
"@metamask/snaps-utils": "^11.7.0",
81-
"@metamask/transaction-controller": "^62.9.1",
81+
"@metamask/transaction-controller": "^62.9.2",
8282
"@metamask/utils": "^11.9.0",
8383
"@types/bn.js": "^5.1.5",
8484
"@types/uuid": "^8.3.0",

packages/base-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@metamask/auto-changelog": "^3.4.4",
56-
"@metamask/json-rpc-engine": "^10.2.0",
56+
"@metamask/json-rpc-engine": "^10.2.1",
5757
"@ts-bridge/cli": "^0.6.4",
5858
"@types/jest": "^27.4.1",
5959
"@types/sinon": "^9.0.10",

packages/bridge-controller/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [64.5.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/accounts-controller` from `^35.0.1` to `^35.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
15+
- Bump `@metamask/assets-controllers` from `^95.2.0` to `^95.3.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
16+
- Bump `@metamask/gas-fee-controller` from `^26.0.1` to `^26.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
17+
- Bump `@metamask/multichain-network-controller` from `^3.0.1` to `^3.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
18+
- Bump `@metamask/network-controller` from `^28.0.0` to `^29.0.0` ([#7642](https://github.com/MetaMask/core/pull/7642))
19+
- Bump `@metamask/polling-controller` from `^16.0.1` to `^16.0.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
20+
- Bump `@metamask/transaction-controller` from `^62.9.1` to `^62.9.2` ([#7642](https://github.com/MetaMask/core/pull/7642))
21+
1022
## [64.5.0]
1123

1224
### Added
@@ -998,7 +1010,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9981010

9991011
- Initial release ([#5317](https://github.com/MetaMask/core/pull/5317))
10001012

1001-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.5.0...HEAD
1013+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.5.1...HEAD
1014+
[64.5.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.5.0...@metamask/bridge-controller@64.5.1
10021015
[64.5.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.4.1...@metamask/bridge-controller@64.5.0
10031016
[64.4.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.4.0...@metamask/bridge-controller@64.4.1
10041017
[64.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@64.3.0...@metamask/bridge-controller@64.4.0

packages/bridge-controller/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/bridge-controller",
3-
"version": "64.5.0",
3+
"version": "64.5.1",
44
"description": "Manages bridge-related quote fetching functionality for MetaMask",
55
"keywords": [
66
"MetaMask",
@@ -53,20 +53,20 @@
5353
"@ethersproject/constants": "^5.7.0",
5454
"@ethersproject/contracts": "^5.7.0",
5555
"@ethersproject/providers": "^5.7.0",
56-
"@metamask/accounts-controller": "^35.0.1",
57-
"@metamask/assets-controllers": "^95.2.0",
56+
"@metamask/accounts-controller": "^35.0.2",
57+
"@metamask/assets-controllers": "^95.3.0",
5858
"@metamask/base-controller": "^9.0.0",
5959
"@metamask/controller-utils": "^11.18.0",
60-
"@metamask/gas-fee-controller": "^26.0.1",
60+
"@metamask/gas-fee-controller": "^26.0.2",
6161
"@metamask/keyring-api": "^21.0.0",
6262
"@metamask/messenger": "^0.3.0",
6363
"@metamask/metamask-eth-abis": "^3.1.1",
64-
"@metamask/multichain-network-controller": "^3.0.1",
65-
"@metamask/network-controller": "^28.0.0",
66-
"@metamask/polling-controller": "^16.0.1",
64+
"@metamask/multichain-network-controller": "^3.0.2",
65+
"@metamask/network-controller": "^29.0.0",
66+
"@metamask/polling-controller": "^16.0.2",
6767
"@metamask/remote-feature-flag-controller": "^4.0.0",
6868
"@metamask/snaps-controllers": "^17.2.0",
69-
"@metamask/transaction-controller": "^62.9.1",
69+
"@metamask/transaction-controller": "^62.9.2",
7070
"@metamask/utils": "^11.9.0",
7171
"bignumber.js": "^9.1.2",
7272
"reselect": "^5.1.1",

0 commit comments

Comments
 (0)