Skip to content

Commit 10ae080

Browse files
Release/988.0.0 (#8834)
## 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] > **Medium Risk** > Mostly a release/version bump, but it pulls in updated controller packages (notably `network-enablement-controller@5.2.0`) which changes default enabled networks for new users and could affect network availability behavior downstream. > > **Overview** > Bumps the monorepo version to `988.0.0` and updates internal package dependencies/lockfile to newer controller releases. > > Key dependency rollups include `@metamask/polling-controller` `16.0.6`, `@metamask/gas-fee-controller` `26.2.2`, `@metamask/multichain-network-controller` `3.1.2`, and `@metamask/network-enablement-controller` `5.2.0` (which includes enabling Monad mainnet by default for new users), with corresponding changelog updates across affected packages. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a89c7f8. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f9a290 commit 10ae080

32 files changed

Lines changed: 99 additions & 63 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/core-monorepo",
3-
"version": "987.0.0",
3+
"version": "988.0.0",
44
"private": true,
55
"description": "Monorepo for packages shared between MetaMask clients",
66
"repository": {

packages/assets-controller/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^65.4.0` ([#8796](https://github.com/MetaMask/core/pull/8796))
1313
- Bump `@metamask/core-backend` from `^6.2.2` to `^6.3.0` ([#8813](https://github.com/MetaMask/core/pull/8813))
1414
- Bump `@metamask/phishing-controller` from `^17.1.2` to `^17.2.0` ([#8819](https://github.com/MetaMask/core/pull/8819))
15+
- Bump `@metamask/network-enablement-controller` from `^5.1.1` to `^5.2.0` ([#8834](https://github.com/MetaMask/core/pull/8834))
16+
- Bump `@metamask/polling-controller` from `^16.0.5` to `^16.0.6` ([#8834](https://github.com/MetaMask/core/pull/8834))
1517

1618
### Fixed
1719

packages/assets-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"@metamask/keyring-snap-client": "^9.0.2",
7070
"@metamask/messenger": "^1.2.0",
7171
"@metamask/network-controller": "^32.0.0",
72-
"@metamask/network-enablement-controller": "^5.1.1",
72+
"@metamask/network-enablement-controller": "^5.2.0",
7373
"@metamask/permission-controller": "^13.1.1",
7474
"@metamask/phishing-controller": "^17.2.0",
75-
"@metamask/polling-controller": "^16.0.5",
75+
"@metamask/polling-controller": "^16.0.6",
7676
"@metamask/preferences-controller": "^23.1.0",
7777
"@metamask/snaps-controllers": "^19.0.0",
7878
"@metamask/snaps-utils": "^12.1.2",

packages/assets-controllers/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^65.4.0` ([#8796](https://github.com/MetaMask/core/pull/8796))
1313
- Bump `@metamask/core-backend` from `^6.2.2` to `^6.3.0` ([#8813](https://github.com/MetaMask/core/pull/8813))
1414
- Bump `@metamask/phishing-controller` from `^17.1.2` to `^17.2.0` ([#8819](https://github.com/MetaMask/core/pull/8819))
15+
- Bump `@metamask/network-enablement-controller` from `^5.1.1` to `^5.2.0` ([#8834](https://github.com/MetaMask/core/pull/8834))
16+
- Bump `@metamask/polling-controller` from `^16.0.5` to `^16.0.6` ([#8834](https://github.com/MetaMask/core/pull/8834))
1517

1618
## [108.1.0]
1719

packages/assets-controllers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"@metamask/metamask-eth-abis": "^3.1.1",
7575
"@metamask/multichain-account-service": "^10.0.0",
7676
"@metamask/network-controller": "^32.0.0",
77-
"@metamask/network-enablement-controller": "^5.1.1",
77+
"@metamask/network-enablement-controller": "^5.2.0",
7878
"@metamask/permission-controller": "^13.1.1",
7979
"@metamask/phishing-controller": "^17.2.0",
80-
"@metamask/polling-controller": "^16.0.5",
80+
"@metamask/polling-controller": "^16.0.6",
8181
"@metamask/preferences-controller": "^23.1.0",
8282
"@metamask/profile-sync-controller": "^28.1.0",
8383
"@metamask/rpc-errors": "^7.0.2",

packages/bridge-controller/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Bump `@metamask/assets-controllers` from `^108.0.0` to `^108.1.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
1414
- Bump `@metamask/profile-sync-controller` from `^28.0.2` to `^28.1.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
1515
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^65.4.0` ([#8796](https://github.com/MetaMask/core/pull/8796))
16+
- Bump `@metamask/gas-fee-controller` from `^26.2.1` to `^26.2.2` ([#8834](https://github.com/MetaMask/core/pull/8834))
17+
- Bump `@metamask/multichain-network-controller` from `^3.1.1` to `^3.1.2` ([#8834](https://github.com/MetaMask/core/pull/8834))
18+
- Bump `@metamask/polling-controller` from `^16.0.5` to `^16.0.6` ([#8834](https://github.com/MetaMask/core/pull/8834))
1619

1720
## [72.0.4]
1821

packages/bridge-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
"@metamask/assets-controllers": "^108.1.0",
6363
"@metamask/base-controller": "^9.1.0",
6464
"@metamask/controller-utils": "^12.1.0",
65-
"@metamask/gas-fee-controller": "^26.2.1",
65+
"@metamask/gas-fee-controller": "^26.2.2",
6666
"@metamask/keyring-api": "^23.1.0",
6767
"@metamask/messenger": "^1.2.0",
6868
"@metamask/metamask-eth-abis": "^3.1.1",
69-
"@metamask/multichain-network-controller": "^3.1.1",
69+
"@metamask/multichain-network-controller": "^3.1.2",
7070
"@metamask/network-controller": "^32.0.0",
71-
"@metamask/polling-controller": "^16.0.5",
71+
"@metamask/polling-controller": "^16.0.6",
7272
"@metamask/profile-sync-controller": "^28.1.0",
7373
"@metamask/remote-feature-flag-controller": "^4.2.1",
7474
"@metamask/snaps-controllers": "^19.0.0",

packages/bridge-status-controller/CHANGELOG.md

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

1212
- Bump `@metamask/profile-sync-controller` from `^28.0.2` to `^28.1.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
1313
- Bump `@metamask/transaction-controller` from `^65.3.0` to `^65.4.0` ([#8796](https://github.com/MetaMask/core/pull/8796))
14+
- Bump `@metamask/gas-fee-controller` from `^26.2.1` to `^26.2.2` ([#8834](https://github.com/MetaMask/core/pull/8834))
15+
- Bump `@metamask/polling-controller` from `^16.0.5` to `^16.0.6` ([#8834](https://github.com/MetaMask/core/pull/8834))
1416

1517
## [71.1.4]
1618

packages/bridge-status-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"@metamask/base-controller": "^9.1.0",
5757
"@metamask/bridge-controller": "^72.0.4",
5858
"@metamask/controller-utils": "^12.1.0",
59-
"@metamask/gas-fee-controller": "^26.2.1",
59+
"@metamask/gas-fee-controller": "^26.2.2",
6060
"@metamask/keyring-controller": "^25.5.0",
6161
"@metamask/messenger": "^1.2.0",
6262
"@metamask/network-controller": "^32.0.0",
63-
"@metamask/polling-controller": "^16.0.5",
63+
"@metamask/polling-controller": "^16.0.6",
6464
"@metamask/profile-sync-controller": "^28.1.0",
6565
"@metamask/snaps-controllers": "^19.0.0",
6666
"@metamask/superstruct": "^3.1.0",

packages/config-registry-controller/CHANGELOG.md

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

1212
- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.1.0` ([#8774](https://github.com/MetaMask/core/pull/8774))
1313
- Bump `@metamask/profile-sync-controller` from `^28.0.2` to `^28.1.0` ([#8783](https://github.com/MetaMask/core/pull/8783))
14+
- Bump `@metamask/polling-controller` from `^16.0.5` to `^16.0.6` ([#8834](https://github.com/MetaMask/core/pull/8834))
1415

1516
## [0.3.1]
1617

0 commit comments

Comments
 (0)