From 848863ba3ce739197c2809ae87e3191bcd68460a Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Wed, 9 Sep 2026 19:59:30 +0200 Subject: [PATCH 1/6] Initialize Release 1247.0.0 --- packages/account-tree-controller/CHANGELOG.md | 4 ++ packages/accounts-controller/CHANGELOG.md | 5 +++ packages/address-book-controller/CHANGELOG.md | 17 +++++-- packages/ai-controllers/CHANGELOG.md | 5 +++ packages/analytics-controller/CHANGELOG.md | 5 +++ .../CHANGELOG.md | 4 ++ packages/announcement-controller/CHANGELOG.md | 22 ++++++++- packages/app-metadata-controller/CHANGELOG.md | 15 +++++++ packages/approval-controller/CHANGELOG.md | 9 ++++ packages/assets-controller/CHANGELOG.md | 4 ++ packages/assets-controllers/CHANGELOG.md | 4 ++ .../authenticated-user-storage/CHANGELOG.md | 5 +++ packages/base-controller/CHANGELOG.md | 23 ++++++++-- packages/base-data-service/CHANGELOG.md | 9 ++++ packages/bitcoin-regtest-up/CHANGELOG.md | 8 ++++ packages/bridge-controller/CHANGELOG.md | 4 ++ .../bridge-status-controller/CHANGELOG.md | 4 ++ packages/build-utils/CHANGELOG.md | 29 ++++++++++-- .../chain-agnostic-permission/CHANGELOG.md | 11 +++++ packages/chomp-api-service/CHANGELOG.md | 5 +++ packages/claims-controller/CHANGELOG.md | 4 ++ packages/client-controller/CHANGELOG.md | 17 +++++++ packages/client-utils/CHANGELOG.md | 5 +++ packages/compliance-controller/CHANGELOG.md | 8 ++++ packages/composable-controller/CHANGELOG.md | 32 +++++++++---- .../config-registry-controller/CHANGELOG.md | 5 +++ packages/connectivity-controller/CHANGELOG.md | 9 ++++ packages/controller-utils/CHANGELOG.md | 11 +++++ packages/core-backend/CHANGELOG.md | 4 ++ packages/cryptography/CHANGELOG.md | 6 +++ packages/delegation-controller/CHANGELOG.md | 13 +++++- packages/earn-controller/CHANGELOG.md | 4 ++ packages/eip-5792-middleware/CHANGELOG.md | 9 ++++ .../CHANGELOG.md | 8 ++++ .../CHANGELOG.md | 9 ++++ packages/eth-block-tracker/CHANGELOG.md | 19 ++++++++ packages/eth-json-rpc-middleware/CHANGELOG.md | 5 +++ packages/eth-json-rpc-provider/CHANGELOG.md | 15 ++++++- packages/foundryup/CHANGELOG.md | 22 +++++++++ packages/gas-fee-controller/CHANGELOG.md | 5 +++ .../gator-permissions-controller/CHANGELOG.md | 5 +++ packages/geolocation-controller/CHANGELOG.md | 5 +++ packages/java-tron-up/CHANGELOG.md | 8 ++++ packages/json-rpc-engine/CHANGELOG.md | 22 ++++++--- .../json-rpc-middleware-stream/CHANGELOG.md | 45 ++++++++++++++----- packages/keyring-controller/CHANGELOG.md | 5 +++ packages/kyc-controller/CHANGELOG.md | 4 ++ packages/local-node-utils/CHANGELOG.md | 9 ++++ packages/logging-controller/CHANGELOG.md | 5 +++ packages/message-manager/CHANGELOG.md | 15 +++++-- packages/messenger-cli/CHANGELOG.md | 10 +++++ packages/messenger/CHANGELOG.md | 12 +++++ .../CHANGELOG.md | 5 +++ .../CHANGELOG.md | 6 +++ .../money-account-controller/CHANGELOG.md | 6 +++ .../CHANGELOG.md | 5 +++ packages/money-account-utils/CHANGELOG.md | 5 +++ .../multichain-account-service/CHANGELOG.md | 5 +++ .../multichain-api-middleware/CHANGELOG.md | 5 +++ .../CHANGELOG.md | 5 +++ .../CHANGELOG.md | 5 +++ packages/name-controller/CHANGELOG.md | 19 +++++--- .../CHANGELOG.md | 6 +++ packages/network-controller/CHANGELOG.md | 7 +++ .../CHANGELOG.md | 5 +++ .../CHANGELOG.md | 4 ++ packages/passkey-controller/CHANGELOG.md | 5 +++ packages/permission-controller/CHANGELOG.md | 9 ++++ .../permission-log-controller/CHANGELOG.md | 25 +++++++++-- packages/perps-controller/CHANGELOG.md | 4 ++ packages/phishing-controller/CHANGELOG.md | 6 +++ packages/platform-api-docs/CHANGELOG.md | 4 ++ packages/polling-controller/CHANGELOG.md | 5 +++ packages/preferences-controller/CHANGELOG.md | 31 ++++++++++--- .../profile-metrics-controller/CHANGELOG.md | 4 ++ packages/profile-sync-controller/CHANGELOG.md | 4 ++ packages/ramps-controller/CHANGELOG.md | 4 ++ packages/rate-limit-controller/CHANGELOG.md | 23 ++++++++-- packages/react-data-query/CHANGELOG.md | 6 +++ .../CHANGELOG.md | 4 ++ packages/sample-controllers/CHANGELOG.md | 5 +++ .../CHANGELOG.md | 5 +++ .../selected-network-controller/CHANGELOG.md | 5 +++ packages/sentinel-api-service/CHANGELOG.md | 5 +++ packages/shield-controller/CHANGELOG.md | 4 ++ packages/signature-controller/CHANGELOG.md | 5 +++ .../CHANGELOG.md | 4 ++ packages/snap-account-service/CHANGELOG.md | 5 +++ packages/social-controllers/CHANGELOG.md | 4 ++ .../solana-test-validator-up/CHANGELOG.md | 8 ++++ packages/stellar-quickstart-up/CHANGELOG.md | 4 ++ packages/storage-service/CHANGELOG.md | 9 ++++ packages/subscription-controller/CHANGELOG.md | 4 ++ packages/transaction-controller/CHANGELOG.md | 4 ++ .../transaction-pay-controller/CHANGELOG.md | 4 ++ .../user-operation-controller/CHANGELOG.md | 5 +++ packages/wallet-cli/CHANGELOG.md | 7 ++- packages/wallet-framework-docs/CHANGELOG.md | 6 +++ packages/wallet/CHANGELOG.md | 4 ++ 99 files changed, 802 insertions(+), 64 deletions(-) diff --git a/packages/account-tree-controller/CHANGELOG.md b/packages/account-tree-controller/CHANGELOG.md index e26d4c99553..a1daf9cf909 100644 --- a/packages/account-tree-controller/CHANGELOG.md +++ b/packages/account-tree-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index f847eb46228..7963b3f1f2d 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/address-book-controller/CHANGELOG.md b/packages/address-book-controller/CHANGELOG.md index a435e97f318..7e2732f2d27 100644 --- a/packages/address-book-controller/CHANGELOG.md +++ b/packages/address-book-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -111,10 +120,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) -- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272)) +- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272)) - Bump `@metamask/rpc-errors` from `^7.0.1` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) -- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080), [#5223](https://github.com/MetaMask/core/pull/5223)) ## [6.0.2] @@ -136,7 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our diff --git a/packages/ai-controllers/CHANGELOG.md b/packages/ai-controllers/CHANGELOG.md index 29ddb8a4aa3..3550c46dfaa 100644 --- a/packages/ai-controllers/CHANGELOG.md +++ b/packages/ai-controllers/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/analytics-controller/CHANGELOG.md b/packages/analytics-controller/CHANGELOG.md index fd866f96a94..4fb1df32074 100644 --- a/packages/analytics-controller/CHANGELOG.md +++ b/packages/analytics-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/analytics-data-regulation-controller/CHANGELOG.md b/packages/analytics-data-regulation-controller/CHANGELOG.md index f070eed3a82..0254bbb2549 100644 --- a/packages/analytics-data-regulation-controller/CHANGELOG.md +++ b/packages/analytics-data-regulation-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index 26cc9e7e32c..376c371e663 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- refactor: add `.js` import extensions to UX Teams packages ([#9621](https://github.com/MetaMask/core/pull/9621)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) +- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) +- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -61,7 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) ## [7.0.2] @@ -85,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our diff --git a/packages/app-metadata-controller/CHANGELOG.md b/packages/app-metadata-controller/CHANGELOG.md index e826ba56c2e..458d4c4fdf0 100644 --- a/packages/app-metadata-controller/CHANGELOG.md +++ b/packages/app-metadata-controller/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- refactor: add `.js` import extensions to Mobile Platform packages ([#9618](https://github.com/MetaMask/core/pull/9618)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) +- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/approval-controller/CHANGELOG.md b/packages/approval-controller/CHANGELOG.md index eaeb33b63bd..840f211912d 100644 --- a/packages/approval-controller/CHANGELOG.md +++ b/packages/approval-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/assets-controller/CHANGELOG.md b/packages/assets-controller/CHANGELOG.md index 4123da593cf..3fc8aac878b 100644 --- a/packages/assets-controller/CHANGELOG.md +++ b/packages/assets-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 13da55b9a4e..18152500f56 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/authenticated-user-storage/CHANGELOG.md b/packages/authenticated-user-storage/CHANGELOG.md index 55df91ad26a..e8dd56a0426 100644 --- a/packages/authenticated-user-storage/CHANGELOG.md +++ b/packages/authenticated-user-storage/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/base-controller/CHANGELOG.md b/packages/base-controller/CHANGELOG.md index ed78e1179e8..684a27b4bd3 100644 --- a/packages/base-controller/CHANGELOG.md +++ b/packages/base-controller/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Add lint:tsc package script ([#9652](https://github.com/MetaMask/core/pull/9652)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: remove unused deps in core-platform packages ([#9064](https://github.com/MetaMask/core/pull/9064)) +- Release 973.0.0 ([#8753](https://github.com/MetaMask/core/pull/8753)) +- Release 970.0.0 ([#8746](https://github.com/MetaMask/core/pull/8746)) +- Release/951.0.0 ([#8661](https://github.com/MetaMask/core/pull/8661)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -156,14 +171,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove `RestrictedControllerMessenger` export which was an alias for `RestrictedMessenger`. Consumers should import `RestrictedMessenger` directly - Remove `RestrictedControllerMessengerConstraint` type export which was an alias for `RestrictedMessengerConstraint`. Consumers should use `RestrictedMessengerConstraint` type directly - Simplify `RestrictedMessenger` constructor by removing deprecated `controllerMessenger` parameter. The messenger instance should now be passed using only the `messenger` parameter instead of supporting both options -- Widen input parameter for type guard `isBaseController` from `ControllerInstance` to `unknown` ([#5018](https://github.com/MetaMask/core/pull/5018/)) +- Widen input parameter for type guard `isBaseController` from `ControllerInstance` to `unknown` ([#5018](https://github.com/MetaMask/core/pull/5018)) - Bump `@metamask/json-rpc-engine` from `^10.0.2` to `^10.0.3` ([#5272](https://github.com/MetaMask/core/pull/5272)) - Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) ### Removed -- **BREAKING:** Remove class `BaseControllerV1` and type guard `isBaseControllerV1` ([#5018](https://github.com/MetaMask/core/pull/5018/)) -- **BREAKING:** Remove types `BaseConfig`, `BaseControllerV1Instance`, `BaseState`, `ConfigConstraintV1`, `Listener`, `StateConstraintV1`, `LegacyControllerStateConstraint`, `ControllerInstance` ([#5018](https://github.com/MetaMask/core/pull/5018/)) +- **BREAKING:** Remove class `BaseControllerV1` and type guard `isBaseControllerV1` ([#5018](https://github.com/MetaMask/core/pull/5018)) +- **BREAKING:** Remove types `BaseConfig`, `BaseControllerV1Instance`, `BaseState`, `ConfigConstraintV1`, `Listener`, `StateConstraintV1`, `LegacyControllerStateConstraint`, `ControllerInstance` ([#5018](https://github.com/MetaMask/core/pull/5018)) ## [7.1.1] @@ -200,7 +215,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our diff --git a/packages/base-data-service/CHANGELOG.md b/packages/base-data-service/CHANGELOG.md index 3030da67fa2..5901af18c6e 100644 --- a/packages/base-data-service/CHANGELOG.md +++ b/packages/base-data-service/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) +- Add typechecking in CI for react-data-query ([#10010](https://github.com/MetaMask/core/pull/10010)) +- Enable typechecking in CI for base-data-service ([#10009](https://github.com/MetaMask/core/pull/10009)) +- docs: Improve `ExampleDataService` types ([#10001](https://github.com/MetaMask/core/pull/10001)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/bitcoin-regtest-up/CHANGELOG.md b/packages/bitcoin-regtest-up/CHANGELOG.md index ccbbd12dc04..146ac19d121 100644 --- a/packages/bitcoin-regtest-up/CHANGELOG.md +++ b/packages/bitcoin-regtest-up/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/bridge-controller/CHANGELOG.md b/packages/bridge-controller/CHANGELOG.md index af10c9484ac..7e90ff8b4da 100644 --- a/packages/bridge-controller/CHANGELOG.md +++ b/packages/bridge-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/bridge-status-controller/CHANGELOG.md b/packages/bridge-status-controller/CHANGELOG.md index 2dc1ec8df83..1029f92d9db 100644 --- a/packages/bridge-status-controller/CHANGELOG.md +++ b/packages/bridge-status-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index ef0554eaf8f..8ab9efa460b 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Use Oxfmt for import sorting instead of `import-x/order` ([#8438](https://github.com/MetaMask/core/pull/8438)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) +- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) +- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) +- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) +- chore(lint): Fix suppressed ESLint errors in `build-utils` package ([#7460](https://github.com/MetaMask/core/pull/7460)) +- chore: Re-enable `@typescript-eslint/no-unnecessary-type-assertions` ([#7296](https://github.com/MetaMask/core/pull/7296)) +- chore: Fix all auto-fixable ESLint warnings ([#7105](https://github.com/MetaMask/core/pull/7105)) +- chore: Update `typescript` to v5.3 ([#7081](https://github.com/MetaMask/core/pull/7081)) +- fix: Fix build script not working because of missing `@ts-bridge/cli` dependency ([#7040](https://github.com/MetaMask/core/pull/7040)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -26,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080), [#5223](https://github.com/MetaMask/core/pull/5223)) ## [3.0.2] @@ -52,7 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our @@ -94,7 +117,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Initial release ([#3577](https://github.com/MetaMask/core/pull/3577) [#3588](https://github.com/MetaMask/core/pull/3588)) +- Initial release ([#3577](https://github.com/MetaMask/core/pull/3577), [#3588](https://github.com/MetaMask/core/pull/3588)) [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.4...HEAD [3.0.4]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.3...@metamask/build-utils@3.0.4 diff --git a/packages/chain-agnostic-permission/CHANGELOG.md b/packages/chain-agnostic-permission/CHANGELOG.md index f0745931966..659c88c819e 100644 --- a/packages/chain-agnostic-permission/CHANGELOG.md +++ b/packages/chain-agnostic-permission/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: bump accounts deps ([#9754](https://github.com/MetaMask/core/pull/9754)) +- chore: bump accounts deps ([#9676](https://github.com/MetaMask/core/pull/9676)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/chomp-api-service/CHANGELOG.md b/packages/chomp-api-service/CHANGELOG.md index ae025cc87e1..b2f9310bbac 100644 --- a/packages/chomp-api-service/CHANGELOG.md +++ b/packages/chomp-api-service/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/claims-controller/CHANGELOG.md b/packages/claims-controller/CHANGELOG.md index 257377f66ad..65156f2cca4 100644 --- a/packages/claims-controller/CHANGELOG.md +++ b/packages/claims-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/client-controller/CHANGELOG.md b/packages/client-controller/CHANGELOG.md index 0ef5d565099..73066c5d88b 100644 --- a/packages/client-controller/CHANGELOG.md +++ b/packages/client-controller/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- refactor: add `.js` import extensions to Core Platform joint packages ([#9642](https://github.com/MetaMask/core/pull/9642)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) +- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) +- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/client-utils/CHANGELOG.md b/packages/client-utils/CHANGELOG.md index 03ebe5c700f..d6deae2c5f5 100644 --- a/packages/client-utils/CHANGELOG.md +++ b/packages/client-utils/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/compliance-controller/CHANGELOG.md b/packages/compliance-controller/CHANGELOG.md index 4f1e63e6354..00deda435fd 100644 --- a/packages/compliance-controller/CHANGELOG.md +++ b/packages/compliance-controller/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Perps packages ([#9626](https://github.com/MetaMask/core/pull/9626)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/composable-controller/CHANGELOG.md b/packages/composable-controller/CHANGELOG.md index 12d32021b8a..eaef8925ca4 100644 --- a/packages/composable-controller/CHANGELOG.md +++ b/packages/composable-controller/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- Release 973.0.0 ([#8753](https://github.com/MetaMask/core/pull/8753)) +- Release 970.0.0 ([#8746](https://github.com/MetaMask/core/pull/8746)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) +- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -53,16 +69,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^8.0.0` to `^8.4.1` ([#5722](https://github.com/MetaMask/core/pull/5722), [#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632),[#6807](https://github.com/MetaMask/core/pull/6807)) +- Bump `@metamask/base-controller` from `^8.0.0` to `^8.4.1` ([#5722](https://github.com/MetaMask/core/pull/5722), [#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807)) ## [11.0.0] ### Changed -- **BREAKING:** Re-define `ComposableControllerStateConstraint` type using `StateConstraint` instead of `LegacyControllerStateConstraint` ([#5018](https://github.com/MetaMask/core/pull/5018/)) -- **BREAKING:** Constrain the `ComposableControllerState` generic argument for the `ComposableController` class using `ComposableControllerStateConstraint` instead of `LegacyComposableControllerStateConstraint` ([#5018](https://github.com/MetaMask/core/pull/5018/)) -- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) -- Bump `@metamask/json-rpc-engine` from `^10.0.1` to `^10.0.3` ([#5082](https://github.com/MetaMask/core/pull/5082)), ([#5272](https://github.com/MetaMask/core/pull/5272)) +- **BREAKING:** Re-define `ComposableControllerStateConstraint` type using `StateConstraint` instead of `LegacyControllerStateConstraint` ([#5018](https://github.com/MetaMask/core/pull/5018)) +- **BREAKING:** Constrain the `ComposableControllerState` generic argument for the `ComposableController` class using `ComposableControllerStateConstraint` instead of `LegacyComposableControllerStateConstraint` ([#5018](https://github.com/MetaMask/core/pull/5018)) +- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/json-rpc-engine` from `^10.0.1` to `^10.0.3` ([#5082](https://github.com/MetaMask/core/pull/5082), [#5272](https://github.com/MetaMask/core/pull/5272)) ## [10.0.0] @@ -89,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our @@ -148,9 +164,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- **BREAKING:** The `ComposableController` class is now a generic class that expects one generic argument `ComposableControllerState` ([#3952](https://github.com/MetaMask/core/pull/3952)). +- **BREAKING:** The `ComposableController` class is now a generic class that expects one generic argument `ComposableControllerState`. ([#3952](https://github.com/MetaMask/core/pull/3952)) - **BREAKING:** For the `ComposableController` class to be typed correctly, any of its child controllers that extend `BaseControllerV1` must have an overridden `name` property that is defined using the `as const` assertion. -- **BREAKING:** The types `ComposableControllerStateChangeEvent`, `ComposableControllerEvents`, `ComposableControllerMessenger` are now generic types that expect one generic argument `ComposableControllerState` ([#3952](https://github.com/MetaMask/core/pull/3952)). +- **BREAKING:** The types `ComposableControllerStateChangeEvent`, `ComposableControllerEvents`, `ComposableControllerMessenger` are now generic types that expect one generic argument `ComposableControllerState`. ([#3952](https://github.com/MetaMask/core/pull/3952)) - Bump `@metamask/json-rpc-engine` to `^8.0.2` ([#4234](https://github.com/MetaMask/core/pull/4234)) - Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.com/MetaMask/core/pull/4232)) diff --git a/packages/config-registry-controller/CHANGELOG.md b/packages/config-registry-controller/CHANGELOG.md index f90f892c4bc..721389ff0a1 100644 --- a/packages/config-registry-controller/CHANGELOG.md +++ b/packages/config-registry-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/connectivity-controller/CHANGELOG.md b/packages/connectivity-controller/CHANGELOG.md index 6c488026bd5..5764de0757c 100644 --- a/packages/connectivity-controller/CHANGELOG.md +++ b/packages/connectivity-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 6015f373b11..70ca2986ed6 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Move FakeProvider to eth-json-rpc-provider (as FakeInternalProvider) ([#10099](https://github.com/MetaMask/core/pull/10099)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- Rewrite createServicePolicy tests ([#8666](https://github.com/MetaMask/core/pull/8666)) + ### Added - Add optional `startTime` to `TraceRequest` to allow backdating a span's start time ([#9315](https://github.com/MetaMask/core/pull/9315)) diff --git a/packages/core-backend/CHANGELOG.md b/packages/core-backend/CHANGELOG.md index cbfb836ba35..8a60034475a 100644 --- a/packages/core-backend/CHANGELOG.md +++ b/packages/core-backend/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/cryptography/CHANGELOG.md b/packages/cryptography/CHANGELOG.md index b518709c7b8..19928262590 100644 --- a/packages/cryptography/CHANGELOG.md +++ b/packages/cryptography/CHANGELOG.md @@ -7,4 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- feat!: replace hybrid CJS/ESM build with ESM-only ([#9536](https://github.com/MetaMask/core/pull/9536)) +- chore!: Drop Node 18 and 20 ([#9976](https://github.com/MetaMask/core/pull/9976)) + [Unreleased]: https://github.com/MetaMask/core/ diff --git a/packages/delegation-controller/CHANGELOG.md b/packages/delegation-controller/CHANGELOG.md index 927ee988189..5fe2f6898a3 100644 --- a/packages/delegation-controller/CHANGELOG.md +++ b/packages/delegation-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Delegation packages ([#9622](https://github.com/MetaMask/core/pull/9622)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -63,14 +72,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/accounts-controller` from `^36.0.0` to `^37.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996)), ([#8140](https://github.com/MetaMask/core/pull/8140)) +- Bump `@metamask/accounts-controller` from `^36.0.0` to `^37.0.0` ([#7996](https://github.com/MetaMask/core/pull/7996), [#8140](https://github.com/MetaMask/core/pull/8140)) ## [2.0.1] ### Changed - Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511)) -- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642), [#7713](https://github.com/MetaMask/core/pull/7713)), ([#7897](https://github.com/MetaMask/core/pull/7897)) +- Move peer dependencies for controller and service packages to direct dependencies ([#7209](https://github.com/MetaMask/core/pull/7209), [#7604](https://github.com/MetaMask/core/pull/7604), [#7642](https://github.com/MetaMask/core/pull/7642), [#7713](https://github.com/MetaMask/core/pull/7713), [#7897](https://github.com/MetaMask/core/pull/7897)) - The dependencies moved are: - `@metamask/accounts-controller` (^36.0.0) - `@metamask/keyring-controller` (^25.1.0) diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index 6f4caa6f13e..67b6c24d4bf 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eip-5792-middleware/CHANGELOG.md b/packages/eip-5792-middleware/CHANGELOG.md index faed877cb40..51df349309b 100644 --- a/packages/eip-5792-middleware/CHANGELOG.md +++ b/packages/eip-5792-middleware/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Release/1179.0.0 ([#9791](https://github.com/MetaMask/core/pull/9791)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md index bb372992818..f9803031d1d 100644 --- a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md +++ b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Core Platform joint packages ([#9642](https://github.com/MetaMask/core/pull/9642)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eip1193-permission-middleware/CHANGELOG.md b/packages/eip1193-permission-middleware/CHANGELOG.md index 0cdf6db27e0..22c5d611b15 100644 --- a/packages/eip1193-permission-middleware/CHANGELOG.md +++ b/packages/eip1193-permission-middleware/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eth-block-tracker/CHANGELOG.md b/packages/eth-block-tracker/CHANGELOG.md index 003440e3818..6733d04e4d1 100644 --- a/packages/eth-block-tracker/CHANGELOG.md +++ b/packages/eth-block-tracker/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: remove vestigial lint scripts from migrated packages ([#9048](https://github.com/MetaMask/core/pull/9048)) +- Release 973.0.0 ([#8753](https://github.com/MetaMask/core/pull/8753)) +- Release 970.0.0 ([#8746](https://github.com/MetaMask/core/pull/8746)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- Release 840.0.0 ([#8078](https://github.com/MetaMask/core/pull/8078)) +- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) +- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) +- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) +- Release 795.0.0 ([#7856](https://github.com/MetaMask/core/pull/7856)) +- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eth-json-rpc-middleware/CHANGELOG.md b/packages/eth-json-rpc-middleware/CHANGELOG.md index 0d0ea9be047..0a29228bb75 100644 --- a/packages/eth-json-rpc-middleware/CHANGELOG.md +++ b/packages/eth-json-rpc-middleware/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eth-json-rpc-provider/CHANGELOG.md b/packages/eth-json-rpc-provider/CHANGELOG.md index d0c676e688b..f1319998bcd 100644 --- a/packages/eth-json-rpc-provider/CHANGELOG.md +++ b/packages/eth-json-rpc-provider/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: drop unused jest-it-up devDep ([#9052](https://github.com/MetaMask/core/pull/9052)) +- chore: remove vestigial lint scripts from migrated packages ([#9048](https://github.com/MetaMask/core/pull/9048)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) + ### Added - Add `MockInternalProvider`, which can be substituted for `InternalProvider` in tests, while providing the ability to assert requests and inject canned responses ([#10099](https://github.com/MetaMask/core/pull/10099)) @@ -114,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our diff --git a/packages/foundryup/CHANGELOG.md b/packages/foundryup/CHANGELOG.md index fdf658ca856..73aad5c6052 100644 --- a/packages/foundryup/CHANGELOG.md +++ b/packages/foundryup/CHANGELOG.md @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- ci: diff root `package.json` and `yarn.lock` to find affected workspaces in incremental CI ([#9643](https://github.com/MetaMask/core/pull/9643)) +- refactor: add `.js` import extensions to Mobile and Extension Platform packages ([#9628](https://github.com/MetaMask/core/pull/9628)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) +- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) +- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) +- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) +- chore: Update ESLint config packages to v15 ([#7305](https://github.com/MetaMask/core/pull/7305)) +- chore: Re-enable `@typescript-eslint/no-unnecessary-type-assertions` ([#7296](https://github.com/MetaMask/core/pull/7296)) +- chore: Update `typescript` to v5.3 ([#7081](https://github.com/MetaMask/core/pull/7081)) +- fix: Fix build script not working because of missing `@ts-bridge/cli` dependency ([#7040](https://github.com/MetaMask/core/pull/7040)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/gas-fee-controller/CHANGELOG.md b/packages/gas-fee-controller/CHANGELOG.md index 066f9d2d7b0..d06f04054a9 100644 --- a/packages/gas-fee-controller/CHANGELOG.md +++ b/packages/gas-fee-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/gator-permissions-controller/CHANGELOG.md b/packages/gator-permissions-controller/CHANGELOG.md index 9b350cfa801..6dcf73b1397 100644 --- a/packages/gator-permissions-controller/CHANGELOG.md +++ b/packages/gator-permissions-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/geolocation-controller/CHANGELOG.md b/packages/geolocation-controller/CHANGELOG.md index adf78940e32..178b564b4c1 100644 --- a/packages/geolocation-controller/CHANGELOG.md +++ b/packages/geolocation-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/java-tron-up/CHANGELOG.md b/packages/java-tron-up/CHANGELOG.md index ef9dae6a358..d79c8d436a9 100644 --- a/packages/java-tron-up/CHANGELOG.md +++ b/packages/java-tron-up/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/json-rpc-engine/CHANGELOG.md b/packages/json-rpc-engine/CHANGELOG.md index c5b102fd29e..c105fe15d0d 100644 --- a/packages/json-rpc-engine/CHANGELOG.md +++ b/packages/json-rpc-engine/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: drop unused jest-it-up devDep ([#9052](https://github.com/MetaMask/core/pull/9052)) +- chore: remove vestigial lint scripts from migrated packages ([#9048](https://github.com/MetaMask/core/pull/9048)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -349,9 +359,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.1...@metamask/json-rpc-engine@7.2.0 [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.0...@metamask/json-rpc-engine@7.1.1 [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.0.0...@metamask/json-rpc-engine@7.1.0 -[7.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 -[6.1.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.0.0...json-rpc-engine@6.1.0 -[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.4.0...json-rpc-engine@6.0.0 -[5.4.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.3.0...json-rpc-engine@5.4.0 -[5.3.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.2.0...json-rpc-engine@5.3.0 -[5.2.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-engine@5.2.0 +[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 +[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.0.0...@metamask/json-rpc-engine@6.1.0 +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.4.0...@metamask/json-rpc-engine@6.0.0 +[5.4.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.3.0...@metamask/json-rpc-engine@5.4.0 +[5.3.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.2.0...@metamask/json-rpc-engine@5.3.0 +[5.2.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-engine@5.2.0 diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index b2f2eb81b31..97eaf68ae6b 100644 --- a/packages/json-rpc-middleware-stream/CHANGELOG.md +++ b/packages/json-rpc-middleware-stream/CHANGELOG.md @@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: drop unused jest-it-up devDep ([#9052](https://github.com/MetaMask/core/pull/9052)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) +- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) +- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) +- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) +- chore(lint): Fix suppressed ESLint errors in `json-rpc-middleware-stream` package ([#7463](https://github.com/MetaMask/core/pull/7463)) +- chore: Update ESLint config packages to v15 ([#7305](https://github.com/MetaMask/core/pull/7305)) +- Revert "Release 687.0.0" ([#7201](https://github.com/MetaMask/core/pull/7201)) +- Release 687.0.0 ([#7190](https://github.com/MetaMask/core/pull/7190)) +- chore: Fix all auto-fixable ESLint warnings ([#7105](https://github.com/MetaMask/core/pull/7105)) +- chore: Update `typescript` to v5.3 ([#7081](https://github.com/MetaMask/core/pull/7081)) +- fix: Fix build script not working because of missing `@ts-bridge/cli` dependency ([#7040](https://github.com/MetaMask/core/pull/7040)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -66,7 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our @@ -229,13 +252,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.2...@metamask/json-rpc-middleware-stream@7.0.0 [6.0.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.1...@metamask/json-rpc-middleware-stream@6.0.2 [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.0...@metamask/json-rpc-middleware-stream@6.0.1 -[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 -[5.0.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.0...json-rpc-middleware-stream@5.0.1 -[5.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.3...json-rpc-middleware-stream@5.0.0 -[4.2.3]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.2...json-rpc-middleware-stream@4.2.3 -[4.2.2]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.1...json-rpc-middleware-stream@4.2.2 -[4.2.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.0...json-rpc-middleware-stream@4.2.1 -[4.2.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.1.0...json-rpc-middleware-stream@4.2.0 -[4.1.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.0.0...json-rpc-middleware-stream@4.1.0 -[4.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@3.0.0...json-rpc-middleware-stream@4.0.0 -[3.0.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-middleware-stream@3.0.0 +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 +[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.0...@metamask/json-rpc-middleware-stream@5.0.1 +[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.3...@metamask/json-rpc-middleware-stream@5.0.0 +[4.2.3]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.2...@metamask/json-rpc-middleware-stream@4.2.3 +[4.2.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.1...@metamask/json-rpc-middleware-stream@4.2.2 +[4.2.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.0...@metamask/json-rpc-middleware-stream@4.2.1 +[4.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.1.0...@metamask/json-rpc-middleware-stream@4.2.0 +[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.0.0...@metamask/json-rpc-middleware-stream@4.1.0 +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@3.0.0...@metamask/json-rpc-middleware-stream@4.0.0 +[3.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-middleware-stream@3.0.0 diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index fa30f1e973d..51732f42169 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/kyc-controller/CHANGELOG.md b/packages/kyc-controller/CHANGELOG.md index 86e00a1f691..1769b3a9510 100644 --- a/packages/kyc-controller/CHANGELOG.md +++ b/packages/kyc-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/local-node-utils/CHANGELOG.md b/packages/local-node-utils/CHANGELOG.md index 49708a1cabb..51fa1f9313d 100644 --- a/packages/local-node-utils/CHANGELOG.md +++ b/packages/local-node-utils/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index b3223801166..0735110fcb4 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index 4f66c5b371b..7773d5822b5 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -99,8 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^7.1.0` to `^8.0.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) -- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272)) +- Bump `@metamask/base-controller` from `^7.1.0` to `^8.0.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272)) - Bump `@metamask/utils` from `^11.0.1` to `^11.1.0` ([#5223](https://github.com/MetaMask/core/pull/5223)) ## [12.0.0] @@ -161,7 +170,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our diff --git a/packages/messenger-cli/CHANGELOG.md b/packages/messenger-cli/CHANGELOG.md index cfbfada0b2a..c058fcd5094 100644 --- a/packages/messenger-cli/CHANGELOG.md +++ b/packages/messenger-cli/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Add lint:tsc package script ([#9652](https://github.com/MetaMask/core/pull/9652)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: remove unused deps in core-platform packages ([#9064](https://github.com/MetaMask/core/pull/9064)) + ### Added - Add `--esm` flag for ESM-compatible import extensions ([#9572](https://github.com/MetaMask/core/pull/9572)) diff --git a/packages/messenger/CHANGELOG.md b/packages/messenger/CHANGELOG.md index 3176959fa3b..7260fae5078 100644 --- a/packages/messenger/CHANGELOG.md +++ b/packages/messenger/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) +- Constrain MessengerAdapter to match given data services ([#9475](https://github.com/MetaMask/core/pull/9475)) +- Add lint:tsc package script ([#9652](https://github.com/MetaMask/core/pull/9652)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Added - Add `delegateAll` method for exhaustive delegation with compile-time checking ([#8338](https://github.com/MetaMask/core/pull/8338)) diff --git a/packages/money-account-api-data-service/CHANGELOG.md b/packages/money-account-api-data-service/CHANGELOG.md index 89fad4c022e..a51ce157192 100644 --- a/packages/money-account-api-data-service/CHANGELOG.md +++ b/packages/money-account-api-data-service/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-balance-service/CHANGELOG.md b/packages/money-account-balance-service/CHANGELOG.md index a8862b7b689..bd86abb3872 100644 --- a/packages/money-account-balance-service/CHANGELOG.md +++ b/packages/money-account-balance-service/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-controller/CHANGELOG.md b/packages/money-account-controller/CHANGELOG.md index 624495126d4..9bbf972f774 100644 --- a/packages/money-account-controller/CHANGELOG.md +++ b/packages/money-account-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-upgrade-controller/CHANGELOG.md b/packages/money-account-upgrade-controller/CHANGELOG.md index c44db06b32c..f8f074ffe00 100644 --- a/packages/money-account-upgrade-controller/CHANGELOG.md +++ b/packages/money-account-upgrade-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-utils/CHANGELOG.md b/packages/money-account-utils/CHANGELOG.md index 3c4ab147c12..2a658c83418 100644 --- a/packages/money-account-utils/CHANGELOG.md +++ b/packages/money-account-utils/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-account-service/CHANGELOG.md b/packages/multichain-account-service/CHANGELOG.md index eeee578e16f..cef85903be7 100644 --- a/packages/multichain-account-service/CHANGELOG.md +++ b/packages/multichain-account-service/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-api-middleware/CHANGELOG.md b/packages/multichain-api-middleware/CHANGELOG.md index 21082a69e5f..17c13ca009c 100644 --- a/packages/multichain-api-middleware/CHANGELOG.md +++ b/packages/multichain-api-middleware/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-network-controller/CHANGELOG.md b/packages/multichain-network-controller/CHANGELOG.md index d96e5e59915..29cebdfd0e4 100644 --- a/packages/multichain-network-controller/CHANGELOG.md +++ b/packages/multichain-network-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-transactions-controller/CHANGELOG.md b/packages/multichain-transactions-controller/CHANGELOG.md index 34ddedc6517..23289013035 100644 --- a/packages/multichain-transactions-controller/CHANGELOG.md +++ b/packages/multichain-transactions-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index 4fbafbef3a2..5bebba15932 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -71,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/utils` from `^11.2.0` to `^11.8.1` ([#6054](https://github.com/MetaMask/core/pull/6054)[#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708)) +- Bump `@metamask/utils` from `^11.2.0` to `^11.8.1` ([#6054](https://github.com/MetaMask/core/pull/6054), [#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708)) - Bump `@metamask/base-controller` from `^8.0.0` to `^8.4.1` ([#5722](https://github.com/MetaMask/core/pull/5722), [#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807)) - Bump `@metamask/controller-utils` from `^11.5.0` to `^11.14.1` ([#5439](https://github.com/MetaMask/core/pull/5439), [#5583](https://github.com/MetaMask/core/pull/5583), [#5765](https://github.com/MetaMask/core/pull/5765), [#5812](https://github.com/MetaMask/core/pull/5812), [#5935](https://github.com/MetaMask/core/pull/5935), [#6069](https://github.com/MetaMask/core/pull/6069), [#6303](https://github.com/MetaMask/core/pull/6303), [#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629), [#6807](https://github.com/MetaMask/core/pull/6807)) @@ -79,9 +88,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^7.1.0` to `^8.0.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) -- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272)) -- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Bump `@metamask/base-controller` from `^7.1.0` to `^8.0.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272)) +- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080), [#5223](https://github.com/MetaMask/core/pull/5223)) - Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) ## [8.0.2] @@ -110,7 +119,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our diff --git a/packages/network-connection-banner-controller/CHANGELOG.md b/packages/network-connection-banner-controller/CHANGELOG.md index c47ea71fa34..2208a73ad4a 100644 --- a/packages/network-connection-banner-controller/CHANGELOG.md +++ b/packages/network-connection-banner-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/network-controller/CHANGELOG.md b/packages/network-controller/CHANGELOG.md index cbb920c13fc..74151a1a27c 100644 --- a/packages/network-controller/CHANGELOG.md +++ b/packages/network-controller/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Move FakeProvider to eth-json-rpc-provider (as FakeInternalProvider) ([#10099](https://github.com/MetaMask/core/pull/10099)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/network-enablement-controller/CHANGELOG.md b/packages/network-enablement-controller/CHANGELOG.md index 57c71c65bb4..454592612c2 100644 --- a/packages/network-enablement-controller/CHANGELOG.md +++ b/packages/network-enablement-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index dc40b9a0704..ac604c78303 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/passkey-controller/CHANGELOG.md b/packages/passkey-controller/CHANGELOG.md index 6ebd8e21a01..7f942a4596f 100644 --- a/packages/passkey-controller/CHANGELOG.md +++ b/packages/passkey-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index 6bffeaa191d..13f2b326604 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index 397d589eafa..b71e3cca0de 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) +- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Use Oxfmt for import sorting instead of `import-x/order` ([#8438](https://github.com/MetaMask/core/pull/8438)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) +- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -82,9 +99,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^7.0.0` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) -- Bump `@metamask/json-rpc-engine` from `^10.0.1` to `^10.0.3` ([#5082](https://github.com/MetaMask/core/pull/5082)), ([#5272](https://github.com/MetaMask/core/pull/5272)) -- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Bump `@metamask/base-controller` from `^7.0.0` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/json-rpc-engine` from `^10.0.1` to `^10.0.3` ([#5082](https://github.com/MetaMask/core/pull/5082), [#5272](https://github.com/MetaMask/core/pull/5272)) +- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080), [#5223](https://github.com/MetaMask/core/pull/5223)) - Bump `nanoid` from `^3.1.31` to `^3.3.8` ([#5073](https://github.com/MetaMask/core/pull/5073)) ## [3.0.2] @@ -118,7 +135,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our diff --git a/packages/perps-controller/CHANGELOG.md b/packages/perps-controller/CHANGELOG.md index c00bb55a0d6..f6066dd94c3 100644 --- a/packages/perps-controller/CHANGELOG.md +++ b/packages/perps-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/phishing-controller/CHANGELOG.md b/packages/phishing-controller/CHANGELOG.md index 63582f207bc..b3edf78fdac 100644 --- a/packages/phishing-controller/CHANGELOG.md +++ b/packages/phishing-controller/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/platform-api-docs/CHANGELOG.md b/packages/platform-api-docs/CHANGELOG.md index 86e64ccb0e0..060a9757c5e 100644 --- a/packages/platform-api-docs/CHANGELOG.md +++ b/packages/platform-api-docs/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/polling-controller/CHANGELOG.md b/packages/polling-controller/CHANGELOG.md index 73ebea211c8..d746ed4b497 100644 --- a/packages/polling-controller/CHANGELOG.md +++ b/packages/polling-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Added - Export `AbstractPollingControllerBaseMixin`, `getKey`, `Constructor`, and `PollingTokenSetId` ([#9882](https://github.com/MetaMask/core/pull/9882)) diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index 7cccd96d905..d1b99287d8f 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) +- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) +- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) +- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -57,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Remove legacy methods and state ([#8115](https://github.com/MetaMask/core/pull/8115)) - `identities`, `lostIdentities` and `selectedAddress` along with any associated methods and types were removed. - `setSmartAccountOptInForAccounts` was also removed as it is deprecated and not used in the clients. -- Removed `@metamask/keyring-controller` and `@metamask/controller-utils` dependencies ([#7995](https://github.com/MetaMask/core/pull/7995)), ([#8115](https://github.com/MetaMask/core/pull/8115)) +- Removed `@metamask/keyring-controller` and `@metamask/controller-utils` dependencies ([#7995](https://github.com/MetaMask/core/pull/7995), [#8115](https://github.com/MetaMask/core/pull/8115)) ## [22.1.0] @@ -216,8 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) -- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272)) +- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272)) ## [15.0.1] @@ -229,7 +248,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/4956)) +- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195)) ## [14.0.0] @@ -282,7 +301,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our @@ -510,7 +529,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- `disabledRpcMethodPreferences` state to PreferencesController ([#1109](https://github.com/MetaMask/core/pull/1109)). See [this PR on extension](https://github.com/MetaMask/metamask-extension/pull/17308) and [this ticket](https://github.com/MetaMask/metamask-mobile/issues/5676) +- `disabledRpcMethodPreferences` state to PreferencesController. See [this PR on extension](https://github.com/MetaMask/metamask-extension/pull/17308) and [this ticket](https://github.com/MetaMask/metamask-mobile/issues/5676) ([#1109](https://github.com/MetaMask/core/pull/1109)) ## [2.0.0] diff --git a/packages/profile-metrics-controller/CHANGELOG.md b/packages/profile-metrics-controller/CHANGELOG.md index e460e5ba6d5..ffcd97f1d2d 100644 --- a/packages/profile-metrics-controller/CHANGELOG.md +++ b/packages/profile-metrics-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 9450da63d36..2fffc2b8e17 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/ramps-controller/CHANGELOG.md b/packages/ramps-controller/CHANGELOG.md index 4298196cf7f..eeacf173a29 100644 --- a/packages/ramps-controller/CHANGELOG.md +++ b/packages/ramps-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index 9ad5e85b7e8..156eb7c956f 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) +- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) +- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) +- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) +- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) +- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) +- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) @@ -56,9 +71,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) +- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5135](https://github.com/MetaMask/core/pull/5135), [#5305](https://github.com/MetaMask/core/pull/5305)) - Bump `@metamask/rpc-errors` from `^7.0.1` to `^7.0.2` ([#5080](https://github.com/MetaMask/core/pull/5080)) -- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080)), ([#5223](https://github.com/MetaMask/core/pull/5223)) +- Bump `@metamask/utils` from `^10.0.0` to `^11.1.0` ([#5080](https://github.com/MetaMask/core/pull/5080), [#5223](https://github.com/MetaMask/core/pull/5223)) ## [6.0.2] @@ -86,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as ["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md). All of the ATTW checks now pass. -- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648)). +- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648)) - Previously, the build tool we used to generate JavaScript files extracted common code to "chunk" files. While this was intended to make this package more tree-shakeable, it also made debugging more difficult for our @@ -103,7 +118,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.comMetaMask/core/pull/4232)) +- Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.com/MetaMask/core/pull/4232)) ## [5.0.1] diff --git a/packages/react-data-query/CHANGELOG.md b/packages/react-data-query/CHANGELOG.md index 1ada644ab42..a442656d7eb 100644 --- a/packages/react-data-query/CHANGELOG.md +++ b/packages/react-data-query/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- Add typechecking in CI for react-data-query ([#10010](https://github.com/MetaMask/core/pull/10010)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/remote-feature-flag-controller/CHANGELOG.md b/packages/remote-feature-flag-controller/CHANGELOG.md index b719754cefb..a35aa33ed11 100644 --- a/packages/remote-feature-flag-controller/CHANGELOG.md +++ b/packages/remote-feature-flag-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/sample-controllers/CHANGELOG.md b/packages/sample-controllers/CHANGELOG.md index f13362c5efe..69e9088548f 100644 --- a/packages/sample-controllers/CHANGELOG.md +++ b/packages/sample-controllers/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/seedless-onboarding-controller/CHANGELOG.md b/packages/seedless-onboarding-controller/CHANGELOG.md index 91b9245b319..a7a44263673 100644 --- a/packages/seedless-onboarding-controller/CHANGELOG.md +++ b/packages/seedless-onboarding-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index 2850553611f..5ffe05afff7 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/sentinel-api-service/CHANGELOG.md b/packages/sentinel-api-service/CHANGELOG.md index d930c394eb6..aee8784bdcf 100644 --- a/packages/sentinel-api-service/CHANGELOG.md +++ b/packages/sentinel-api-service/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/shield-controller/CHANGELOG.md b/packages/shield-controller/CHANGELOG.md index ef7ad0aa60d..7692827a1ca 100644 --- a/packages/shield-controller/CHANGELOG.md +++ b/packages/shield-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 3362fe6d4a7..0e56566ab40 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/smart-transactions-controller/CHANGELOG.md b/packages/smart-transactions-controller/CHANGELOG.md index 0148b80175d..1b2dbebb2bd 100644 --- a/packages/smart-transactions-controller/CHANGELOG.md +++ b/packages/smart-transactions-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/snap-account-service/CHANGELOG.md b/packages/snap-account-service/CHANGELOG.md index 1d1876d5fa9..cc395602b18 100644 --- a/packages/snap-account-service/CHANGELOG.md +++ b/packages/snap-account-service/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/social-controllers/CHANGELOG.md b/packages/social-controllers/CHANGELOG.md index ff60b114a0c..45589c171b3 100644 --- a/packages/social-controllers/CHANGELOG.md +++ b/packages/social-controllers/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/solana-test-validator-up/CHANGELOG.md b/packages/solana-test-validator-up/CHANGELOG.md index 41622346df4..877bf7ed8f3 100644 --- a/packages/solana-test-validator-up/CHANGELOG.md +++ b/packages/solana-test-validator-up/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/stellar-quickstart-up/CHANGELOG.md b/packages/stellar-quickstart-up/CHANGELOG.md index 05e2b5c757e..a01ef1044cf 100644 --- a/packages/stellar-quickstart-up/CHANGELOG.md +++ b/packages/stellar-quickstart-up/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/storage-service/CHANGELOG.md b/packages/storage-service/CHANGELOG.md index bbdac4db0a9..cf17f571dc9 100644 --- a/packages/storage-service/CHANGELOG.md +++ b/packages/storage-service/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) +- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) +- refactor: add `.js` import extensions to Mobile and Extension Platform packages ([#9628](https://github.com/MetaMask/core/pull/9628)) +- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) +- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/subscription-controller/CHANGELOG.md b/packages/subscription-controller/CHANGELOG.md index 862629e3804..47b6cee88c3 100644 --- a/packages/subscription-controller/CHANGELOG.md +++ b/packages/subscription-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index bf93243d475..a8f239fe685 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/transaction-pay-controller/CHANGELOG.md b/packages/transaction-pay-controller/CHANGELOG.md index a1e60ed92c1..9dfed62541b 100644 --- a/packages/transaction-pay-controller/CHANGELOG.md +++ b/packages/transaction-pay-controller/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 60779acbdb0..c079e6c1798 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/wallet-cli/CHANGELOG.md b/packages/wallet-cli/CHANGELOG.md index 6e80d9e738c..cdaf0935c4d 100644 --- a/packages/wallet-cli/CHANGELOG.md +++ b/packages/wallet-cli/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- feat!: replace hybrid CJS/ESM build with ESM-only ([#9536](https://github.com/MetaMask/core/pull/9536)) + ### Added - Add the `mm wallet send` command and a dedicated daemon `sendTransaction` RPC handler for sending a transaction through the daemon-hosted `TransactionController` ([#9636](https://github.com/MetaMask/core/pull/9636)) @@ -22,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a wallet factory and daemon entry point that construct a `@metamask/wallet` `Wallet` backed by the SQLite key-value store, hydrate it from persisted state, run controller initialization (aborting startup if any step fails), import the secret recovery phrase on first run, and expose a `dispose` teardown handle ([#9226](https://github.com/MetaMask/core/pull/9226)) - Add a daemon transport layer: a JSON-RPC client and server over a Unix socket, plus daemon spawn/stop lifecycle helpers ([#9108](https://github.com/MetaMask/core/pull/9108)) - Add SQLite-backed persistence for wallet controller state ([#9067](https://github.com/MetaMask/core/pull/9067)) -- Initial package scaffold for `@metamask/wallet-cli`, an [oclif](https://oclif.io)-based `mm` CLI for `@metamask/wallet` ([#9065](https://github.com/MetaMask/core/pull/9065)). +- Initial package scaffold for `@metamask/wallet-cli`, an [oclif](https://oclif.io)-based `mm` CLI for `@metamask/wallet`. ([#9065](https://github.com/MetaMask/core/pull/9065)) - Register no-op `AnalyticsController` handlers on the daemon wallet so `NetworkController`'s RPC service analytics calls resolve; the daemon does not report analytics ([#9270](https://github.com/MetaMask/core/pull/9270)) ### Changed diff --git a/packages/wallet-framework-docs/CHANGELOG.md b/packages/wallet-framework-docs/CHANGELOG.md index b07c9c4cd10..e9c5890928f 100644 --- a/packages/wallet-framework-docs/CHANGELOG.md +++ b/packages/wallet-framework-docs/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) +- feat!: replace hybrid CJS/ESM build with ESM-only ([#9536](https://github.com/MetaMask/core/pull/9536)) +- chore!: Drop Node 18 and 20 ([#9976](https://github.com/MetaMask/core/pull/9976)) + ### Changed - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index b935efef11e..9bb5aa1086b 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Uncategorized + +- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) + ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) From d730dbd505f4a41e41d4f321e846f4238367bf91 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Wed, 9 Sep 2026 20:05:25 +0200 Subject: [PATCH 2/6] Update Release 1247.0.0 --- package.json | 10 +- packages/account-tree-controller/CHANGELOG.md | 5 +- packages/account-tree-controller/package.json | 14 +- packages/accounts-controller/CHANGELOG.md | 5 +- packages/accounts-controller/package.json | 12 +- packages/address-book-controller/CHANGELOG.md | 5 +- packages/address-book-controller/package.json | 8 +- packages/ai-controllers/CHANGELOG.md | 5 +- packages/ai-controllers/package.json | 6 +- packages/analytics-controller/CHANGELOG.md | 5 +- packages/analytics-controller/package.json | 8 +- .../CHANGELOG.md | 4 - .../package.json | 6 +- packages/announcement-controller/CHANGELOG.md | 5 +- packages/announcement-controller/package.json | 6 +- packages/app-metadata-controller/CHANGELOG.md | 5 +- packages/app-metadata-controller/package.json | 6 +- packages/approval-controller/CHANGELOG.md | 5 +- packages/approval-controller/package.json | 6 +- packages/assets-controller/CHANGELOG.md | 5 +- packages/assets-controller/package.json | 38 +- packages/assets-controllers/CHANGELOG.md | 5 +- packages/assets-controllers/package.json | 42 +- .../authenticated-user-storage/CHANGELOG.md | 5 +- .../authenticated-user-storage/package.json | 8 +- packages/base-controller/CHANGELOG.md | 5 +- packages/base-controller/package.json | 4 +- packages/base-data-service/CHANGELOG.md | 5 +- packages/base-data-service/package.json | 6 +- packages/bitcoin-regtest-up/CHANGELOG.md | 5 +- packages/bitcoin-regtest-up/package.json | 4 +- packages/bridge-controller/CHANGELOG.md | 5 +- packages/bridge-controller/package.json | 30 +- .../bridge-status-controller/CHANGELOG.md | 5 +- .../bridge-status-controller/package.json | 24 +- packages/build-utils/CHANGELOG.md | 5 +- packages/build-utils/package.json | 2 +- .../chain-agnostic-permission/CHANGELOG.md | 5 +- .../chain-agnostic-permission/package.json | 6 +- packages/chomp-api-service/CHANGELOG.md | 5 +- packages/chomp-api-service/package.json | 8 +- packages/claims-controller/CHANGELOG.md | 5 +- packages/claims-controller/package.json | 14 +- packages/client-controller/CHANGELOG.md | 5 +- packages/client-controller/package.json | 6 +- packages/client-utils/CHANGELOG.md | 5 +- packages/client-utils/package.json | 8 +- packages/compliance-controller/CHANGELOG.md | 5 +- packages/compliance-controller/package.json | 8 +- packages/composable-controller/CHANGELOG.md | 5 +- packages/composable-controller/package.json | 8 +- .../config-registry-controller/CHANGELOG.md | 5 +- .../config-registry-controller/package.json | 14 +- packages/connectivity-controller/CHANGELOG.md | 5 +- packages/connectivity-controller/package.json | 6 +- packages/controller-utils/CHANGELOG.md | 5 +- packages/controller-utils/package.json | 4 +- packages/core-backend/CHANGELOG.md | 5 +- packages/core-backend/package.json | 14 +- packages/cryptography/CHANGELOG.md | 6 - packages/delegation-controller/CHANGELOG.md | 5 +- packages/delegation-controller/package.json | 8 +- packages/earn-controller/CHANGELOG.md | 5 +- packages/earn-controller/package.json | 14 +- packages/eip-5792-middleware/CHANGELOG.md | 5 +- packages/eip-5792-middleware/package.json | 10 +- .../CHANGELOG.md | 5 +- .../package.json | 4 +- .../CHANGELOG.md | 5 +- .../package.json | 10 +- packages/eth-block-tracker/CHANGELOG.md | 5 +- packages/eth-block-tracker/package.json | 6 +- packages/eth-json-rpc-middleware/CHANGELOG.md | 5 +- packages/eth-json-rpc-middleware/package.json | 10 +- packages/eth-json-rpc-provider/CHANGELOG.md | 5 +- packages/eth-json-rpc-provider/package.json | 4 +- packages/foundryup/CHANGELOG.md | 5 +- packages/foundryup/package.json | 2 +- packages/gas-fee-controller/CHANGELOG.md | 5 +- packages/gas-fee-controller/package.json | 12 +- .../gator-permissions-controller/CHANGELOG.md | 5 +- .../gator-permissions-controller/package.json | 10 +- packages/geolocation-controller/CHANGELOG.md | 5 +- packages/geolocation-controller/package.json | 8 +- packages/java-tron-up/CHANGELOG.md | 5 +- packages/java-tron-up/package.json | 4 +- packages/json-rpc-engine/CHANGELOG.md | 5 +- packages/json-rpc-engine/package.json | 4 +- .../json-rpc-middleware-stream/CHANGELOG.md | 5 +- .../json-rpc-middleware-stream/package.json | 4 +- packages/keyring-controller/CHANGELOG.md | 5 +- packages/keyring-controller/package.json | 8 +- packages/kyc-controller/CHANGELOG.md | 5 +- packages/kyc-controller/package.json | 14 +- packages/local-node-utils/CHANGELOG.md | 5 +- packages/local-node-utils/package.json | 2 +- packages/logging-controller/CHANGELOG.md | 5 +- packages/logging-controller/package.json | 6 +- packages/message-manager/CHANGELOG.md | 5 +- packages/message-manager/package.json | 8 +- packages/messenger-cli/CHANGELOG.md | 5 +- packages/messenger-cli/package.json | 2 +- packages/messenger/CHANGELOG.md | 5 +- packages/messenger/package.json | 2 +- .../CHANGELOG.md | 5 +- .../package.json | 8 +- .../CHANGELOG.md | 5 +- .../package.json | 14 +- .../money-account-controller/CHANGELOG.md | 5 +- .../money-account-controller/package.json | 10 +- .../CHANGELOG.md | 5 +- .../package.json | 20 +- packages/money-account-utils/CHANGELOG.md | 5 +- packages/money-account-utils/package.json | 4 +- .../multichain-account-service/CHANGELOG.md | 5 +- .../multichain-account-service/package.json | 14 +- .../multichain-api-middleware/CHANGELOG.md | 5 +- .../multichain-api-middleware/package.json | 16 +- .../CHANGELOG.md | 5 +- .../package.json | 14 +- .../CHANGELOG.md | 5 +- .../package.json | 12 +- packages/name-controller/CHANGELOG.md | 5 +- packages/name-controller/package.json | 8 +- .../CHANGELOG.md | 5 +- .../package.json | 16 +- packages/network-controller/CHANGELOG.md | 5 +- packages/network-controller/package.json | 24 +- .../CHANGELOG.md | 5 +- .../package.json | 16 +- .../CHANGELOG.md | 5 +- .../package.json | 14 +- packages/passkey-controller/CHANGELOG.md | 5 +- packages/passkey-controller/package.json | 8 +- packages/permission-controller/CHANGELOG.md | 5 +- packages/permission-controller/package.json | 12 +- .../permission-log-controller/CHANGELOG.md | 5 +- .../permission-log-controller/package.json | 8 +- packages/perps-controller/CHANGELOG.md | 5 +- packages/perps-controller/package.json | 24 +- packages/phishing-controller/CHANGELOG.md | 5 +- packages/phishing-controller/package.json | 12 +- packages/platform-api-docs/CHANGELOG.md | 5 +- packages/platform-api-docs/package.json | 2 +- packages/polling-controller/CHANGELOG.md | 5 +- packages/polling-controller/package.json | 6 +- packages/preferences-controller/CHANGELOG.md | 5 +- packages/preferences-controller/package.json | 6 +- .../profile-metrics-controller/CHANGELOG.md | 5 +- .../profile-metrics-controller/package.json | 18 +- packages/profile-sync-controller/CHANGELOG.md | 5 +- packages/profile-sync-controller/package.json | 12 +- packages/ramps-controller/CHANGELOG.md | 5 +- packages/ramps-controller/package.json | 12 +- packages/rate-limit-controller/CHANGELOG.md | 5 +- packages/rate-limit-controller/package.json | 6 +- packages/react-data-query/CHANGELOG.md | 5 +- packages/react-data-query/package.json | 6 +- .../CHANGELOG.md | 5 +- .../package.json | 8 +- packages/sample-controllers/CHANGELOG.md | 5 +- packages/sample-controllers/package.json | 12 +- .../CHANGELOG.md | 5 +- .../package.json | 8 +- .../selected-network-controller/CHANGELOG.md | 5 +- .../selected-network-controller/package.json | 12 +- packages/sentinel-api-service/CHANGELOG.md | 5 +- packages/sentinel-api-service/package.json | 8 +- packages/shield-controller/CHANGELOG.md | 5 +- packages/shield-controller/package.json | 16 +- packages/signature-controller/CHANGELOG.md | 5 +- packages/signature-controller/package.json | 20 +- .../CHANGELOG.md | 5 +- .../package.json | 22 +- packages/snap-account-service/CHANGELOG.md | 5 +- packages/snap-account-service/package.json | 6 +- packages/social-controllers/CHANGELOG.md | 5 +- packages/social-controllers/package.json | 12 +- .../solana-test-validator-up/CHANGELOG.md | 5 +- .../solana-test-validator-up/package.json | 4 +- packages/stellar-quickstart-up/CHANGELOG.md | 4 - packages/storage-service/CHANGELOG.md | 5 +- packages/storage-service/package.json | 4 +- packages/subscription-controller/CHANGELOG.md | 5 +- packages/subscription-controller/package.json | 16 +- packages/transaction-controller/CHANGELOG.md | 5 +- packages/transaction-controller/package.json | 24 +- .../transaction-pay-controller/CHANGELOG.md | 5 +- .../transaction-pay-controller/package.json | 26 +- .../user-operation-controller/CHANGELOG.md | 5 +- .../user-operation-controller/package.json | 20 +- packages/wallet-cli/CHANGELOG.md | 7 +- packages/wallet-cli/package.json | 16 +- packages/wallet-framework-docs/CHANGELOG.md | 6 - packages/wallet-framework-docs/package.json | 6 +- packages/wallet/CHANGELOG.md | 5 +- packages/wallet/package.json | 40 +- yarn.lock | 1142 +++++++++-------- 198 files changed, 1556 insertions(+), 1173 deletions(-) diff --git a/package.json b/package.json index f67ebec2d63..8021f19b336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-monorepo", - "version": "1246.0.0", + "version": "1247.0.0", "private": true, "description": "Monorepo for packages shared between MetaMask clients", "repository": { @@ -74,10 +74,10 @@ "@metamask/eslint-config-jest": "^15.0.0", "@metamask/eslint-config-nodejs": "^15.0.0", "@metamask/eslint-config-typescript": "^15.0.0", - "@metamask/eth-block-tracker": "^15.0.1", - "@metamask/eth-json-rpc-provider": "^6.0.1", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/network-controller": "^36.0.0", + "@metamask/eth-block-tracker": "^16.0.0", + "@metamask/eth-json-rpc-provider": "^7.0.0", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/skills": "^0.1.0", "@metamask/utils": "^11.12.0", "@types/jest": "^30.0.0", diff --git a/packages/account-tree-controller/CHANGELOG.md b/packages/account-tree-controller/CHANGELOG.md index a1daf9cf909..d5ac073c117 100644 --- a/packages/account-tree-controller/CHANGELOG.md +++ b/packages/account-tree-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -706,7 +708,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5847](https://github.com/MetaMask/core/pull/5847)) - Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@9.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@9.0.0...@metamask/account-tree-controller@10.0.0 [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@8.1.0...@metamask/account-tree-controller@9.0.0 [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@8.0.0...@metamask/account-tree-controller@8.1.0 [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@7.6.1...@metamask/account-tree-controller@8.0.0 diff --git a/packages/account-tree-controller/package.json b/packages/account-tree-controller/package.json index 5d0c75fc8fe..b8b3056c61b 100644 --- a/packages/account-tree-controller/package.json +++ b/packages/account-tree-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/account-tree-controller", - "version": "9.0.0", + "version": "10.0.0", "description": "Controller to group account together based on some pre-defined rules", "keywords": [ "Ethereum", @@ -50,13 +50,13 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/base-controller": "^9.1.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/base-controller": "^10.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/multichain-account-service": "^13.0.2", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/multichain-account-service": "^14.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index 7963b3f1f2d..8ec565a141a 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [40.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -903,7 +905,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@40.0.0...HEAD +[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.1.1...@metamask/accounts-controller@40.0.0 [39.1.1]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.1.0...@metamask/accounts-controller@39.1.1 [39.1.0]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.7...@metamask/accounts-controller@39.1.0 [39.0.7]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.6...@metamask/accounts-controller@39.0.7 diff --git a/packages/accounts-controller/package.json b/packages/accounts-controller/package.json index 08a23b21e73..054d91e4330 100644 --- a/packages/accounts-controller/package.json +++ b/packages/accounts-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/accounts-controller", - "version": "39.1.1", + "version": "40.0.0", "description": "Manages internal accounts", "keywords": [ "Ethereum", @@ -51,15 +51,15 @@ }, "dependencies": { "@ethereumjs/util": "^9.1.0", - "@metamask/base-controller": "^9.1.0", + "@metamask/base-controller": "^10.0.0", "@metamask/eth-snap-keyring": "^24.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/keyring-controller": "^28.0.0", "@metamask/keyring-internal-api": "^12.0.0", "@metamask/keyring-sdk": "^3.1.0", "@metamask/keyring-utils": "^5.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "deepmerge": "^4.2.2", @@ -70,7 +70,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/providers": "^22.1.0", "@types/jest": "^30.0.0", "@types/readable-stream": "^2.3.0", diff --git a/packages/address-book-controller/CHANGELOG.md b/packages/address-book-controller/CHANGELOG.md index 7e2732f2d27..db0297a5e1f 100644 --- a/packages/address-book-controller/CHANGELOG.md +++ b/packages/address-book-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -310,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.1.2...@metamask/address-book-controller@8.0.0 [7.1.2]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.1.1...@metamask/address-book-controller@7.1.2 [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.1.0...@metamask/address-book-controller@7.1.1 [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/address-book-controller@7.0.1...@metamask/address-book-controller@7.1.0 diff --git a/packages/address-book-controller/package.json b/packages/address-book-controller/package.json index 5dd69ed6613..3cb2e5eb379 100644 --- a/packages/address-book-controller/package.json +++ b/packages/address-book-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/address-book-controller", - "version": "7.1.2", + "version": "8.0.0", "description": "Manages a list of recipient addresses associated with nicknames", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/ai-controllers/CHANGELOG.md b/packages/ai-controllers/CHANGELOG.md index 3550c46dfaa..ad39fea8d47 100644 --- a/packages/ai-controllers/CHANGELOG.md +++ b/packages/ai-controllers/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -146,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removes `fetchDigest`, `clearDigest`, and `clearAllDigests` actions from the controller action surface. - Removes `DigestData`/`DigestEntry` types and the `digests` state branch. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ai-controllers@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ai-controllers@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/ai-controllers@1.0.0...@metamask/ai-controllers@2.0.0 [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/ai-controllers@0.8.0...@metamask/ai-controllers@1.0.0 [0.8.0]: https://github.com/MetaMask/core/compare/@metamask/ai-controllers@0.7.0...@metamask/ai-controllers@0.8.0 [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/ai-controllers@0.6.3...@metamask/ai-controllers@0.7.0 diff --git a/packages/ai-controllers/package.json b/packages/ai-controllers/package.json index dc133016fe4..00040950701 100644 --- a/packages/ai-controllers/package.json +++ b/packages/ai-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ai-controllers", - "version": "1.0.0", + "version": "2.0.0", "description": "A collection of AI-related controllers", "keywords": [ "Ethereum", @@ -50,8 +50,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0" }, diff --git a/packages/analytics-controller/CHANGELOG.md b/packages/analytics-controller/CHANGELOG.md index 4fb1df32074..cf53f3dc909 100644 --- a/packages/analytics-controller/CHANGELOG.md +++ b/packages/analytics-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of @metamask/analytics-controller. ([#7017](https://github.com/MetaMask/core/pull/7017), [#7202](https://github.com/MetaMask/core/pull/7202)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@2.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@2.1.0...@metamask/analytics-controller@3.0.0 [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@2.0.0...@metamask/analytics-controller@2.1.0 [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@1.2.1...@metamask/analytics-controller@2.0.0 [1.2.1]: https://github.com/MetaMask/core/compare/@metamask/analytics-controller@1.2.0...@metamask/analytics-controller@1.2.1 diff --git a/packages/analytics-controller/package.json b/packages/analytics-controller/package.json index 7dc7dcdae58..de2c0087a8f 100644 --- a/packages/analytics-controller/package.json +++ b/packages/analytics-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/analytics-controller", - "version": "2.1.0", + "version": "3.0.0", "description": "Common Analytics controller for event tracking", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/geolocation-controller": "^1.0.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/geolocation-controller": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "lodash-es": "^4.17.21", "uuid": "^8.3.2" diff --git a/packages/analytics-data-regulation-controller/CHANGELOG.md b/packages/analytics-data-regulation-controller/CHANGELOG.md index 0254bbb2549..f070eed3a82 100644 --- a/packages/analytics-data-regulation-controller/CHANGELOG.md +++ b/packages/analytics-data-regulation-controller/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/analytics-data-regulation-controller/package.json b/packages/analytics-data-regulation-controller/package.json index f1594a5ff53..8dd3c45ec22 100644 --- a/packages/analytics-data-regulation-controller/package.json +++ b/packages/analytics-data-regulation-controller/package.json @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index 376c371e663..ff86269751e 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -242,7 +244,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@8.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@8.1.0...@metamask/announcement-controller@9.0.0 [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@8.0.0...@metamask/announcement-controller@8.1.0 [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@7.1.1...@metamask/announcement-controller@8.0.0 [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/announcement-controller@7.1.0...@metamask/announcement-controller@7.1.1 diff --git a/packages/announcement-controller/package.json b/packages/announcement-controller/package.json index 39ac840f3ee..1c53a6cd49d 100644 --- a/packages/announcement-controller/package.json +++ b/packages/announcement-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/announcement-controller", - "version": "8.1.0", + "version": "9.0.0", "description": "Manages in-app announcements", "keywords": [ "Ethereum", @@ -50,8 +50,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0" + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/app-metadata-controller/CHANGELOG.md b/packages/app-metadata-controller/CHANGELOG.md index 458d4c4fdf0..26a53946e3a 100644 --- a/packages/app-metadata-controller/CHANGELOG.md +++ b/packages/app-metadata-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5577](https://github.com/MetaMask/core/pull/5577)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/app-metadata-controller@2.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/app-metadata-controller@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/app-metadata-controller@2.0.1...@metamask/app-metadata-controller@3.0.0 [2.0.1]: https://github.com/MetaMask/core/compare/@metamask/app-metadata-controller@2.0.0...@metamask/app-metadata-controller@2.0.1 [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/app-metadata-controller@1.1.1...@metamask/app-metadata-controller@2.0.0 [1.1.1]: https://github.com/MetaMask/core/compare/@metamask/app-metadata-controller@1.1.0...@metamask/app-metadata-controller@1.1.1 diff --git a/packages/app-metadata-controller/package.json b/packages/app-metadata-controller/package.json index b6ff79cc21e..42037b859dd 100644 --- a/packages/app-metadata-controller/package.json +++ b/packages/app-metadata-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/app-metadata-controller", - "version": "2.0.1", + "version": "3.0.0", "description": "Manages requests that for app metadata", "keywords": [ "Ethereum", @@ -48,8 +48,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0" + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/approval-controller/CHANGELOG.md b/packages/approval-controller/CHANGELOG.md index 840f211912d..d6ff282e7f2 100644 --- a/packages/approval-controller/CHANGELOG.md +++ b/packages/approval-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -347,7 +349,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@9.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@9.0.2...@metamask/approval-controller@10.0.0 [9.0.2]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@9.0.1...@metamask/approval-controller@9.0.2 [9.0.1]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@9.0.0...@metamask/approval-controller@9.0.1 [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@8.0.0...@metamask/approval-controller@9.0.0 diff --git a/packages/approval-controller/package.json b/packages/approval-controller/package.json index 8b1deb6783e..8a7bd26c886 100644 --- a/packages/approval-controller/package.json +++ b/packages/approval-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/approval-controller", - "version": "9.0.2", + "version": "10.0.0", "description": "Manages requests that require user approval", "keywords": [ "Ethereum", @@ -50,8 +50,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/utils": "^11.12.0", "nanoid": "^3.3.8" diff --git a/packages/assets-controller/CHANGELOG.md b/packages/assets-controller/CHANGELOG.md index 3fc8aac878b..47ac8ae7449 100644 --- a/packages/assets-controller/CHANGELOG.md +++ b/packages/assets-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -1023,7 +1025,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Refactor `RpcDataSource` to delegate polling to `BalanceFetcher` and `TokenDetector` services ([#7709](https://github.com/MetaMask/core/pull/7709)) - Refactor `BalanceFetcher` and `TokenDetector` to extend `StaticIntervalPollingControllerOnly` for independent polling management ([#7709](https://github.com/MetaMask/core/pull/7709)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@15.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@16.0.0...HEAD +[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@15.1.0...@metamask/assets-controller@16.0.0 [15.1.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@15.0.0...@metamask/assets-controller@15.1.0 [15.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@14.0.3...@metamask/assets-controller@15.0.0 [14.0.3]: https://github.com/MetaMask/core/compare/@metamask/assets-controller@14.0.2...@metamask/assets-controller@14.0.3 diff --git a/packages/assets-controller/package.json b/packages/assets-controller/package.json index f6758dcfe7b..c474acf970d 100644 --- a/packages/assets-controller/package.json +++ b/packages/assets-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/assets-controller", - "version": "15.1.0", + "version": "16.0.0", "description": "Tracks assets balances/prices and handles token detection across all digital assets", "keywords": [ "Ethereum", @@ -53,29 +53,29 @@ "@ethereumjs/util": "^9.1.0", "@ethersproject/abi": "^5.7.0", "@ethersproject/providers": "^5.7.0", - "@metamask/account-tree-controller": "^9.0.0", - "@metamask/accounts-controller": "^39.1.1", - "@metamask/assets-controllers": "^111.3.0", - "@metamask/base-controller": "^9.1.0", - "@metamask/client-controller": "^1.0.1", - "@metamask/config-registry-controller": "^3.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/core-backend": "^9.1.1", + "@metamask/account-tree-controller": "^10.0.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/assets-controllers": "^112.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/client-controller": "^2.0.0", + "@metamask/config-registry-controller": "^4.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/core-backend": "^10.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/keyring-controller": "^28.0.0", "@metamask/keyring-internal-api": "^12.0.0", "@metamask/keyring-snap-client": "^10.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/network-enablement-controller": "^6.0.5", - "@metamask/permission-controller": "^13.1.1", - "@metamask/phishing-controller": "^17.4.1", - "@metamask/polling-controller": "^16.0.9", - "@metamask/preferences-controller": "^23.1.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/network-enablement-controller": "^7.0.0", + "@metamask/permission-controller": "^14.0.0", + "@metamask/phishing-controller": "^18.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/preferences-controller": "^24.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-utils": "^12.1.2", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "async-mutex": "^0.5.0", "bignumber.js": "^9.1.2", diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 18152500f56..28454c53cb3 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [112.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -3479,7 +3481,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@111.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@112.0.0...HEAD +[112.0.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@111.3.0...@metamask/assets-controllers@112.0.0 [111.3.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@111.2.0...@metamask/assets-controllers@111.3.0 [111.2.0]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@111.1.3...@metamask/assets-controllers@111.2.0 [111.1.3]: https://github.com/MetaMask/core/compare/@metamask/assets-controllers@111.1.2...@metamask/assets-controllers@111.1.3 diff --git a/packages/assets-controllers/package.json b/packages/assets-controllers/package.json index 387243ddb1f..5d322c59ee2 100644 --- a/packages/assets-controllers/package.json +++ b/packages/assets-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/assets-controllers", - "version": "111.3.0", + "version": "112.0.0", "description": "Controllers which manage interactions involving ERC-20, ERC-721, and ERC-1155 tokens (including NFTs)", "keywords": [ "Ethereum", @@ -57,33 +57,33 @@ "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.7.0", "@metamask/abi-utils": "^2.0.3", - "@metamask/account-tree-controller": "^9.0.0", - "@metamask/accounts-controller": "^39.1.1", - "@metamask/approval-controller": "^9.0.2", - "@metamask/base-controller": "^9.1.0", + "@metamask/account-tree-controller": "^10.0.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/approval-controller": "^10.0.0", + "@metamask/base-controller": "^10.0.0", "@metamask/contract-metadata": "^2.4.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/core-backend": "^9.1.1", + "@metamask/controller-utils": "^13.0.0", + "@metamask/core-backend": "^10.0.0", "@metamask/eth-query": "^4.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/metamask-eth-abis": "^3.1.1", - "@metamask/multichain-account-service": "^13.0.2", - "@metamask/network-controller": "^36.0.0", - "@metamask/network-enablement-controller": "^6.0.5", - "@metamask/permission-controller": "^13.1.1", - "@metamask/phishing-controller": "^17.4.1", - "@metamask/polling-controller": "^16.0.9", - "@metamask/preferences-controller": "^23.1.0", - "@metamask/profile-sync-controller": "^30.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/multichain-account-service": "^14.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/network-enablement-controller": "^7.0.0", + "@metamask/permission-controller": "^14.0.0", + "@metamask/phishing-controller": "^18.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/preferences-controller": "^24.0.0", + "@metamask/profile-sync-controller": "^31.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", - "@metamask/storage-service": "^1.0.2", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/storage-service": "^2.0.0", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "@types/bn.js": "^5.1.5", @@ -102,7 +102,7 @@ "@babel/runtime": "^7.23.9", "@metamask/account-api": "^2.0.0", "@metamask/auto-changelog": "^6.1.0", - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/ethjs-provider-http": "^0.3.0", "@metamask/keyring-internal-api": "^12.0.0", "@metamask/keyring-snap-client": "^10.0.0", diff --git a/packages/authenticated-user-storage/CHANGELOG.md b/packages/authenticated-user-storage/CHANGELOG.md index e8dd56a0426..f2b396ccfa7 100644 --- a/packages/authenticated-user-storage/CHANGELOG.md +++ b/packages/authenticated-user-storage/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING**: Rename `SocialAIPreference.traderProfileIds` to `mutedTraderProfileIds` in types and notification-preferences validation to match the API payload. ([#8536](https://github.com/MetaMask/core/pull/8536)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@3.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@3.0.2...@metamask/authenticated-user-storage@4.0.0 [3.0.2]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@3.0.1...@metamask/authenticated-user-storage@3.0.2 [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@3.0.0...@metamask/authenticated-user-storage@3.0.1 [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/authenticated-user-storage@2.1.0...@metamask/authenticated-user-storage@3.0.0 diff --git a/packages/authenticated-user-storage/package.json b/packages/authenticated-user-storage/package.json index eca7d018ea9..cc3e2447644 100644 --- a/packages/authenticated-user-storage/package.json +++ b/packages/authenticated-user-storage/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/authenticated-user-storage", - "version": "3.0.2", + "version": "4.0.0", "description": "SDK for authenticated (non-encrypted) user storage endpoints", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0" }, diff --git a/packages/base-controller/CHANGELOG.md b/packages/base-controller/CHANGELOG.md index 684a27b4bd3..49b7d468d7a 100644 --- a/packages/base-controller/CHANGELOG.md +++ b/packages/base-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -457,7 +459,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@9.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@9.1.0...@metamask/base-controller@10.0.0 [9.1.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@9.0.1...@metamask/base-controller@9.1.0 [9.0.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@9.0.0...@metamask/base-controller@9.0.1 [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@8.4.2...@metamask/base-controller@9.0.0 diff --git a/packages/base-controller/package.json b/packages/base-controller/package.json index 89ee7c4e5f5..5c09095f640 100644 --- a/packages/base-controller/package.json +++ b/packages/base-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/base-controller", - "version": "9.1.0", + "version": "10.0.0", "description": "Provides scaffolding for controllers as well a communication system for all controllers", "keywords": [ "Ethereum", @@ -47,7 +47,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "immer": "^9.0.6" }, diff --git a/packages/base-data-service/CHANGELOG.md b/packages/base-data-service/CHANGELOG.md index 5901af18c6e..d4e3d92d645 100644 --- a/packages/base-data-service/CHANGELOG.md +++ b/packages/base-data-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -101,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#8039](https://github.com/MetaMask/core/pull/8039), [#8292](https://github.com/MetaMask/core/pull/8292)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-data-service@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-data-service@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-data-service@1.0.0...@metamask/base-data-service@2.0.0 [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-data-service@0.1.3...@metamask/base-data-service@1.0.0 [0.1.3]: https://github.com/MetaMask/core/compare/@metamask/base-data-service@0.1.2...@metamask/base-data-service@0.1.3 [0.1.2]: https://github.com/MetaMask/core/compare/@metamask/base-data-service@0.1.1...@metamask/base-data-service@0.1.2 diff --git a/packages/base-data-service/package.json b/packages/base-data-service/package.json index 0c0715eab74..feb75c2bda9 100644 --- a/packages/base-data-service/package.json +++ b/packages/base-data-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/base-data-service", - "version": "1.0.0", + "version": "2.0.0", "description": "Provides utilities for building data services", "keywords": [ "Ethereum", @@ -51,8 +51,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/messenger": "^2.0.0", - "@metamask/storage-service": "^1.0.2", + "@metamask/messenger": "^3.0.0", + "@metamask/storage-service": "^2.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", diff --git a/packages/bitcoin-regtest-up/CHANGELOG.md b/packages/bitcoin-regtest-up/CHANGELOG.md index 146ac19d121..b9e7e26f2c0 100644 --- a/packages/bitcoin-regtest-up/CHANGELOG.md +++ b/packages/bitcoin-regtest-up/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -32,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Exposes `bitcoin-regtest-up`, `bitcoind`, and `bitcoin-cli` binaries via `node_modules/.bin` - Uses `@metamask/local-node-utils` for cache resolution, downloads, and executable wrappers -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bitcoin-regtest-up@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bitcoin-regtest-up@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/bitcoin-regtest-up@1.0.0...@metamask/bitcoin-regtest-up@2.0.0 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/bitcoin-regtest-up@1.0.0 diff --git a/packages/bitcoin-regtest-up/package.json b/packages/bitcoin-regtest-up/package.json index 49f506840c3..92b87874008 100644 --- a/packages/bitcoin-regtest-up/package.json +++ b/packages/bitcoin-regtest-up/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/bitcoin-regtest-up", - "version": "1.0.0", + "version": "2.0.0", "description": "Bitcoin Core regtest runtime installer for MetaMask E2E tests", "keywords": [ "Ethereum", @@ -51,7 +51,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/local-node-utils": "^1.0.0" + "@metamask/local-node-utils": "^2.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/bridge-controller/CHANGELOG.md b/packages/bridge-controller/CHANGELOG.md index 7e90ff8b4da..5bea69a478f 100644 --- a/packages/bridge-controller/CHANGELOG.md +++ b/packages/bridge-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [81.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -2013,7 +2015,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.2.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@81.0.0...HEAD +[81.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.2.1...@metamask/bridge-controller@81.0.0 [80.2.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.2.0...@metamask/bridge-controller@80.2.1 [80.2.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.1.1...@metamask/bridge-controller@80.2.0 [80.1.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-controller@80.1.0...@metamask/bridge-controller@80.1.1 diff --git a/packages/bridge-controller/package.json b/packages/bridge-controller/package.json index 57d85ed872f..500827b595f 100644 --- a/packages/bridge-controller/package.json +++ b/packages/bridge-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/bridge-controller", - "version": "80.2.1", + "version": "81.0.0", "description": "Manages bridge-related quote fetching functionality for MetaMask", "keywords": [ "Ethereum", @@ -54,22 +54,22 @@ "@ethersproject/constants": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.7.0", - "@metamask/accounts-controller": "^39.1.1", - "@metamask/assets-controller": "^15.1.0", - "@metamask/assets-controllers": "^111.3.0", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/gas-fee-controller": "^26.3.2", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/assets-controller": "^16.0.0", + "@metamask/assets-controllers": "^112.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/gas-fee-controller": "^27.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/metamask-eth-abis": "^3.1.1", - "@metamask/multichain-network-controller": "^3.2.4", - "@metamask/network-controller": "^36.0.0", - "@metamask/polling-controller": "^16.0.9", - "@metamask/profile-sync-controller": "^30.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/multichain-network-controller": "^4.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/profile-sync-controller": "^31.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/snaps-controllers": "^19.0.0", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "reselect": "^5.1.1", @@ -77,7 +77,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/superstruct": "^3.4.1", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", diff --git a/packages/bridge-status-controller/CHANGELOG.md b/packages/bridge-status-controller/CHANGELOG.md index 1029f92d9db..7062151f39c 100644 --- a/packages/bridge-status-controller/CHANGELOG.md +++ b/packages/bridge-status-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [76.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -1568,7 +1570,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5317](https://github.com/MetaMask/core/pull/5317)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.5.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@76.0.0...HEAD +[76.0.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.5.1...@metamask/bridge-status-controller@76.0.0 [75.5.1]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.5.0...@metamask/bridge-status-controller@75.5.1 [75.5.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.4.0...@metamask/bridge-status-controller@75.5.0 [75.4.0]: https://github.com/MetaMask/core/compare/@metamask/bridge-status-controller@75.3.0...@metamask/bridge-status-controller@75.4.0 diff --git a/packages/bridge-status-controller/package.json b/packages/bridge-status-controller/package.json index 989dfc3744a..cee4102c06e 100644 --- a/packages/bridge-status-controller/package.json +++ b/packages/bridge-status-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/bridge-status-controller", - "version": "75.5.1", + "version": "76.0.0", "description": "Manages bridge-related status fetching functionality for MetaMask", "keywords": [ "Ethereum", @@ -49,19 +49,19 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/base-controller": "^9.1.0", - "@metamask/bridge-controller": "^80.2.1", - "@metamask/controller-utils": "^12.3.0", - "@metamask/gas-fee-controller": "^26.3.2", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/polling-controller": "^16.0.9", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/bridge-controller": "^81.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/gas-fee-controller": "^27.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "uuid": "^8.3.2" diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index 8ab9efa460b..b4c928380f0 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -119,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#3577](https://github.com/MetaMask/core/pull/3577), [#3588](https://github.com/MetaMask/core/pull/3588)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.4...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/build-utils@4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.4...@metamask/build-utils@4.0.0 [3.0.4]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.3...@metamask/build-utils@3.0.4 [3.0.3]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.2...@metamask/build-utils@3.0.3 [3.0.2]: https://github.com/MetaMask/core/compare/@metamask/build-utils@3.0.1...@metamask/build-utils@3.0.2 diff --git a/packages/build-utils/package.json b/packages/build-utils/package.json index 0c0391d6f1c..855ab034a73 100644 --- a/packages/build-utils/package.json +++ b/packages/build-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/build-utils", - "version": "3.0.4", + "version": "4.0.0", "description": "Utilities for building MetaMask applications", "keywords": [ "Ethereum", diff --git a/packages/chain-agnostic-permission/CHANGELOG.md b/packages/chain-agnostic-permission/CHANGELOG.md index 659c88c819e..ca211ec8bd5 100644 --- a/packages/chain-agnostic-permission/CHANGELOG.md +++ b/packages/chain-agnostic-permission/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -250,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.7.0...@metamask/chain-agnostic-permission@2.0.0 [1.7.0]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.6.2...@metamask/chain-agnostic-permission@1.7.0 [1.6.2]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.6.1...@metamask/chain-agnostic-permission@1.6.2 [1.6.1]: https://github.com/MetaMask/core/compare/@metamask/chain-agnostic-permission@1.6.0...@metamask/chain-agnostic-permission@1.6.1 diff --git a/packages/chain-agnostic-permission/package.json b/packages/chain-agnostic-permission/package.json index 10f83b1e230..b3a22c9cd60 100644 --- a/packages/chain-agnostic-permission/package.json +++ b/packages/chain-agnostic-permission/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/chain-agnostic-permission", - "version": "1.7.0", + "version": "2.0.0", "description": "Defines a CAIP-25 based endowment permission and helpers for interfacing with it", "keywords": [ "Ethereum", @@ -49,8 +49,8 @@ }, "dependencies": { "@metamask/api-specs": "^0.15.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/permission-controller": "^13.1.1", + "@metamask/controller-utils": "^13.0.0", + "@metamask/permission-controller": "^14.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/utils": "^11.12.0", "lodash-es": "^4.17.21" diff --git a/packages/chomp-api-service/CHANGELOG.md b/packages/chomp-api-service/CHANGELOG.md index b2f9310bbac..4409281f0cc 100644 --- a/packages/chomp-api-service/CHANGELOG.md +++ b/packages/chomp-api-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `ChompApiService` ([#8413](https://github.com/MetaMask/core/pull/8413)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@4.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@5.0.0...HEAD +[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@4.0.2...@metamask/chomp-api-service@5.0.0 [4.0.2]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@4.0.1...@metamask/chomp-api-service@4.0.2 [4.0.1]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@4.0.0...@metamask/chomp-api-service@4.0.1 [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/chomp-api-service@3.1.0...@metamask/chomp-api-service@4.0.0 diff --git a/packages/chomp-api-service/package.json b/packages/chomp-api-service/package.json index 25b311a6a8e..fdceb8d7d13 100644 --- a/packages/chomp-api-service/package.json +++ b/packages/chomp-api-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/chomp-api-service", - "version": "4.0.2", + "version": "5.0.0", "description": "Data service for the Chomp API", "keywords": [ "Ethereum", @@ -48,9 +48,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16" diff --git a/packages/claims-controller/CHANGELOG.md b/packages/claims-controller/CHANGELOG.md index 65156f2cca4..60a00addd11 100644 --- a/packages/claims-controller/CHANGELOG.md +++ b/packages/claims-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -188,7 +190,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `generateMessageForClaimSignature`: generate message to sign for the claim signature. - `verifyClaimSignature`: verify claim signature produced by user. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.6.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.6.2...@metamask/claims-controller@1.0.0 [0.6.2]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.6.1...@metamask/claims-controller@0.6.2 [0.6.1]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.6.0...@metamask/claims-controller@0.6.1 [0.6.0]: https://github.com/MetaMask/core/compare/@metamask/claims-controller@0.5.4...@metamask/claims-controller@0.6.0 diff --git a/packages/claims-controller/package.json b/packages/claims-controller/package.json index cf44828d1bd..a6d1c745393 100644 --- a/packages/claims-controller/package.json +++ b/packages/claims-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/claims-controller", - "version": "0.6.2", + "version": "1.0.0", "description": "Controller handling shield subscription claims logic", "keywords": [ "Ethereum", @@ -50,12 +50,12 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16" diff --git a/packages/client-controller/CHANGELOG.md b/packages/client-controller/CHANGELOG.md index 73066c5d88b..e980cc17ae5 100644 --- a/packages/client-controller/CHANGELOG.md +++ b/packages/client-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -53,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `clientControllerSelectors.selectIsUiOpen` selector for derived state access - Full TypeScript support with exported types -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/client-controller@1.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/client-controller@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/client-controller@1.0.1...@metamask/client-controller@2.0.0 [1.0.1]: https://github.com/MetaMask/core/compare/@metamask/client-controller@1.0.0...@metamask/client-controller@1.0.1 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/client-controller@1.0.0 diff --git a/packages/client-controller/package.json b/packages/client-controller/package.json index df2ce1e5286..0af2e0a95f9 100644 --- a/packages/client-controller/package.json +++ b/packages/client-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/client-controller", - "version": "1.0.1", + "version": "2.0.0", "description": "Client-level state for MetaMask (e.g. whether a UI window is open)", "keywords": [ "Ethereum", @@ -50,8 +50,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0" + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/client-utils/CHANGELOG.md b/packages/client-utils/CHANGELOG.md index d6deae2c5f5..64863cfa03f 100644 --- a/packages/client-utils/CHANGELOG.md +++ b/packages/client-utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -162,7 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/transaction-controller` from `^68.2.2` to `^68.3.0` ([#9421](https://github.com/MetaMask/core/pull/9421)) - Bump `@metamask/keyring-api` from `^23.3.0` to `^23.5.0` ([#9390](https://github.com/MetaMask/core/pull/9390)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/client-utils@2.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/client-utils@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/client-utils@2.1.1...@metamask/client-utils@3.0.0 [2.1.1]: https://github.com/MetaMask/core/compare/@metamask/client-utils@2.1.0...@metamask/client-utils@2.1.1 [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/client-utils@2.0.2...@metamask/client-utils@2.1.0 [2.0.2]: https://github.com/MetaMask/core/compare/@metamask/client-utils@2.0.1...@metamask/client-utils@2.0.2 diff --git a/packages/client-utils/package.json b/packages/client-utils/package.json index 7bb3ade9cd3..5df4db771a9 100644 --- a/packages/client-utils/package.json +++ b/packages/client-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/client-utils", - "version": "2.1.1", + "version": "3.0.0", "description": "Shared functions and utilities used across MetaMask clients (extension and mobile)", "keywords": [ "Ethereum", @@ -51,11 +51,11 @@ }, "dependencies": { "@metamask/contract-metadata": "^2.4.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/core-backend": "^9.1.1", + "@metamask/controller-utils": "^13.0.0", + "@metamask/core-backend": "^10.0.0", "@metamask/keyring-api": "^24.0.0", "@metamask/slip44": "^4.3.0", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "eth-chainlist": "^0.0.795" }, diff --git a/packages/compliance-controller/CHANGELOG.md b/packages/compliance-controller/CHANGELOG.md index 00deda435fd..37d132e4701 100644 --- a/packages/compliance-controller/CHANGELOG.md +++ b/packages/compliance-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/compliance-controller@2.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/compliance-controller@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/compliance-controller@2.1.0...@metamask/compliance-controller@3.0.0 [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/compliance-controller@2.0.1...@metamask/compliance-controller@2.1.0 [2.0.1]: https://github.com/MetaMask/core/compare/@metamask/compliance-controller@2.0.0...@metamask/compliance-controller@2.0.1 [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/compliance-controller@1.0.2...@metamask/compliance-controller@2.0.0 diff --git a/packages/compliance-controller/package.json b/packages/compliance-controller/package.json index bc85518f916..a89530e253d 100644 --- a/packages/compliance-controller/package.json +++ b/packages/compliance-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/compliance-controller", - "version": "2.1.0", + "version": "3.0.0", "description": "Manages OFAC compliance checks for wallet addresses", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "reselect": "^5.1.1" diff --git a/packages/composable-controller/CHANGELOG.md b/packages/composable-controller/CHANGELOG.md index eaef8925ca4..c1dbcb662cd 100644 --- a/packages/composable-controller/CHANGELOG.md +++ b/packages/composable-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -283,7 +285,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@12.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@12.0.1...@metamask/composable-controller@13.0.0 [12.0.1]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@12.0.0...@metamask/composable-controller@12.0.1 [12.0.0]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@11.1.1...@metamask/composable-controller@12.0.0 [11.1.1]: https://github.com/MetaMask/core/compare/@metamask/composable-controller@11.1.0...@metamask/composable-controller@11.1.1 diff --git a/packages/composable-controller/package.json b/packages/composable-controller/package.json index 69c9d66600f..0f4777aefff 100644 --- a/packages/composable-controller/package.json +++ b/packages/composable-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/composable-controller", - "version": "12.0.1", + "version": "13.0.0", "description": "Consolidates the state from multiple controllers into one", "keywords": [ "Ethereum", @@ -48,12 +48,12 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0" + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/json-rpc-engine": "^10.5.0", + "@metamask/json-rpc-engine": "^11.0.0", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", diff --git a/packages/config-registry-controller/CHANGELOG.md b/packages/config-registry-controller/CHANGELOG.md index 721389ff0a1..c11119dd3ce 100644 --- a/packages/config-registry-controller/CHANGELOG.md +++ b/packages/config-registry-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -169,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#7668](https://github.com/MetaMask/core/pull/7668), [#7809](https://github.com/MetaMask/core/pull/7809)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@3.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@3.1.0...@metamask/config-registry-controller@4.0.0 [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@3.0.0...@metamask/config-registry-controller@3.1.0 [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@2.0.1...@metamask/config-registry-controller@3.0.0 [2.0.1]: https://github.com/MetaMask/core/compare/@metamask/config-registry-controller@2.0.0...@metamask/config-registry-controller@2.0.1 diff --git a/packages/config-registry-controller/package.json b/packages/config-registry-controller/package.json index 0094c759914..50192c83f9d 100644 --- a/packages/config-registry-controller/package.json +++ b/packages/config-registry-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/config-registry-controller", - "version": "3.1.0", + "version": "4.0.0", "description": "Manages configuration registry for MetaMask", "keywords": [ "Ethereum", @@ -51,12 +51,12 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/polling-controller": "^16.0.9", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "reselect": "^5.1.1" diff --git a/packages/connectivity-controller/CHANGELOG.md b/packages/connectivity-controller/CHANGELOG.md index 5764de0757c..77f24c0e408 100644 --- a/packages/connectivity-controller/CHANGELOG.md +++ b/packages/connectivity-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#7623](https://github.com/MetaMask/core/pull/7623)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/connectivity-controller@0.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/connectivity-controller@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/connectivity-controller@0.3.0...@metamask/connectivity-controller@1.0.0 [0.3.0]: https://github.com/MetaMask/core/compare/@metamask/connectivity-controller@0.2.0...@metamask/connectivity-controller@0.3.0 [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/connectivity-controller@0.1.0...@metamask/connectivity-controller@0.2.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/connectivity-controller@0.1.0 diff --git a/packages/connectivity-controller/package.json b/packages/connectivity-controller/package.json index dac46d94c9e..c8f3f680ffe 100644 --- a/packages/connectivity-controller/package.json +++ b/packages/connectivity-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/connectivity-controller", - "version": "0.3.0", + "version": "1.0.0", "description": "ConnectivityController stores the device's internet connectivity status", "keywords": [ "Ethereum", @@ -50,8 +50,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0", "reselect": "^5.1.1" }, "devDependencies": { diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 70ca2986ed6..1065e6fdee0 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -743,7 +745,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.3.0...@metamask/controller-utils@13.0.0 [12.3.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.2.0...@metamask/controller-utils@12.3.0 [12.2.0]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.1.1...@metamask/controller-utils@12.2.0 [12.1.1]: https://github.com/MetaMask/core/compare/@metamask/controller-utils@12.1.0...@metamask/controller-utils@12.1.1 diff --git a/packages/controller-utils/package.json b/packages/controller-utils/package.json index 253146290de..be710e3ddc7 100644 --- a/packages/controller-utils/package.json +++ b/packages/controller-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controller-utils", - "version": "12.3.0", + "version": "13.0.0", "description": "Data and convenience functions shared by multiple packages", "keywords": [ "Ethereum", @@ -64,7 +64,7 @@ "devDependencies": { "@babel/runtime": "^7.23.9", "@metamask/auto-changelog": "^6.1.0", - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@types/jest": "^30.0.0", "@types/lodash-es": "^4.17.12", "@typescript/native": "npm:typescript@^7.0.2", diff --git a/packages/core-backend/CHANGELOG.md b/packages/core-backend/CHANGELOG.md index 8a60034475a..70eaf34ad68 100644 --- a/packages/core-backend/CHANGELOG.md +++ b/packages/core-backend/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -433,7 +435,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Type definitions** - Comprehensive TypeScript types for transactions, balances, WebSocket messages, and service configurations - **Logging infrastructure** - Structured logging with module-specific loggers for debugging and monitoring -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@9.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/core-backend@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@9.1.1...@metamask/core-backend@10.0.0 [9.1.1]: https://github.com/MetaMask/core/compare/@metamask/core-backend@9.1.0...@metamask/core-backend@9.1.1 [9.1.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@9.0.0...@metamask/core-backend@9.1.0 [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/core-backend@8.1.2...@metamask/core-backend@9.0.0 diff --git a/packages/core-backend/package.json b/packages/core-backend/package.json index 496ec0774a0..0fc2545a13f 100644 --- a/packages/core-backend/package.json +++ b/packages/core-backend/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/core-backend", - "version": "9.1.1", + "version": "10.0.0", "description": "Core backend services for MetaMask", "keywords": [ "Ethereum", @@ -50,12 +50,12 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/account-tree-controller": "^9.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/profile-sync-controller": "^30.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/account-tree-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/profile-sync-controller": "^31.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "async-mutex": "^0.5.0", diff --git a/packages/cryptography/CHANGELOG.md b/packages/cryptography/CHANGELOG.md index 19928262590..b518709c7b8 100644 --- a/packages/cryptography/CHANGELOG.md +++ b/packages/cryptography/CHANGELOG.md @@ -7,10 +7,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- feat!: replace hybrid CJS/ESM build with ESM-only ([#9536](https://github.com/MetaMask/core/pull/9536)) -- chore!: Drop Node 18 and 20 ([#9976](https://github.com/MetaMask/core/pull/9976)) - [Unreleased]: https://github.com/MetaMask/core/ diff --git a/packages/delegation-controller/CHANGELOG.md b/packages/delegation-controller/CHANGELOG.md index 5fe2f6898a3..ae3ac61442c 100644 --- a/packages/delegation-controller/CHANGELOG.md +++ b/packages/delegation-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -169,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5592](https://github.com/MetaMask/core/pull/5592)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@3.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@3.0.2...@metamask/delegation-controller@4.0.0 [3.0.2]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@3.0.1...@metamask/delegation-controller@3.0.2 [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@3.0.0...@metamask/delegation-controller@3.0.1 [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/delegation-controller@2.1.0...@metamask/delegation-controller@3.0.0 diff --git a/packages/delegation-controller/package.json b/packages/delegation-controller/package.json index 743675e6e29..34c85603663 100644 --- a/packages/delegation-controller/package.json +++ b/packages/delegation-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/delegation-controller", - "version": "3.0.2", + "version": "4.0.0", "description": "Manages delegations for MetaMask", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index 67b6c24d4bf..b540aeac9c9 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -529,7 +531,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5271](https://github.com/MetaMask/core/pull/5271)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.7...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.7...@metamask/earn-controller@13.0.0 [12.2.7]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.6...@metamask/earn-controller@12.2.7 [12.2.6]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.5...@metamask/earn-controller@12.2.6 [12.2.5]: https://github.com/MetaMask/core/compare/@metamask/earn-controller@12.2.4...@metamask/earn-controller@12.2.5 diff --git a/packages/earn-controller/package.json b/packages/earn-controller/package.json index 50fe6f1c593..37b7a88034f 100644 --- a/packages/earn-controller/package.json +++ b/packages/earn-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/earn-controller", - "version": "12.2.7", + "version": "13.0.0", "description": "Manages state for earning features and coordinates interactions between staking services, SDK integrations, and other controllers to enable users to participate in various earning opportunities", "keywords": [ "Ethereum", @@ -52,18 +52,18 @@ "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@ethersproject/providers": "^5.7.0", - "@metamask/account-tree-controller": "^9.0.0", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/account-tree-controller": "^10.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/stake-sdk": "^3.2.1", "reselect": "^5.1.1" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", diff --git a/packages/eip-5792-middleware/CHANGELOG.md b/packages/eip-5792-middleware/CHANGELOG.md index 51df349309b..e124cdb3824 100644 --- a/packages/eip-5792-middleware/CHANGELOG.md +++ b/packages/eip-5792-middleware/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -143,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#6458](https://github.com/MetaMask/core/pull/6458)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@3.0.5...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@3.0.5...@metamask/eip-5792-middleware@4.0.0 [3.0.5]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@3.0.4...@metamask/eip-5792-middleware@3.0.5 [3.0.4]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@3.0.3...@metamask/eip-5792-middleware@3.0.4 [3.0.3]: https://github.com/MetaMask/core/compare/@metamask/eip-5792-middleware@3.0.2...@metamask/eip-5792-middleware@3.0.3 diff --git a/packages/eip-5792-middleware/package.json b/packages/eip-5792-middleware/package.json index 35b954051d5..193e079ccdf 100644 --- a/packages/eip-5792-middleware/package.json +++ b/packages/eip-5792-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eip-5792-middleware", - "version": "3.0.5", + "version": "4.0.0", "description": "Implements the JSON-RPC methods for sending multiple calls from the user's wallet, and checking their status, as referenced in EIP-5792", "keywords": [ "Ethereum", @@ -48,17 +48,17 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/messenger": "^2.0.0", - "@metamask/preferences-controller": "^23.1.0", + "@metamask/messenger": "^3.0.0", + "@metamask/preferences-controller": "^24.0.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "lodash-es": "^4.17.21", "uuid": "^8.3.2" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/keyring-controller": "^28.0.0", "@metamask/rpc-errors": "^7.0.2", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", diff --git a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md index f9803031d1d..440943d7fc7 100644 --- a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md +++ b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -44,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Comprehensive TypeScript type definitions ([#6789](https://github.com/MetaMask/core/pull/6789)) - Documentation and examples ([#6789](https://github.com/MetaMask/core/pull/6789)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-7702-internal-rpc-middleware@0.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip-7702-internal-rpc-middleware@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/eip-7702-internal-rpc-middleware@0.1.1...@metamask/eip-7702-internal-rpc-middleware@1.0.0 [0.1.1]: https://github.com/MetaMask/core/compare/@metamask/eip-7702-internal-rpc-middleware@0.1.0...@metamask/eip-7702-internal-rpc-middleware@0.1.1 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eip-7702-internal-rpc-middleware@0.1.0 diff --git a/packages/eip-7702-internal-rpc-middleware/package.json b/packages/eip-7702-internal-rpc-middleware/package.json index 4a78f39383e..3c1b07e34ac 100644 --- a/packages/eip-7702-internal-rpc-middleware/package.json +++ b/packages/eip-7702-internal-rpc-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eip-7702-internal-rpc-middleware", - "version": "0.1.1", + "version": "1.0.0", "description": "Implements internal JSON-RPC methods for EIP-7702 account upgrade functionality", "keywords": [ "Ethereum", @@ -48,7 +48,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/controller-utils": "^12.3.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0" diff --git a/packages/eip1193-permission-middleware/CHANGELOG.md b/packages/eip1193-permission-middleware/CHANGELOG.md index 22c5d611b15..c96fe42acad 100644 --- a/packages/eip1193-permission-middleware/CHANGELOG.md +++ b/packages/eip1193-permission-middleware/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip1193-permission-middleware@2.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eip1193-permission-middleware@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/eip1193-permission-middleware@2.0.1...@metamask/eip1193-permission-middleware@3.0.0 [2.0.1]: https://github.com/MetaMask/core/compare/@metamask/eip1193-permission-middleware@2.0.0...@metamask/eip1193-permission-middleware@2.0.1 [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/eip1193-permission-middleware@1.0.3...@metamask/eip1193-permission-middleware@2.0.0 [1.0.3]: https://github.com/MetaMask/core/compare/@metamask/eip1193-permission-middleware@1.0.2...@metamask/eip1193-permission-middleware@1.0.3 diff --git a/packages/eip1193-permission-middleware/package.json b/packages/eip1193-permission-middleware/package.json index 815cbb287fe..d81bcbd6f91 100644 --- a/packages/eip1193-permission-middleware/package.json +++ b/packages/eip1193-permission-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eip1193-permission-middleware", - "version": "2.0.1", + "version": "3.0.0", "description": "Implements the JSON-RPC methods for managing permissions as referenced in EIP-2255 and MIP-2 and inspired by MIP-5, but supporting chain-agnostic permission caveats in alignment with @metamask/multichain-api-middleware", "keywords": [ "Ethereum", @@ -48,10 +48,10 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/chain-agnostic-permission": "^1.7.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/permission-controller": "^13.1.1", + "@metamask/chain-agnostic-permission": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/permission-controller": "^14.0.0", "@metamask/utils": "^11.12.0", "lodash-es": "^4.17.21" }, diff --git a/packages/eth-block-tracker/CHANGELOG.md b/packages/eth-block-tracker/CHANGELOG.md index 6733d04e4d1..e7c7b35f356 100644 --- a/packages/eth-block-tracker/CHANGELOG.md +++ b/packages/eth-block-tracker/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - See [`MetaMask/eth-block-tracker`](https://github.com/MetaMask/eth-block-tracker/blob/main/CHANGELOG.md) for the original changelog. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-block-tracker@15.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-block-tracker@16.0.0...HEAD +[16.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-block-tracker@15.0.1...@metamask/eth-block-tracker@16.0.0 [15.0.1]: https://github.com/MetaMask/core/compare/@metamask/eth-block-tracker@15.0.0...@metamask/eth-block-tracker@15.0.1 [15.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-block-tracker@14.0.0...@metamask/eth-block-tracker@15.0.0 [14.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eth-block-tracker@14.0.0 diff --git a/packages/eth-block-tracker/package.json b/packages/eth-block-tracker/package.json index d238691087d..799533f767f 100644 --- a/packages/eth-block-tracker/package.json +++ b/packages/eth-block-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-block-tracker", - "version": "15.0.1", + "version": "16.0.0", "description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block", "keywords": [ "Ethereum", @@ -49,14 +49,14 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/safe-event-emitter": "^3.1.3", "@metamask/utils": "^11.12.0", "json-rpc-random-id": "^1.0.1" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/json-rpc-engine": "^10.5.0", + "@metamask/json-rpc-engine": "^11.0.0", "@types/jest": "^30.0.0", "@types/json-rpc-random-id": "^1.0.1", "@typescript/native": "npm:typescript@^7.0.2", diff --git a/packages/eth-json-rpc-middleware/CHANGELOG.md b/packages/eth-json-rpc-middleware/CHANGELOG.md index 0a29228bb75..7004a1f3788 100644 --- a/packages/eth-json-rpc-middleware/CHANGELOG.md +++ b/packages/eth-json-rpc-middleware/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [25.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -143,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - See [`MetaMask/eth-json-rpc-middleware`](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md) for the original changelog. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@24.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@25.0.0...HEAD +[25.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@24.0.2...@metamask/eth-json-rpc-middleware@25.0.0 [24.0.2]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@24.0.1...@metamask/eth-json-rpc-middleware@24.0.2 [24.0.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@24.0.0...@metamask/eth-json-rpc-middleware@24.0.1 [24.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.1.3...@metamask/eth-json-rpc-middleware@24.0.0 diff --git a/packages/eth-json-rpc-middleware/package.json b/packages/eth-json-rpc-middleware/package.json index 516fa291cb6..990e50bcc74 100644 --- a/packages/eth-json-rpc-middleware/package.json +++ b/packages/eth-json-rpc-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-middleware", - "version": "24.0.2", + "version": "25.0.0", "description": "Ethereum-related json-rpc-engine middleware", "keywords": [ "Ethereum", @@ -48,11 +48,11 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/eth-block-tracker": "^15.0.1", - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/eth-block-tracker": "^16.0.0", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/eth-sig-util": "^9.0.0", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/message-manager": "^14.1.2", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/message-manager": "^15.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", diff --git a/packages/eth-json-rpc-provider/CHANGELOG.md b/packages/eth-json-rpc-provider/CHANGELOG.md index f1319998bcd..ede0210b08e 100644 --- a/packages/eth-json-rpc-provider/CHANGELOG.md +++ b/packages/eth-json-rpc-provider/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -270,7 +272,8 @@ Release `v2.0.0` is identical to `v1.0.1` aside from Node.js version requirement - Initial release, including `providerFromEngine` and `providerFromMiddleware`. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@6.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@6.0.1...@metamask/eth-json-rpc-provider@7.0.0 [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@6.0.0...@metamask/eth-json-rpc-provider@6.0.1 [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@5.0.1...@metamask/eth-json-rpc-provider@6.0.0 [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@5.0.0...@metamask/eth-json-rpc-provider@5.0.1 diff --git a/packages/eth-json-rpc-provider/package.json b/packages/eth-json-rpc-provider/package.json index ebedd0412f0..1085b8bf939 100644 --- a/packages/eth-json-rpc-provider/package.json +++ b/packages/eth-json-rpc-provider/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-provider", - "version": "6.0.1", + "version": "7.0.0", "description": "Create an Ethereum provider using a JSON-RPC engine or middleware", "keywords": [ "Ethereum", @@ -48,7 +48,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/json-rpc-engine": "^10.5.0", + "@metamask/json-rpc-engine": "^11.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/utils": "^11.12.0", "@types/lodash": "^4.14.191", diff --git a/packages/foundryup/CHANGELOG.md b/packages/foundryup/CHANGELOG.md index 73aad5c6052..17ad44c80e8 100644 --- a/packages/foundryup/CHANGELOG.md +++ b/packages/foundryup/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -58,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cache management commands for cleaning downloaded binaries - Automatic version detection and management of Foundry releases -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/foundryup@1.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/foundryup@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/foundryup@1.0.1...@metamask/foundryup@2.0.0 [1.0.1]: https://github.com/MetaMask/core/compare/@metamask/foundryup@1.0.0...@metamask/foundryup@1.0.1 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/foundryup@1.0.0 diff --git a/packages/foundryup/package.json b/packages/foundryup/package.json index f63e14bccc6..80ddb689822 100644 --- a/packages/foundryup/package.json +++ b/packages/foundryup/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/foundryup", - "version": "1.0.1", + "version": "2.0.0", "description": "foundryup", "keywords": [ "Ethereum", diff --git a/packages/gas-fee-controller/CHANGELOG.md b/packages/gas-fee-controller/CHANGELOG.md index d06f04054a9..ffa896478be 100644 --- a/packages/gas-fee-controller/CHANGELOG.md +++ b/packages/gas-fee-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [27.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -600,7 +602,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.3.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@27.0.0...HEAD +[27.0.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.3.2...@metamask/gas-fee-controller@27.0.0 [26.3.2]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.3.1...@metamask/gas-fee-controller@26.3.2 [26.3.1]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.3.0...@metamask/gas-fee-controller@26.3.1 [26.3.0]: https://github.com/MetaMask/core/compare/@metamask/gas-fee-controller@26.2.4...@metamask/gas-fee-controller@26.3.0 diff --git a/packages/gas-fee-controller/package.json b/packages/gas-fee-controller/package.json index 571a1bcefb6..fb71e9351ca 100644 --- a/packages/gas-fee-controller/package.json +++ b/packages/gas-fee-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/gas-fee-controller", - "version": "26.3.2", + "version": "27.0.0", "description": "Periodically calculates gas fee estimates based on various gas limits as well as other data displayed on transaction confirm screens", "keywords": [ "Ethereum", @@ -50,13 +50,13 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/eth-query": "^4.0.0", "@metamask/ethjs-unit": "^0.3.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/polling-controller": "^16.0.9", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/polling-controller": "^17.0.0", "@metamask/utils": "^11.12.0", "@types/bn.js": "^5.1.5", "@types/uuid": "^8.3.0", diff --git a/packages/gator-permissions-controller/CHANGELOG.md b/packages/gator-permissions-controller/CHANGELOG.md index 6dcf73b1397..bb9290b8087 100644 --- a/packages/gator-permissions-controller/CHANGELOG.md +++ b/packages/gator-permissions-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -319,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#6033](https://github.com/MetaMask/core/pull/6033)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@5.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@6.0.0...HEAD +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@5.0.2...@metamask/gator-permissions-controller@6.0.0 [5.0.2]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@5.0.1...@metamask/gator-permissions-controller@5.0.2 [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@5.0.0...@metamask/gator-permissions-controller@5.0.1 [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/gator-permissions-controller@4.2.3...@metamask/gator-permissions-controller@5.0.0 diff --git a/packages/gator-permissions-controller/package.json b/packages/gator-permissions-controller/package.json index 759c1d1c761..8d48bea92d9 100644 --- a/packages/gator-permissions-controller/package.json +++ b/packages/gator-permissions-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/gator-permissions-controller", - "version": "5.0.2", + "version": "6.0.0", "description": "Controller for managing gator permissions with profile sync integration", "keywords": [ "Ethereum", @@ -52,15 +52,15 @@ "dependencies": { "@metamask/7715-permission-types": "^1.0.0", "@metamask/abi-utils": "^2.0.3", - "@metamask/base-controller": "^9.1.0", + "@metamask/base-controller": "^10.0.0", "@metamask/delegation-core": "^2.2.1", "@metamask/delegation-deployments": "^1.4.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/geolocation-controller/CHANGELOG.md b/packages/geolocation-controller/CHANGELOG.md index 178b564b4c1..58b29e496dc 100644 --- a/packages/geolocation-controller/CHANGELOG.md +++ b/packages/geolocation-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#8037](https://github.com/MetaMask/core/pull/8037)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@1.0.0...@metamask/geolocation-controller@2.0.0 [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.3...@metamask/geolocation-controller@1.0.0 [0.1.3]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.2...@metamask/geolocation-controller@0.1.3 [0.1.2]: https://github.com/MetaMask/core/compare/@metamask/geolocation-controller@0.1.1...@metamask/geolocation-controller@0.1.2 diff --git a/packages/geolocation-controller/package.json b/packages/geolocation-controller/package.json index a58dac8dfe2..8a7407f7f9f 100644 --- a/packages/geolocation-controller/package.json +++ b/packages/geolocation-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/geolocation-controller", - "version": "1.0.0", + "version": "2.0.0", "description": "Centralised geolocation controller with TTL caching and request deduplication", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0" + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/java-tron-up/CHANGELOG.md b/packages/java-tron-up/CHANGELOG.md index d79c8d436a9..9296fefcd89 100644 --- a/packages/java-tron-up/CHANGELOG.md +++ b/packages/java-tron-up/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -32,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Exposes `java-tron-up` and `java-tron` binaries via `node_modules/.bin` - Uses `@metamask/local-node-utils` for cache resolution, downloads, and executable wrappers -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/java-tron-up@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/java-tron-up@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/java-tron-up@1.0.0...@metamask/java-tron-up@2.0.0 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/java-tron-up@1.0.0 diff --git a/packages/java-tron-up/package.json b/packages/java-tron-up/package.json index d4109781c31..1439f4301fc 100644 --- a/packages/java-tron-up/package.json +++ b/packages/java-tron-up/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/java-tron-up", - "version": "1.0.0", + "version": "2.0.0", "description": "java-tron runtime installer for MetaMask E2E tests", "keywords": [ "Ethereum", @@ -51,7 +51,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/local-node-utils": "^1.0.0" + "@metamask/local-node-utils": "^2.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/json-rpc-engine/CHANGELOG.md b/packages/json-rpc-engine/CHANGELOG.md index c105fe15d0d..7843e1ac76d 100644 --- a/packages/json-rpc-engine/CHANGELOG.md +++ b/packages/json-rpc-engine/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -330,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers. - In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.5.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@11.0.0...HEAD +[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.5.0...@metamask/json-rpc-engine@11.0.0 [10.5.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.4.0...@metamask/json-rpc-engine@10.5.0 [10.4.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.3.0...@metamask/json-rpc-engine@10.4.0 [10.3.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.2.4...@metamask/json-rpc-engine@10.3.0 diff --git a/packages/json-rpc-engine/package.json b/packages/json-rpc-engine/package.json index 858b70e49ef..6901f8a20f8 100644 --- a/packages/json-rpc-engine/package.json +++ b/packages/json-rpc-engine/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/json-rpc-engine", - "version": "10.5.0", + "version": "11.0.0", "description": "A tool for processing JSON-RPC messages", "keywords": [ "Ethereum", @@ -56,7 +56,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/safe-event-emitter": "^3.1.3", "@metamask/utils": "^11.12.0", diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index 97eaf68ae6b..25757ba2a63 100644 --- a/packages/json-rpc-middleware-stream/CHANGELOG.md +++ b/packages/json-rpc-middleware-stream/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -237,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - TypeScript typings ([#11](https://github.com/MetaMask/json-rpc-middleware-stream/pull/11)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@8.0.8...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@8.0.8...@metamask/json-rpc-middleware-stream@9.0.0 [8.0.8]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@8.0.7...@metamask/json-rpc-middleware-stream@8.0.8 [8.0.7]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@8.0.6...@metamask/json-rpc-middleware-stream@8.0.7 [8.0.6]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@8.0.5...@metamask/json-rpc-middleware-stream@8.0.6 diff --git a/packages/json-rpc-middleware-stream/package.json b/packages/json-rpc-middleware-stream/package.json index 5f3f892f6f3..e6907b181c1 100644 --- a/packages/json-rpc-middleware-stream/package.json +++ b/packages/json-rpc-middleware-stream/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/json-rpc-middleware-stream", - "version": "8.0.8", + "version": "9.0.0", "description": "A small toolset for streaming JSON-RPC data and matching requests and responses", "keywords": [ "Ethereum", @@ -48,7 +48,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/json-rpc-engine": "^10.5.0", + "@metamask/json-rpc-engine": "^11.0.0", "@metamask/safe-event-emitter": "^3.1.3", "@metamask/utils": "^11.12.0", "readable-stream": "^3.6.2" diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index 51732f42169..553ed666178 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [28.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -1071,7 +1073,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@27.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@28.0.0...HEAD +[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@27.1.1...@metamask/keyring-controller@28.0.0 [27.1.1]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@27.1.0...@metamask/keyring-controller@27.1.1 [27.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@27.0.0...@metamask/keyring-controller@27.1.0 [27.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@26.0.0...@metamask/keyring-controller@27.0.0 diff --git a/packages/keyring-controller/package.json b/packages/keyring-controller/package.json index 1637d45d080..40095ec2973 100644 --- a/packages/keyring-controller/package.json +++ b/packages/keyring-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-controller", - "version": "27.1.1", + "version": "28.0.0", "description": "Stores identities seen in the wallet and manages interactions such as signing", "keywords": [ "Ethereum", @@ -51,15 +51,15 @@ }, "dependencies": { "@ethereumjs/util": "^9.1.0", - "@metamask/base-controller": "^9.1.0", + "@metamask/base-controller": "^10.0.0", "@metamask/browser-passworder": "^6.0.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/eth-hd-keyring": "^15.0.0", "@metamask/eth-sig-util": "^9.0.0", "@metamask/eth-simple-keyring": "^13.0.0", "@metamask/keyring-api": "^24.0.0", "@metamask/keyring-internal-api": "^12.0.0", - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "async-mutex": "^0.5.0", "ethereumjs-wallet": "^1.0.1", diff --git a/packages/kyc-controller/CHANGELOG.md b/packages/kyc-controller/CHANGELOG.md index 1769b3a9510..175d0f1694f 100644 --- a/packages/kyc-controller/CHANGELOG.md +++ b/packages/kyc-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -25,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release ([#10145](https://github.com/MetaMask/core/pull/10145)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.1.0...@metamask/kyc-controller@1.0.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/kyc-controller@0.1.0 diff --git a/packages/kyc-controller/package.json b/packages/kyc-controller/package.json index 6c6ff0baab6..dac656322a2 100644 --- a/packages/kyc-controller/package.json +++ b/packages/kyc-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/kyc-controller", - "version": "0.1.0", + "version": "1.0.0", "description": "Shared KYC / identity verification controller used across MetaMask clients", "keywords": [ "Ethereum", @@ -52,12 +52,12 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/geolocation-controller": "^1.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/geolocation-controller": "^2.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@noble/ciphers": "^1.3.0", diff --git a/packages/local-node-utils/CHANGELOG.md b/packages/local-node-utils/CHANGELOG.md index 51fa1f9313d..f9a1303601c 100644 --- a/packages/local-node-utils/CHANGELOG.md +++ b/packages/local-node-utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -33,5 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Artifact config helpers, checksum verification, and downloads - Archive extraction, executable wrappers, and filesystem helpers -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/local-node-utils@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/local-node-utils@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/local-node-utils@1.0.0...@metamask/local-node-utils@2.0.0 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/local-node-utils@1.0.0 diff --git a/packages/local-node-utils/package.json b/packages/local-node-utils/package.json index dff7aeb325c..b07b568e004 100644 --- a/packages/local-node-utils/package.json +++ b/packages/local-node-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/local-node-utils", - "version": "1.0.0", + "version": "2.0.0", "description": "Shared utilities for MetaMask local node runtime installers", "keywords": [ "Ethereum", diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index 0735110fcb4..e23d6661d6c 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -246,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release - Add logging controller ([#1089](https://github.com/MetaMask/core.git/pull/1089)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@9.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@9.0.0...@metamask/logging-controller@10.0.0 [9.0.0]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@8.0.2...@metamask/logging-controller@9.0.0 [8.0.2]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@8.0.1...@metamask/logging-controller@8.0.2 [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@8.0.0...@metamask/logging-controller@8.0.1 diff --git a/packages/logging-controller/package.json b/packages/logging-controller/package.json index f933450590f..a427afcf05d 100644 --- a/packages/logging-controller/package.json +++ b/packages/logging-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/logging-controller", - "version": "9.0.0", + "version": "10.0.0", "description": "Manages logging data to assist users and support staff", "keywords": [ "Ethereum", @@ -50,8 +50,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "uuid": "^8.3.2" }, diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index 7773d5822b5..454b740a622 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [15.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -462,7 +464,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@14.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/message-manager@15.0.0...HEAD +[15.0.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@14.1.2...@metamask/message-manager@15.0.0 [14.1.2]: https://github.com/MetaMask/core/compare/@metamask/message-manager@14.1.1...@metamask/message-manager@14.1.2 [14.1.1]: https://github.com/MetaMask/core/compare/@metamask/message-manager@14.1.0...@metamask/message-manager@14.1.1 [14.1.0]: https://github.com/MetaMask/core/compare/@metamask/message-manager@14.0.0...@metamask/message-manager@14.1.0 diff --git a/packages/message-manager/package.json b/packages/message-manager/package.json index 5a359d6ba84..471acae538f 100644 --- a/packages/message-manager/package.json +++ b/packages/message-manager/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/message-manager", - "version": "14.1.2", + "version": "15.0.0", "description": "Stores and manages interactions with signing requests", "keywords": [ "Ethereum", @@ -48,10 +48,10 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/eth-sig-util": "^9.0.0", - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "@types/uuid": "^8.3.0", "jsonschema": "^1.4.1", diff --git a/packages/messenger-cli/CHANGELOG.md b/packages/messenger-cli/CHANGELOG.md index c058fcd5094..e2d32213b34 100644 --- a/packages/messenger-cli/CHANGELOG.md +++ b/packages/messenger-cli/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -49,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CLI tool for generating TypeScript action type files for controllers and services that define `MESSENGER_EXPOSED_METHODS`. - Available as a CLI binary (`messenger-action-types`). -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/messenger-cli@0.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/messenger-cli@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/messenger-cli@0.2.0...@metamask/messenger-cli@1.0.0 [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/messenger-cli@0.1.0...@metamask/messenger-cli@0.2.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/messenger-cli@0.1.0 diff --git a/packages/messenger-cli/package.json b/packages/messenger-cli/package.json index 4b9d3051db1..182533114d6 100644 --- a/packages/messenger-cli/package.json +++ b/packages/messenger-cli/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/messenger-cli", - "version": "0.2.0", + "version": "1.0.0", "description": "CLI tools for the MetaMask messenger system", "keywords": [ "Ethereum", diff --git a/packages/messenger/CHANGELOG.md b/packages/messenger/CHANGELOG.md index 7260fae5078..60253429891 100644 --- a/packages/messenger/CHANGELOG.md +++ b/packages/messenger/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -148,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Existing `RestrictedMessenger` instances should be replaced with a `Messenger` with the `parent` constructor parameter set to the global messenger. We can now use the same class everywhere, passing capabilities using `delegate`. - See this ADR for details: https://github.com/MetaMask/decisions/blob/main/decisions/core/0012-messenger-delegation.md -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/messenger@2.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/messenger@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/messenger@2.0.0...@metamask/messenger@3.0.0 [2.0.0]: https://github.com/MetaMask/core/compare/@metamask/messenger@1.2.0...@metamask/messenger@2.0.0 [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/messenger@1.1.1...@metamask/messenger@1.2.0 [1.1.1]: https://github.com/MetaMask/core/compare/@metamask/messenger@1.1.0...@metamask/messenger@1.1.1 diff --git a/packages/messenger/package.json b/packages/messenger/package.json index 82ffa0d45a6..6ca64fed313 100644 --- a/packages/messenger/package.json +++ b/packages/messenger/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/messenger", - "version": "2.0.0", + "version": "3.0.0", "description": "A type-safe message bus library", "keywords": [ "Ethereum", diff --git a/packages/money-account-api-data-service/CHANGELOG.md b/packages/money-account-api-data-service/CHANGELOG.md index a51ce157192..275a2232a77 100644 --- a/packages/money-account-api-data-service/CHANGELOG.md +++ b/packages/money-account-api-data-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fetch cursor-paginated cash-flow history (`fetchHistory`) - Fetch vault exchange-rate time series (`fetchRateHistory`) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.4.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.4.1...@metamask/money-account-api-data-service@1.0.0 [0.4.1]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.4.0...@metamask/money-account-api-data-service@0.4.1 [0.4.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.3.0...@metamask/money-account-api-data-service@0.4.0 [0.3.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-api-data-service@0.2.0...@metamask/money-account-api-data-service@0.3.0 diff --git a/packages/money-account-api-data-service/package.json b/packages/money-account-api-data-service/package.json index 2c763fc1c80..cc9d99b6354 100644 --- a/packages/money-account-api-data-service/package.json +++ b/packages/money-account-api-data-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/money-account-api-data-service", - "version": "0.4.1", + "version": "1.0.0", "description": "Data service for fetching Money account positions, interest, cash-flow history, and vault rate history from the Money Account API", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16" diff --git a/packages/money-account-balance-service/CHANGELOG.md b/packages/money-account-balance-service/CHANGELOG.md index bd86abb3872..9e479c7266d 100644 --- a/packages/money-account-balance-service/CHANGELOG.md +++ b/packages/money-account-balance-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -165,7 +167,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Compute mUSD-equivalent value of vault share holdings (`getMusdEquivalentValue`) - Fetch vault APY from the Veda performance REST API (`getVaultApy`) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-balance-service@2.4.3...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-balance-service@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-balance-service@2.4.3...@metamask/money-account-balance-service@3.0.0 [2.4.3]: https://github.com/MetaMask/core/compare/@metamask/money-account-balance-service@2.4.2...@metamask/money-account-balance-service@2.4.3 [2.4.2]: https://github.com/MetaMask/core/compare/@metamask/money-account-balance-service@2.4.1...@metamask/money-account-balance-service@2.4.2 [2.4.1]: https://github.com/MetaMask/core/compare/@metamask/money-account-balance-service@2.4.0...@metamask/money-account-balance-service@2.4.1 diff --git a/packages/money-account-balance-service/package.json b/packages/money-account-balance-service/package.json index bfa02e3f9cb..dcc6ff68d3f 100644 --- a/packages/money-account-balance-service/package.json +++ b/packages/money-account-balance-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/money-account-balance-service", - "version": "2.4.3", + "version": "3.0.0", "description": "Data service for fetching Money account balances, exchange rates, and vault APY", "keywords": [ "Ethereum", @@ -52,13 +52,13 @@ "dependencies": { "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.7.0", - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/metamask-eth-abis": "^3.1.1", - "@metamask/money-account-api-data-service": "^0.4.1", - "@metamask/network-controller": "^36.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/money-account-api-data-service": "^1.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0" }, diff --git a/packages/money-account-controller/CHANGELOG.md b/packages/money-account-controller/CHANGELOG.md index 9bbf972f774..01b25757f91 100644 --- a/packages/money-account-controller/CHANGELOG.md +++ b/packages/money-account-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `MoneyAccountController` ([#8361](https://github.com/MetaMask/core/pull/8361)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-controller@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-controller@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-controller@1.0.0...@metamask/money-account-controller@2.0.0 [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-controller@0.3.3...@metamask/money-account-controller@1.0.0 [0.3.3]: https://github.com/MetaMask/core/compare/@metamask/money-account-controller@0.3.2...@metamask/money-account-controller@0.3.3 [0.3.2]: https://github.com/MetaMask/core/compare/@metamask/money-account-controller@0.3.1...@metamask/money-account-controller@0.3.2 diff --git a/packages/money-account-controller/package.json b/packages/money-account-controller/package.json index d23a18c04ea..ebcf3d9157e 100644 --- a/packages/money-account-controller/package.json +++ b/packages/money-account-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/money-account-controller", - "version": "1.0.0", + "version": "2.0.0", "description": "MetaMask Money account controller", "keywords": [ "Ethereum", @@ -50,12 +50,12 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/base-controller": "^9.1.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/base-controller": "^10.0.0", "@metamask/eth-money-keyring": "^4.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", "async-mutex": "^0.5.0" }, "devDependencies": { diff --git a/packages/money-account-upgrade-controller/CHANGELOG.md b/packages/money-account-upgrade-controller/CHANGELOG.md index f8f074ffe00..ce773e8c6bd 100644 --- a/packages/money-account-upgrade-controller/CHANGELOG.md +++ b/packages/money-account-upgrade-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -210,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `MoneyAccountUpgradeController` with `upgradeAccount` method ([#8426](https://github.com/MetaMask/core/pull/8426)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@4.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@5.0.0...HEAD +[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@4.0.0...@metamask/money-account-upgrade-controller@5.0.0 [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@3.0.2...@metamask/money-account-upgrade-controller@4.0.0 [3.0.2]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@3.0.1...@metamask/money-account-upgrade-controller@3.0.2 [3.0.1]: https://github.com/MetaMask/core/compare/@metamask/money-account-upgrade-controller@3.0.0...@metamask/money-account-upgrade-controller@3.0.1 diff --git a/packages/money-account-upgrade-controller/package.json b/packages/money-account-upgrade-controller/package.json index 3a8d1680afa..10501634226 100644 --- a/packages/money-account-upgrade-controller/package.json +++ b/packages/money-account-upgrade-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/money-account-upgrade-controller", - "version": "4.0.0", + "version": "5.0.0", "description": "MetaMask Money account upgrade controller", "keywords": [ "Ethereum", @@ -50,17 +50,17 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/authenticated-user-storage": "^3.0.2", - "@metamask/base-controller": "^9.1.0", - "@metamask/chomp-api-service": "^4.0.2", - "@metamask/delegation-controller": "^3.0.2", + "@metamask/authenticated-user-storage": "^4.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/chomp-api-service": "^5.0.0", + "@metamask/delegation-controller": "^4.0.0", "@metamask/delegation-core": "^2.2.1", "@metamask/delegation-deployments": "^1.4.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/money-account-utils": "^1.2.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/money-account-utils": "^2.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/money-account-utils/CHANGELOG.md b/packages/money-account-utils/CHANGELOG.md index 2a658c83418..a7eeec97451 100644 --- a/packages/money-account-utils/CHANGELOG.md +++ b/packages/money-account-utils/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -61,7 +63,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Guards: `isMusdToken`, `isMusdTokenOnChain`, `isMusdOnMoneyAccountChain` - Add `getTokenDisplaySymbol`, ported from MetaMask Mobile, which canonicalises the registry symbol of the mUSD token to its branded casing (`MUSD` → `mUSD`) and passes all other symbols through unchanged ([#9397](https://github.com/MetaMask/core/pull/9397)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-utils@1.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/money-account-utils@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-utils@1.2.0...@metamask/money-account-utils@2.0.0 [1.2.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-utils@1.1.0...@metamask/money-account-utils@1.2.0 [1.1.0]: https://github.com/MetaMask/core/compare/@metamask/money-account-utils@1.0.0...@metamask/money-account-utils@1.1.0 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/money-account-utils@1.0.0 diff --git a/packages/money-account-utils/package.json b/packages/money-account-utils/package.json index e4fb85fd6bf..6177006bcc7 100644 --- a/packages/money-account-utils/package.json +++ b/packages/money-account-utils/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/money-account-utils", - "version": "1.2.0", + "version": "2.0.0", "description": "Shared money account utilities: mUSD constants and vault transaction builders", "keywords": [ "Ethereum", @@ -53,7 +53,7 @@ "@ethersproject/abi": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/contracts": "^5.7.0", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/multichain-account-service/CHANGELOG.md b/packages/multichain-account-service/CHANGELOG.md index cef85903be7..94e0a2d1c89 100644 --- a/packages/multichain-account-service/CHANGELOG.md +++ b/packages/multichain-account-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -625,7 +627,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `MultichainAccountService` ([#6141](https://github.com/MetaMask/core/pull/6141), [#6165](https://github.com/MetaMask/core/pull/6165)) - This service manages multichain accounts/wallets. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@13.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@14.0.0...HEAD +[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@13.0.2...@metamask/multichain-account-service@14.0.0 [13.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@13.0.1...@metamask/multichain-account-service@13.0.2 [13.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@13.0.0...@metamask/multichain-account-service@13.0.1 [13.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-account-service@12.0.0...@metamask/multichain-account-service@13.0.0 diff --git a/packages/multichain-account-service/package.json b/packages/multichain-account-service/package.json index d12d5917c6a..1b9166f2e69 100644 --- a/packages/multichain-account-service/package.json +++ b/packages/multichain-account-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-account-service", - "version": "13.0.2", + "version": "14.0.0", "description": "Service to manage multichain accounts", "keywords": [ "Ethereum", @@ -52,17 +52,17 @@ "dependencies": { "@ethereumjs/util": "^9.1.0", "@metamask/account-api": "^2.0.0", - "@metamask/accounts-controller": "^39.1.1", - "@metamask/base-controller": "^9.1.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/base-controller": "^10.0.0", "@metamask/eth-snap-keyring": "^24.0.0", "@metamask/key-tree": "^10.1.1", "@metamask/keyring-api": "^24.0.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/keyring-controller": "^28.0.0", "@metamask/keyring-internal-api": "^12.0.0", "@metamask/keyring-snap-client": "^10.0.0", "@metamask/keyring-utils": "^5.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/snap-account-service": "^2.1.2", + "@metamask/messenger": "^3.0.0", + "@metamask/snap-account-service": "^3.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", @@ -73,7 +73,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/eth-hd-keyring": "^15.0.0", "@metamask/providers": "^22.1.0", "@types/jest": "^30.0.0", diff --git a/packages/multichain-api-middleware/CHANGELOG.md b/packages/multichain-api-middleware/CHANGELOG.md index 17c13ca009c..c6015fc0798 100644 --- a/packages/multichain-api-middleware/CHANGELOG.md +++ b/packages/multichain-api-middleware/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -304,7 +306,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.3...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@5.0.0...HEAD +[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.3...@metamask/multichain-api-middleware@5.0.0 [4.0.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.2...@metamask/multichain-api-middleware@4.0.3 [4.0.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.1...@metamask/multichain-api-middleware@4.0.2 [4.0.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-api-middleware@4.0.0...@metamask/multichain-api-middleware@4.0.1 diff --git a/packages/multichain-api-middleware/package.json b/packages/multichain-api-middleware/package.json index 793bff28a4d..4c678277d44 100644 --- a/packages/multichain-api-middleware/package.json +++ b/packages/multichain-api-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-api-middleware", - "version": "4.0.3", + "version": "5.0.0", "description": "JSON-RPC methods and middleware to support the MetaMask Multichain API", "keywords": [ "Ethereum", @@ -48,13 +48,13 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", + "@metamask/accounts-controller": "^40.0.0", "@metamask/api-specs": "^0.15.0", - "@metamask/chain-agnostic-permission": "^1.7.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/permission-controller": "^13.1.1", + "@metamask/chain-agnostic-permission": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/permission-controller": "^14.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/snaps-controllers": "^19.0.0", "@metamask/utils": "^11.12.0", @@ -65,7 +65,7 @@ "devDependencies": { "@metamask/auto-changelog": "^6.1.0", "@metamask/eth-json-rpc-filters": "^9.0.0", - "@metamask/multichain-transactions-controller": "^7.1.2", + "@metamask/multichain-transactions-controller": "^8.0.0", "@metamask/safe-event-emitter": "^3.1.3", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", diff --git a/packages/multichain-network-controller/CHANGELOG.md b/packages/multichain-network-controller/CHANGELOG.md index 29cebdfd0e4..5cce74b8dd0 100644 --- a/packages/multichain-network-controller/CHANGELOG.md +++ b/packages/multichain-network-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -356,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Handle both EVM and non-EVM network and account switching for the associated network. - Act as a proxy for the `NetworkController` (for EVM network changes). -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.4...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.4...@metamask/multichain-network-controller@4.0.0 [3.2.4]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.3...@metamask/multichain-network-controller@3.2.4 [3.2.3]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.2...@metamask/multichain-network-controller@3.2.3 [3.2.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-network-controller@3.2.1...@metamask/multichain-network-controller@3.2.2 diff --git a/packages/multichain-network-controller/package.json b/packages/multichain-network-controller/package.json index a8a37933803..c11cf148cee 100644 --- a/packages/multichain-network-controller/package.json +++ b/packages/multichain-network-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-network-controller", - "version": "3.2.4", + "version": "4.0.0", "description": "Multichain network controller", "keywords": [ "Ethereum", @@ -50,13 +50,13 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/keyring-api": "^24.0.0", "@metamask/keyring-internal-api": "^12.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@solana/addresses": "^2.0.0", @@ -64,7 +64,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/keyring-controller": "^28.0.0", "@types/jest": "^30.0.0", "@types/lodash-es": "^4.17.12", "@types/uuid": "^8.3.0", diff --git a/packages/multichain-transactions-controller/CHANGELOG.md b/packages/multichain-transactions-controller/CHANGELOG.md index 23289013035..4e754b5baf1 100644 --- a/packages/multichain-transactions-controller/CHANGELOG.md +++ b/packages/multichain-transactions-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -318,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133), [#5177](https://github.com/MetaMask/core/pull/5177)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@7.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@7.1.2...@metamask/multichain-transactions-controller@8.0.0 [7.1.2]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@7.1.1...@metamask/multichain-transactions-controller@7.1.2 [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@7.1.0...@metamask/multichain-transactions-controller@7.1.1 [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@7.0.4...@metamask/multichain-transactions-controller@7.1.0 diff --git a/packages/multichain-transactions-controller/package.json b/packages/multichain-transactions-controller/package.json index 1efabafd61c..2d9e073a39d 100644 --- a/packages/multichain-transactions-controller/package.json +++ b/packages/multichain-transactions-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-transactions-controller", - "version": "7.1.2", + "version": "8.0.0", "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps", "keywords": [ "Ethereum", @@ -50,13 +50,13 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/base-controller": "^9.1.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/base-controller": "^10.0.0", "@metamask/keyring-api": "^24.0.0", "@metamask/keyring-internal-api": "^12.0.0", "@metamask/keyring-snap-client": "^10.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/polling-controller": "^16.0.9", + "@metamask/messenger": "^3.0.0", + "@metamask/polling-controller": "^17.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", @@ -67,7 +67,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/keyring-controller": "^28.0.0", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index 5bebba15932..f03978156e9 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -239,7 +241,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release ([#1647](https://github.com/MetaMask/core/pull/1647)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/name-controller@9.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/name-controller@10.0.0...HEAD +[10.0.0]: https://github.com/MetaMask/core/compare/@metamask/name-controller@9.1.2...@metamask/name-controller@10.0.0 [9.1.2]: https://github.com/MetaMask/core/compare/@metamask/name-controller@9.1.1...@metamask/name-controller@9.1.2 [9.1.1]: https://github.com/MetaMask/core/compare/@metamask/name-controller@9.1.0...@metamask/name-controller@9.1.1 [9.1.0]: https://github.com/MetaMask/core/compare/@metamask/name-controller@9.0.0...@metamask/name-controller@9.1.0 diff --git a/packages/name-controller/package.json b/packages/name-controller/package.json index 53b0bc91928..71852bbe131 100644 --- a/packages/name-controller/package.json +++ b/packages/name-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/name-controller", - "version": "9.1.2", + "version": "10.0.0", "description": "Stores and suggests names for values such as Ethereum addresses", "keywords": [ "Ethereum", @@ -51,9 +51,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "async-mutex": "^0.5.0" }, diff --git a/packages/network-connection-banner-controller/CHANGELOG.md b/packages/network-connection-banner-controller/CHANGELOG.md index 2208a73ad4a..7a1337ff722 100644 --- a/packages/network-connection-banner-controller/CHANGELOG.md +++ b/packages/network-connection-banner-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -60,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 dismissal, and switching custom RPC endpoints to an available Infura endpoint ([#9041](https://github.com/MetaMask/core/pull/9041)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.2.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.2.1...@metamask/network-connection-banner-controller@1.0.0 [0.2.1]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.2.0...@metamask/network-connection-banner-controller@0.2.1 [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.2...@metamask/network-connection-banner-controller@0.2.0 [0.1.2]: https://github.com/MetaMask/core/compare/@metamask/network-connection-banner-controller@0.1.1...@metamask/network-connection-banner-controller@0.1.2 diff --git a/packages/network-connection-banner-controller/package.json b/packages/network-connection-banner-controller/package.json index 8c9392ab385..b16570de543 100644 --- a/packages/network-connection-banner-controller/package.json +++ b/packages/network-connection-banner-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/network-connection-banner-controller", - "version": "0.2.1", + "version": "1.0.0", "description": "Decides when and how to surface the network connection banner based on RPC endpoint health", "keywords": [ "Ethereum", @@ -50,13 +50,13 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/client-controller": "^1.0.1", - "@metamask/connectivity-controller": "^0.3.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/network-enablement-controller": "^6.0.5", + "@metamask/base-controller": "^10.0.0", + "@metamask/client-controller": "^2.0.0", + "@metamask/connectivity-controller": "^1.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/network-enablement-controller": "^7.0.0", "@metamask/utils": "^11.12.0", "reselect": "^5.1.1" }, diff --git a/packages/network-controller/CHANGELOG.md b/packages/network-controller/CHANGELOG.md index 74151a1a27c..186a5e2c3fe 100644 --- a/packages/network-controller/CHANGELOG.md +++ b/packages/network-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [37.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -1301,7 +1303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@36.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@37.0.0...HEAD +[37.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@36.0.0...@metamask/network-controller@37.0.0 [36.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.1...@metamask/network-controller@36.0.0 [35.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@35.0.0...@metamask/network-controller@35.0.1 [35.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@34.0.0...@metamask/network-controller@35.0.0 diff --git a/packages/network-controller/package.json b/packages/network-controller/package.json index d7d61393c03..d39e28cbe74 100644 --- a/packages/network-controller/package.json +++ b/packages/network-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/network-controller", - "version": "36.0.0", + "version": "37.0.0", "description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", "keywords": [ "Ethereum", @@ -50,19 +50,19 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/analytics-controller": "^2.1.0", - "@metamask/base-controller": "^9.1.0", - "@metamask/config-registry-controller": "^3.1.0", - "@metamask/connectivity-controller": "^0.3.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/eth-block-tracker": "^15.0.1", + "@metamask/analytics-controller": "^3.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/config-registry-controller": "^4.0.0", + "@metamask/connectivity-controller": "^1.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/eth-block-tracker": "^16.0.0", "@metamask/eth-json-rpc-infura": "^10.3.0", - "@metamask/eth-json-rpc-middleware": "^24.0.2", - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/eth-json-rpc-middleware": "^25.0.0", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/eth-query": "^4.0.0", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/messenger": "^2.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/swappable-obj-proxy": "^2.3.0", "@metamask/utils": "^11.12.0", diff --git a/packages/network-enablement-controller/CHANGELOG.md b/packages/network-enablement-controller/CHANGELOG.md index 454592612c2..0095733f2eb 100644 --- a/packages/network-enablement-controller/CHANGELOG.md +++ b/packages/network-enablement-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -427,7 +429,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#6028](https://github.com/MetaMask/core/pull/6028)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@6.0.5...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@6.0.5...@metamask/network-enablement-controller@7.0.0 [6.0.5]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@6.0.4...@metamask/network-enablement-controller@6.0.5 [6.0.4]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@6.0.3...@metamask/network-enablement-controller@6.0.4 [6.0.3]: https://github.com/MetaMask/core/compare/@metamask/network-enablement-controller@6.0.2...@metamask/network-enablement-controller@6.0.3 diff --git a/packages/network-enablement-controller/package.json b/packages/network-enablement-controller/package.json index 3aea990b8a1..2abad8ad42a 100644 --- a/packages/network-enablement-controller/package.json +++ b/packages/network-enablement-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/network-enablement-controller", - "version": "6.0.5", + "version": "7.0.0", "description": "Provides an interface to the currently enabled network using a MetaMask-compatible provider object", "keywords": [ "Ethereum", @@ -50,15 +50,15 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/config-registry-controller": "^3.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/config-registry-controller": "^4.0.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/multichain-network-controller": "^3.2.4", - "@metamask/network-controller": "^36.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/multichain-network-controller": "^4.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/slip44": "^4.3.0", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "reselect": "^5.1.1" }, diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index ac604c78303..6214a886180 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [28.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -909,7 +911,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@27.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@28.0.0...HEAD +[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@27.0.2...@metamask/notification-services-controller@28.0.0 [27.0.2]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@27.0.1...@metamask/notification-services-controller@27.0.2 [27.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@27.0.0...@metamask/notification-services-controller@27.0.1 [27.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@26.0.1...@metamask/notification-services-controller@27.0.0 diff --git a/packages/notification-services-controller/package.json b/packages/notification-services-controller/package.json index a5d8b0ba9e8..e2bed4d48d6 100644 --- a/packages/notification-services-controller/package.json +++ b/packages/notification-services-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/notification-services-controller", - "version": "27.0.2", + "version": "28.0.0", "description": "Manages New MetaMask decentralized Notification system", "keywords": [ "Ethereum", @@ -73,12 +73,12 @@ }, "dependencies": { "@contentful/rich-text-html-renderer": "^16.5.2", - "@metamask/authenticated-user-storage": "^3.0.2", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/authenticated-user-storage": "^4.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "firebase": "^11.2.0", diff --git a/packages/passkey-controller/CHANGELOG.md b/packages/passkey-controller/CHANGELOG.md index 7f942a4596f..80912aa4e86 100644 --- a/packages/passkey-controller/CHANGELOG.md +++ b/packages/passkey-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -126,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Registration verification requires the credential `id`/`rawId` to match the credential id in authenticator data; vault wrapping key derivation uses that verified credential id so enrollment keys align with the stored credential. - Registration options request attestation conveyance `'none'` so clients are not asked for direct attestation formats the verifier does not implement (`none` and self-attested `packed` only). -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/passkey-controller@3.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/passkey-controller@4.0.0...HEAD +[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/passkey-controller@3.1.0...@metamask/passkey-controller@4.0.0 [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/passkey-controller@3.0.0...@metamask/passkey-controller@3.1.0 [3.0.0]: https://github.com/MetaMask/core/compare/@metamask/passkey-controller@2.1.0...@metamask/passkey-controller@3.0.0 [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/passkey-controller@2.0.1...@metamask/passkey-controller@2.1.0 diff --git a/packages/passkey-controller/package.json b/packages/passkey-controller/package.json index eaf8856ed44..4560a08ff41 100644 --- a/packages/passkey-controller/package.json +++ b/packages/passkey-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/passkey-controller", - "version": "3.1.0", + "version": "4.0.0", "description": "Controller and utilities for passkey-based wallet unlock", "keywords": [ "Ethereum", @@ -52,9 +52,9 @@ }, "dependencies": { "@levischuck/tiny-cbor": "^0.3.3", - "@metamask/base-controller": "^9.1.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "@noble/ciphers": "^1.3.0", "@noble/curves": "^1.9.2", diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index 13f2b326604..36cb8e41ae8 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -515,7 +517,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@13.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@14.0.0...HEAD +[14.0.0]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@13.1.1...@metamask/permission-controller@14.0.0 [13.1.1]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@13.1.0...@metamask/permission-controller@13.1.1 [13.1.0]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@13.0.0...@metamask/permission-controller@13.1.0 [13.0.0]: https://github.com/MetaMask/core/compare/@metamask/permission-controller@12.3.0...@metamask/permission-controller@13.0.0 diff --git a/packages/permission-controller/package.json b/packages/permission-controller/package.json index 210e52e09d0..e02ba1683b8 100644 --- a/packages/permission-controller/package.json +++ b/packages/permission-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/permission-controller", - "version": "13.1.1", + "version": "14.0.0", "description": "Mediates access to JSON-RPC methods, used to interact with pieces of the MetaMask stack, via middleware for json-rpc-engine", "keywords": [ "Ethereum", @@ -50,11 +50,11 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/approval-controller": "^9.0.2", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/messenger": "^2.0.0", + "@metamask/approval-controller": "^10.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/utils": "^11.12.0", "@types/deep-freeze-strict": "^1.1.0", diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index b71e3cca0de..e64a76e572d 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -181,7 +183,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@5.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@6.0.0...HEAD +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@5.1.0...@metamask/permission-log-controller@6.0.0 [5.1.0]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@5.0.0...@metamask/permission-log-controller@5.1.0 [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@4.1.1...@metamask/permission-log-controller@5.0.0 [4.1.1]: https://github.com/MetaMask/core/compare/@metamask/permission-log-controller@4.1.0...@metamask/permission-log-controller@4.1.1 diff --git a/packages/permission-log-controller/package.json b/packages/permission-log-controller/package.json index b6a2ae90f25..5feee47d5b1 100644 --- a/packages/permission-log-controller/package.json +++ b/packages/permission-log-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/permission-log-controller", - "version": "5.1.0", + "version": "6.0.0", "description": "Controller with middleware for logging requests and responses to restricted and permissions-related methods", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/perps-controller/CHANGELOG.md b/packages/perps-controller/CHANGELOG.md index f6066dd94c3..9889a597d67 100644 --- a/packages/perps-controller/CHANGELOG.md +++ b/packages/perps-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -906,7 +908,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@16.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@17.0.0...HEAD +[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@16.2.0...@metamask/perps-controller@17.0.0 [16.2.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@16.1.0...@metamask/perps-controller@16.2.0 [16.1.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@16.0.0...@metamask/perps-controller@16.1.0 [16.0.0]: https://github.com/MetaMask/core/compare/@metamask/perps-controller@15.1.0...@metamask/perps-controller@16.0.0 diff --git a/packages/perps-controller/package.json b/packages/perps-controller/package.json index 080ecff9bc0..0256caf58b2 100644 --- a/packages/perps-controller/package.json +++ b/packages/perps-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/perps-controller", - "version": "16.2.0", + "version": "17.0.0", "description": "Controller for perpetual trading functionality in MetaMask", "keywords": [ "Ethereum", @@ -67,9 +67,9 @@ }, "dependencies": { "@metamask/abi-utils": "^2.0.3", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@nktkas/hyperliquid": "^0.33.1", @@ -78,16 +78,16 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@metamask/account-tree-controller": "^9.0.0", - "@metamask/authenticated-user-storage": "^3.0.2", + "@metamask/account-tree-controller": "^10.0.0", + "@metamask/authenticated-user-storage": "^4.0.0", "@metamask/auto-changelog": "^6.1.0", - "@metamask/geolocation-controller": "^1.0.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/geolocation-controller": "^2.0.0", + "@metamask/keyring-controller": "^28.0.0", "@metamask/keyring-internal-api": "^12.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/profile-sync-controller": "^30.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/network-controller": "^37.0.0", + "@metamask/profile-sync-controller": "^31.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", + "@metamask/transaction-controller": "^70.0.0", "@types/jest": "^30.0.0", "@types/uuid": "^8.3.0", "@typescript/native": "npm:typescript@^7.0.2", diff --git a/packages/phishing-controller/CHANGELOG.md b/packages/phishing-controller/CHANGELOG.md index b3edf78fdac..29d6520a13e 100644 --- a/packages/phishing-controller/CHANGELOG.md +++ b/packages/phishing-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [18.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -668,7 +670,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@18.0.0...HEAD +[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.1...@metamask/phishing-controller@18.0.0 [17.4.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.4.0...@metamask/phishing-controller@17.4.1 [17.4.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.1...@metamask/phishing-controller@17.4.0 [17.3.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.0...@metamask/phishing-controller@17.3.1 diff --git a/packages/phishing-controller/package.json b/packages/phishing-controller/package.json index 498365c996d..1d4224a630b 100644 --- a/packages/phishing-controller/package.json +++ b/packages/phishing-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/phishing-controller", - "version": "17.4.1", + "version": "18.0.0", "description": "Maintains a periodically updated list of approved and unapproved website origins", "keywords": [ "Ethereum", @@ -50,11 +50,11 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/address-book-controller": "^7.1.2", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/address-book-controller": "^8.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/transaction-controller": "^70.0.0", "@noble/hashes": "^1.8.0", "@types/punycode": "^2.1.0", "ethereum-cryptography": "^2.1.2", diff --git a/packages/platform-api-docs/CHANGELOG.md b/packages/platform-api-docs/CHANGELOG.md index 060a9757c5e..e6fc340092a 100644 --- a/packages/platform-api-docs/CHANGELOG.md +++ b/packages/platform-api-docs/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -27,5 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the platform-api-docs package ([#8012](https://github.com/MetaMask/core/pull/8012), [#9913](https://github.com/MetaMask/core/pull/9913)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/platform-api-docs@0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/platform-api-docs@1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/platform-api-docs@0.1.0...@metamask/platform-api-docs@1.0.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/platform-api-docs@0.1.0 diff --git a/packages/platform-api-docs/package.json b/packages/platform-api-docs/package.json index 6ecf91a8e66..fa96272db6b 100644 --- a/packages/platform-api-docs/package.json +++ b/packages/platform-api-docs/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/platform-api-docs", - "version": "0.1.0", + "version": "1.0.0", "description": "Produces documentation for the platform API, the set of actions and events available in the clients through the message bus", "keywords": [ "Ethereum", diff --git a/packages/polling-controller/CHANGELOG.md b/packages/polling-controller/CHANGELOG.md index d746ed4b497..10100d46b1e 100644 --- a/packages/polling-controller/CHANGELOG.md +++ b/packages/polling-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -372,7 +374,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.9...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@17.0.0...HEAD +[17.0.0]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.9...@metamask/polling-controller@17.0.0 [16.0.9]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.8...@metamask/polling-controller@16.0.9 [16.0.8]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.7...@metamask/polling-controller@16.0.8 [16.0.7]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@16.0.6...@metamask/polling-controller@16.0.7 diff --git a/packages/polling-controller/package.json b/packages/polling-controller/package.json index 35f233a948e..0e9a0fa26c9 100644 --- a/packages/polling-controller/package.json +++ b/packages/polling-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/polling-controller", - "version": "16.0.9", + "version": "17.0.0", "description": "Polling Controller is the base for controllers that polling by networkClientId", "keywords": [ "Ethereum", @@ -48,7 +48,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", + "@metamask/base-controller": "^10.0.0", "@metamask/utils": "^11.12.0", "@types/uuid": "^8.3.0", "fast-json-stable-stringify": "^2.1.0", @@ -56,7 +56,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index d1b99287d8f..07eb729ee11 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [24.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -562,7 +564,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@23.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@24.0.0...HEAD +[24.0.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@23.1.0...@metamask/preferences-controller@24.0.0 [23.1.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@23.0.0...@metamask/preferences-controller@23.1.0 [23.0.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@22.1.0...@metamask/preferences-controller@23.0.0 [22.1.0]: https://github.com/MetaMask/core/compare/@metamask/preferences-controller@22.0.0...@metamask/preferences-controller@22.1.0 diff --git a/packages/preferences-controller/package.json b/packages/preferences-controller/package.json index 3a00bf7274c..cec12a86cf8 100644 --- a/packages/preferences-controller/package.json +++ b/packages/preferences-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/preferences-controller", - "version": "23.1.0", + "version": "24.0.0", "description": "Manages user-configurable settings for MetaMask", "keywords": [ "Ethereum", @@ -50,8 +50,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0" + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/profile-metrics-controller/CHANGELOG.md b/packages/profile-metrics-controller/CHANGELOG.md index ffcd97f1d2d..4cb480830c6 100644 --- a/packages/profile-metrics-controller/CHANGELOG.md +++ b/packages/profile-metrics-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -240,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#7194](https://github.com/MetaMask/core/pull/7194), [#7196](https://github.com/MetaMask/core/pull/7196), [#7263](https://github.com/MetaMask/core/pull/7263)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.4...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@5.0.0...HEAD +[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.4...@metamask/profile-metrics-controller@5.0.0 [4.0.4]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.3...@metamask/profile-metrics-controller@4.0.4 [4.0.3]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.2...@metamask/profile-metrics-controller@4.0.3 [4.0.2]: https://github.com/MetaMask/core/compare/@metamask/profile-metrics-controller@4.0.1...@metamask/profile-metrics-controller@4.0.2 diff --git a/packages/profile-metrics-controller/package.json b/packages/profile-metrics-controller/package.json index a0ec674a291..1e748b95217 100644 --- a/packages/profile-metrics-controller/package.json +++ b/packages/profile-metrics-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/profile-metrics-controller", - "version": "4.0.4", + "version": "5.0.0", "description": "Manages user profile metrics", "keywords": [ "Ethereum", @@ -50,18 +50,18 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/polling-controller": "^16.0.9", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/snaps-utils": "^12.1.2", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "async-mutex": "^0.5.0", "uuid": "^8.3.2" diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 2fffc2b8e17..2011144cfd8 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [31.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -938,7 +940,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@30.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@31.0.0...HEAD +[31.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@30.0.0...@metamask/profile-sync-controller@31.0.0 [30.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@29.0.0...@metamask/profile-sync-controller@30.0.0 [29.0.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.3.0...@metamask/profile-sync-controller@29.0.0 [28.3.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.2.0...@metamask/profile-sync-controller@28.3.0 diff --git a/packages/profile-sync-controller/package.json b/packages/profile-sync-controller/package.json index 302a25dbd67..2aca887cfb3 100644 --- a/packages/profile-sync-controller/package.json +++ b/packages/profile-sync-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/profile-sync-controller", - "version": "30.0.0", + "version": "31.0.0", "description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs", "keywords": [ "Ethereum", @@ -73,12 +73,12 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/address-book-controller": "^7.1.2", - "@metamask/base-controller": "^9.1.0", + "@metamask/address-book-controller": "^8.0.0", + "@metamask/base-controller": "^10.0.0", "@metamask/key-tree": "^10.1.1", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/seedless-onboarding-controller": "^10.1.1", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/seedless-onboarding-controller": "^11.0.0", "@metamask/utils": "^11.12.0", "@noble/ciphers": "^1.3.0", "@noble/curves": "^1.9.2", diff --git a/packages/ramps-controller/CHANGELOG.md b/packages/ramps-controller/CHANGELOG.md index eeacf173a29..b3fa55523c5 100644 --- a/packages/ramps-controller/CHANGELOG.md +++ b/packages/ramps-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [21.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -570,7 +572,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `OnRampService` for interacting with the OnRamp API - Add geolocation detection via IP address lookup -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@20.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@21.0.0...HEAD +[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@20.3.0...@metamask/ramps-controller@21.0.0 [20.3.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@20.2.0...@metamask/ramps-controller@20.3.0 [20.2.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@20.1.0...@metamask/ramps-controller@20.2.0 [20.1.0]: https://github.com/MetaMask/core/compare/@metamask/ramps-controller@20.0.0...@metamask/ramps-controller@20.1.0 diff --git a/packages/ramps-controller/package.json b/packages/ramps-controller/package.json index 692df775ebf..c653c2dea15 100644 --- a/packages/ramps-controller/package.json +++ b/packages/ramps-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/ramps-controller", - "version": "20.3.0", + "version": "21.0.0", "description": "A controller for managing cryptocurrency on/off ramps functionality", "keywords": [ "Ethereum", @@ -51,11 +51,11 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", - "@metamask/profile-sync-controller": "^30.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1" + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/profile-sync-controller": "^31.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index 156eb7c956f..347560bc978 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -235,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@7.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@8.0.0...HEAD +[8.0.0]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@7.0.1...@metamask/rate-limit-controller@8.0.0 [7.0.1]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@7.0.0...@metamask/rate-limit-controller@7.0.1 [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@6.1.1...@metamask/rate-limit-controller@7.0.0 [6.1.1]: https://github.com/MetaMask/core/compare/@metamask/rate-limit-controller@6.1.0...@metamask/rate-limit-controller@6.1.1 diff --git a/packages/rate-limit-controller/package.json b/packages/rate-limit-controller/package.json index d47b24b94a5..75ea9bf6275 100644 --- a/packages/rate-limit-controller/package.json +++ b/packages/rate-limit-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/rate-limit-controller", - "version": "7.0.1", + "version": "8.0.0", "description": "Contains logic for rate-limiting API endpoints by requesting origin", "keywords": [ "Ethereum", @@ -48,8 +48,8 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/utils": "^11.12.0" }, diff --git a/packages/react-data-query/CHANGELOG.md b/packages/react-data-query/CHANGELOG.md index a442656d7eb..21f2ee0b162 100644 --- a/packages/react-data-query/CHANGELOG.md +++ b/packages/react-data-query/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#8039](https://github.com/MetaMask/core/pull/8039), [#8292](https://github.com/MetaMask/core/pull/8292)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@1.0.0...@metamask/react-data-query@2.0.0 [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@0.2.2...@metamask/react-data-query@1.0.0 [0.2.2]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@0.2.1...@metamask/react-data-query@0.2.2 [0.2.1]: https://github.com/MetaMask/core/compare/@metamask/react-data-query@0.2.0...@metamask/react-data-query@0.2.1 diff --git a/packages/react-data-query/package.json b/packages/react-data-query/package.json index c46f567310c..9fe02fa618b 100644 --- a/packages/react-data-query/package.json +++ b/packages/react-data-query/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/react-data-query", - "version": "1.0.0", + "version": "2.0.0", "description": "Provides React utilities for consuming data services", "keywords": [ "Ethereum", @@ -48,14 +48,14 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-data-service": "^1.0.0", + "@metamask/base-data-service": "^2.0.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "@tanstack/react-query": "^5.62.16" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", diff --git a/packages/remote-feature-flag-controller/CHANGELOG.md b/packages/remote-feature-flag-controller/CHANGELOG.md index a35aa33ed11..2fe2bce610a 100644 --- a/packages/remote-feature-flag-controller/CHANGELOG.md +++ b/packages/remote-feature-flag-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -294,7 +296,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the RemoteFeatureFlagController. ([#4931](https://github.com/MetaMask/core/pull/4931)) - This controller manages the retrieval and caching of remote feature flags. It fetches feature flags from a remote API, caches them, and provides methods to access and manage these flags. The controller ensures that feature flags are refreshed based on a specified interval and handles cases where the controller is disabled or the network is unavailable. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@6.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@6.1.1...@metamask/remote-feature-flag-controller@7.0.0 [6.1.1]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@6.1.0...@metamask/remote-feature-flag-controller@6.1.1 [6.1.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@6.0.0...@metamask/remote-feature-flag-controller@6.1.0 [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/remote-feature-flag-controller@5.0.0...@metamask/remote-feature-flag-controller@6.0.0 diff --git a/packages/remote-feature-flag-controller/package.json b/packages/remote-feature-flag-controller/package.json index 9eabb5a73f3..a11ac0e4ae2 100644 --- a/packages/remote-feature-flag-controller/package.json +++ b/packages/remote-feature-flag-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/remote-feature-flag-controller", - "version": "6.1.1", + "version": "7.0.0", "description": "The RemoteFeatureFlagController manages the retrieval and caching of remote feature flags", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0", "uuid": "^8.3.2" }, diff --git a/packages/sample-controllers/CHANGELOG.md b/packages/sample-controllers/CHANGELOG.md index 69e9088548f..66200329010 100644 --- a/packages/sample-controllers/CHANGELOG.md +++ b/packages/sample-controllers/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -200,7 +202,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of @metamask/sample-controllers. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.6...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@6.0.0...HEAD +[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.6...@metamask/sample-controllers@6.0.0 [5.0.6]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.5...@metamask/sample-controllers@5.0.6 [5.0.5]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.4...@metamask/sample-controllers@5.0.5 [5.0.4]: https://github.com/MetaMask/core/compare/@metamask/sample-controllers@5.0.3...@metamask/sample-controllers@5.0.4 diff --git a/packages/sample-controllers/package.json b/packages/sample-controllers/package.json index 1fbb2e2d605..a767e20bf93 100644 --- a/packages/sample-controllers/package.json +++ b/packages/sample-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sample-controllers", - "version": "5.0.6", + "version": "6.0.0", "description": "Sample package to illustrate best practices for controllers", "keywords": [ "Ethereum", @@ -50,17 +50,17 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/base-data-service": "^1.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/controller-utils": "^13.0.0", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", diff --git a/packages/seedless-onboarding-controller/CHANGELOG.md b/packages/seedless-onboarding-controller/CHANGELOG.md index a7a44263673..a9f53003fa0 100644 --- a/packages/seedless-onboarding-controller/CHANGELOG.md +++ b/packages/seedless-onboarding-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -438,7 +440,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `checkIsPasswordOutdated`: Check if the password is current device is outdated, i.e. user changed password in another device. - `clearState`: Reset the state of the controller to the defaults. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@11.0.0...HEAD +[11.0.0]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.1.1...@metamask/seedless-onboarding-controller@11.0.0 [10.1.1]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.1.0...@metamask/seedless-onboarding-controller@10.1.1 [10.1.0]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.0.3...@metamask/seedless-onboarding-controller@10.1.0 [10.0.3]: https://github.com/MetaMask/core/compare/@metamask/seedless-onboarding-controller@10.0.2...@metamask/seedless-onboarding-controller@10.0.3 diff --git a/packages/seedless-onboarding-controller/package.json b/packages/seedless-onboarding-controller/package.json index 70a2c4441d9..f2228a09e12 100644 --- a/packages/seedless-onboarding-controller/package.json +++ b/packages/seedless-onboarding-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/seedless-onboarding-controller", - "version": "10.1.1", + "version": "11.0.0", "description": "Backup and rehydrate SRP(s) using social login and password", "keywords": [ "Ethereum", @@ -51,10 +51,10 @@ }, "dependencies": { "@metamask/auth-network-utils": "^0.3.0", - "@metamask/base-controller": "^9.1.0", + "@metamask/base-controller": "^10.0.0", "@metamask/browser-passworder": "^6.0.0", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/toprf-secure-backup": "^1.1.0", "@metamask/utils": "^11.12.0", "@noble/ciphers": "^1.3.0", diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index 5ffe05afff7..8d583e31412 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [27.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -533,7 +535,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release ([#1643](https://github.com/MetaMask/core/pull/1643)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@26.1.7...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@27.0.0...HEAD +[27.0.0]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@26.1.7...@metamask/selected-network-controller@27.0.0 [26.1.7]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@26.1.6...@metamask/selected-network-controller@26.1.7 [26.1.6]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@26.1.5...@metamask/selected-network-controller@26.1.6 [26.1.5]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@26.1.4...@metamask/selected-network-controller@26.1.5 diff --git a/packages/selected-network-controller/package.json b/packages/selected-network-controller/package.json index ec9882787e9..ef8d312bd67 100644 --- a/packages/selected-network-controller/package.json +++ b/packages/selected-network-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/selected-network-controller", - "version": "26.1.7", + "version": "27.0.0", "description": "Provides an interface to the currently selected networkClientId for a given domain", "keywords": [ "Ethereum", @@ -50,11 +50,11 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/json-rpc-engine": "^10.5.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/permission-controller": "^13.1.1", + "@metamask/base-controller": "^10.0.0", + "@metamask/json-rpc-engine": "^11.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/permission-controller": "^14.0.0", "@metamask/swappable-obj-proxy": "^2.3.0", "@metamask/utils": "^11.12.0" }, diff --git a/packages/sentinel-api-service/CHANGELOG.md b/packages/sentinel-api-service/CHANGELOG.md index aee8784bdcf..33e587df507 100644 --- a/packages/sentinel-api-service/CHANGELOG.md +++ b/packages/sentinel-api-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -36,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial commit ([#9466](https://github.com/MetaMask/core/pull/9466)) - Supports `getNetworks`, `simulateTransactions`, `submitRelayTransaction`, and `getSmartTransaction` -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sentinel-api-service@1.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/sentinel-api-service@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/sentinel-api-service@1.0.1...@metamask/sentinel-api-service@2.0.0 [1.0.1]: https://github.com/MetaMask/core/compare/@metamask/sentinel-api-service@1.0.0...@metamask/sentinel-api-service@1.0.1 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/sentinel-api-service@1.0.0 diff --git a/packages/sentinel-api-service/package.json b/packages/sentinel-api-service/package.json index c3a73de2172..997fa097af6 100644 --- a/packages/sentinel-api-service/package.json +++ b/packages/sentinel-api-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/sentinel-api-service", - "version": "1.0.1", + "version": "2.0.0", "description": "Data service for the MetaMask Sentinel API", "keywords": [ "Ethereum", @@ -50,9 +50,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16" diff --git a/packages/shield-controller/CHANGELOG.md b/packages/shield-controller/CHANGELOG.md index 7692827a1ca..bd1af42a65b 100644 --- a/packages/shield-controller/CHANGELOG.md +++ b/packages/shield-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -307,7 +309,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the shield-controller package ([#6137](https://github.com/MetaMask/core/pull/6137) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@6.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@6.0.2...@metamask/shield-controller@7.0.0 [6.0.2]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@6.0.1...@metamask/shield-controller@6.0.2 [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@6.0.0...@metamask/shield-controller@6.0.1 [6.0.0]: https://github.com/MetaMask/core/compare/@metamask/shield-controller@5.1.3...@metamask/shield-controller@6.0.0 diff --git a/packages/shield-controller/package.json b/packages/shield-controller/package.json index 2f1fc472ab9..c34e03f1505 100644 --- a/packages/shield-controller/package.json +++ b/packages/shield-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/shield-controller", - "version": "6.0.2", + "version": "7.0.0", "description": "Controller handling shield transaction coverage logic", "keywords": [ "Ethereum", @@ -50,13 +50,13 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", - "@metamask/profile-sync-controller": "^30.0.0", - "@metamask/signature-controller": "^39.2.10", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/base-controller": "^10.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/profile-sync-controller": "^31.0.0", + "@metamask/signature-controller": "^40.0.0", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "cockatiel": "^3.1.2" diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 0e56566ab40..b8eb80b6e7b 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [40.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -847,7 +849,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#1214](https://github.com/MetaMask/core/pull/1214)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.10...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@40.0.0...HEAD +[40.0.0]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.10...@metamask/signature-controller@40.0.0 [39.2.10]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.9...@metamask/signature-controller@39.2.10 [39.2.9]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.8...@metamask/signature-controller@39.2.9 [39.2.8]: https://github.com/MetaMask/core/compare/@metamask/signature-controller@39.2.7...@metamask/signature-controller@39.2.8 diff --git a/packages/signature-controller/package.json b/packages/signature-controller/package.json index f7a2d53848b..169b1e9438a 100644 --- a/packages/signature-controller/package.json +++ b/packages/signature-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/signature-controller", - "version": "39.2.10", + "version": "40.0.0", "description": "Processes signing requests in order to sign arbitrary and typed data", "keywords": [ "Ethereum", @@ -50,16 +50,16 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/approval-controller": "^9.0.2", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/approval-controller": "^10.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/eth-sig-util": "^9.0.0", - "@metamask/gator-permissions-controller": "^5.0.2", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/logging-controller": "^9.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", + "@metamask/gator-permissions-controller": "^6.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/logging-controller": "^10.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/utils": "^11.12.0", "jsonschema": "^1.4.1", "lodash-es": "^4.17.21", diff --git a/packages/smart-transactions-controller/CHANGELOG.md b/packages/smart-transactions-controller/CHANGELOG.md index 1b2dbebb2bd..a1f33a2c5ab 100644 --- a/packages/smart-transactions-controller/CHANGELOG.md +++ b/packages/smart-transactions-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [27.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -114,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/transaction-controller` from `^68.0.0` to `^68.0.1` ([#9177](https://github.com/MetaMask/core/pull/9177)) - Drop unused dependencies `@ethereumjs/tx`, `@ethereumjs/util`, and `fast-json-patch` ([#9139](https://github.com/MetaMask/core/pull/9139)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@26.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@27.0.0...HEAD +[27.0.0]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@26.0.1...@metamask/smart-transactions-controller@27.0.0 [26.0.1]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@26.0.0...@metamask/smart-transactions-controller@26.0.1 [26.0.0]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@25.1.1...@metamask/smart-transactions-controller@26.0.0 [25.1.1]: https://github.com/MetaMask/core/compare/@metamask/smart-transactions-controller@25.1.0...@metamask/smart-transactions-controller@25.1.1 diff --git a/packages/smart-transactions-controller/package.json b/packages/smart-transactions-controller/package.json index e1af84f29af..772a3845b47 100644 --- a/packages/smart-transactions-controller/package.json +++ b/packages/smart-transactions-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "26.0.1", + "version": "27.0.0", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "keywords": [ "Ethereum", @@ -54,17 +54,17 @@ "@ethersproject/bytes": "^5.7.0", "@ethersproject/keccak256": "^5.8.0", "@ethersproject/transactions": "^5.7.0", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/eth-query": "^4.0.0", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/polling-controller": "^16.0.9", - "@metamask/profile-sync-controller": "^30.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/profile-sync-controller": "^31.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "lodash-es": "^4.17.21", @@ -72,7 +72,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/json-rpc-engine": "^10.5.0", + "@metamask/json-rpc-engine": "^11.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", "jest": "^30.4.2", diff --git a/packages/snap-account-service/CHANGELOG.md b/packages/snap-account-service/CHANGELOG.md index cc395602b18..6ef23d30255 100644 --- a/packages/snap-account-service/CHANGELOG.md +++ b/packages/snap-account-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -179,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632)) - Bump `@metamask/account-tree-controller` from `^7.3.0` to `^7.4.0` ([#8783](https://github.com/MetaMask/core/pull/8783)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/snap-account-service@2.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/snap-account-service@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/snap-account-service@2.1.2...@metamask/snap-account-service@3.0.0 [2.1.2]: https://github.com/MetaMask/core/compare/@metamask/snap-account-service@2.1.1...@metamask/snap-account-service@2.1.2 [2.1.1]: https://github.com/MetaMask/core/compare/@metamask/snap-account-service@2.1.0...@metamask/snap-account-service@2.1.1 [2.1.0]: https://github.com/MetaMask/core/compare/@metamask/snap-account-service@2.0.0...@metamask/snap-account-service@2.1.0 diff --git a/packages/snap-account-service/package.json b/packages/snap-account-service/package.json index fbb48d10272..3bbe14a324e 100644 --- a/packages/snap-account-service/package.json +++ b/packages/snap-account-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-account-service", - "version": "2.1.2", + "version": "3.0.0", "description": "Service for Account Management Snaps", "keywords": [ "Ethereum", @@ -53,10 +53,10 @@ "@metamask/account-api": "^2.0.0", "@metamask/eth-snap-keyring": "^24.0.0", "@metamask/keyring-api": "^24.0.0", - "@metamask/keyring-controller": "^27.1.1", + "@metamask/keyring-controller": "^28.0.0", "@metamask/keyring-internal-snap-client": "^11.0.0", "@metamask/keyring-snap-sdk": "^10.0.0", - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/snaps-controllers": "^19.0.0", "@metamask/snaps-sdk": "^11.0.0", "@metamask/utils": "^11.12.0", diff --git a/packages/social-controllers/CHANGELOG.md b/packages/social-controllers/CHANGELOG.md index 45589c171b3..2c2f207b32d 100644 --- a/packages/social-controllers/CHANGELOG.md +++ b/packages/social-controllers/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -169,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `unfollowTrader` — unfollows traders and removes addresses from state - `updateFollowing` — fetches following list and replaces addresses in state -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.8.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@3.0.0...HEAD +[3.0.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.8.1...@metamask/social-controllers@3.0.0 [2.8.1]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.8.0...@metamask/social-controllers@2.8.1 [2.8.0]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.7.2...@metamask/social-controllers@2.8.0 [2.7.2]: https://github.com/MetaMask/core/compare/@metamask/social-controllers@2.7.1...@metamask/social-controllers@2.7.2 diff --git a/packages/social-controllers/package.json b/packages/social-controllers/package.json index 4411dc0ab33..02c774ed541 100644 --- a/packages/social-controllers/package.json +++ b/packages/social-controllers/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/social-controllers", - "version": "2.8.1", + "version": "3.0.0", "description": "A collection of social related controllers", "keywords": [ "Ethereum", @@ -50,11 +50,11 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/superstruct": "^3.4.1" }, "devDependencies": { diff --git a/packages/solana-test-validator-up/CHANGELOG.md b/packages/solana-test-validator-up/CHANGELOG.md index 877bf7ed8f3..8d4a44734f7 100644 --- a/packages/solana-test-validator-up/CHANGELOG.md +++ b/packages/solana-test-validator-up/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -32,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Exposes `solana-test-validator-up`, `solana-test-validator`, and `solana` binaries via `node_modules/.bin` - Uses `@metamask/local-node-utils` for cache resolution, downloads, and executable wrappers -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/solana-test-validator-up@1.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/solana-test-validator-up@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/solana-test-validator-up@1.0.0...@metamask/solana-test-validator-up@2.0.0 [1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/solana-test-validator-up@1.0.0 diff --git a/packages/solana-test-validator-up/package.json b/packages/solana-test-validator-up/package.json index ad471954adc..689a426987c 100644 --- a/packages/solana-test-validator-up/package.json +++ b/packages/solana-test-validator-up/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/solana-test-validator-up", - "version": "1.0.0", + "version": "2.0.0", "description": "solana-test-validator runtime installer for MetaMask E2E tests", "keywords": [ "Ethereum", @@ -51,7 +51,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/local-node-utils": "^1.0.0" + "@metamask/local-node-utils": "^2.0.0" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", diff --git a/packages/stellar-quickstart-up/CHANGELOG.md b/packages/stellar-quickstart-up/CHANGELOG.md index a01ef1044cf..05e2b5c757e 100644 --- a/packages/stellar-quickstart-up/CHANGELOG.md +++ b/packages/stellar-quickstart-up/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/storage-service/CHANGELOG.md b/packages/storage-service/CHANGELOG.md index cf17f571dc9..602be9ca759 100644 --- a/packages/storage-service/CHANGELOG.md +++ b/packages/storage-service/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -54,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of `@metamask/storage-service` ([#7192](https://github.com/MetaMask/core/pull/7192)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/storage-service@1.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/storage-service@2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/core/compare/@metamask/storage-service@1.0.2...@metamask/storage-service@2.0.0 [1.0.2]: https://github.com/MetaMask/core/compare/@metamask/storage-service@1.0.1...@metamask/storage-service@1.0.2 [1.0.1]: https://github.com/MetaMask/core/compare/@metamask/storage-service@1.0.0...@metamask/storage-service@1.0.1 [1.0.0]: https://github.com/MetaMask/core/compare/@metamask/storage-service@0.0.1...@metamask/storage-service@1.0.0 diff --git a/packages/storage-service/package.json b/packages/storage-service/package.json index 1595f1dc8e9..41257d7838d 100644 --- a/packages/storage-service/package.json +++ b/packages/storage-service/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/storage-service", - "version": "1.0.2", + "version": "2.0.0", "description": "Platform-agnostic service for storing large, infrequently accessed controller data", "keywords": [ "Ethereum", @@ -50,7 +50,7 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/messenger": "^2.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/packages/subscription-controller/CHANGELOG.md b/packages/subscription-controller/CHANGELOG.md index 47b6cee88c3..c7ccc71617d 100644 --- a/packages/subscription-controller/CHANGELOG.md +++ b/packages/subscription-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -478,7 +480,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `@metamask/controller-utils` from `^11.12.0` to `^11.14.0` ([#6620](https://github.com/MetaMask/core/pull/6620), [#6629](https://github.com/MetaMask/core/pull/6629)) - Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.1.0...@metamask/subscription-controller@9.0.0 [8.1.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.1...@metamask/subscription-controller@8.1.0 [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@8.0.0...@metamask/subscription-controller@8.0.1 [8.0.0]: https://github.com/MetaMask/core/compare/@metamask/subscription-controller@7.0.0...@metamask/subscription-controller@8.0.0 diff --git a/packages/subscription-controller/package.json b/packages/subscription-controller/package.json index 97f1952ecfc..3107b8940d7 100644 --- a/packages/subscription-controller/package.json +++ b/packages/subscription-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/subscription-controller", - "version": "8.1.0", + "version": "9.0.0", "description": "Handle user subscription", "keywords": [ "Ethereum", @@ -50,14 +50,14 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-controller": "^9.1.0", - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", - "@metamask/polling-controller": "^16.0.9", - "@metamask/profile-sync-controller": "^30.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/polling-controller": "^17.0.0", + "@metamask/profile-sync-controller": "^31.0.0", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16", "bignumber.js": "^9.1.2", diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index a8f239fe685..a0c81d980e9 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [70.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -2737,7 +2739,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 All changes listed after this point were applied to this package following the monorepo conversion. -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.8.1...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@70.0.0...HEAD +[70.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.8.1...@metamask/transaction-controller@70.0.0 [69.8.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.8.0...@metamask/transaction-controller@69.8.1 [69.8.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.7.0...@metamask/transaction-controller@69.8.0 [69.7.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-controller@69.6.1...@metamask/transaction-controller@69.7.0 diff --git a/packages/transaction-controller/package.json b/packages/transaction-controller/package.json index d0cc0c2923c..8f8bdccbedd 100644 --- a/packages/transaction-controller/package.json +++ b/packages/transaction-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/transaction-controller", - "version": "69.8.1", + "version": "70.0.0", "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation", "keywords": [ "Ethereum", @@ -57,17 +57,17 @@ "@ethersproject/abi": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/wallet": "^5.7.0", - "@metamask/accounts-controller": "^39.1.1", - "@metamask/approval-controller": "^9.0.2", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/core-backend": "^9.1.1", - "@metamask/gas-fee-controller": "^26.3.2", - "@metamask/messenger": "^2.0.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/approval-controller": "^10.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/core-backend": "^10.0.0", + "@metamask/gas-fee-controller": "^27.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/metamask-eth-abis": "^3.1.1", - "@metamask/network-controller": "^36.0.0", + "@metamask/network-controller": "^37.0.0", "@metamask/nonce-tracker": "^6.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/utils": "^11.12.0", "async-mutex": "^0.5.0", @@ -82,9 +82,9 @@ "devDependencies": { "@babel/runtime": "^7.23.9", "@metamask/auto-changelog": "^6.1.0", - "@metamask/connectivity-controller": "^0.3.0", + "@metamask/connectivity-controller": "^1.0.0", "@metamask/eth-block-tracker": "^15.0.0", - "@metamask/eth-json-rpc-provider": "^6.0.1", + "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/ethjs-provider-http": "^0.3.0", "@types/bn.js": "^5.1.5", "@types/jest": "^30.0.0", diff --git a/packages/transaction-pay-controller/CHANGELOG.md b/packages/transaction-pay-controller/CHANGELOG.md index 9dfed62541b..ff6fa14ab1b 100644 --- a/packages/transaction-pay-controller/CHANGELOG.md +++ b/packages/transaction-pay-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [28.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -1518,7 +1520,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#6820](https://github.com/MetaMask/core/pull/6820)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@27.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@28.0.0...HEAD +[28.0.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@27.1.2...@metamask/transaction-pay-controller@28.0.0 [27.1.2]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@27.1.1...@metamask/transaction-pay-controller@27.1.2 [27.1.1]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@27.1.0...@metamask/transaction-pay-controller@27.1.1 [27.1.0]: https://github.com/MetaMask/core/compare/@metamask/transaction-pay-controller@27.0.0...@metamask/transaction-pay-controller@27.1.0 diff --git a/packages/transaction-pay-controller/package.json b/packages/transaction-pay-controller/package.json index 7003d015918..18c1089bc36 100644 --- a/packages/transaction-pay-controller/package.json +++ b/packages/transaction-pay-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/transaction-pay-controller", - "version": "27.1.2", + "version": "28.0.0", "description": "Manages alternate payment strategies to provide required funds for transactions in MetaMask", "keywords": [ "Ethereum", @@ -54,19 +54,19 @@ "@ethersproject/abi": "^5.7.0", "@ethersproject/contracts": "^5.7.0", "@ethersproject/providers": "^5.7.0", - "@metamask/assets-controller": "^15.1.0", - "@metamask/assets-controllers": "^111.3.0", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/gas-fee-controller": "^26.3.2", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", + "@metamask/assets-controller": "^16.0.0", + "@metamask/assets-controllers": "^112.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/gas-fee-controller": "^27.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/metamask-eth-abis": "^3.1.1", - "@metamask/network-controller": "^36.0.0", - "@metamask/ramps-controller": "^20.3.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", - "@metamask/sentinel-api-service": "^1.0.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/network-controller": "^37.0.0", + "@metamask/ramps-controller": "^21.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", + "@metamask/sentinel-api-service": "^2.0.0", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "bignumber.js": "^9.1.2", "bn.js": "^5.2.1", diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index c079e6c1798..6b1bf7099d5 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [42.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -676,7 +678,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release ([#3749](https://github.com/MetaMask/core/pull/3749)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.9...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@42.0.0...HEAD +[42.0.0]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.9...@metamask/user-operation-controller@42.0.0 [41.2.9]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.8...@metamask/user-operation-controller@41.2.9 [41.2.8]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.7...@metamask/user-operation-controller@41.2.8 [41.2.7]: https://github.com/MetaMask/core/compare/@metamask/user-operation-controller@41.2.6...@metamask/user-operation-controller@41.2.7 diff --git a/packages/user-operation-controller/package.json b/packages/user-operation-controller/package.json index 340a8b4fa8e..9336d3311e3 100644 --- a/packages/user-operation-controller/package.json +++ b/packages/user-operation-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/user-operation-controller", - "version": "41.2.9", + "version": "42.0.0", "description": "Creates user operations and manages their life cycle", "keywords": [ "Ethereum", @@ -51,18 +51,18 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/approval-controller": "^9.0.2", - "@metamask/base-controller": "^9.1.0", - "@metamask/controller-utils": "^12.3.0", + "@metamask/approval-controller": "^10.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/controller-utils": "^13.0.0", "@metamask/eth-query": "^4.0.0", - "@metamask/gas-fee-controller": "^26.3.2", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/polling-controller": "^16.0.9", + "@metamask/gas-fee-controller": "^27.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/polling-controller": "^17.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/superstruct": "^3.4.1", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0", "bn.js": "^5.2.1", "immer": "^9.0.6", diff --git a/packages/wallet-cli/CHANGELOG.md b/packages/wallet-cli/CHANGELOG.md index cdaf0935c4d..6e80d9e738c 100644 --- a/packages/wallet-cli/CHANGELOG.md +++ b/packages/wallet-cli/CHANGELOG.md @@ -7,11 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- feat!: replace hybrid CJS/ESM build with ESM-only ([#9536](https://github.com/MetaMask/core/pull/9536)) - ### Added - Add the `mm wallet send` command and a dedicated daemon `sendTransaction` RPC handler for sending a transaction through the daemon-hosted `TransactionController` ([#9636](https://github.com/MetaMask/core/pull/9636)) @@ -27,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add a wallet factory and daemon entry point that construct a `@metamask/wallet` `Wallet` backed by the SQLite key-value store, hydrate it from persisted state, run controller initialization (aborting startup if any step fails), import the secret recovery phrase on first run, and expose a `dispose` teardown handle ([#9226](https://github.com/MetaMask/core/pull/9226)) - Add a daemon transport layer: a JSON-RPC client and server over a Unix socket, plus daemon spawn/stop lifecycle helpers ([#9108](https://github.com/MetaMask/core/pull/9108)) - Add SQLite-backed persistence for wallet controller state ([#9067](https://github.com/MetaMask/core/pull/9067)) -- Initial package scaffold for `@metamask/wallet-cli`, an [oclif](https://oclif.io)-based `mm` CLI for `@metamask/wallet`. ([#9065](https://github.com/MetaMask/core/pull/9065)) +- Initial package scaffold for `@metamask/wallet-cli`, an [oclif](https://oclif.io)-based `mm` CLI for `@metamask/wallet` ([#9065](https://github.com/MetaMask/core/pull/9065)). - Register no-op `AnalyticsController` handlers on the daemon wallet so `NetworkController`'s RPC service analytics calls resolve; the daemon does not report analytics ([#9270](https://github.com/MetaMask/core/pull/9270)) ### Changed diff --git a/packages/wallet-cli/package.json b/packages/wallet-cli/package.json index 3840354284c..65dafc3ccd4 100644 --- a/packages/wallet-cli/package.json +++ b/packages/wallet-cli/package.json @@ -52,24 +52,24 @@ "dependencies": { "@inquirer/confirm": "^6.0.11", "@inquirer/password": "^5.1.1", - "@metamask/analytics-controller": "^2.1.0", - "@metamask/base-controller": "^9.1.0", - "@metamask/config-registry-controller": "^3.1.0", - "@metamask/messenger": "^2.0.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/analytics-controller": "^3.0.0", + "@metamask/base-controller": "^10.0.0", + "@metamask/config-registry-controller": "^4.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/rpc-errors": "^7.0.2", "@metamask/scure-bip39": "^2.1.1", - "@metamask/storage-service": "^1.0.2", + "@metamask/storage-service": "^2.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", - "@metamask/wallet": "^12.0.3", + "@metamask/wallet": "^13.0.0", "@oclif/core": "^4.10.5", "better-sqlite3": "^12.9.0", "immer": "^9.0.6" }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/foundryup": "^1.0.1", + "@metamask/foundryup": "^2.0.0", "@types/better-sqlite3": "^7.6.13", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", diff --git a/packages/wallet-framework-docs/CHANGELOG.md b/packages/wallet-framework-docs/CHANGELOG.md index e9c5890928f..b07c9c4cd10 100644 --- a/packages/wallet-framework-docs/CHANGELOG.md +++ b/packages/wallet-framework-docs/CHANGELOG.md @@ -7,12 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- feat!: replace hybrid CJS/ESM build with ESM-only ([#9536](https://github.com/MetaMask/core/pull/9536)) -- chore!: Drop Node 18 and 20 ([#9976](https://github.com/MetaMask/core/pull/9976)) - ### Changed - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) diff --git a/packages/wallet-framework-docs/package.json b/packages/wallet-framework-docs/package.json index 6cc8d21cb78..cb43840592d 100644 --- a/packages/wallet-framework-docs/package.json +++ b/packages/wallet-framework-docs/package.json @@ -38,9 +38,9 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/base-data-service": "^1.0.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/messenger": "^2.0.0", + "@metamask/base-data-service": "^2.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/messenger": "^3.0.0", "@metamask/superstruct": "^3.4.1", "@metamask/utils": "^11.12.0", "@tanstack/query-core": "^5.62.16" diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 9bb5aa1086b..7ffb1daa9ae 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] + ### Uncategorized - chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) @@ -234,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#8838](https://github.com/MetaMask/core/pull/8838)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.3...HEAD +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/wallet@13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.3...@metamask/wallet@13.0.0 [12.0.3]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.2...@metamask/wallet@12.0.3 [12.0.2]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.1...@metamask/wallet@12.0.2 [12.0.1]: https://github.com/MetaMask/core/compare/@metamask/wallet@12.0.0...@metamask/wallet@12.0.1 diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 4babf9f1a9e..3db7221499a 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/wallet", - "version": "12.0.3", + "version": "13.0.0", "description": "Provides a shared framework for building MetaMask wallets", "keywords": [ "Ethereum", @@ -50,27 +50,27 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" }, "dependencies": { - "@metamask/accounts-controller": "^39.1.1", - "@metamask/address-book-controller": "^7.1.2", - "@metamask/approval-controller": "^9.0.2", - "@metamask/base-controller": "^9.1.0", + "@metamask/accounts-controller": "^40.0.0", + "@metamask/address-book-controller": "^8.0.0", + "@metamask/approval-controller": "^10.0.0", + "@metamask/base-controller": "^10.0.0", "@metamask/browser-passworder": "^6.0.0", - "@metamask/claims-controller": "^0.6.2", - "@metamask/config-registry-controller": "^3.1.0", - "@metamask/connectivity-controller": "^0.3.0", - "@metamask/controller-utils": "^12.3.0", - "@metamask/gas-fee-controller": "^26.3.2", - "@metamask/keyring-controller": "^27.1.1", - "@metamask/messenger": "^2.0.0", - "@metamask/network-controller": "^36.0.0", - "@metamask/passkey-controller": "^3.1.0", - "@metamask/remote-feature-flag-controller": "^6.1.1", + "@metamask/claims-controller": "^1.0.0", + "@metamask/config-registry-controller": "^4.0.0", + "@metamask/connectivity-controller": "^1.0.0", + "@metamask/controller-utils": "^13.0.0", + "@metamask/gas-fee-controller": "^27.0.0", + "@metamask/keyring-controller": "^28.0.0", + "@metamask/messenger": "^3.0.0", + "@metamask/network-controller": "^37.0.0", + "@metamask/passkey-controller": "^4.0.0", + "@metamask/remote-feature-flag-controller": "^7.0.0", "@metamask/scure-bip39": "^2.1.1", - "@metamask/seedless-onboarding-controller": "^10.1.1", - "@metamask/shield-controller": "^6.0.2", - "@metamask/storage-service": "^1.0.2", - "@metamask/subscription-controller": "^8.1.0", - "@metamask/transaction-controller": "^69.8.1", + "@metamask/seedless-onboarding-controller": "^11.0.0", + "@metamask/shield-controller": "^7.0.0", + "@metamask/storage-service": "^2.0.0", + "@metamask/subscription-controller": "^9.0.0", + "@metamask/transaction-controller": "^70.0.0", "@metamask/utils": "^11.12.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d6d13effaf3..fc06c6af3b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5571,20 +5571,20 @@ __metadata: languageName: node linkType: hard -"@metamask/account-tree-controller@npm:^9.0.0, @metamask/account-tree-controller@workspace:packages/account-tree-controller": +"@metamask/account-tree-controller@npm:^10.0.0, @metamask/account-tree-controller@workspace:packages/account-tree-controller": version: 0.0.0-use.local resolution: "@metamask/account-tree-controller@workspace:packages/account-tree-controller" dependencies: "@metamask/account-api": "npm:^2.0.0" - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/eth-hd-keyring": "npm:^15.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/multichain-account-service": "npm:^13.0.2" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/multichain-account-service": "npm:^14.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/providers": "npm:^22.1.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" @@ -5610,22 +5610,22 @@ __metadata: languageName: unknown linkType: soft -"@metamask/accounts-controller@npm:^39.1.1, @metamask/accounts-controller@workspace:packages/accounts-controller": +"@metamask/accounts-controller@npm:^40.0.0, @metamask/accounts-controller@workspace:packages/accounts-controller": version: 0.0.0-use.local resolution: "@metamask/accounts-controller@workspace:packages/accounts-controller" dependencies: "@ethereumjs/util": "npm:^9.1.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-snap-keyring": "npm:^24.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" "@metamask/keyring-sdk": "npm:^3.1.0" "@metamask/keyring-utils": "npm:^5.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/providers": "npm:^22.1.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" @@ -5662,14 +5662,14 @@ __metadata: languageName: node linkType: hard -"@metamask/address-book-controller@npm:^7.1.2, @metamask/address-book-controller@workspace:packages/address-book-controller": +"@metamask/address-book-controller@npm:^8.0.0, @metamask/address-book-controller@workspace:packages/address-book-controller": version: 0.0.0-use.local resolution: "@metamask/address-book-controller@workspace:packages/address-book-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -5689,8 +5689,8 @@ __metadata: resolution: "@metamask/ai-controllers@workspace:packages/ai-controllers" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -5706,14 +5706,14 @@ __metadata: languageName: unknown linkType: soft -"@metamask/analytics-controller@npm:^2.1.0, @metamask/analytics-controller@workspace:packages/analytics-controller": +"@metamask/analytics-controller@npm:^3.0.0, @metamask/analytics-controller@workspace:packages/analytics-controller": version: 0.0.0-use.local resolution: "@metamask/analytics-controller@workspace:packages/analytics-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/geolocation-controller": "npm:^1.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/geolocation-controller": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@types/uuid": "npm:^8.3.0" @@ -5736,9 +5736,9 @@ __metadata: resolution: "@metamask/analytics-data-regulation-controller@workspace:packages/analytics-data-regulation-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -5759,8 +5759,8 @@ __metadata: resolution: "@metamask/announcement-controller@workspace:packages/announcement-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -5786,8 +5786,8 @@ __metadata: resolution: "@metamask/app-metadata-controller@workspace:packages/app-metadata-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -5801,13 +5801,13 @@ __metadata: languageName: unknown linkType: soft -"@metamask/approval-controller@npm:^9.0.1, @metamask/approval-controller@npm:^9.0.2, @metamask/approval-controller@workspace:packages/approval-controller": +"@metamask/approval-controller@npm:^10.0.0, @metamask/approval-controller@workspace:packages/approval-controller": version: 0.0.0-use.local resolution: "@metamask/approval-controller@workspace:packages/approval-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -5824,37 +5824,50 @@ __metadata: languageName: unknown linkType: soft -"@metamask/assets-controller@npm:^15.1.0, @metamask/assets-controller@workspace:packages/assets-controller": +"@metamask/approval-controller@npm:^9.0.1": + version: 9.0.2 + resolution: "@metamask/approval-controller@npm:9.0.2" + dependencies: + "@metamask/base-controller": "npm:^9.1.0" + "@metamask/messenger": "npm:^1.2.0" + "@metamask/rpc-errors": "npm:^7.0.2" + "@metamask/utils": "npm:^11.9.0" + nanoid: "npm:^3.3.8" + checksum: 10/f27d75901a1a8367a8972b30ebb097a063282c8eb40f3188a6255ed1e043313085de6d5feb9300660366d4d93c822ebe6b37219978806db0492c4fed761d3c6a + languageName: node + linkType: hard + +"@metamask/assets-controller@npm:^16.0.0, @metamask/assets-controller@workspace:packages/assets-controller": version: 0.0.0-use.local resolution: "@metamask/assets-controller@workspace:packages/assets-controller" dependencies: "@ethereumjs/util": "npm:^9.1.0" "@ethersproject/abi": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.0" - "@metamask/account-tree-controller": "npm:^9.0.0" - "@metamask/accounts-controller": "npm:^39.1.1" - "@metamask/assets-controllers": "npm:^111.3.0" + "@metamask/account-tree-controller": "npm:^10.0.0" + "@metamask/accounts-controller": "npm:^40.0.0" + "@metamask/assets-controllers": "npm:^112.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/client-controller": "npm:^1.0.1" - "@metamask/config-registry-controller": "npm:^3.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/core-backend": "npm:^9.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/client-controller": "npm:^2.0.0" + "@metamask/config-registry-controller": "npm:^4.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/core-backend": "npm:^10.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" "@metamask/keyring-snap-client": "npm:^10.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/network-enablement-controller": "npm:^6.0.5" - "@metamask/permission-controller": "npm:^13.1.1" - "@metamask/phishing-controller": "npm:^17.4.1" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/preferences-controller": "npm:^23.1.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/network-enablement-controller": "npm:^7.0.0" + "@metamask/permission-controller": "npm:^14.0.0" + "@metamask/phishing-controller": "npm:^18.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/preferences-controller": "npm:^24.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-utils": "npm:^12.1.2" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@types/lodash-es": "npm:^4.17.12" @@ -5875,7 +5888,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/assets-controllers@npm:^111.3.0, @metamask/assets-controllers@workspace:packages/assets-controllers": +"@metamask/assets-controllers@npm:^112.0.0, @metamask/assets-controllers@workspace:packages/assets-controllers": version: 0.0.0-use.local resolution: "@metamask/assets-controllers@workspace:packages/assets-controllers" dependencies: @@ -5888,39 +5901,39 @@ __metadata: "@ethersproject/providers": "npm:^5.7.0" "@metamask/abi-utils": "npm:^2.0.3" "@metamask/account-api": "npm:^2.0.0" - "@metamask/account-tree-controller": "npm:^9.0.0" - "@metamask/accounts-controller": "npm:^39.1.1" - "@metamask/approval-controller": "npm:^9.0.2" + "@metamask/account-tree-controller": "npm:^10.0.0" + "@metamask/accounts-controller": "npm:^40.0.0" + "@metamask/approval-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/contract-metadata": "npm:^2.4.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/core-backend": "npm:^9.1.1" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/core-backend": "npm:^10.0.0" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-provider-http": "npm:^0.3.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" "@metamask/keyring-snap-client": "npm:^10.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/metamask-eth-abis": "npm:^3.1.1" - "@metamask/multichain-account-service": "npm:^13.0.2" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/network-enablement-controller": "npm:^6.0.5" - "@metamask/permission-controller": "npm:^13.1.1" - "@metamask/phishing-controller": "npm:^17.4.1" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/preferences-controller": "npm:^23.1.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/multichain-account-service": "npm:^14.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/network-enablement-controller": "npm:^7.0.0" + "@metamask/permission-controller": "npm:^14.0.0" + "@metamask/phishing-controller": "npm:^18.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/preferences-controller": "npm:^24.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/providers": "npm:^22.1.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" - "@metamask/storage-service": "npm:^1.0.2" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/storage-service": "npm:^2.0.0" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@types/bn.js": "npm:^5.1.5" @@ -5989,14 +6002,14 @@ __metadata: languageName: node linkType: hard -"@metamask/authenticated-user-storage@npm:^3.0.2, @metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage": +"@metamask/authenticated-user-storage@npm:^4.0.0, @metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage": version: 0.0.0-use.local resolution: "@metamask/authenticated-user-storage@workspace:packages/authenticated-user-storage" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -6036,12 +6049,12 @@ __metadata: languageName: node linkType: hard -"@metamask/base-controller@npm:^9.0.1, @metamask/base-controller@npm:^9.1.0, @metamask/base-controller@workspace:packages/base-controller": +"@metamask/base-controller@npm:^10.0.0, @metamask/base-controller@workspace:packages/base-controller": version: 0.0.0-use.local resolution: "@metamask/base-controller@workspace:packages/base-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -6057,13 +6070,24 @@ __metadata: languageName: unknown linkType: soft -"@metamask/base-data-service@npm:^1.0.0, @metamask/base-data-service@workspace:packages/base-data-service": +"@metamask/base-controller@npm:^9.0.1, @metamask/base-controller@npm:^9.1.0": + version: 9.1.0 + resolution: "@metamask/base-controller@npm:9.1.0" + dependencies: + "@metamask/messenger": "npm:^1.1.1" + "@metamask/utils": "npm:^11.9.0" + immer: "npm:^9.0.6" + checksum: 10/752b70b35026fdf31ea8feef638f06286dbbde8d17e1ba804085fdbedbb076d900d2d7b6db3d2af284b3aa8fa84c95a0ceea6a3a46ee7b7e29433f037e9afc69 + languageName: node + linkType: hard + +"@metamask/base-data-service@npm:^2.0.0, @metamask/base-data-service@workspace:packages/base-data-service": version: 0.0.0-use.local resolution: "@metamask/base-data-service@workspace:packages/base-data-service" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/storage-service": "npm:^1.0.2" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/storage-service": "npm:^2.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" @@ -6090,7 +6114,7 @@ __metadata: resolution: "@metamask/bitcoin-regtest-up@workspace:packages/bitcoin-regtest-up" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/local-node-utils": "npm:^1.0.0" + "@metamask/local-node-utils": "npm:^2.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -6106,7 +6130,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/bridge-controller@npm:^80.2.1, @metamask/bridge-controller@workspace:packages/bridge-controller": +"@metamask/bridge-controller@npm:^81.0.0, @metamask/bridge-controller@workspace:packages/bridge-controller": version: 0.0.0-use.local resolution: "@metamask/bridge-controller@workspace:packages/bridge-controller" dependencies: @@ -6115,25 +6139,25 @@ __metadata: "@ethersproject/constants": "npm:^5.7.0" "@ethersproject/contracts": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.0" - "@metamask/accounts-controller": "npm:^39.1.1" - "@metamask/assets-controller": "npm:^15.1.0" - "@metamask/assets-controllers": "npm:^111.3.0" + "@metamask/accounts-controller": "npm:^40.0.0" + "@metamask/assets-controller": "npm:^16.0.0" + "@metamask/assets-controllers": "npm:^112.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" - "@metamask/gas-fee-controller": "npm:^26.3.2" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" + "@metamask/gas-fee-controller": "npm:^27.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/metamask-eth-abis": "npm:^3.1.1" - "@metamask/multichain-network-controller": "npm:^3.2.4" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/profile-sync-controller": "npm:^30.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/multichain-network-controller": "npm:^4.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -6158,20 +6182,20 @@ __metadata: version: 0.0.0-use.local resolution: "@metamask/bridge-status-controller@workspace:packages/bridge-status-controller" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/bridge-controller": "npm:^80.2.1" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/gas-fee-controller": "npm:^26.3.2" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/bridge-controller": "npm:^81.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/gas-fee-controller": "npm:^27.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -6220,15 +6244,15 @@ __metadata: languageName: unknown linkType: soft -"@metamask/chain-agnostic-permission@npm:^1.7.0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission": +"@metamask/chain-agnostic-permission@npm:^2.0.0, @metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission": version: 0.0.0-use.local resolution: "@metamask/chain-agnostic-permission@workspace:packages/chain-agnostic-permission" dependencies: "@metamask/api-specs": "npm:^0.15.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" - "@metamask/permission-controller": "npm:^13.1.1" + "@metamask/permission-controller": "npm:^14.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -6245,14 +6269,14 @@ __metadata: languageName: unknown linkType: soft -"@metamask/chomp-api-service@npm:^4.0.2, @metamask/chomp-api-service@workspace:packages/chomp-api-service": +"@metamask/chomp-api-service@npm:^5.0.0, @metamask/chomp-api-service@workspace:packages/chomp-api-service": version: 0.0.0-use.local resolution: "@metamask/chomp-api-service@workspace:packages/chomp-api-service" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" @@ -6270,17 +6294,17 @@ __metadata: languageName: unknown linkType: soft -"@metamask/claims-controller@npm:^0.6.2, @metamask/claims-controller@workspace:packages/claims-controller": +"@metamask/claims-controller@npm:^1.0.0, @metamask/claims-controller@workspace:packages/claims-controller": version: 0.0.0-use.local resolution: "@metamask/claims-controller@workspace:packages/claims-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" @@ -6297,13 +6321,13 @@ __metadata: languageName: unknown linkType: soft -"@metamask/client-controller@npm:^1.0.1, @metamask/client-controller@workspace:packages/client-controller": +"@metamask/client-controller@npm:^2.0.0, @metamask/client-controller@workspace:packages/client-controller": version: 0.0.0-use.local resolution: "@metamask/client-controller@workspace:packages/client-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -6325,11 +6349,11 @@ __metadata: "@ethersproject/abi": "npm:^5.7.0" "@metamask/auto-changelog": "npm:^6.1.0" "@metamask/contract-metadata": "npm:^2.4.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/core-backend": "npm:^9.1.1" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/core-backend": "npm:^10.0.0" "@metamask/keyring-api": "npm:^24.0.0" "@metamask/slip44": "npm:^4.3.0" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -6350,9 +6374,9 @@ __metadata: resolution: "@metamask/compliance-controller@workspace:packages/compliance-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -6375,9 +6399,9 @@ __metadata: resolution: "@metamask/composable-controller@workspace:packages/composable-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/messenger": "npm:^3.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -6392,18 +6416,18 @@ __metadata: languageName: unknown linkType: soft -"@metamask/config-registry-controller@npm:^3.1.0, @metamask/config-registry-controller@workspace:packages/config-registry-controller": +"@metamask/config-registry-controller@npm:^4.0.0, @metamask/config-registry-controller@workspace:packages/config-registry-controller": version: 0.0.0-use.local resolution: "@metamask/config-registry-controller@workspace:packages/config-registry-controller" dependencies: "@lavamoat/allow-scripts": "npm:^3.0.4" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -6421,13 +6445,13 @@ __metadata: languageName: unknown linkType: soft -"@metamask/connectivity-controller@npm:^0.3.0, @metamask/connectivity-controller@workspace:packages/connectivity-controller": +"@metamask/connectivity-controller@npm:^1.0.0, @metamask/connectivity-controller@workspace:packages/connectivity-controller": version: 0.0.0-use.local resolution: "@metamask/connectivity-controller@workspace:packages/connectivity-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -6470,14 +6494,36 @@ __metadata: languageName: node linkType: hard -"@metamask/controller-utils@npm:^12.3.0, @metamask/controller-utils@workspace:packages/controller-utils": +"@metamask/controller-utils@npm:^12.0.0": + version: 12.3.0 + resolution: "@metamask/controller-utils@npm:12.3.0" + dependencies: + "@ethersproject/abi": "npm:^5.7.0" + "@metamask/eth-query": "npm:^4.0.0" + "@metamask/ethjs-unit": "npm:^0.3.0" + "@metamask/utils": "npm:^11.11.0" + "@spruceid/siwe-parser": "npm:2.1.0" + "@types/bn.js": "npm:^5.1.5" + bignumber.js: "npm:^9.1.2" + bn.js: "npm:^5.2.1" + cockatiel: "npm:^3.1.2" + eth-ens-namehash: "npm:^2.0.8" + fast-deep-equal: "npm:^3.1.3" + lodash: "npm:^4.17.21" + peerDependencies: + "@babel/runtime": ^7.0.0 + checksum: 10/4f67b480a8522f3f89e1988631f57cfde5a7fca6c6df68f4f88e1cdcb54efccb4239befd3a8b3b7b2735479a47733b99eb059d8a0c7ddf28bdc85be4b8c04afb + languageName: node + linkType: hard + +"@metamask/controller-utils@npm:^13.0.0, @metamask/controller-utils@workspace:packages/controller-utils": version: 0.0.0-use.local resolution: "@metamask/controller-utils@workspace:packages/controller-utils" dependencies: "@babel/runtime": "npm:^7.23.9" "@ethersproject/abi": "npm:^5.7.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-unit": "npm:^0.3.0" "@metamask/utils": "npm:^11.12.0" @@ -6507,17 +6553,17 @@ __metadata: languageName: unknown linkType: soft -"@metamask/core-backend@npm:^9.1.1, @metamask/core-backend@workspace:packages/core-backend": +"@metamask/core-backend@npm:^10.0.0, @metamask/core-backend@workspace:packages/core-backend": version: 0.0.0-use.local resolution: "@metamask/core-backend@workspace:packages/core-backend" dependencies: - "@metamask/account-tree-controller": "npm:^9.0.0" + "@metamask/account-tree-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@types/jest": "npm:^30.0.0" @@ -6552,10 +6598,10 @@ __metadata: "@metamask/eslint-config-jest": "npm:^15.0.0" "@metamask/eslint-config-nodejs": "npm:^15.0.0" "@metamask/eslint-config-typescript": "npm:^15.0.0" - "@metamask/eth-block-tracker": "npm:^15.0.1" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/eth-block-tracker": "npm:^16.0.0" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/skills": "npm:^0.1.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -6651,14 +6697,14 @@ __metadata: languageName: unknown linkType: soft -"@metamask/delegation-controller@npm:^3.0.2, @metamask/delegation-controller@workspace:packages/delegation-controller": +"@metamask/delegation-controller@npm:^4.0.0, @metamask/delegation-controller@workspace:packages/delegation-controller": version: 0.0.0-use.local resolution: "@metamask/delegation-controller@workspace:packages/delegation-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -6697,15 +6743,15 @@ __metadata: dependencies: "@ethersproject/bignumber": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.0" - "@metamask/account-tree-controller": "npm:^9.0.0" + "@metamask/account-tree-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/stake-sdk": "npm:^3.2.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -6725,12 +6771,12 @@ __metadata: resolution: "@metamask/eip-5792-middleware@workspace:packages/eip-5792-middleware" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/preferences-controller": "npm:^23.1.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/preferences-controller": "npm:^24.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -6753,7 +6799,7 @@ __metadata: resolution: "@metamask/eip-7702-internal-rpc-middleware@workspace:packages/eip-7702-internal-rpc-middleware" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" @@ -6775,10 +6821,10 @@ __metadata: resolution: "@metamask/eip1193-permission-middleware@workspace:packages/eip1193-permission-middleware" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/chain-agnostic-permission": "npm:^1.7.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/permission-controller": "npm:^13.1.1" + "@metamask/chain-agnostic-permission": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/permission-controller": "npm:^14.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -6858,13 +6904,25 @@ __metadata: languageName: node linkType: hard -"@metamask/eth-block-tracker@npm:^15.0.0, @metamask/eth-block-tracker@npm:^15.0.1, @metamask/eth-block-tracker@workspace:packages/eth-block-tracker": +"@metamask/eth-block-tracker@npm:^15.0.0": + version: 15.0.1 + resolution: "@metamask/eth-block-tracker@npm:15.0.1" + dependencies: + "@metamask/eth-json-rpc-provider": "npm:^6.0.0" + "@metamask/safe-event-emitter": "npm:^3.0.0" + "@metamask/utils": "npm:^11.9.0" + json-rpc-random-id: "npm:^1.0.1" + checksum: 10/8c0e0f5bde00fb40aa240fc562c29d0ce84156402132705d387c95453c6f265b3b738c9b649510771965d8b5b8036c2bdc6406142ff634383bf60df3741bdbfe + languageName: node + linkType: hard + +"@metamask/eth-block-tracker@npm:^16.0.0, @metamask/eth-block-tracker@workspace:packages/eth-block-tracker": version: 0.0.0-use.local resolution: "@metamask/eth-block-tracker@workspace:packages/eth-block-tracker" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" - "@metamask/json-rpc-engine": "npm:^10.5.0" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" "@metamask/safe-event-emitter": "npm:^3.1.3" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -6926,16 +6984,16 @@ __metadata: languageName: node linkType: hard -"@metamask/eth-json-rpc-middleware@npm:^24.0.2, @metamask/eth-json-rpc-middleware@workspace:packages/eth-json-rpc-middleware": +"@metamask/eth-json-rpc-middleware@npm:^25.0.0, @metamask/eth-json-rpc-middleware@workspace:packages/eth-json-rpc-middleware": version: 0.0.0-use.local resolution: "@metamask/eth-json-rpc-middleware@workspace:packages/eth-json-rpc-middleware" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/eth-block-tracker": "npm:^15.0.1" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" + "@metamask/eth-block-tracker": "npm:^16.0.0" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" "@metamask/eth-sig-util": "npm:^9.0.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/message-manager": "npm:^14.1.2" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/message-manager": "npm:^15.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" @@ -6968,7 +7026,19 @@ __metadata: languageName: node linkType: hard -"@metamask/eth-json-rpc-provider@npm:^6.0.1, @metamask/eth-json-rpc-provider@workspace:packages/eth-json-rpc-provider": +"@metamask/eth-json-rpc-provider@npm:^6.0.0": + version: 6.0.1 + resolution: "@metamask/eth-json-rpc-provider@npm:6.0.1" + dependencies: + "@metamask/json-rpc-engine": "npm:^10.2.4" + "@metamask/rpc-errors": "npm:^7.0.2" + "@metamask/utils": "npm:^11.9.0" + nanoid: "npm:^3.3.8" + checksum: 10/06078a9e43b02f35387a3ccfe09733c7eeac2a732dee1f1be53254fc05719e230776b8512b13702a178fb692088fc7da46f727c5064550d65f51ac59d44f9d83 + languageName: node + linkType: hard + +"@metamask/eth-json-rpc-provider@npm:^7.0.0, @metamask/eth-json-rpc-provider@workspace:packages/eth-json-rpc-provider": version: 0.0.0-use.local resolution: "@metamask/eth-json-rpc-provider@workspace:packages/eth-json-rpc-provider" dependencies: @@ -6976,7 +7046,7 @@ __metadata: "@metamask/auto-changelog": "npm:^6.1.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-query": "npm:^0.5.3" - "@metamask/json-rpc-engine": "npm:^10.5.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -7234,7 +7304,7 @@ __metadata: languageName: node linkType: hard -"@metamask/foundryup@npm:^1.0.1, @metamask/foundryup@workspace:packages/foundryup": +"@metamask/foundryup@npm:^2.0.0, @metamask/foundryup@workspace:packages/foundryup": version: 0.0.0-use.local resolution: "@metamask/foundryup@workspace:packages/foundryup" dependencies: @@ -7264,19 +7334,19 @@ __metadata: languageName: unknown linkType: soft -"@metamask/gas-fee-controller@npm:^26.3.2, @metamask/gas-fee-controller@workspace:packages/gas-fee-controller": +"@metamask/gas-fee-controller@npm:^27.0.0, @metamask/gas-fee-controller@workspace:packages/gas-fee-controller": version: 0.0.0-use.local resolution: "@metamask/gas-fee-controller@workspace:packages/gas-fee-controller" dependencies: "@babel/runtime": "npm:^7.23.9" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/ethjs-unit": "npm:^0.3.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/polling-controller": "npm:^16.0.9" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/polling-controller": "npm:^17.0.0" "@metamask/utils": "npm:^11.12.0" "@types/bn.js": "npm:^5.1.5" "@types/jest": "npm:^30.0.0" @@ -7300,7 +7370,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/gator-permissions-controller@npm:^5.0.2, @metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller": +"@metamask/gator-permissions-controller@npm:^6.0.0, @metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller": version: 0.0.0-use.local resolution: "@metamask/gator-permissions-controller@workspace:packages/gator-permissions-controller" dependencies: @@ -7309,15 +7379,15 @@ __metadata: "@metamask/7715-permission-types": "npm:^1.0.0" "@metamask/abi-utils": "npm:^2.0.3" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/delegation-core": "npm:^2.2.1" "@metamask/delegation-deployments": "npm:^1.4.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -7332,14 +7402,14 @@ __metadata: languageName: unknown linkType: soft -"@metamask/geolocation-controller@npm:^1.0.0, @metamask/geolocation-controller@workspace:packages/geolocation-controller": +"@metamask/geolocation-controller@npm:^2.0.0, @metamask/geolocation-controller@workspace:packages/geolocation-controller": version: 0.0.0-use.local resolution: "@metamask/geolocation-controller@workspace:packages/geolocation-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -7358,7 +7428,7 @@ __metadata: resolution: "@metamask/java-tron-up@workspace:packages/java-tron-up" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/local-node-utils": "npm:^1.0.0" + "@metamask/local-node-utils": "npm:^2.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -7374,14 +7444,29 @@ __metadata: languageName: unknown linkType: soft -"@metamask/json-rpc-engine@npm:^10.0.0, @metamask/json-rpc-engine@npm:^10.0.2, @metamask/json-rpc-engine@npm:^10.1.0, @metamask/json-rpc-engine@npm:^10.1.1, @metamask/json-rpc-engine@npm:^10.2.4, @metamask/json-rpc-engine@npm:^10.5.0, @metamask/json-rpc-engine@workspace:packages/json-rpc-engine": +"@metamask/json-rpc-engine@npm:^10.0.0, @metamask/json-rpc-engine@npm:^10.0.2, @metamask/json-rpc-engine@npm:^10.1.0, @metamask/json-rpc-engine@npm:^10.1.1, @metamask/json-rpc-engine@npm:^10.2.4, @metamask/json-rpc-engine@npm:^10.5.0": + version: 10.5.0 + resolution: "@metamask/json-rpc-engine@npm:10.5.0" + dependencies: + "@metamask/messenger": "npm:^1.2.0" + "@metamask/rpc-errors": "npm:^7.0.2" + "@metamask/safe-event-emitter": "npm:^3.0.0" + "@metamask/utils": "npm:^11.9.0" + "@types/deep-freeze-strict": "npm:^1.1.0" + deep-freeze-strict: "npm:^1.1.1" + klona: "npm:^2.0.6" + checksum: 10/2fa42bc57e6e268f0dfcdfe22d15f3c1c593acb5c96df1469403c389fc2a4e4ccb7c75efc00a02d987834d7f0dfb52f31328929ebb37d73b6719aa2e53a75466 + languageName: node + linkType: hard + +"@metamask/json-rpc-engine@npm:^11.0.0, @metamask/json-rpc-engine@workspace:packages/json-rpc-engine": version: 0.0.0-use.local resolution: "@metamask/json-rpc-engine@workspace:packages/json-rpc-engine" dependencies: "@lavamoat/allow-scripts": "npm:^3.0.4" "@lavamoat/preinstall-always-fail": "npm:^2.1.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/safe-event-emitter": "npm:^3.1.3" "@metamask/utils": "npm:^11.12.0" @@ -7400,12 +7485,24 @@ __metadata: languageName: unknown linkType: soft -"@metamask/json-rpc-middleware-stream@npm:^8.0.6, @metamask/json-rpc-middleware-stream@npm:^8.0.8, @metamask/json-rpc-middleware-stream@workspace:packages/json-rpc-middleware-stream": +"@metamask/json-rpc-middleware-stream@npm:^8.0.6, @metamask/json-rpc-middleware-stream@npm:^8.0.8": + version: 8.0.8 + resolution: "@metamask/json-rpc-middleware-stream@npm:8.0.8" + dependencies: + "@metamask/json-rpc-engine": "npm:^10.1.1" + "@metamask/safe-event-emitter": "npm:^3.0.0" + "@metamask/utils": "npm:^11.8.1" + readable-stream: "npm:^3.6.2" + checksum: 10/89c283d7ebd9e6df01e491805e39d6bfb0152d66e5a1b435e788510d7e2a6578f4a84d5a8537120d123007cec1a4dbb3b72015e0243b0d5a7687eddbe1d37ffa + languageName: node + linkType: hard + +"@metamask/json-rpc-middleware-stream@workspace:packages/json-rpc-middleware-stream": version: 0.0.0-use.local resolution: "@metamask/json-rpc-middleware-stream@workspace:packages/json-rpc-middleware-stream" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" "@metamask/safe-event-emitter": "npm:^3.1.3" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -7450,7 +7547,7 @@ __metadata: languageName: node linkType: hard -"@metamask/keyring-controller@npm:^27.1.1, @metamask/keyring-controller@workspace:packages/keyring-controller": +"@metamask/keyring-controller@npm:^28.0.0, @metamask/keyring-controller@workspace:packages/keyring-controller": version: 0.0.0-use.local resolution: "@metamask/keyring-controller@workspace:packages/keyring-controller" dependencies: @@ -7460,16 +7557,16 @@ __metadata: "@lavamoat/allow-scripts": "npm:^3.0.4" "@lavamoat/preinstall-always-fail": "npm:^2.1.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/browser-passworder": "npm:^6.0.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-hd-keyring": "npm:^15.0.0" "@metamask/eth-sig-util": "npm:^9.0.0" "@metamask/eth-simple-keyring": "npm:^13.0.0" "@metamask/keyring-api": "npm:^24.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" "@metamask/keyring-utils": "npm:^5.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/scure-bip39": "npm:^2.1.1" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -7583,12 +7680,12 @@ __metadata: resolution: "@metamask/kyc-controller@workspace:packages/kyc-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/geolocation-controller": "npm:^1.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/geolocation-controller": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@noble/ciphers": "npm:^1.3.0" @@ -7613,7 +7710,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/local-node-utils@npm:^1.0.0, @metamask/local-node-utils@workspace:packages/local-node-utils": +"@metamask/local-node-utils@npm:^2.0.0, @metamask/local-node-utils@workspace:packages/local-node-utils": version: 0.0.0-use.local resolution: "@metamask/local-node-utils@workspace:packages/local-node-utils" dependencies: @@ -7633,13 +7730,13 @@ __metadata: languageName: unknown linkType: soft -"@metamask/logging-controller@npm:^9.0.0, @metamask/logging-controller@workspace:packages/logging-controller": +"@metamask/logging-controller@npm:^10.0.0, @metamask/logging-controller@workspace:packages/logging-controller": version: 0.0.0-use.local resolution: "@metamask/logging-controller@workspace:packages/logging-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -7655,15 +7752,15 @@ __metadata: languageName: unknown linkType: soft -"@metamask/message-manager@npm:^14.1.2, @metamask/message-manager@workspace:packages/message-manager": +"@metamask/message-manager@npm:^15.0.0, @metamask/message-manager@workspace:packages/message-manager": version: 0.0.0-use.local resolution: "@metamask/message-manager@workspace:packages/message-manager" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-sig-util": "npm:^9.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@types/uuid": "npm:^8.3.0" @@ -7729,7 +7826,7 @@ __metadata: languageName: node linkType: hard -"@metamask/messenger@npm:^2.0.0, @metamask/messenger@workspace:packages/messenger": +"@metamask/messenger@npm:^3.0.0, @metamask/messenger@workspace:packages/messenger": version: 0.0.0-use.local resolution: "@metamask/messenger@workspace:packages/messenger" dependencies: @@ -7759,14 +7856,14 @@ __metadata: languageName: node linkType: hard -"@metamask/money-account-api-data-service@npm:^0.4.1, @metamask/money-account-api-data-service@workspace:packages/money-account-api-data-service": +"@metamask/money-account-api-data-service@npm:^1.0.0, @metamask/money-account-api-data-service@workspace:packages/money-account-api-data-service": version: 0.0.0-use.local resolution: "@metamask/money-account-api-data-service@workspace:packages/money-account-api-data-service" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" @@ -7791,13 +7888,13 @@ __metadata: "@ethersproject/contracts": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/metamask-eth-abis": "npm:^3.1.1" - "@metamask/money-account-api-data-service": "npm:^0.4.1" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/money-account-api-data-service": "npm:^1.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -7818,14 +7915,14 @@ __metadata: version: 0.0.0-use.local resolution: "@metamask/money-account-controller@workspace:packages/money-account-controller" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/eth-money-keyring": "npm:^4.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-utils": "npm:^5.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -7845,18 +7942,18 @@ __metadata: version: 0.0.0-use.local resolution: "@metamask/money-account-upgrade-controller@workspace:packages/money-account-upgrade-controller" dependencies: - "@metamask/authenticated-user-storage": "npm:^3.0.2" + "@metamask/authenticated-user-storage": "npm:^4.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/chomp-api-service": "npm:^4.0.2" - "@metamask/delegation-controller": "npm:^3.0.2" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/chomp-api-service": "npm:^5.0.0" + "@metamask/delegation-controller": "npm:^4.0.0" "@metamask/delegation-core": "npm:^2.2.1" "@metamask/delegation-deployments": "npm:^1.4.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/money-account-utils": "npm:^1.2.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/money-account-utils": "npm:^2.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -7871,7 +7968,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/money-account-utils@npm:^1.2.0, @metamask/money-account-utils@workspace:packages/money-account-utils": +"@metamask/money-account-utils@npm:^2.0.0, @metamask/money-account-utils@workspace:packages/money-account-utils": version: 0.0.0-use.local resolution: "@metamask/money-account-utils@workspace:packages/money-account-utils" dependencies: @@ -7879,7 +7976,7 @@ __metadata: "@ethersproject/abstract-provider": "npm:^5.7.0" "@ethersproject/contracts": "npm:^5.7.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -7894,27 +7991,27 @@ __metadata: languageName: unknown linkType: soft -"@metamask/multichain-account-service@npm:^13.0.2, @metamask/multichain-account-service@workspace:packages/multichain-account-service": +"@metamask/multichain-account-service@npm:^14.0.0, @metamask/multichain-account-service@workspace:packages/multichain-account-service": version: 0.0.0-use.local resolution: "@metamask/multichain-account-service@workspace:packages/multichain-account-service" dependencies: "@ethereumjs/util": "npm:^9.1.0" "@metamask/account-api": "npm:^2.0.0" - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-hd-keyring": "npm:^15.0.0" "@metamask/eth-snap-keyring": "npm:^24.0.0" "@metamask/key-tree": "npm:^10.1.1" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" "@metamask/keyring-snap-client": "npm:^10.0.0" "@metamask/keyring-utils": "npm:^5.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/providers": "npm:^22.1.0" - "@metamask/snap-account-service": "npm:^2.1.2" + "@metamask/snap-account-service": "npm:^3.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" @@ -7945,16 +8042,16 @@ __metadata: version: 0.0.0-use.local resolution: "@metamask/multichain-api-middleware@workspace:packages/multichain-api-middleware" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/api-specs": "npm:^0.15.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/chain-agnostic-permission": "npm:^1.7.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/chain-agnostic-permission": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-json-rpc-filters": "npm:^9.0.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/multichain-transactions-controller": "npm:^7.1.2" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/permission-controller": "npm:^13.1.1" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/multichain-transactions-controller": "npm:^8.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/permission-controller": "npm:^14.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/safe-event-emitter": "npm:^3.1.3" "@metamask/snaps-controllers": "npm:^19.0.0" @@ -7975,19 +8072,19 @@ __metadata: languageName: unknown linkType: soft -"@metamask/multichain-network-controller@npm:^3.2.4, @metamask/multichain-network-controller@workspace:packages/multichain-network-controller": +"@metamask/multichain-network-controller@npm:^4.0.0, @metamask/multichain-network-controller@workspace:packages/multichain-network-controller": version: 0.0.0-use.local resolution: "@metamask/multichain-network-controller@workspace:packages/multichain-network-controller" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@solana/addresses": "npm:^2.0.0" @@ -8009,19 +8106,19 @@ __metadata: languageName: unknown linkType: soft -"@metamask/multichain-transactions-controller@npm:^7.1.2, @metamask/multichain-transactions-controller@workspace:packages/multichain-transactions-controller": +"@metamask/multichain-transactions-controller@npm:^8.0.0, @metamask/multichain-transactions-controller@workspace:packages/multichain-transactions-controller": version: 0.0.0-use.local resolution: "@metamask/multichain-transactions-controller@workspace:packages/multichain-transactions-controller" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" "@metamask/keyring-snap-client": "npm:^10.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/polling-controller": "npm:^16.0.9" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/polling-controller": "npm:^17.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" @@ -8047,9 +8144,9 @@ __metadata: resolution: "@metamask/name-controller@workspace:packages/name-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -8070,13 +8167,13 @@ __metadata: resolution: "@metamask/network-connection-banner-controller@workspace:packages/network-connection-banner-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/client-controller": "npm:^1.0.1" - "@metamask/connectivity-controller": "npm:^0.3.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/network-enablement-controller": "npm:^6.0.5" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/client-controller": "npm:^2.0.0" + "@metamask/connectivity-controller": "npm:^1.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/network-enablement-controller": "npm:^7.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -8092,25 +8189,25 @@ __metadata: languageName: unknown linkType: soft -"@metamask/network-controller@npm:^36.0.0, @metamask/network-controller@workspace:packages/network-controller": +"@metamask/network-controller@npm:^37.0.0, @metamask/network-controller@workspace:packages/network-controller": version: 0.0.0-use.local resolution: "@metamask/network-controller@workspace:packages/network-controller" dependencies: "@json-rpc-specification/meta-schema": "npm:^1.0.6" - "@metamask/analytics-controller": "npm:^2.1.0" + "@metamask/analytics-controller": "npm:^3.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/config-registry-controller": "npm:^3.1.0" - "@metamask/connectivity-controller": "npm:^0.3.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/eth-block-tracker": "npm:^15.0.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/config-registry-controller": "npm:^4.0.0" + "@metamask/connectivity-controller": "npm:^1.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/eth-block-tracker": "npm:^16.0.0" "@metamask/eth-json-rpc-infura": "npm:^10.3.0" - "@metamask/eth-json-rpc-middleware": "npm:^24.0.2" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" + "@metamask/eth-json-rpc-middleware": "npm:^25.0.0" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" "@metamask/eth-query": "npm:^4.0.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/swappable-obj-proxy": "npm:^2.3.0" "@metamask/utils": "npm:^11.12.0" @@ -8144,20 +8241,20 @@ __metadata: languageName: unknown linkType: soft -"@metamask/network-enablement-controller@npm:^6.0.5, @metamask/network-enablement-controller@workspace:packages/network-enablement-controller": +"@metamask/network-enablement-controller@npm:^7.0.0, @metamask/network-enablement-controller@workspace:packages/network-enablement-controller": version: 0.0.0-use.local resolution: "@metamask/network-enablement-controller@workspace:packages/network-enablement-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/config-registry-controller": "npm:^3.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/config-registry-controller": "npm:^4.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/multichain-network-controller": "npm:^3.2.4" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/multichain-network-controller": "npm:^4.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/slip44": "npm:^4.3.0" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -8192,13 +8289,13 @@ __metadata: "@contentful/rich-text-html-renderer": "npm:^16.5.2" "@lavamoat/allow-scripts": "npm:^3.0.4" "@lavamoat/preinstall-always-fail": "npm:^2.1.0" - "@metamask/authenticated-user-storage": "npm:^3.0.2" + "@metamask/authenticated-user-storage": "npm:^4.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@types/lodash-es": "npm:^4.17.12" @@ -8245,15 +8342,15 @@ __metadata: languageName: node linkType: hard -"@metamask/passkey-controller@npm:^3.1.0, @metamask/passkey-controller@workspace:packages/passkey-controller": +"@metamask/passkey-controller@npm:^4.0.0, @metamask/passkey-controller@workspace:packages/passkey-controller": version: 0.0.0-use.local resolution: "@metamask/passkey-controller@workspace:packages/passkey-controller" dependencies: "@levischuck/tiny-cbor": "npm:^0.3.3" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@noble/ciphers": "npm:^1.3.0" "@noble/curves": "npm:^1.9.2" @@ -8291,16 +8388,35 @@ __metadata: languageName: node linkType: hard -"@metamask/permission-controller@npm:^13.1.1, @metamask/permission-controller@workspace:packages/permission-controller": +"@metamask/permission-controller@npm:^13.1.1": + version: 13.1.1 + resolution: "@metamask/permission-controller@npm:13.1.1" + dependencies: + "@metamask/approval-controller": "npm:^9.0.1" + "@metamask/base-controller": "npm:^9.1.0" + "@metamask/controller-utils": "npm:^12.0.0" + "@metamask/json-rpc-engine": "npm:^10.5.0" + "@metamask/messenger": "npm:^1.2.0" + "@metamask/rpc-errors": "npm:^7.0.2" + "@metamask/utils": "npm:^11.9.0" + "@types/deep-freeze-strict": "npm:^1.1.0" + deep-freeze-strict: "npm:^1.1.1" + immer: "npm:^9.0.6" + nanoid: "npm:^3.3.8" + checksum: 10/12c6a675217ff510b837543c6e71ea851a3a7bd4592195f9579e76e2779177d2d4f03fcdd4d5c12585598df73250f32d0d49cb114274fc8187cbc7081bbc913b + languageName: node + linkType: hard + +"@metamask/permission-controller@npm:^14.0.0, @metamask/permission-controller@workspace:packages/permission-controller": version: 0.0.0-use.local resolution: "@metamask/permission-controller@workspace:packages/permission-controller" dependencies: - "@metamask/approval-controller": "npm:^9.0.2" + "@metamask/approval-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/utils": "npm:^11.12.0" "@types/deep-freeze-strict": "npm:^1.1.0" @@ -8325,9 +8441,9 @@ __metadata: resolution: "@metamask/permission-log-controller@workspace:packages/permission-log-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/deep-freeze-strict": "npm:^1.1.0" "@types/jest": "npm:^30.0.0" @@ -8350,20 +8466,20 @@ __metadata: resolution: "@metamask/perps-controller@workspace:packages/perps-controller" dependencies: "@metamask/abi-utils": "npm:^2.0.3" - "@metamask/account-tree-controller": "npm:^9.0.0" - "@metamask/authenticated-user-storage": "npm:^3.0.2" + "@metamask/account-tree-controller": "npm:^10.0.0" + "@metamask/authenticated-user-storage": "npm:^4.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/geolocation-controller": "npm:^1.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/geolocation-controller": "npm:^2.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@nktkas/hyperliquid": "npm:^0.33.1" "@types/jest": "npm:^30.0.0" @@ -8384,16 +8500,16 @@ __metadata: languageName: unknown linkType: soft -"@metamask/phishing-controller@npm:^17.4.1, @metamask/phishing-controller@workspace:packages/phishing-controller": +"@metamask/phishing-controller@npm:^18.0.0, @metamask/phishing-controller@workspace:packages/phishing-controller": version: 0.0.0-use.local resolution: "@metamask/phishing-controller@workspace:packages/phishing-controller" dependencies: - "@metamask/address-book-controller": "npm:^7.1.2" + "@metamask/address-book-controller": "npm:^8.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/transaction-controller": "npm:^70.0.0" "@noble/hashes": "npm:^1.8.0" "@types/jest": "npm:^30.0.0" "@types/punycode": "npm:^2.1.0" @@ -8450,13 +8566,13 @@ __metadata: languageName: unknown linkType: soft -"@metamask/polling-controller@npm:^16.0.9, @metamask/polling-controller@workspace:packages/polling-controller": +"@metamask/polling-controller@npm:^17.0.0, @metamask/polling-controller@workspace:packages/polling-controller": version: 0.0.0-use.local resolution: "@metamask/polling-controller@workspace:packages/polling-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@types/uuid": "npm:^8.3.0" @@ -8484,13 +8600,13 @@ __metadata: languageName: node linkType: hard -"@metamask/preferences-controller@npm:^23.1.0, @metamask/preferences-controller@workspace:packages/preferences-controller": +"@metamask/preferences-controller@npm:^24.0.0, @metamask/preferences-controller@workspace:packages/preferences-controller": version: 0.0.0-use.local resolution: "@metamask/preferences-controller@workspace:packages/preferences-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -8509,20 +8625,20 @@ __metadata: version: 0.0.0-use.local resolution: "@metamask/profile-metrics-controller@workspace:packages/profile-metrics-controller" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" + "@metamask/accounts-controller": "npm:^40.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/snaps-utils": "npm:^12.1.2" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -8540,23 +8656,23 @@ __metadata: languageName: unknown linkType: soft -"@metamask/profile-sync-controller@npm:^30.0.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller": +"@metamask/profile-sync-controller@npm:^31.0.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller": version: 0.0.0-use.local resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller" dependencies: "@lavamoat/allow-scripts": "npm:^3.0.4" "@lavamoat/preinstall-always-fail": "npm:^2.1.0" - "@metamask/address-book-controller": "npm:^7.1.2" + "@metamask/address-book-controller": "npm:^8.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/eth-hd-keyring": "npm:^15.0.0" "@metamask/key-tree": "npm:^10.1.1" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-api": "npm:^12.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/providers": "npm:^22.1.0" - "@metamask/seedless-onboarding-controller": "npm:^10.1.1" + "@metamask/seedless-onboarding-controller": "npm:^11.0.0" "@metamask/utils": "npm:^11.12.0" "@noble/ciphers": "npm:^1.3.0" "@noble/curves": "npm:^1.9.2" @@ -8605,16 +8721,16 @@ __metadata: languageName: node linkType: hard -"@metamask/ramps-controller@npm:^20.3.0, @metamask/ramps-controller@workspace:packages/ramps-controller": +"@metamask/ramps-controller@npm:^21.0.0, @metamask/ramps-controller@workspace:packages/ramps-controller": version: 0.0.0-use.local resolution: "@metamask/ramps-controller@workspace:packages/ramps-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -8634,8 +8750,8 @@ __metadata: resolution: "@metamask/rate-limit-controller@workspace:packages/rate-limit-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -8656,8 +8772,8 @@ __metadata: resolution: "@metamask/react-data-query@workspace:packages/react-data-query" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@tanstack/react-query": "npm:^5.62.16" @@ -8683,15 +8799,15 @@ __metadata: languageName: unknown linkType: soft -"@metamask/remote-feature-flag-controller@npm:^6.1.1, @metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller": +"@metamask/remote-feature-flag-controller@npm:^7.0.0, @metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller": version: 0.0.0-use.local resolution: "@metamask/remote-feature-flag-controller@workspace:packages/remote-feature-flag-controller" dependencies: "@lavamoat/allow-scripts": "npm:^3.0.4" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -8730,11 +8846,11 @@ __metadata: resolution: "@metamask/sample-controllers@workspace:packages/sample-controllers" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" @@ -8762,7 +8878,7 @@ __metadata: languageName: node linkType: hard -"@metamask/seedless-onboarding-controller@npm:^10.1.1, @metamask/seedless-onboarding-controller@workspace:packages/seedless-onboarding-controller": +"@metamask/seedless-onboarding-controller@npm:^11.0.0, @metamask/seedless-onboarding-controller@workspace:packages/seedless-onboarding-controller": version: 0.0.0-use.local resolution: "@metamask/seedless-onboarding-controller@workspace:packages/seedless-onboarding-controller" dependencies: @@ -8770,10 +8886,10 @@ __metadata: "@lavamoat/preinstall-always-fail": "npm:^2.1.0" "@metamask/auth-network-utils": "npm:^0.3.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/browser-passworder": "npm:^6.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/toprf-secure-backup": "npm:^1.1.0" "@metamask/utils": "npm:^11.12.0" "@noble/ciphers": "npm:^1.3.0" @@ -8801,11 +8917,11 @@ __metadata: resolution: "@metamask/selected-network-controller@workspace:packages/selected-network-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/permission-controller": "npm:^13.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/permission-controller": "npm:^14.0.0" "@metamask/swappable-obj-proxy": "npm:^2.3.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" @@ -8825,14 +8941,14 @@ __metadata: languageName: unknown linkType: soft -"@metamask/sentinel-api-service@npm:^1.0.1, @metamask/sentinel-api-service@workspace:packages/sentinel-api-service": +"@metamask/sentinel-api-service@npm:^2.0.0, @metamask/sentinel-api-service@workspace:packages/sentinel-api-service": version: 0.0.0-use.local resolution: "@metamask/sentinel-api-service@workspace:packages/sentinel-api-service" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" @@ -8850,7 +8966,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/shield-controller@npm:^6.0.2, @metamask/shield-controller@workspace:packages/shield-controller": +"@metamask/shield-controller@npm:^7.0.0, @metamask/shield-controller@workspace:packages/shield-controller": version: 0.0.0-use.local resolution: "@metamask/shield-controller@workspace:packages/shield-controller" dependencies: @@ -8858,13 +8974,13 @@ __metadata: "@lavamoat/allow-scripts": "npm:^3.0.4" "@lavamoat/preinstall-always-fail": "npm:^2.1.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" - "@metamask/signature-controller": "npm:^39.2.10" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" + "@metamask/signature-controller": "npm:^40.0.0" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@types/jest": "npm:^30.0.0" @@ -8883,21 +8999,21 @@ __metadata: languageName: unknown linkType: soft -"@metamask/signature-controller@npm:^39.2.10, @metamask/signature-controller@workspace:packages/signature-controller": +"@metamask/signature-controller@npm:^40.0.0, @metamask/signature-controller@workspace:packages/signature-controller": version: 0.0.0-use.local resolution: "@metamask/signature-controller@workspace:packages/signature-controller" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" - "@metamask/approval-controller": "npm:^9.0.2" + "@metamask/accounts-controller": "npm:^40.0.0" + "@metamask/approval-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-sig-util": "npm:^9.0.0" - "@metamask/gator-permissions-controller": "npm:^5.0.2" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/logging-controller": "npm:^9.0.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/gator-permissions-controller": "npm:^6.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/logging-controller": "npm:^10.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -8940,18 +9056,18 @@ __metadata: "@ethersproject/keccak256": "npm:^5.8.0" "@ethersproject/transactions": "npm:^5.7.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" "@metamask/eth-query": "npm:^4.0.0" - "@metamask/json-rpc-engine": "npm:^10.5.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/profile-sync-controller": "npm:^30.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/json-rpc-engine": "npm:^11.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@typescript/native": "npm:typescript@^7.0.2" bignumber.js: "npm:^9.1.2" @@ -8969,7 +9085,7 @@ __metadata: languageName: unknown linkType: soft -"@metamask/snap-account-service@npm:^2.1.2, @metamask/snap-account-service@workspace:packages/snap-account-service": +"@metamask/snap-account-service@npm:^3.0.0, @metamask/snap-account-service@workspace:packages/snap-account-service": version: 0.0.0-use.local resolution: "@metamask/snap-account-service@workspace:packages/snap-account-service" dependencies: @@ -8977,11 +9093,11 @@ __metadata: "@metamask/auto-changelog": "npm:^6.1.0" "@metamask/eth-snap-keyring": "npm:^24.0.0" "@metamask/keyring-api": "npm:^24.0.0" - "@metamask/keyring-controller": "npm:^27.1.1" + "@metamask/keyring-controller": "npm:^28.0.0" "@metamask/keyring-internal-snap-client": "npm:^11.0.0" "@metamask/keyring-snap-sdk": "npm:^10.0.0" "@metamask/keyring-utils": "npm:^5.0.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/snaps-controllers": "npm:^19.0.0" "@metamask/snaps-sdk": "npm:^11.0.0" "@metamask/utils": "npm:^11.12.0" @@ -9121,11 +9237,11 @@ __metadata: resolution: "@metamask/social-controllers@workspace:packages/social-controllers" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/superstruct": "npm:^3.4.1" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -9145,7 +9261,7 @@ __metadata: resolution: "@metamask/solana-test-validator-up@workspace:packages/solana-test-validator-up" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/local-node-utils": "npm:^1.0.0" + "@metamask/local-node-utils": "npm:^2.0.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" deepmerge: "npm:^4.2.2" @@ -9186,12 +9302,22 @@ __metadata: languageName: unknown linkType: soft -"@metamask/storage-service@npm:^1.0.1, @metamask/storage-service@npm:^1.0.2, @metamask/storage-service@workspace:packages/storage-service": +"@metamask/storage-service@npm:^1.0.1": + version: 1.0.2 + resolution: "@metamask/storage-service@npm:1.0.2" + dependencies: + "@metamask/messenger": "npm:^1.2.0" + "@metamask/utils": "npm:^11.9.0" + checksum: 10/dda8f1a6c63c98bbd8fa61cd5863e54f8e9801389a96efc69fd8d10011cd194370990bac5b8693c7861e23769237e617946e0304a1dc9ea4da83b8d3fb6c8942 + languageName: node + linkType: hard + +"@metamask/storage-service@npm:^2.0.0, @metamask/storage-service@workspace:packages/storage-service": version: 0.0.0-use.local resolution: "@metamask/storage-service@workspace:packages/storage-service" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -9206,19 +9332,19 @@ __metadata: languageName: unknown linkType: soft -"@metamask/subscription-controller@npm:^8.1.0, @metamask/subscription-controller@workspace:packages/subscription-controller": +"@metamask/subscription-controller@npm:^9.0.0, @metamask/subscription-controller@workspace:packages/subscription-controller": version: 0.0.0-use.local resolution: "@metamask/subscription-controller@workspace:packages/subscription-controller" dependencies: "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/polling-controller": "npm:^16.0.9" - "@metamask/profile-sync-controller": "npm:^30.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/polling-controller": "npm:^17.0.0" + "@metamask/profile-sync-controller": "npm:^31.0.0" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" "@types/jest": "npm:^30.0.0" @@ -9268,7 +9394,7 @@ __metadata: languageName: node linkType: hard -"@metamask/transaction-controller@npm:^69.8.1, @metamask/transaction-controller@workspace:packages/transaction-controller": +"@metamask/transaction-controller@npm:^70.0.0, @metamask/transaction-controller@workspace:packages/transaction-controller": version: 0.0.0-use.local resolution: "@metamask/transaction-controller@workspace:packages/transaction-controller" dependencies: @@ -9280,22 +9406,22 @@ __metadata: "@ethersproject/abi": "npm:^5.7.0" "@ethersproject/contracts": "npm:^5.7.0" "@ethersproject/wallet": "npm:^5.7.0" - "@metamask/accounts-controller": "npm:^39.1.1" - "@metamask/approval-controller": "npm:^9.0.2" + "@metamask/accounts-controller": "npm:^40.0.0" + "@metamask/approval-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/connectivity-controller": "npm:^0.3.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/core-backend": "npm:^9.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/connectivity-controller": "npm:^1.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/core-backend": "npm:^10.0.0" "@metamask/eth-block-tracker": "npm:^15.0.0" - "@metamask/eth-json-rpc-provider": "npm:^6.0.1" + "@metamask/eth-json-rpc-provider": "npm:^7.0.0" "@metamask/ethjs-provider-http": "npm:^0.3.0" - "@metamask/gas-fee-controller": "npm:^26.3.2" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/gas-fee-controller": "npm:^27.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/metamask-eth-abis": "npm:^3.1.1" - "@metamask/network-controller": "npm:^36.0.0" + "@metamask/network-controller": "npm:^37.0.0" "@metamask/nonce-tracker": "npm:^6.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/utils": "npm:^11.12.0" "@types/bn.js": "npm:^5.1.5" @@ -9334,20 +9460,20 @@ __metadata: "@ethersproject/abi": "npm:^5.7.0" "@ethersproject/contracts": "npm:^5.7.0" "@ethersproject/providers": "npm:^5.7.0" - "@metamask/assets-controller": "npm:^15.1.0" - "@metamask/assets-controllers": "npm:^111.3.0" + "@metamask/assets-controller": "npm:^16.0.0" + "@metamask/assets-controllers": "npm:^112.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/gas-fee-controller": "npm:^26.3.2" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/gas-fee-controller": "npm:^27.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/metamask-eth-abis": "npm:^3.1.1" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/ramps-controller": "npm:^20.3.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" - "@metamask/sentinel-api-service": "npm:^1.0.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/ramps-controller": "npm:^21.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" + "@metamask/sentinel-api-service": "npm:^2.0.0" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -9370,20 +9496,20 @@ __metadata: version: 0.0.0-use.local resolution: "@metamask/user-operation-controller@workspace:packages/user-operation-controller" dependencies: - "@metamask/approval-controller": "npm:^9.0.2" + "@metamask/approval-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/controller-utils": "npm:^12.3.0" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/controller-utils": "npm:^13.0.0" "@metamask/eth-block-tracker": "npm:^15.0.0" "@metamask/eth-query": "npm:^4.0.0" - "@metamask/gas-fee-controller": "npm:^26.3.2" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/polling-controller": "npm:^16.0.9" + "@metamask/gas-fee-controller": "npm:^27.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/polling-controller": "npm:^17.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/superstruct": "npm:^3.4.1" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" @@ -9447,19 +9573,19 @@ __metadata: dependencies: "@inquirer/confirm": "npm:^6.0.11" "@inquirer/password": "npm:^5.1.1" - "@metamask/analytics-controller": "npm:^2.1.0" + "@metamask/analytics-controller": "npm:^3.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" - "@metamask/config-registry-controller": "npm:^3.1.0" - "@metamask/foundryup": "npm:^1.0.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/base-controller": "npm:^10.0.0" + "@metamask/config-registry-controller": "npm:^4.0.0" + "@metamask/foundryup": "npm:^2.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/rpc-errors": "npm:^7.0.2" "@metamask/scure-bip39": "npm:^2.1.1" - "@metamask/storage-service": "npm:^1.0.2" + "@metamask/storage-service": "npm:^2.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" - "@metamask/wallet": "npm:^12.0.3" + "@metamask/wallet": "npm:^13.0.0" "@oclif/core": "npm:^4.10.5" "@types/better-sqlite3": "npm:^7.6.13" "@types/jest": "npm:^30.0.0" @@ -9491,9 +9617,9 @@ __metadata: "@easyops-cn/docusaurus-search-local": "npm:^0.55.1" "@mdx-js/react": "npm:^3.1.1" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-data-service": "npm:^1.0.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/messenger": "npm:^2.0.0" + "@metamask/base-data-service": "npm:^2.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/messenger": "npm:^3.0.0" "@metamask/superstruct": "npm:^3.4.1" "@metamask/utils": "npm:^11.12.0" "@tanstack/query-core": "npm:^5.62.16" @@ -9513,32 +9639,32 @@ __metadata: languageName: unknown linkType: soft -"@metamask/wallet@npm:^12.0.3, @metamask/wallet@workspace:packages/wallet": +"@metamask/wallet@npm:^13.0.0, @metamask/wallet@workspace:packages/wallet": version: 0.0.0-use.local resolution: "@metamask/wallet@workspace:packages/wallet" dependencies: - "@metamask/accounts-controller": "npm:^39.1.1" - "@metamask/address-book-controller": "npm:^7.1.2" - "@metamask/approval-controller": "npm:^9.0.2" + "@metamask/accounts-controller": "npm:^40.0.0" + "@metamask/address-book-controller": "npm:^8.0.0" + "@metamask/approval-controller": "npm:^10.0.0" "@metamask/auto-changelog": "npm:^6.1.0" - "@metamask/base-controller": "npm:^9.1.0" + "@metamask/base-controller": "npm:^10.0.0" "@metamask/browser-passworder": "npm:^6.0.0" - "@metamask/claims-controller": "npm:^0.6.2" - "@metamask/config-registry-controller": "npm:^3.1.0" - "@metamask/connectivity-controller": "npm:^0.3.0" - "@metamask/controller-utils": "npm:^12.3.0" - "@metamask/gas-fee-controller": "npm:^26.3.2" - "@metamask/keyring-controller": "npm:^27.1.1" - "@metamask/messenger": "npm:^2.0.0" - "@metamask/network-controller": "npm:^36.0.0" - "@metamask/passkey-controller": "npm:^3.1.0" - "@metamask/remote-feature-flag-controller": "npm:^6.1.1" + "@metamask/claims-controller": "npm:^1.0.0" + "@metamask/config-registry-controller": "npm:^4.0.0" + "@metamask/connectivity-controller": "npm:^1.0.0" + "@metamask/controller-utils": "npm:^13.0.0" + "@metamask/gas-fee-controller": "npm:^27.0.0" + "@metamask/keyring-controller": "npm:^28.0.0" + "@metamask/messenger": "npm:^3.0.0" + "@metamask/network-controller": "npm:^37.0.0" + "@metamask/passkey-controller": "npm:^4.0.0" + "@metamask/remote-feature-flag-controller": "npm:^7.0.0" "@metamask/scure-bip39": "npm:^2.1.1" - "@metamask/seedless-onboarding-controller": "npm:^10.1.1" - "@metamask/shield-controller": "npm:^6.0.2" - "@metamask/storage-service": "npm:^1.0.2" - "@metamask/subscription-controller": "npm:^8.1.0" - "@metamask/transaction-controller": "npm:^69.8.1" + "@metamask/seedless-onboarding-controller": "npm:^11.0.0" + "@metamask/shield-controller": "npm:^7.0.0" + "@metamask/storage-service": "npm:^2.0.0" + "@metamask/subscription-controller": "npm:^9.0.0" + "@metamask/transaction-controller": "npm:^70.0.0" "@metamask/utils": "npm:^11.12.0" "@types/jest": "npm:^30.0.0" "@typescript/native": "npm:typescript@^7.0.2" From f10105465c847600c9c98aa432d9c6dc484242ce Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Wed, 9 Sep 2026 20:07:42 +0200 Subject: [PATCH 3/6] Remove uncategorised entries --- packages/account-tree-controller/CHANGELOG.md | 4 ---- packages/accounts-controller/CHANGELOG.md | 5 ---- packages/address-book-controller/CHANGELOG.md | 9 -------- packages/ai-controllers/CHANGELOG.md | 5 ---- packages/analytics-controller/CHANGELOG.md | 5 ---- packages/announcement-controller/CHANGELOG.md | 18 --------------- packages/app-metadata-controller/CHANGELOG.md | 15 ------------ packages/approval-controller/CHANGELOG.md | 9 -------- packages/assets-controller/CHANGELOG.md | 4 ---- packages/assets-controllers/CHANGELOG.md | 4 ---- .../authenticated-user-storage/CHANGELOG.md | 5 ---- packages/base-controller/CHANGELOG.md | 15 ------------ packages/base-data-service/CHANGELOG.md | 9 -------- packages/bitcoin-regtest-up/CHANGELOG.md | 8 ------- packages/bridge-controller/CHANGELOG.md | 4 ---- .../bridge-status-controller/CHANGELOG.md | 4 ---- packages/build-utils/CHANGELOG.md | 23 ------------------- .../chain-agnostic-permission/CHANGELOG.md | 11 --------- packages/chomp-api-service/CHANGELOG.md | 5 ---- packages/claims-controller/CHANGELOG.md | 4 ---- packages/client-controller/CHANGELOG.md | 17 -------------- packages/client-utils/CHANGELOG.md | 5 ---- packages/compliance-controller/CHANGELOG.md | 8 ------- packages/composable-controller/CHANGELOG.md | 16 ------------- .../config-registry-controller/CHANGELOG.md | 5 ---- packages/connectivity-controller/CHANGELOG.md | 9 -------- packages/controller-utils/CHANGELOG.md | 11 --------- packages/core-backend/CHANGELOG.md | 4 ---- packages/delegation-controller/CHANGELOG.md | 9 -------- packages/earn-controller/CHANGELOG.md | 4 ---- packages/eip-5792-middleware/CHANGELOG.md | 9 -------- .../CHANGELOG.md | 8 ------- .../CHANGELOG.md | 9 -------- packages/eth-block-tracker/CHANGELOG.md | 19 --------------- packages/eth-json-rpc-middleware/CHANGELOG.md | 5 ---- packages/eth-json-rpc-provider/CHANGELOG.md | 13 ----------- packages/foundryup/CHANGELOG.md | 22 ------------------ packages/gas-fee-controller/CHANGELOG.md | 5 ---- .../gator-permissions-controller/CHANGELOG.md | 5 ---- packages/geolocation-controller/CHANGELOG.md | 5 ---- packages/java-tron-up/CHANGELOG.md | 8 ------- packages/json-rpc-engine/CHANGELOG.md | 10 -------- .../json-rpc-middleware-stream/CHANGELOG.md | 23 ------------------- packages/keyring-controller/CHANGELOG.md | 5 ---- packages/kyc-controller/CHANGELOG.md | 4 ---- packages/local-node-utils/CHANGELOG.md | 9 -------- packages/logging-controller/CHANGELOG.md | 5 ---- packages/message-manager/CHANGELOG.md | 9 -------- packages/messenger-cli/CHANGELOG.md | 10 -------- packages/messenger/CHANGELOG.md | 12 ---------- .../CHANGELOG.md | 5 ---- .../CHANGELOG.md | 6 ----- .../money-account-controller/CHANGELOG.md | 6 ----- .../CHANGELOG.md | 5 ---- packages/money-account-utils/CHANGELOG.md | 5 ---- .../multichain-account-service/CHANGELOG.md | 5 ---- .../multichain-api-middleware/CHANGELOG.md | 5 ---- .../CHANGELOG.md | 5 ---- .../CHANGELOG.md | 5 ---- packages/name-controller/CHANGELOG.md | 9 -------- .../CHANGELOG.md | 6 ----- packages/network-controller/CHANGELOG.md | 7 ------ .../CHANGELOG.md | 5 ---- .../CHANGELOG.md | 4 ---- packages/passkey-controller/CHANGELOG.md | 5 ---- packages/permission-controller/CHANGELOG.md | 9 -------- .../permission-log-controller/CHANGELOG.md | 17 -------------- packages/perps-controller/CHANGELOG.md | 4 ---- packages/phishing-controller/CHANGELOG.md | 6 ----- packages/platform-api-docs/CHANGELOG.md | 4 ---- packages/polling-controller/CHANGELOG.md | 5 ---- packages/preferences-controller/CHANGELOG.md | 19 --------------- .../profile-metrics-controller/CHANGELOG.md | 4 ---- packages/profile-sync-controller/CHANGELOG.md | 4 ---- packages/ramps-controller/CHANGELOG.md | 4 ---- packages/rate-limit-controller/CHANGELOG.md | 15 ------------ packages/react-data-query/CHANGELOG.md | 6 ----- .../CHANGELOG.md | 4 ---- packages/sample-controllers/CHANGELOG.md | 5 ---- .../CHANGELOG.md | 5 ---- .../selected-network-controller/CHANGELOG.md | 5 ---- packages/sentinel-api-service/CHANGELOG.md | 5 ---- packages/shield-controller/CHANGELOG.md | 4 ---- packages/signature-controller/CHANGELOG.md | 5 ---- .../CHANGELOG.md | 4 ---- packages/snap-account-service/CHANGELOG.md | 5 ---- packages/social-controllers/CHANGELOG.md | 4 ---- .../solana-test-validator-up/CHANGELOG.md | 8 ------- packages/storage-service/CHANGELOG.md | 9 -------- packages/subscription-controller/CHANGELOG.md | 4 ---- packages/transaction-controller/CHANGELOG.md | 4 ---- .../transaction-pay-controller/CHANGELOG.md | 4 ---- .../user-operation-controller/CHANGELOG.md | 5 ---- packages/wallet/CHANGELOG.md | 4 ---- 94 files changed, 713 deletions(-) diff --git a/packages/account-tree-controller/CHANGELOG.md b/packages/account-tree-controller/CHANGELOG.md index d5ac073c117..53a95e0f66a 100644 --- a/packages/account-tree-controller/CHANGELOG.md +++ b/packages/account-tree-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index 8ec565a141a..4cda3cd9b56 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [40.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/address-book-controller/CHANGELOG.md b/packages/address-book-controller/CHANGELOG.md index db0297a5e1f..aad2110b7a9 100644 --- a/packages/address-book-controller/CHANGELOG.md +++ b/packages/address-book-controller/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [8.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/ai-controllers/CHANGELOG.md b/packages/ai-controllers/CHANGELOG.md index ad39fea8d47..05487a1277c 100644 --- a/packages/ai-controllers/CHANGELOG.md +++ b/packages/ai-controllers/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/analytics-controller/CHANGELOG.md b/packages/analytics-controller/CHANGELOG.md index cf53f3dc909..73e02d75418 100644 --- a/packages/analytics-controller/CHANGELOG.md +++ b/packages/analytics-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index ff86269751e..9249492fd36 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -9,24 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- refactor: add `.js` import extensions to UX Teams packages ([#9621](https://github.com/MetaMask/core/pull/9621)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) -- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) -- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/app-metadata-controller/CHANGELOG.md b/packages/app-metadata-controller/CHANGELOG.md index 26a53946e3a..0aaed2bcb9b 100644 --- a/packages/app-metadata-controller/CHANGELOG.md +++ b/packages/app-metadata-controller/CHANGELOG.md @@ -9,21 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- refactor: add `.js` import extensions to Mobile Platform packages ([#9618](https://github.com/MetaMask/core/pull/9618)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) -- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/approval-controller/CHANGELOG.md b/packages/approval-controller/CHANGELOG.md index d6ff282e7f2..546b9a9877a 100644 --- a/packages/approval-controller/CHANGELOG.md +++ b/packages/approval-controller/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/assets-controller/CHANGELOG.md b/packages/assets-controller/CHANGELOG.md index 47ac8ae7449..1e7b3b2bb5e 100644 --- a/packages/assets-controller/CHANGELOG.md +++ b/packages/assets-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [16.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index 28454c53cb3..d48950ea952 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [112.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/authenticated-user-storage/CHANGELOG.md b/packages/authenticated-user-storage/CHANGELOG.md index f2b396ccfa7..2179848903f 100644 --- a/packages/authenticated-user-storage/CHANGELOG.md +++ b/packages/authenticated-user-storage/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/base-controller/CHANGELOG.md b/packages/base-controller/CHANGELOG.md index 49b7d468d7a..9b0ddfbfedb 100644 --- a/packages/base-controller/CHANGELOG.md +++ b/packages/base-controller/CHANGELOG.md @@ -9,21 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Add lint:tsc package script ([#9652](https://github.com/MetaMask/core/pull/9652)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: remove unused deps in core-platform packages ([#9064](https://github.com/MetaMask/core/pull/9064)) -- Release 973.0.0 ([#8753](https://github.com/MetaMask/core/pull/8753)) -- Release 970.0.0 ([#8746](https://github.com/MetaMask/core/pull/8746)) -- Release/951.0.0 ([#8661](https://github.com/MetaMask/core/pull/8661)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/base-data-service/CHANGELOG.md b/packages/base-data-service/CHANGELOG.md index d4e3d92d645..5c919980538 100644 --- a/packages/base-data-service/CHANGELOG.md +++ b/packages/base-data-service/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) -- Add typechecking in CI for react-data-query ([#10010](https://github.com/MetaMask/core/pull/10010)) -- Enable typechecking in CI for base-data-service ([#10009](https://github.com/MetaMask/core/pull/10009)) -- docs: Improve `ExampleDataService` types ([#10001](https://github.com/MetaMask/core/pull/10001)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/bitcoin-regtest-up/CHANGELOG.md b/packages/bitcoin-regtest-up/CHANGELOG.md index b9e7e26f2c0..bb2233b78b0 100644 --- a/packages/bitcoin-regtest-up/CHANGELOG.md +++ b/packages/bitcoin-regtest-up/CHANGELOG.md @@ -9,14 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/bridge-controller/CHANGELOG.md b/packages/bridge-controller/CHANGELOG.md index 5bea69a478f..294e6bb27a6 100644 --- a/packages/bridge-controller/CHANGELOG.md +++ b/packages/bridge-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [81.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/bridge-status-controller/CHANGELOG.md b/packages/bridge-status-controller/CHANGELOG.md index 7062151f39c..27d38c2d847 100644 --- a/packages/bridge-status-controller/CHANGELOG.md +++ b/packages/bridge-status-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [76.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md index b4c928380f0..24a30851758 100644 --- a/packages/build-utils/CHANGELOG.md +++ b/packages/build-utils/CHANGELOG.md @@ -9,29 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Use Oxfmt for import sorting instead of `import-x/order` ([#8438](https://github.com/MetaMask/core/pull/8438)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) -- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) -- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) -- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) -- chore(lint): Fix suppressed ESLint errors in `build-utils` package ([#7460](https://github.com/MetaMask/core/pull/7460)) -- chore: Re-enable `@typescript-eslint/no-unnecessary-type-assertions` ([#7296](https://github.com/MetaMask/core/pull/7296)) -- chore: Fix all auto-fixable ESLint warnings ([#7105](https://github.com/MetaMask/core/pull/7105)) -- chore: Update `typescript` to v5.3 ([#7081](https://github.com/MetaMask/core/pull/7081)) -- fix: Fix build script not working because of missing `@ts-bridge/cli` dependency ([#7040](https://github.com/MetaMask/core/pull/7040)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/chain-agnostic-permission/CHANGELOG.md b/packages/chain-agnostic-permission/CHANGELOG.md index ca211ec8bd5..dc548836c62 100644 --- a/packages/chain-agnostic-permission/CHANGELOG.md +++ b/packages/chain-agnostic-permission/CHANGELOG.md @@ -9,17 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: bump accounts deps ([#9754](https://github.com/MetaMask/core/pull/9754)) -- chore: bump accounts deps ([#9676](https://github.com/MetaMask/core/pull/9676)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/chomp-api-service/CHANGELOG.md b/packages/chomp-api-service/CHANGELOG.md index 4409281f0cc..57cc21f11b4 100644 --- a/packages/chomp-api-service/CHANGELOG.md +++ b/packages/chomp-api-service/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/claims-controller/CHANGELOG.md b/packages/claims-controller/CHANGELOG.md index 60a00addd11..3e532273b6d 100644 --- a/packages/claims-controller/CHANGELOG.md +++ b/packages/claims-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/client-controller/CHANGELOG.md b/packages/client-controller/CHANGELOG.md index e980cc17ae5..eb1f61ddaa5 100644 --- a/packages/client-controller/CHANGELOG.md +++ b/packages/client-controller/CHANGELOG.md @@ -9,23 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- refactor: add `.js` import extensions to Core Platform joint packages ([#9642](https://github.com/MetaMask/core/pull/9642)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) -- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) -- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/client-utils/CHANGELOG.md b/packages/client-utils/CHANGELOG.md index 64863cfa03f..fa3810e18b0 100644 --- a/packages/client-utils/CHANGELOG.md +++ b/packages/client-utils/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/compliance-controller/CHANGELOG.md b/packages/compliance-controller/CHANGELOG.md index 37d132e4701..0407f425c3d 100644 --- a/packages/compliance-controller/CHANGELOG.md +++ b/packages/compliance-controller/CHANGELOG.md @@ -9,14 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Perps packages ([#9626](https://github.com/MetaMask/core/pull/9626)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/composable-controller/CHANGELOG.md b/packages/composable-controller/CHANGELOG.md index c1dbcb662cd..d995127277b 100644 --- a/packages/composable-controller/CHANGELOG.md +++ b/packages/composable-controller/CHANGELOG.md @@ -9,22 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- Release 973.0.0 ([#8753](https://github.com/MetaMask/core/pull/8753)) -- Release 970.0.0 ([#8746](https://github.com/MetaMask/core/pull/8746)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) -- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/config-registry-controller/CHANGELOG.md b/packages/config-registry-controller/CHANGELOG.md index c11119dd3ce..158c408290a 100644 --- a/packages/config-registry-controller/CHANGELOG.md +++ b/packages/config-registry-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/connectivity-controller/CHANGELOG.md b/packages/connectivity-controller/CHANGELOG.md index 77f24c0e408..5dbd7850ac2 100644 --- a/packages/connectivity-controller/CHANGELOG.md +++ b/packages/connectivity-controller/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/controller-utils/CHANGELOG.md b/packages/controller-utils/CHANGELOG.md index 1065e6fdee0..0fd7d7bd123 100644 --- a/packages/controller-utils/CHANGELOG.md +++ b/packages/controller-utils/CHANGELOG.md @@ -9,17 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Move FakeProvider to eth-json-rpc-provider (as FakeInternalProvider) ([#10099](https://github.com/MetaMask/core/pull/10099)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- Rewrite createServicePolicy tests ([#8666](https://github.com/MetaMask/core/pull/8666)) - ### Added - Add optional `startTime` to `TraceRequest` to allow backdating a span's start time ([#9315](https://github.com/MetaMask/core/pull/9315)) diff --git a/packages/core-backend/CHANGELOG.md b/packages/core-backend/CHANGELOG.md index 70eaf34ad68..8acfc8e54da 100644 --- a/packages/core-backend/CHANGELOG.md +++ b/packages/core-backend/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/delegation-controller/CHANGELOG.md b/packages/delegation-controller/CHANGELOG.md index ae3ac61442c..b7285460e52 100644 --- a/packages/delegation-controller/CHANGELOG.md +++ b/packages/delegation-controller/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Delegation packages ([#9622](https://github.com/MetaMask/core/pull/9622)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index b540aeac9c9..3c2cd9b20ba 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eip-5792-middleware/CHANGELOG.md b/packages/eip-5792-middleware/CHANGELOG.md index e124cdb3824..76780936677 100644 --- a/packages/eip-5792-middleware/CHANGELOG.md +++ b/packages/eip-5792-middleware/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Release/1179.0.0 ([#9791](https://github.com/MetaMask/core/pull/9791)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md index 440943d7fc7..bebbdb0bda2 100644 --- a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md +++ b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md @@ -9,14 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Core Platform joint packages ([#9642](https://github.com/MetaMask/core/pull/9642)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eip1193-permission-middleware/CHANGELOG.md b/packages/eip1193-permission-middleware/CHANGELOG.md index c96fe42acad..bafdbdf74dc 100644 --- a/packages/eip1193-permission-middleware/CHANGELOG.md +++ b/packages/eip1193-permission-middleware/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eth-block-tracker/CHANGELOG.md b/packages/eth-block-tracker/CHANGELOG.md index e7c7b35f356..1f7314da139 100644 --- a/packages/eth-block-tracker/CHANGELOG.md +++ b/packages/eth-block-tracker/CHANGELOG.md @@ -9,25 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [16.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: remove vestigial lint scripts from migrated packages ([#9048](https://github.com/MetaMask/core/pull/9048)) -- Release 973.0.0 ([#8753](https://github.com/MetaMask/core/pull/8753)) -- Release 970.0.0 ([#8746](https://github.com/MetaMask/core/pull/8746)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- Release 840.0.0 ([#8078](https://github.com/MetaMask/core/pull/8078)) -- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) -- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) -- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) -- Release 795.0.0 ([#7856](https://github.com/MetaMask/core/pull/7856)) -- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eth-json-rpc-middleware/CHANGELOG.md b/packages/eth-json-rpc-middleware/CHANGELOG.md index 7004a1f3788..e1d48f4b8ed 100644 --- a/packages/eth-json-rpc-middleware/CHANGELOG.md +++ b/packages/eth-json-rpc-middleware/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [25.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/eth-json-rpc-provider/CHANGELOG.md b/packages/eth-json-rpc-provider/CHANGELOG.md index ede0210b08e..30fd4b9d480 100644 --- a/packages/eth-json-rpc-provider/CHANGELOG.md +++ b/packages/eth-json-rpc-provider/CHANGELOG.md @@ -9,19 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: drop unused jest-it-up devDep ([#9052](https://github.com/MetaMask/core/pull/9052)) -- chore: remove vestigial lint scripts from migrated packages ([#9048](https://github.com/MetaMask/core/pull/9048)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) - ### Added - Add `MockInternalProvider`, which can be substituted for `InternalProvider` in tests, while providing the ability to assert requests and inject canned responses ([#10099](https://github.com/MetaMask/core/pull/10099)) diff --git a/packages/foundryup/CHANGELOG.md b/packages/foundryup/CHANGELOG.md index 17ad44c80e8..81944a5c60b 100644 --- a/packages/foundryup/CHANGELOG.md +++ b/packages/foundryup/CHANGELOG.md @@ -9,28 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- ci: diff root `package.json` and `yarn.lock` to find affected workspaces in incremental CI ([#9643](https://github.com/MetaMask/core/pull/9643)) -- refactor: add `.js` import extensions to Mobile and Extension Platform packages ([#9628](https://github.com/MetaMask/core/pull/9628)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) -- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) -- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) -- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) -- chore: Update ESLint config packages to v15 ([#7305](https://github.com/MetaMask/core/pull/7305)) -- chore: Re-enable `@typescript-eslint/no-unnecessary-type-assertions` ([#7296](https://github.com/MetaMask/core/pull/7296)) -- chore: Update `typescript` to v5.3 ([#7081](https://github.com/MetaMask/core/pull/7081)) -- fix: Fix build script not working because of missing `@ts-bridge/cli` dependency ([#7040](https://github.com/MetaMask/core/pull/7040)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/gas-fee-controller/CHANGELOG.md b/packages/gas-fee-controller/CHANGELOG.md index ffa896478be..7c2e559fa22 100644 --- a/packages/gas-fee-controller/CHANGELOG.md +++ b/packages/gas-fee-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [27.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/gator-permissions-controller/CHANGELOG.md b/packages/gator-permissions-controller/CHANGELOG.md index bb9290b8087..ab7285afc91 100644 --- a/packages/gator-permissions-controller/CHANGELOG.md +++ b/packages/gator-permissions-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/geolocation-controller/CHANGELOG.md b/packages/geolocation-controller/CHANGELOG.md index 58b29e496dc..43386589d7b 100644 --- a/packages/geolocation-controller/CHANGELOG.md +++ b/packages/geolocation-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/java-tron-up/CHANGELOG.md b/packages/java-tron-up/CHANGELOG.md index 9296fefcd89..7a968ff60c3 100644 --- a/packages/java-tron-up/CHANGELOG.md +++ b/packages/java-tron-up/CHANGELOG.md @@ -9,14 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/json-rpc-engine/CHANGELOG.md b/packages/json-rpc-engine/CHANGELOG.md index 7843e1ac76d..6e6e5c50a35 100644 --- a/packages/json-rpc-engine/CHANGELOG.md +++ b/packages/json-rpc-engine/CHANGELOG.md @@ -9,16 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: drop unused jest-it-up devDep ([#9052](https://github.com/MetaMask/core/pull/9052)) -- chore: remove vestigial lint scripts from migrated packages ([#9048](https://github.com/MetaMask/core/pull/9048)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index 25757ba2a63..eccd1a74fab 100644 --- a/packages/json-rpc-middleware-stream/CHANGELOG.md +++ b/packages/json-rpc-middleware-stream/CHANGELOG.md @@ -9,29 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: drop unused jest-it-up devDep ([#9052](https://github.com/MetaMask/core/pull/9052)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- chore: secure PUBLISH_PREVIEW_NPM_TOKEN with GitHub environment ([#8011](https://github.com/MetaMask/core/pull/8011)) -- chore: upgrade `typedoc` from `^0.24.8` to `^0.25.13` ([#7898](https://github.com/MetaMask/core/pull/7898)) -- chore: migrate Jest from v27 to v29 ([#7894](https://github.com/MetaMask/core/pull/7894)) -- chore: upgrade Jest-related packages to latest 27.x versions ([#7792](https://github.com/MetaMask/core/pull/7792)) -- chore(lint): Fix suppressed ESLint errors in `json-rpc-middleware-stream` package ([#7463](https://github.com/MetaMask/core/pull/7463)) -- chore: Update ESLint config packages to v15 ([#7305](https://github.com/MetaMask/core/pull/7305)) -- Revert "Release 687.0.0" ([#7201](https://github.com/MetaMask/core/pull/7201)) -- Release 687.0.0 ([#7190](https://github.com/MetaMask/core/pull/7190)) -- chore: Fix all auto-fixable ESLint warnings ([#7105](https://github.com/MetaMask/core/pull/7105)) -- chore: Update `typescript` to v5.3 ([#7081](https://github.com/MetaMask/core/pull/7081)) -- fix: Fix build script not working because of missing `@ts-bridge/cli` dependency ([#7040](https://github.com/MetaMask/core/pull/7040)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index 553ed666178..4759cf7e1c7 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [28.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/kyc-controller/CHANGELOG.md b/packages/kyc-controller/CHANGELOG.md index 175d0f1694f..85eb6629012 100644 --- a/packages/kyc-controller/CHANGELOG.md +++ b/packages/kyc-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/local-node-utils/CHANGELOG.md b/packages/local-node-utils/CHANGELOG.md index f9a1303601c..2673f14618d 100644 --- a/packages/local-node-utils/CHANGELOG.md +++ b/packages/local-node-utils/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index e23d6661d6c..60a8b819515 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index 454b740a622..c18aef698a8 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/messenger-cli/CHANGELOG.md b/packages/messenger-cli/CHANGELOG.md index e2d32213b34..5f2b7e206b8 100644 --- a/packages/messenger-cli/CHANGELOG.md +++ b/packages/messenger-cli/CHANGELOG.md @@ -9,16 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Add lint:tsc package script ([#9652](https://github.com/MetaMask/core/pull/9652)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: remove unused deps in core-platform packages ([#9064](https://github.com/MetaMask/core/pull/9064)) - ### Added - Add `--esm` flag for ESM-compatible import extensions ([#9572](https://github.com/MetaMask/core/pull/9572)) diff --git a/packages/messenger/CHANGELOG.md b/packages/messenger/CHANGELOG.md index 60253429891..2cf966bb18f 100644 --- a/packages/messenger/CHANGELOG.md +++ b/packages/messenger/CHANGELOG.md @@ -9,18 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) -- Constrain MessengerAdapter to match given data services ([#9475](https://github.com/MetaMask/core/pull/9475)) -- Add lint:tsc package script ([#9652](https://github.com/MetaMask/core/pull/9652)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Added - Add `delegateAll` method for exhaustive delegation with compile-time checking ([#8338](https://github.com/MetaMask/core/pull/8338)) diff --git a/packages/money-account-api-data-service/CHANGELOG.md b/packages/money-account-api-data-service/CHANGELOG.md index 275a2232a77..fc341603962 100644 --- a/packages/money-account-api-data-service/CHANGELOG.md +++ b/packages/money-account-api-data-service/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-balance-service/CHANGELOG.md b/packages/money-account-balance-service/CHANGELOG.md index 9e479c7266d..35e020b9acc 100644 --- a/packages/money-account-balance-service/CHANGELOG.md +++ b/packages/money-account-balance-service/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-controller/CHANGELOG.md b/packages/money-account-controller/CHANGELOG.md index 01b25757f91..38af0103965 100644 --- a/packages/money-account-controller/CHANGELOG.md +++ b/packages/money-account-controller/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-upgrade-controller/CHANGELOG.md b/packages/money-account-upgrade-controller/CHANGELOG.md index ce773e8c6bd..f28ed2fc399 100644 --- a/packages/money-account-upgrade-controller/CHANGELOG.md +++ b/packages/money-account-upgrade-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/money-account-utils/CHANGELOG.md b/packages/money-account-utils/CHANGELOG.md index a7eeec97451..75917487403 100644 --- a/packages/money-account-utils/CHANGELOG.md +++ b/packages/money-account-utils/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-account-service/CHANGELOG.md b/packages/multichain-account-service/CHANGELOG.md index 94e0a2d1c89..2a1cd45f84e 100644 --- a/packages/multichain-account-service/CHANGELOG.md +++ b/packages/multichain-account-service/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [14.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-api-middleware/CHANGELOG.md b/packages/multichain-api-middleware/CHANGELOG.md index c6015fc0798..cde93bcf492 100644 --- a/packages/multichain-api-middleware/CHANGELOG.md +++ b/packages/multichain-api-middleware/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-network-controller/CHANGELOG.md b/packages/multichain-network-controller/CHANGELOG.md index 5cce74b8dd0..6dfb56d230f 100644 --- a/packages/multichain-network-controller/CHANGELOG.md +++ b/packages/multichain-network-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/multichain-transactions-controller/CHANGELOG.md b/packages/multichain-transactions-controller/CHANGELOG.md index 4e754b5baf1..a6f383de622 100644 --- a/packages/multichain-transactions-controller/CHANGELOG.md +++ b/packages/multichain-transactions-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [8.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index f03978156e9..5b3bbc524cb 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Confirmations packages ([#9582](https://github.com/MetaMask/core/pull/9582)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/network-connection-banner-controller/CHANGELOG.md b/packages/network-connection-banner-controller/CHANGELOG.md index 7a1337ff722..6d5b280a98f 100644 --- a/packages/network-connection-banner-controller/CHANGELOG.md +++ b/packages/network-connection-banner-controller/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/network-controller/CHANGELOG.md b/packages/network-controller/CHANGELOG.md index 186a5e2c3fe..920dc1f3909 100644 --- a/packages/network-controller/CHANGELOG.md +++ b/packages/network-controller/CHANGELOG.md @@ -9,13 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [37.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Move FakeProvider to eth-json-rpc-provider (as FakeInternalProvider) ([#10099](https://github.com/MetaMask/core/pull/10099)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/network-enablement-controller/CHANGELOG.md b/packages/network-enablement-controller/CHANGELOG.md index 0095733f2eb..122208e1149 100644 --- a/packages/network-enablement-controller/CHANGELOG.md +++ b/packages/network-enablement-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index 6214a886180..ebb64e62202 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [28.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/passkey-controller/CHANGELOG.md b/packages/passkey-controller/CHANGELOG.md index 80912aa4e86..48e4601f1e2 100644 --- a/packages/passkey-controller/CHANGELOG.md +++ b/packages/passkey-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [4.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index 36cb8e41ae8..f00cc12131f 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [14.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index e64a76e572d..1a6d9124dc7 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -9,23 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) -- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Use Oxfmt for import sorting instead of `import-x/order` ([#8438](https://github.com/MetaMask/core/pull/8438)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) -- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/perps-controller/CHANGELOG.md b/packages/perps-controller/CHANGELOG.md index 9889a597d67..8e4323e1e5c 100644 --- a/packages/perps-controller/CHANGELOG.md +++ b/packages/perps-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/phishing-controller/CHANGELOG.md b/packages/phishing-controller/CHANGELOG.md index 29d6520a13e..bc7851e9f96 100644 --- a/packages/phishing-controller/CHANGELOG.md +++ b/packages/phishing-controller/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [18.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Remove lint rule that deprecates use of :stateChange events ([#10090](https://github.com/MetaMask/core/pull/10090)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/platform-api-docs/CHANGELOG.md b/packages/platform-api-docs/CHANGELOG.md index e6fc340092a..a6cb8d32648 100644 --- a/packages/platform-api-docs/CHANGELOG.md +++ b/packages/platform-api-docs/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/polling-controller/CHANGELOG.md b/packages/polling-controller/CHANGELOG.md index 10100d46b1e..22d4794374b 100644 --- a/packages/polling-controller/CHANGELOG.md +++ b/packages/polling-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [17.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Added - Export `AbstractPollingControllerBaseMixin`, `getKey`, `Constructor`, and `PollingTokenSetId` ([#9882](https://github.com/MetaMask/core/pull/9882)) diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index 07eb729ee11..2f6d777d55a 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -9,25 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [24.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: Enable Oxfmt for generating method action types files ([#8498](https://github.com/MetaMask/core/pull/8498)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) -- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) -- feat: extract generate-action-types CLI into @metamask/messenger-cli ([#8378](https://github.com/MetaMask/core/pull/8378)) -- feat(messenger): add `generate-action-types` CLI tool as subpath export ([#8264](https://github.com/MetaMask/core/pull/8264)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/profile-metrics-controller/CHANGELOG.md b/packages/profile-metrics-controller/CHANGELOG.md index 4cb480830c6..a4e1cfee94c 100644 --- a/packages/profile-metrics-controller/CHANGELOG.md +++ b/packages/profile-metrics-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 2011144cfd8..1aaa1ea65d2 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [31.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/ramps-controller/CHANGELOG.md b/packages/ramps-controller/CHANGELOG.md index b3fa55523c5..83b25674d32 100644 --- a/packages/ramps-controller/CHANGELOG.md +++ b/packages/ramps-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [21.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index 347560bc978..e82e3d2026a 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -9,21 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [8.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- refactor: add `.js` import extensions to Core Platform packages ([#9571](https://github.com/MetaMask/core/pull/9571)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) -- chore: MIT license text update ([#9472](https://github.com/MetaMask/core/pull/9472)) -- chore: Format changelogs with Oxfmt ([#8442](https://github.com/MetaMask/core/pull/8442)) -- Revert "Release 912.0.0 (#8451)" ([#8451](https://github.com/MetaMask/core/pull/8451)) -- Release 912.0.0 ([#8451](https://github.com/MetaMask/core/pull/8451)) -- chore: bump `@metamask/auto-changelog` to `^6.0.0` ([#8441](https://github.com/MetaMask/core/pull/8441)) -- chore: Replace Prettier with Oxfmt ([#8434](https://github.com/MetaMask/core/pull/8434)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/react-data-query/CHANGELOG.md b/packages/react-data-query/CHANGELOG.md index 21f2ee0b162..9abcd1d0d2f 100644 --- a/packages/react-data-query/CHANGELOG.md +++ b/packages/react-data-query/CHANGELOG.md @@ -9,12 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- Add typechecking in CI for react-data-query ([#10010](https://github.com/MetaMask/core/pull/10010)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/remote-feature-flag-controller/CHANGELOG.md b/packages/remote-feature-flag-controller/CHANGELOG.md index 2fe2bce610a..aa330d4a7e3 100644 --- a/packages/remote-feature-flag-controller/CHANGELOG.md +++ b/packages/remote-feature-flag-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/sample-controllers/CHANGELOG.md b/packages/sample-controllers/CHANGELOG.md index 66200329010..5cafe31af3c 100644 --- a/packages/sample-controllers/CHANGELOG.md +++ b/packages/sample-controllers/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/seedless-onboarding-controller/CHANGELOG.md b/packages/seedless-onboarding-controller/CHANGELOG.md index a9f53003fa0..4e9f2a85f61 100644 --- a/packages/seedless-onboarding-controller/CHANGELOG.md +++ b/packages/seedless-onboarding-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [11.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index 8d583e31412..d31f7d927df 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [27.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/sentinel-api-service/CHANGELOG.md b/packages/sentinel-api-service/CHANGELOG.md index 33e587df507..7657063a47f 100644 --- a/packages/sentinel-api-service/CHANGELOG.md +++ b/packages/sentinel-api-service/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/shield-controller/CHANGELOG.md b/packages/shield-controller/CHANGELOG.md index bd1af42a65b..93c8f889cb1 100644 --- a/packages/shield-controller/CHANGELOG.md +++ b/packages/shield-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index b8eb80b6e7b..39a36f7b422 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [40.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/smart-transactions-controller/CHANGELOG.md b/packages/smart-transactions-controller/CHANGELOG.md index a1f33a2c5ab..c862938542b 100644 --- a/packages/smart-transactions-controller/CHANGELOG.md +++ b/packages/smart-transactions-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [27.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/snap-account-service/CHANGELOG.md b/packages/snap-account-service/CHANGELOG.md index 6ef23d30255..92371b75bd4 100644 --- a/packages/snap-account-service/CHANGELOG.md +++ b/packages/snap-account-service/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/social-controllers/CHANGELOG.md b/packages/social-controllers/CHANGELOG.md index 2c2f207b32d..6f472daaace 100644 --- a/packages/social-controllers/CHANGELOG.md +++ b/packages/social-controllers/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/solana-test-validator-up/CHANGELOG.md b/packages/solana-test-validator-up/CHANGELOG.md index 8d4a44734f7..d6f9f4e2a4d 100644 --- a/packages/solana-test-validator-up/CHANGELOG.md +++ b/packages/solana-test-validator-up/CHANGELOG.md @@ -9,14 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- refactor: add `.js` import extensions to Networks packages ([#9649](https://github.com/MetaMask/core/pull/9649)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/storage-service/CHANGELOG.md b/packages/storage-service/CHANGELOG.md index 602be9ca759..58680df5e95 100644 --- a/packages/storage-service/CHANGELOG.md +++ b/packages/storage-service/CHANGELOG.md @@ -9,15 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) -- chore: Enable lint:tsc for 11 additional clean packages ([#9664](https://github.com/MetaMask/core/pull/9664)) -- refactor: add `.js` import extensions to Mobile and Extension Platform packages ([#9628](https://github.com/MetaMask/core/pull/9628)) -- chore: migrate Jest from v29 to v30 ([#7905](https://github.com/MetaMask/core/pull/7905)) -- Ensure refs in tsconfig files are synced with internal deps ([#8384](https://github.com/MetaMask/core/pull/8384)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/subscription-controller/CHANGELOG.md b/packages/subscription-controller/CHANGELOG.md index c7ccc71617d..f8ce8fee8c6 100644 --- a/packages/subscription-controller/CHANGELOG.md +++ b/packages/subscription-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [9.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index a0c81d980e9..e6356feffb5 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [70.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/transaction-pay-controller/CHANGELOG.md b/packages/transaction-pay-controller/CHANGELOG.md index ff6fa14ab1b..7b154ec5de5 100644 --- a/packages/transaction-pay-controller/CHANGELOG.md +++ b/packages/transaction-pay-controller/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [28.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 6b1bf7099d5..1790861e2d4 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [42.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) -- Preserve api-docs/ (not docs/) for Typedoc-generated directories ([#10114](https://github.com/MetaMask/core/pull/10114)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 7ffb1daa9ae..0d84cfed83f 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.0.0] -### Uncategorized - -- chore: bump TypeScript from 5 to 7, and add TypeScript 6 side by side ([#9518](https://github.com/MetaMask/core/pull/9518)) - ### Changed - **BREAKING:** Drop CommonJS support ([#9536](https://github.com/MetaMask/core/pull/9536)) From 5055f4d2b40854ec83fcc6c12516e1b7810e4b7e Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Wed, 9 Sep 2026 20:58:43 +0200 Subject: [PATCH 4/6] Fix `eth-block-tracker` version --- packages/transaction-controller/package.json | 2 +- .../user-operation-controller/package.json | 2 +- yarn.lock | 28 ++----------------- 3 files changed, 4 insertions(+), 28 deletions(-) diff --git a/packages/transaction-controller/package.json b/packages/transaction-controller/package.json index 8f8bdccbedd..455f020814e 100644 --- a/packages/transaction-controller/package.json +++ b/packages/transaction-controller/package.json @@ -83,7 +83,7 @@ "@babel/runtime": "^7.23.9", "@metamask/auto-changelog": "^6.1.0", "@metamask/connectivity-controller": "^1.0.0", - "@metamask/eth-block-tracker": "^15.0.0", + "@metamask/eth-block-tracker": "^16.0.0", "@metamask/eth-json-rpc-provider": "^7.0.0", "@metamask/ethjs-provider-http": "^0.3.0", "@types/bn.js": "^5.1.5", diff --git a/packages/user-operation-controller/package.json b/packages/user-operation-controller/package.json index 9336d3311e3..73dcddae5bd 100644 --- a/packages/user-operation-controller/package.json +++ b/packages/user-operation-controller/package.json @@ -71,7 +71,7 @@ }, "devDependencies": { "@metamask/auto-changelog": "^6.1.0", - "@metamask/eth-block-tracker": "^15.0.0", + "@metamask/eth-block-tracker": "^16.0.0", "@types/jest": "^30.0.0", "@typescript/native": "npm:typescript@^7.0.2", "deepmerge": "^4.2.2", diff --git a/yarn.lock b/yarn.lock index fc06c6af3b8..4e0500a3b1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6904,18 +6904,6 @@ __metadata: languageName: node linkType: hard -"@metamask/eth-block-tracker@npm:^15.0.0": - version: 15.0.1 - resolution: "@metamask/eth-block-tracker@npm:15.0.1" - dependencies: - "@metamask/eth-json-rpc-provider": "npm:^6.0.0" - "@metamask/safe-event-emitter": "npm:^3.0.0" - "@metamask/utils": "npm:^11.9.0" - json-rpc-random-id: "npm:^1.0.1" - checksum: 10/8c0e0f5bde00fb40aa240fc562c29d0ce84156402132705d387c95453c6f265b3b738c9b649510771965d8b5b8036c2bdc6406142ff634383bf60df3741bdbfe - languageName: node - linkType: hard - "@metamask/eth-block-tracker@npm:^16.0.0, @metamask/eth-block-tracker@workspace:packages/eth-block-tracker": version: 0.0.0-use.local resolution: "@metamask/eth-block-tracker@workspace:packages/eth-block-tracker" @@ -7026,18 +7014,6 @@ __metadata: languageName: node linkType: hard -"@metamask/eth-json-rpc-provider@npm:^6.0.0": - version: 6.0.1 - resolution: "@metamask/eth-json-rpc-provider@npm:6.0.1" - dependencies: - "@metamask/json-rpc-engine": "npm:^10.2.4" - "@metamask/rpc-errors": "npm:^7.0.2" - "@metamask/utils": "npm:^11.9.0" - nanoid: "npm:^3.3.8" - checksum: 10/06078a9e43b02f35387a3ccfe09733c7eeac2a732dee1f1be53254fc05719e230776b8512b13702a178fb692088fc7da46f727c5064550d65f51ac59d44f9d83 - languageName: node - linkType: hard - "@metamask/eth-json-rpc-provider@npm:^7.0.0, @metamask/eth-json-rpc-provider@workspace:packages/eth-json-rpc-provider": version: 0.0.0-use.local resolution: "@metamask/eth-json-rpc-provider@workspace:packages/eth-json-rpc-provider" @@ -9413,7 +9389,7 @@ __metadata: "@metamask/connectivity-controller": "npm:^1.0.0" "@metamask/controller-utils": "npm:^13.0.0" "@metamask/core-backend": "npm:^10.0.0" - "@metamask/eth-block-tracker": "npm:^15.0.0" + "@metamask/eth-block-tracker": "npm:^16.0.0" "@metamask/eth-json-rpc-provider": "npm:^7.0.0" "@metamask/ethjs-provider-http": "npm:^0.3.0" "@metamask/gas-fee-controller": "npm:^27.0.0" @@ -9500,7 +9476,7 @@ __metadata: "@metamask/auto-changelog": "npm:^6.1.0" "@metamask/base-controller": "npm:^10.0.0" "@metamask/controller-utils": "npm:^13.0.0" - "@metamask/eth-block-tracker": "npm:^15.0.0" + "@metamask/eth-block-tracker": "npm:^16.0.0" "@metamask/eth-query": "npm:^4.0.0" "@metamask/gas-fee-controller": "npm:^27.0.0" "@metamask/keyring-controller": "npm:^28.0.0" From 36a54c80ff881f227e90078d508934322cfe0713 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Wed, 9 Sep 2026 21:02:03 +0200 Subject: [PATCH 5/6] Change kyc-controller and platform-api-docs to minor bump --- packages/kyc-controller/CHANGELOG.md | 6 +++--- packages/kyc-controller/package.json | 2 +- packages/platform-api-docs/CHANGELOG.md | 6 +++--- packages/platform-api-docs/package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/kyc-controller/CHANGELOG.md b/packages/kyc-controller/CHANGELOG.md index 85eb6629012..694919b35fa 100644 --- a/packages/kyc-controller/CHANGELOG.md +++ b/packages/kyc-controller/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0] +## [0.2.0] ### Changed @@ -23,6 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release ([#10145](https://github.com/MetaMask/core/pull/10145)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.1.0...@metamask/kyc-controller@1.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.1.0...@metamask/kyc-controller@0.2.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/kyc-controller@0.1.0 diff --git a/packages/kyc-controller/package.json b/packages/kyc-controller/package.json index dac656322a2..d82ca0e8553 100644 --- a/packages/kyc-controller/package.json +++ b/packages/kyc-controller/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/kyc-controller", - "version": "1.0.0", + "version": "0.2.0", "description": "Shared KYC / identity verification controller used across MetaMask clients", "keywords": [ "Ethereum", diff --git a/packages/platform-api-docs/CHANGELOG.md b/packages/platform-api-docs/CHANGELOG.md index a6cb8d32648..48a9af46ed6 100644 --- a/packages/platform-api-docs/CHANGELOG.md +++ b/packages/platform-api-docs/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.0.0] +## [0.2.0] ### Changed @@ -25,6 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of the platform-api-docs package ([#8012](https://github.com/MetaMask/core/pull/8012), [#9913](https://github.com/MetaMask/core/pull/9913)) -[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/platform-api-docs@1.0.0...HEAD -[1.0.0]: https://github.com/MetaMask/core/compare/@metamask/platform-api-docs@0.1.0...@metamask/platform-api-docs@1.0.0 +[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/platform-api-docs@0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/core/compare/@metamask/platform-api-docs@0.1.0...@metamask/platform-api-docs@0.2.0 [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/platform-api-docs@0.1.0 diff --git a/packages/platform-api-docs/package.json b/packages/platform-api-docs/package.json index fa96272db6b..1d804b41d2f 100644 --- a/packages/platform-api-docs/package.json +++ b/packages/platform-api-docs/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/platform-api-docs", - "version": "1.0.0", + "version": "0.2.0", "description": "Produces documentation for the platform API, the set of actions and events available in the clients through the message bus", "keywords": [ "Ethereum", From 35836ecbd8a198e843b1f2cbce52ced06ccdbc65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 19:07:46 +0000 Subject: [PATCH 6/6] chore: Update dependency bump changelog entries --- packages/account-tree-controller/CHANGELOG.md | 6 +++++ packages/accounts-controller/CHANGELOG.md | 4 ++++ packages/address-book-controller/CHANGELOG.md | 5 +++-- packages/ai-controllers/CHANGELOG.md | 2 ++ packages/analytics-controller/CHANGELOG.md | 3 +++ .../CHANGELOG.md | 6 ++--- packages/announcement-controller/CHANGELOG.md | 4 ++-- packages/app-metadata-controller/CHANGELOG.md | 4 ++-- packages/approval-controller/CHANGELOG.md | 3 ++- packages/assets-controller/CHANGELOG.md | 19 +++++++++++++++- packages/assets-controllers/CHANGELOG.md | 19 ++++++++++++++++ .../authenticated-user-storage/CHANGELOG.md | 3 +++ packages/base-controller/CHANGELOG.md | 2 +- packages/base-data-service/CHANGELOG.md | 2 ++ packages/bitcoin-regtest-up/CHANGELOG.md | 1 + packages/bridge-controller/CHANGELOG.md | 14 +++++++++++- .../bridge-status-controller/CHANGELOG.md | 11 ++++++++++ .../chain-agnostic-permission/CHANGELOG.md | 2 ++ packages/chomp-api-service/CHANGELOG.md | 3 +++ packages/claims-controller/CHANGELOG.md | 6 +++++ packages/client-controller/CHANGELOG.md | 4 ++-- packages/client-utils/CHANGELOG.md | 5 +++-- packages/compliance-controller/CHANGELOG.md | 5 +++-- packages/composable-controller/CHANGELOG.md | 4 ++-- .../config-registry-controller/CHANGELOG.md | 7 +++++- packages/connectivity-controller/CHANGELOG.md | 2 ++ packages/core-backend/CHANGELOG.md | 6 +++++ packages/delegation-controller/CHANGELOG.md | 5 +++-- packages/earn-controller/CHANGELOG.md | 5 +++++ packages/eip-5792-middleware/CHANGELOG.md | 4 +++- .../CHANGELOG.md | 2 +- .../CHANGELOG.md | 6 +++-- packages/eth-block-tracker/CHANGELOG.md | 2 +- packages/eth-json-rpc-middleware/CHANGELOG.md | 4 ++++ packages/eth-json-rpc-provider/CHANGELOG.md | 2 +- packages/gas-fee-controller/CHANGELOG.md | 5 +++++ .../gator-permissions-controller/CHANGELOG.md | 5 ++++- packages/geolocation-controller/CHANGELOG.md | 3 +++ packages/java-tron-up/CHANGELOG.md | 1 + packages/json-rpc-engine/CHANGELOG.md | 14 ++++++------ .../json-rpc-middleware-stream/CHANGELOG.md | 22 +++++++++---------- packages/keyring-controller/CHANGELOG.md | 3 +++ packages/kyc-controller/CHANGELOG.md | 6 +++++ packages/logging-controller/CHANGELOG.md | 2 ++ packages/message-manager/CHANGELOG.md | 5 +++-- .../CHANGELOG.md | 3 +++ .../CHANGELOG.md | 7 +++++- .../money-account-controller/CHANGELOG.md | 5 ++++- .../CHANGELOG.md | 10 ++++++++- packages/money-account-utils/CHANGELOG.md | 2 +- .../multichain-account-service/CHANGELOG.md | 6 ++++- .../multichain-api-middleware/CHANGELOG.md | 6 +++++ .../CHANGELOG.md | 5 +++++ .../CHANGELOG.md | 5 ++++- packages/name-controller/CHANGELOG.md | 5 +++-- .../CHANGELOG.md | 7 ++++++ packages/network-controller/CHANGELOG.md | 14 +++++++++--- .../CHANGELOG.md | 8 ++++++- .../CHANGELOG.md | 6 +++++ packages/passkey-controller/CHANGELOG.md | 3 +++ packages/permission-controller/CHANGELOG.md | 8 ++++--- .../permission-log-controller/CHANGELOG.md | 6 ++--- packages/perps-controller/CHANGELOG.md | 3 +++ packages/phishing-controller/CHANGELOG.md | 6 ++++- packages/polling-controller/CHANGELOG.md | 1 + packages/preferences-controller/CHANGELOG.md | 4 ++-- .../profile-metrics-controller/CHANGELOG.md | 8 +++++++ packages/profile-sync-controller/CHANGELOG.md | 5 +++++ packages/ramps-controller/CHANGELOG.md | 5 +++++ packages/rate-limit-controller/CHANGELOG.md | 4 ++-- packages/react-data-query/CHANGELOG.md | 1 + .../CHANGELOG.md | 3 +++ packages/sample-controllers/CHANGELOG.md | 4 ++++ .../CHANGELOG.md | 4 +++- .../selected-network-controller/CHANGELOG.md | 5 +++++ packages/sentinel-api-service/CHANGELOG.md | 3 +++ packages/shield-controller/CHANGELOG.md | 7 ++++++ packages/signature-controller/CHANGELOG.md | 9 ++++++++ .../CHANGELOG.md | 9 ++++++++ packages/snap-account-service/CHANGELOG.md | 2 ++ packages/social-controllers/CHANGELOG.md | 5 +++++ .../solana-test-validator-up/CHANGELOG.md | 1 + packages/storage-service/CHANGELOG.md | 2 +- packages/subscription-controller/CHANGELOG.md | 7 ++++++ packages/transaction-controller/CHANGELOG.md | 11 ++++++++-- .../transaction-pay-controller/CHANGELOG.md | 13 ++++++++++- .../user-operation-controller/CHANGELOG.md | 10 ++++++++- packages/wallet-cli/CHANGELOG.md | 11 ++++++---- packages/wallet/CHANGELOG.md | 22 ++++++++++++++++--- 89 files changed, 432 insertions(+), 87 deletions(-) diff --git a/packages/account-tree-controller/CHANGELOG.md b/packages/account-tree-controller/CHANGELOG.md index 53a95e0f66a..a121831917e 100644 --- a/packages/account-tree-controller/CHANGELOG.md +++ b/packages/account-tree-controller/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/multichain-account-service` from `^13.0.2` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [9.0.0] diff --git a/packages/accounts-controller/CHANGELOG.md b/packages/accounts-controller/CHANGELOG.md index 4cda3cd9b56..8e691380f6c 100644 --- a/packages/accounts-controller/CHANGELOG.md +++ b/packages/accounts-controller/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [39.1.1] diff --git a/packages/address-book-controller/CHANGELOG.md b/packages/address-book-controller/CHANGELOG.md index aad2110b7a9..9fa66ca080f 100644 --- a/packages/address-book-controller/CHANGELOG.md +++ b/packages/address-book-controller/CHANGELOG.md @@ -17,8 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.3.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/controller-utils` from `^12.0.0` to `^13.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [7.1.2] diff --git a/packages/ai-controllers/CHANGELOG.md b/packages/ai-controllers/CHANGELOG.md index 05487a1277c..ab269c19439 100644 --- a/packages/ai-controllers/CHANGELOG.md +++ b/packages/ai-controllers/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.0] diff --git a/packages/analytics-controller/CHANGELOG.md b/packages/analytics-controller/CHANGELOG.md index 73e02d75418..52cb7283cac 100644 --- a/packages/analytics-controller/CHANGELOG.md +++ b/packages/analytics-controller/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/geolocation-controller` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.1.0] diff --git a/packages/analytics-data-regulation-controller/CHANGELOG.md b/packages/analytics-data-regulation-controller/CHANGELOG.md index f070eed3a82..d73a05d4d26 100644 --- a/packages/analytics-data-regulation-controller/CHANGELOG.md +++ b/packages/analytics-data-regulation-controller/CHANGELOG.md @@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^11.19.0` to `^12.3.0` ([#8344](https://github.com/MetaMask/core/pull/8344), [#8755](https://github.com/MetaMask/core/pull/8755), [#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) -- Bump `@metamask/messenger` from `^1.1.0` to `^2.0.0` ([#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/controller-utils` from `^11.19.0` to `^13.0.0` ([#8344](https://github.com/MetaMask/core/pull/8344), [#8755](https://github.com/MetaMask/core/pull/8755), [#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.1.0` to `^3.0.0` ([#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) [Unreleased]: https://github.com/MetaMask/core/ diff --git a/packages/announcement-controller/CHANGELOG.md b/packages/announcement-controller/CHANGELOG.md index 9249492fd36..943177a40ae 100644 --- a/packages/announcement-controller/CHANGELOG.md +++ b/packages/announcement-controller/CHANGELOG.md @@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/messenger` from `^1.0.0` to `^2.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/messenger` from `^1.0.0` to `^3.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [8.1.0] diff --git a/packages/app-metadata-controller/CHANGELOG.md b/packages/app-metadata-controller/CHANGELOG.md index 0aaed2bcb9b..2d1c1fc22ae 100644 --- a/packages/app-metadata-controller/CHANGELOG.md +++ b/packages/app-metadata-controller/CHANGELOG.md @@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/messenger` from `^1.0.0` to `^2.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/messenger` from `^1.0.0` to `^3.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.0.1] diff --git a/packages/approval-controller/CHANGELOG.md b/packages/approval-controller/CHANGELOG.md index 546b9a9877a..1b62cdc7e8f 100644 --- a/packages/approval-controller/CHANGELOG.md +++ b/packages/approval-controller/CHANGELOG.md @@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [9.0.2] diff --git a/packages/assets-controller/CHANGELOG.md b/packages/assets-controller/CHANGELOG.md index 1e7b3b2bb5e..819def01a9e 100644 --- a/packages/assets-controller/CHANGELOG.md +++ b/packages/assets-controller/CHANGELOG.md @@ -16,7 +16,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/assets-controllers` from `^111.2.0` to `^111.3.0` ([#10152](https://github.com/MetaMask/core/pull/10152)) +- Bump `@metamask/assets-controllers` from `^111.2.0` to `^112.0.0` ([#10152](https://github.com/MetaMask/core/pull/10152), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/account-tree-controller` from `^9.0.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/client-controller` from `^1.0.1` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/config-registry-controller` from `^3.1.0` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/core-backend` from `^9.1.1` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-enablement-controller` from `^6.0.5` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/permission-controller` from `^13.1.1` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/phishing-controller` from `^17.4.1` to `^18.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/preferences-controller` from `^23.1.0` to `^24.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [15.1.0] diff --git a/packages/assets-controllers/CHANGELOG.md b/packages/assets-controllers/CHANGELOG.md index d48950ea952..ff738830188 100644 --- a/packages/assets-controllers/CHANGELOG.md +++ b/packages/assets-controllers/CHANGELOG.md @@ -16,6 +16,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/account-tree-controller` from `^9.0.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/approval-controller` from `^9.0.2` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/core-backend` from `^9.1.1` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/multichain-account-service` from `^13.0.2` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-enablement-controller` from `^6.0.5` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/permission-controller` from `^13.1.1` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/phishing-controller` from `^17.4.1` to `^18.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/preferences-controller` from `^23.1.0` to `^24.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/storage-service` from `^1.0.2` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [111.3.0] diff --git a/packages/authenticated-user-storage/CHANGELOG.md b/packages/authenticated-user-storage/CHANGELOG.md index 2179848903f..cc9c21e288a 100644 --- a/packages/authenticated-user-storage/CHANGELOG.md +++ b/packages/authenticated-user-storage/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ### Removed diff --git a/packages/base-controller/CHANGELOG.md b/packages/base-controller/CHANGELOG.md index 9b0ddfbfedb..1840c1f195a 100644 --- a/packages/base-controller/CHANGELOG.md +++ b/packages/base-controller/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/messenger` from `^1.1.1` to `^2.0.0` ([#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/messenger` from `^1.1.1` to `^3.0.0` ([#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [9.1.0] diff --git a/packages/base-data-service/CHANGELOG.md b/packages/base-data-service/CHANGELOG.md index 5c919980538..bd50520aad6 100644 --- a/packages/base-data-service/CHANGELOG.md +++ b/packages/base-data-service/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/storage-service` from `^1.0.2` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ### Fixed diff --git a/packages/bitcoin-regtest-up/CHANGELOG.md b/packages/bitcoin-regtest-up/CHANGELOG.md index bb2233b78b0..8d748529bf7 100644 --- a/packages/bitcoin-regtest-up/CHANGELOG.md +++ b/packages/bitcoin-regtest-up/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/local-node-utils` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.0] diff --git a/packages/bridge-controller/CHANGELOG.md b/packages/bridge-controller/CHANGELOG.md index 294e6bb27a6..194bc759ae7 100644 --- a/packages/bridge-controller/CHANGELOG.md +++ b/packages/bridge-controller/CHANGELOG.md @@ -16,7 +16,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/assets-controllers` from `^111.2.0` to `^111.3.0` ([#10152](https://github.com/MetaMask/core/pull/10152)) +- Bump `@metamask/assets-controllers` from `^111.2.0` to `^112.0.0` ([#10152](https://github.com/MetaMask/core/pull/10152), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/assets-controller` from `^15.1.0` to `^16.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/gas-fee-controller` from `^26.3.2` to `^27.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/multichain-network-controller` from `^3.2.4` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [80.2.1] diff --git a/packages/bridge-status-controller/CHANGELOG.md b/packages/bridge-status-controller/CHANGELOG.md index 27d38c2d847..fe3300f3cde 100644 --- a/packages/bridge-status-controller/CHANGELOG.md +++ b/packages/bridge-status-controller/CHANGELOG.md @@ -16,6 +16,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/bridge-controller` from `^80.2.1` to `^81.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/gas-fee-controller` from `^26.3.2` to `^27.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [75.5.1] diff --git a/packages/chain-agnostic-permission/CHANGELOG.md b/packages/chain-agnostic-permission/CHANGELOG.md index dc548836c62..ebe7dbedd8a 100644 --- a/packages/chain-agnostic-permission/CHANGELOG.md +++ b/packages/chain-agnostic-permission/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/permission-controller` from `^13.1.1` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.7.0] diff --git a/packages/chomp-api-service/CHANGELOG.md b/packages/chomp-api-service/CHANGELOG.md index 57cc21f11b4..4cbf1694d23 100644 --- a/packages/chomp-api-service/CHANGELOG.md +++ b/packages/chomp-api-service/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [4.0.2] diff --git a/packages/claims-controller/CHANGELOG.md b/packages/claims-controller/CHANGELOG.md index 3e532273b6d..187e7782dee 100644 --- a/packages/claims-controller/CHANGELOG.md +++ b/packages/claims-controller/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [0.6.2] diff --git a/packages/client-controller/CHANGELOG.md b/packages/client-controller/CHANGELOG.md index eb1f61ddaa5..13a74561f1f 100644 --- a/packages/client-controller/CHANGELOG.md +++ b/packages/client-controller/CHANGELOG.md @@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/messenger` from `^1.0.0` to `^2.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/messenger` from `^1.0.0` to `^3.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.1] diff --git a/packages/client-utils/CHANGELOG.md b/packages/client-utils/CHANGELOG.md index fa3810e18b0..0a8644cd00a 100644 --- a/packages/client-utils/CHANGELOG.md +++ b/packages/client-utils/CHANGELOG.md @@ -16,9 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/core-backend` from `^9.0.0` to `^9.1.1` ([#10138](https://github.com/MetaMask/core/pull/10138), [#10139](https://github.com/MetaMask/core/pull/10139)) -- Bump `@metamask/transaction-controller` from `^69.6.0` to `^69.8.1` ([#9969](https://github.com/MetaMask/core/pull/9969), [#10080](https://github.com/MetaMask/core/pull/10080), [#10046](https://github.com/MetaMask/core/pull/10046), [#10124](https://github.com/MetaMask/core/pull/10124)) +- Bump `@metamask/core-backend` from `^9.0.0` to `^10.0.0` ([#10138](https://github.com/MetaMask/core/pull/10138), [#10139](https://github.com/MetaMask/core/pull/10139), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.6.0` to `^70.0.0` ([#9969](https://github.com/MetaMask/core/pull/9969), [#10080](https://github.com/MetaMask/core/pull/10080), [#10046](https://github.com/MetaMask/core/pull/10046), [#10124](https://github.com/MetaMask/core/pull/10124), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.1.1] diff --git a/packages/compliance-controller/CHANGELOG.md b/packages/compliance-controller/CHANGELOG.md index 0407f425c3d..daa759de90e 100644 --- a/packages/compliance-controller/CHANGELOG.md +++ b/packages/compliance-controller/CHANGELOG.md @@ -17,9 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^12.1.0` to `^12.3.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/controller-utils` from `^12.1.0` to `^13.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.1.0] diff --git a/packages/composable-controller/CHANGELOG.md b/packages/composable-controller/CHANGELOG.md index d995127277b..4cef7bb68b2 100644 --- a/packages/composable-controller/CHANGELOG.md +++ b/packages/composable-controller/CHANGELOG.md @@ -17,8 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^10.3.0` ([#8661](https://github.com/MetaMask/core/pull/8661)) -- Bump `@metamask/messenger` from `^1.0.0` to `^2.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/messenger` from `^1.0.0` to `^3.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [12.0.1] diff --git a/packages/config-registry-controller/CHANGELOG.md b/packages/config-registry-controller/CHANGELOG.md index 158c408290a..8b4db848acf 100644 --- a/packages/config-registry-controller/CHANGELOG.md +++ b/packages/config-registry-controller/CHANGELOG.md @@ -16,8 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^6.1.1` ([#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^7.0.0` ([#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [3.1.0] diff --git a/packages/connectivity-controller/CHANGELOG.md b/packages/connectivity-controller/CHANGELOG.md index 5dbd7850ac2..00cbaaf3b58 100644 --- a/packages/connectivity-controller/CHANGELOG.md +++ b/packages/connectivity-controller/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [0.3.0] diff --git a/packages/core-backend/CHANGELOG.md b/packages/core-backend/CHANGELOG.md index 8acfc8e54da..421b11dc8ce 100644 --- a/packages/core-backend/CHANGELOG.md +++ b/packages/core-backend/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/account-tree-controller` from `^9.0.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [9.1.1] diff --git a/packages/delegation-controller/CHANGELOG.md b/packages/delegation-controller/CHANGELOG.md index b7285460e52..465ba01e3e9 100644 --- a/packages/delegation-controller/CHANGELOG.md +++ b/packages/delegation-controller/CHANGELOG.md @@ -17,8 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.1` ([#9129](https://github.com/MetaMask/core/pull/9129), [#9791](https://github.com/MetaMask/core/pull/9791)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/keyring-controller` from `^27.0.0` to `^28.0.0` ([#9129](https://github.com/MetaMask/core/pull/9129), [#9791](https://github.com/MetaMask/core/pull/9791), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [3.0.2] diff --git a/packages/earn-controller/CHANGELOG.md b/packages/earn-controller/CHANGELOG.md index 3c2cd9b20ba..4022ce0d7a0 100644 --- a/packages/earn-controller/CHANGELOG.md +++ b/packages/earn-controller/CHANGELOG.md @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/account-tree-controller` from `^9.0.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [12.2.7] diff --git a/packages/eip-5792-middleware/CHANGELOG.md b/packages/eip-5792-middleware/CHANGELOG.md index 76780936677..e332de61775 100644 --- a/packages/eip-5792-middleware/CHANGELOG.md +++ b/packages/eip-5792-middleware/CHANGELOG.md @@ -16,9 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.8.1` ([#9568](https://github.com/MetaMask/core/pull/9568), [#10080](https://github.com/MetaMask/core/pull/10080), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735), [#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046), [#10124](https://github.com/MetaMask/core/pull/10124)) +- Bump `@metamask/transaction-controller` from `^69.0.0` to `^70.0.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#10080](https://github.com/MetaMask/core/pull/10080), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735), [#9780](https://github.com/MetaMask/core/pull/9780), [#9798](https://github.com/MetaMask/core/pull/9798), [#9823](https://github.com/MetaMask/core/pull/9823), [#9960](https://github.com/MetaMask/core/pull/9960), [#9969](https://github.com/MetaMask/core/pull/9969), [#10046](https://github.com/MetaMask/core/pull/10046), [#10124](https://github.com/MetaMask/core/pull/10124), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/preferences-controller` from `^23.1.0` to `^24.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [3.0.5] diff --git a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md index bebbdb0bda2..ecb58541edb 100644 --- a/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md +++ b/packages/eip-7702-internal-rpc-middleware/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.3.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) +- Bump `@metamask/controller-utils` from `^12.0.0` to `^13.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) ## [0.1.1] diff --git a/packages/eip1193-permission-middleware/CHANGELOG.md b/packages/eip1193-permission-middleware/CHANGELOG.md index bafdbdf74dc..0c3af5f5be8 100644 --- a/packages/eip1193-permission-middleware/CHANGELOG.md +++ b/packages/eip1193-permission-middleware/CHANGELOG.md @@ -17,9 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.3.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) -- Bump `@metamask/chain-agnostic-permission` from `^1.6.1` to `^1.6.2` ([#9103](https://github.com/MetaMask/core/pull/9103)) +- Bump `@metamask/controller-utils` from `^12.0.0` to `^13.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/chain-agnostic-permission` from `^1.6.1` to `^2.0.0` ([#9103](https://github.com/MetaMask/core/pull/9103), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/chain-agnostic-permission` from `^1.6.2` to `^1.7.0` ([#9399](https://github.com/MetaMask/core/pull/9399)) +- Bump `@metamask/json-rpc-engine` from `^10.5.0` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/permission-controller` from `^13.1.1` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.0.1] diff --git a/packages/eth-block-tracker/CHANGELOG.md b/packages/eth-block-tracker/CHANGELOG.md index 1f7314da139..dad04f2d1b3 100644 --- a/packages/eth-block-tracker/CHANGELOG.md +++ b/packages/eth-block-tracker/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) - Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^10.3.0` ([#8661](https://github.com/MetaMask/core/pull/8661)) -- Bump `@metamask/eth-json-rpc-provider` from `^6.0.0` to `^6.0.1` ([#8317](https://github.com/MetaMask/core/pull/8317)) +- Bump `@metamask/eth-json-rpc-provider` from `^6.0.0` to `^7.0.0` ([#8317](https://github.com/MetaMask/core/pull/8317), [#10155](https://github.com/MetaMask/core/pull/10155)) ### Fixed diff --git a/packages/eth-json-rpc-middleware/CHANGELOG.md b/packages/eth-json-rpc-middleware/CHANGELOG.md index e1d48f4b8ed..81fde507ae5 100644 --- a/packages/eth-json-rpc-middleware/CHANGELOG.md +++ b/packages/eth-json-rpc-middleware/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/eth-block-tracker` from `^15.0.1` to `^16.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/eth-json-rpc-provider` from `^6.0.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/json-rpc-engine` from `^10.5.0` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/message-manager` from `^14.1.2` to `^15.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [24.0.2] diff --git a/packages/eth-json-rpc-provider/CHANGELOG.md b/packages/eth-json-rpc-provider/CHANGELOG.md index 30fd4b9d480..e35c87920a7 100644 --- a/packages/eth-json-rpc-provider/CHANGELOG.md +++ b/packages/eth-json-rpc-provider/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^10.5.0` ([#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753)) +- Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^11.0.0` ([#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [6.0.1] diff --git a/packages/gas-fee-controller/CHANGELOG.md b/packages/gas-fee-controller/CHANGELOG.md index 7c2e559fa22..e5360b9dcbf 100644 --- a/packages/gas-fee-controller/CHANGELOG.md +++ b/packages/gas-fee-controller/CHANGELOG.md @@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [26.3.2] diff --git a/packages/gator-permissions-controller/CHANGELOG.md b/packages/gator-permissions-controller/CHANGELOG.md index ab7285afc91..fc6d05977c1 100644 --- a/packages/gator-permissions-controller/CHANGELOG.md +++ b/packages/gator-permissions-controller/CHANGELOG.md @@ -16,8 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.1` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080), [#10124](https://github.com/MetaMask/core/pull/10124)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^70.0.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080), [#10124](https://github.com/MetaMask/core/pull/10124), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [5.0.2] diff --git a/packages/geolocation-controller/CHANGELOG.md b/packages/geolocation-controller/CHANGELOG.md index 43386589d7b..0ed85bc141f 100644 --- a/packages/geolocation-controller/CHANGELOG.md +++ b/packages/geolocation-controller/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.0] diff --git a/packages/java-tron-up/CHANGELOG.md b/packages/java-tron-up/CHANGELOG.md index 7a968ff60c3..1216f6463d1 100644 --- a/packages/java-tron-up/CHANGELOG.md +++ b/packages/java-tron-up/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/local-node-utils` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.0] diff --git a/packages/json-rpc-engine/CHANGELOG.md b/packages/json-rpc-engine/CHANGELOG.md index 6e6e5c50a35..79a2b7c00de 100644 --- a/packages/json-rpc-engine/CHANGELOG.md +++ b/packages/json-rpc-engine/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [10.5.0] @@ -352,9 +352,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.1...@metamask/json-rpc-engine@7.2.0 [7.1.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.0...@metamask/json-rpc-engine@7.1.1 [7.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.0.0...@metamask/json-rpc-engine@7.1.0 -[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 -[6.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@6.0.0...@metamask/json-rpc-engine@6.1.0 -[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.4.0...@metamask/json-rpc-engine@6.0.0 -[5.4.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.3.0...@metamask/json-rpc-engine@5.4.0 -[5.3.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@5.2.0...@metamask/json-rpc-engine@5.3.0 -[5.2.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-engine@5.2.0 +[7.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.1.0...@metamask/json-rpc-engine@7.0.0 +[6.1.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@6.0.0...json-rpc-engine@6.1.0 +[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.4.0...json-rpc-engine@6.0.0 +[5.4.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.3.0...json-rpc-engine@5.4.0 +[5.3.0]: https://github.com/MetaMask/core/compare/json-rpc-engine@5.2.0...json-rpc-engine@5.3.0 +[5.2.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-engine@5.2.0 diff --git a/packages/json-rpc-middleware-stream/CHANGELOG.md b/packages/json-rpc-middleware-stream/CHANGELOG.md index eccd1a74fab..5f55a290f66 100644 --- a/packages/json-rpc-middleware-stream/CHANGELOG.md +++ b/packages/json-rpc-middleware-stream/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.8.1` to `^11.12.0` ([#7511](https://github.com/MetaMask/core/pull/7511), [#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/json-rpc-engine` from `^10.1.1` to `^10.5.0` ([#7202](https://github.com/MetaMask/core/pull/7202), [#7642](https://github.com/MetaMask/core/pull/7642), [#7856](https://github.com/MetaMask/core/pull/7856), [#8078](https://github.com/MetaMask/core/pull/8078), [#8317](https://github.com/MetaMask/core/pull/8317), [#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753)) +- Bump `@metamask/json-rpc-engine` from `^10.1.1` to `^11.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202), [#7642](https://github.com/MetaMask/core/pull/7642), [#7856](https://github.com/MetaMask/core/pull/7856), [#8078](https://github.com/MetaMask/core/pull/8078), [#8317](https://github.com/MetaMask/core/pull/8317), [#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [8.0.8] @@ -232,13 +232,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [7.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.2...@metamask/json-rpc-middleware-stream@7.0.0 [6.0.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.1...@metamask/json-rpc-middleware-stream@6.0.2 [6.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@6.0.0...@metamask/json-rpc-middleware-stream@6.0.1 -[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 -[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@5.0.0...@metamask/json-rpc-middleware-stream@5.0.1 -[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.3...@metamask/json-rpc-middleware-stream@5.0.0 -[4.2.3]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.2...@metamask/json-rpc-middleware-stream@4.2.3 -[4.2.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.1...@metamask/json-rpc-middleware-stream@4.2.2 -[4.2.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.2.0...@metamask/json-rpc-middleware-stream@4.2.1 -[4.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.1.0...@metamask/json-rpc-middleware-stream@4.2.0 -[4.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@4.0.0...@metamask/json-rpc-middleware-stream@4.1.0 -[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-middleware-stream@3.0.0...@metamask/json-rpc-middleware-stream@4.0.0 -[3.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/json-rpc-middleware-stream@3.0.0 +[6.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.1...@metamask/json-rpc-middleware-stream@6.0.0 +[5.0.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@5.0.0...json-rpc-middleware-stream@5.0.1 +[5.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.3...json-rpc-middleware-stream@5.0.0 +[4.2.3]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.2...json-rpc-middleware-stream@4.2.3 +[4.2.2]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.1...json-rpc-middleware-stream@4.2.2 +[4.2.1]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.2.0...json-rpc-middleware-stream@4.2.1 +[4.2.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.1.0...json-rpc-middleware-stream@4.2.0 +[4.1.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@4.0.0...json-rpc-middleware-stream@4.1.0 +[4.0.0]: https://github.com/MetaMask/core/compare/json-rpc-middleware-stream@3.0.0...json-rpc-middleware-stream@4.0.0 +[3.0.0]: https://github.com/MetaMask/core/releases/tag/json-rpc-middleware-stream@3.0.0 diff --git a/packages/keyring-controller/CHANGELOG.md b/packages/keyring-controller/CHANGELOG.md index 4759cf7e1c7..9325853e6de 100644 --- a/packages/keyring-controller/CHANGELOG.md +++ b/packages/keyring-controller/CHANGELOG.md @@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/eth-sig-util` from `^8.2.0` to `^9.0.0` ([#9999](https://github.com/MetaMask/core/pull/9999)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [27.1.1] diff --git a/packages/kyc-controller/CHANGELOG.md b/packages/kyc-controller/CHANGELOG.md index 694919b35fa..55c1d589a91 100644 --- a/packages/kyc-controller/CHANGELOG.md +++ b/packages/kyc-controller/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/geolocation-controller` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [0.1.0] diff --git a/packages/logging-controller/CHANGELOG.md b/packages/logging-controller/CHANGELOG.md index 60a8b819515..969628d935e 100644 --- a/packages/logging-controller/CHANGELOG.md +++ b/packages/logging-controller/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [9.0.0] diff --git a/packages/message-manager/CHANGELOG.md b/packages/message-manager/CHANGELOG.md index c18aef698a8..8cabddc360a 100644 --- a/packages/message-manager/CHANGELOG.md +++ b/packages/message-manager/CHANGELOG.md @@ -17,9 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.3.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/controller-utils` from `^12.0.0` to `^13.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/eth-sig-util` from `^8.2.0` to `^9.0.0` ([#9999](https://github.com/MetaMask/core/pull/9999)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [14.1.2] diff --git a/packages/money-account-api-data-service/CHANGELOG.md b/packages/money-account-api-data-service/CHANGELOG.md index fc341603962..f36d8497571 100644 --- a/packages/money-account-api-data-service/CHANGELOG.md +++ b/packages/money-account-api-data-service/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [0.4.1] diff --git a/packages/money-account-balance-service/CHANGELOG.md b/packages/money-account-balance-service/CHANGELOG.md index 35e020b9acc..cff401298e5 100644 --- a/packages/money-account-balance-service/CHANGELOG.md +++ b/packages/money-account-balance-service/CHANGELOG.md @@ -16,8 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^6.1.1` ([#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^7.0.0` ([#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/money-account-api-data-service` from `^0.4.1` to `^1.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.4.3] diff --git a/packages/money-account-controller/CHANGELOG.md b/packages/money-account-controller/CHANGELOG.md index 38af0103965..f6830d11efe 100644 --- a/packages/money-account-controller/CHANGELOG.md +++ b/packages/money-account-controller/CHANGELOG.md @@ -16,7 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/accounts-controller` from `^39.0.7` to `^39.1.1` ([#9807](https://github.com/MetaMask/core/pull/9807), [#9969](https://github.com/MetaMask/core/pull/9969)) +- Bump `@metamask/accounts-controller` from `^39.0.7` to `^40.0.0` ([#9807](https://github.com/MetaMask/core/pull/9807), [#9969](https://github.com/MetaMask/core/pull/9969), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.0] diff --git a/packages/money-account-upgrade-controller/CHANGELOG.md b/packages/money-account-upgrade-controller/CHANGELOG.md index f28ed2fc399..8648cc944a8 100644 --- a/packages/money-account-upgrade-controller/CHANGELOG.md +++ b/packages/money-account-upgrade-controller/CHANGELOG.md @@ -16,7 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/remote-feature-flag-controller` from `^6.1.0` to `^6.1.1` ([#10129](https://github.com/MetaMask/core/pull/10129)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.0` to `^7.0.0` ([#10129](https://github.com/MetaMask/core/pull/10129), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/authenticated-user-storage` from `^3.0.2` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/chomp-api-service` from `^4.0.2` to `^5.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/delegation-controller` from `^3.0.2` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/money-account-utils` from `^1.2.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [4.0.0] diff --git a/packages/money-account-utils/CHANGELOG.md b/packages/money-account-utils/CHANGELOG.md index 75917487403..52fb5f96edc 100644 --- a/packages/money-account-utils/CHANGELOG.md +++ b/packages/money-account-utils/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/transaction-controller` from `^69.8.0` to `^69.8.1` ([#10124](https://github.com/MetaMask/core/pull/10124)) +- Bump `@metamask/transaction-controller` from `^69.8.0` to `^70.0.0` ([#10124](https://github.com/MetaMask/core/pull/10124), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.2.0] diff --git a/packages/multichain-account-service/CHANGELOG.md b/packages/multichain-account-service/CHANGELOG.md index 2a1cd45f84e..84c740f5505 100644 --- a/packages/multichain-account-service/CHANGELOG.md +++ b/packages/multichain-account-service/CHANGELOG.md @@ -16,8 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/accounts-controller` from `^39.1.0` to `^39.1.1` ([#9969](https://github.com/MetaMask/core/pull/9969)) +- Bump `@metamask/accounts-controller` from `^39.1.0` to `^40.0.0` ([#9969](https://github.com/MetaMask/core/pull/9969), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/snap-account-service` from `^2.1.2` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [13.0.2] diff --git a/packages/multichain-api-middleware/CHANGELOG.md b/packages/multichain-api-middleware/CHANGELOG.md index cde93bcf492..35a2bbf0beb 100644 --- a/packages/multichain-api-middleware/CHANGELOG.md +++ b/packages/multichain-api-middleware/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/chain-agnostic-permission` from `^1.7.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/json-rpc-engine` from `^10.5.0` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/permission-controller` from `^13.1.1` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [4.0.3] diff --git a/packages/multichain-network-controller/CHANGELOG.md b/packages/multichain-network-controller/CHANGELOG.md index 6dfb56d230f..fe40682ddbc 100644 --- a/packages/multichain-network-controller/CHANGELOG.md +++ b/packages/multichain-network-controller/CHANGELOG.md @@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [3.2.4] diff --git a/packages/multichain-transactions-controller/CHANGELOG.md b/packages/multichain-transactions-controller/CHANGELOG.md index a6f383de622..0335cedd140 100644 --- a/packages/multichain-transactions-controller/CHANGELOG.md +++ b/packages/multichain-transactions-controller/CHANGELOG.md @@ -16,8 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/accounts-controller` from `^39.0.7` to `^39.1.1` ([#9807](https://github.com/MetaMask/core/pull/9807), [#9969](https://github.com/MetaMask/core/pull/9969)) +- Bump `@metamask/accounts-controller` from `^39.0.7` to `^40.0.0` ([#9807](https://github.com/MetaMask/core/pull/9807), [#9969](https://github.com/MetaMask/core/pull/9969), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [7.1.2] diff --git a/packages/name-controller/CHANGELOG.md b/packages/name-controller/CHANGELOG.md index 5b3bbc524cb..e5a0372c557 100644 --- a/packages/name-controller/CHANGELOG.md +++ b/packages/name-controller/CHANGELOG.md @@ -17,8 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.3.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/controller-utils` from `^12.0.0` to `^13.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [9.1.2] diff --git a/packages/network-connection-banner-controller/CHANGELOG.md b/packages/network-connection-banner-controller/CHANGELOG.md index 6d5b280a98f..cf5e74aa93b 100644 --- a/packages/network-connection-banner-controller/CHANGELOG.md +++ b/packages/network-connection-banner-controller/CHANGELOG.md @@ -17,6 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/client-controller` from `^1.0.1` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/connectivity-controller` from `^0.3.0` to `^1.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-enablement-controller` from `^6.0.5` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [0.2.1] diff --git a/packages/network-controller/CHANGELOG.md b/packages/network-controller/CHANGELOG.md index 920dc1f3909..c596340bc21 100644 --- a/packages/network-controller/CHANGELOG.md +++ b/packages/network-controller/CHANGELOG.md @@ -16,10 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^6.1.1` ([#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129)) -- Bump `@metamask/eth-json-rpc-middleware` from `^24.0.1` to `^24.0.2` ([#10040](https://github.com/MetaMask/core/pull/10040)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.0.0` to `^7.0.0` ([#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/eth-json-rpc-middleware` from `^24.0.1` to `^25.0.0` ([#10040](https://github.com/MetaMask/core/pull/10040), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/analytics-controller` from `^2.0.0` to `^2.1.0` ([#10092](https://github.com/MetaMask/core/pull/10092)) +- Bump `@metamask/analytics-controller` from `^2.0.0` to `^3.0.0` ([#10092](https://github.com/MetaMask/core/pull/10092), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/config-registry-controller` from `^3.1.0` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/connectivity-controller` from `^0.3.0` to `^1.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/eth-block-tracker` from `^15.0.1` to `^16.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/eth-json-rpc-provider` from `^6.0.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/json-rpc-engine` from `^10.5.0` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [36.0.0] diff --git a/packages/network-enablement-controller/CHANGELOG.md b/packages/network-enablement-controller/CHANGELOG.md index 122208e1149..8227efc206b 100644 --- a/packages/network-enablement-controller/CHANGELOG.md +++ b/packages/network-enablement-controller/CHANGELOG.md @@ -16,8 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.1` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080), [#10124](https://github.com/MetaMask/core/pull/10124)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^70.0.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080), [#10124](https://github.com/MetaMask/core/pull/10124), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/config-registry-controller` from `^3.1.0` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/multichain-network-controller` from `^3.2.4` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [6.0.5] diff --git a/packages/notification-services-controller/CHANGELOG.md b/packages/notification-services-controller/CHANGELOG.md index ebb64e62202..3b77ca947ea 100644 --- a/packages/notification-services-controller/CHANGELOG.md +++ b/packages/notification-services-controller/CHANGELOG.md @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/authenticated-user-storage` from `^3.0.2` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ### Fixed diff --git a/packages/passkey-controller/CHANGELOG.md b/packages/passkey-controller/CHANGELOG.md index 48e4601f1e2..37af9628858 100644 --- a/packages/passkey-controller/CHANGELOG.md +++ b/packages/passkey-controller/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [3.1.0] diff --git a/packages/permission-controller/CHANGELOG.md b/packages/permission-controller/CHANGELOG.md index f00cc12131f..780b82fd3eb 100644 --- a/packages/permission-controller/CHANGELOG.md +++ b/packages/permission-controller/CHANGELOG.md @@ -17,9 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/controller-utils` from `^12.0.0` to `^12.3.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218)) -- Bump `@metamask/approval-controller` from `^9.0.1` to `^9.0.2` ([#9058](https://github.com/MetaMask/core/pull/9058)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/controller-utils` from `^12.0.0` to `^13.0.0` ([#8774](https://github.com/MetaMask/core/pull/8774), [#9058](https://github.com/MetaMask/core/pull/9058), [#9083](https://github.com/MetaMask/core/pull/9083), [#9218](https://github.com/MetaMask/core/pull/9218), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/approval-controller` from `^9.0.1` to `^10.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/json-rpc-engine` from `^10.5.0` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [13.1.1] diff --git a/packages/permission-log-controller/CHANGELOG.md b/packages/permission-log-controller/CHANGELOG.md index 1a6d9124dc7..c2d5eeddc1d 100644 --- a/packages/permission-log-controller/CHANGELOG.md +++ b/packages/permission-log-controller/CHANGELOG.md @@ -17,9 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^10.5.0` ([#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753)) -- Bump `@metamask/messenger` from `^1.0.0` to `^2.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/json-rpc-engine` from `^10.2.4` to `^11.0.0` ([#8661](https://github.com/MetaMask/core/pull/8661), [#8746](https://github.com/MetaMask/core/pull/8746), [#8753](https://github.com/MetaMask/core/pull/8753), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^1.0.0` to `^3.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [5.1.0] diff --git a/packages/perps-controller/CHANGELOG.md b/packages/perps-controller/CHANGELOG.md index 8e4323e1e5c..7e9583fdf6a 100644 --- a/packages/perps-controller/CHANGELOG.md +++ b/packages/perps-controller/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [16.2.0] diff --git a/packages/phishing-controller/CHANGELOG.md b/packages/phishing-controller/CHANGELOG.md index bc7851e9f96..2715bff7f14 100644 --- a/packages/phishing-controller/CHANGELOG.md +++ b/packages/phishing-controller/CHANGELOG.md @@ -16,7 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/transaction-controller` from `^69.8.0` to `^69.8.1` ([#10124](https://github.com/MetaMask/core/pull/10124)) +- Bump `@metamask/transaction-controller` from `^69.8.0` to `^70.0.0` ([#10124](https://github.com/MetaMask/core/pull/10124), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/address-book-controller` from `^7.1.2` to `^8.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [17.4.1] diff --git a/packages/polling-controller/CHANGELOG.md b/packages/polling-controller/CHANGELOG.md index 22d4794374b..dfc1b5a4969 100644 --- a/packages/polling-controller/CHANGELOG.md +++ b/packages/polling-controller/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ### Removed diff --git a/packages/preferences-controller/CHANGELOG.md b/packages/preferences-controller/CHANGELOG.md index 2f6d777d55a..f306e6fa462 100644 --- a/packages/preferences-controller/CHANGELOG.md +++ b/packages/preferences-controller/CHANGELOG.md @@ -17,8 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074)) -- Bump `@metamask/messenger` from `^1.0.0` to `^2.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/messenger` from `^1.0.0` to `^3.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [23.1.0] diff --git a/packages/profile-metrics-controller/CHANGELOG.md b/packages/profile-metrics-controller/CHANGELOG.md index a4e1cfee94c..942aa8e1294 100644 --- a/packages/profile-metrics-controller/CHANGELOG.md +++ b/packages/profile-metrics-controller/CHANGELOG.md @@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [4.0.4] diff --git a/packages/profile-sync-controller/CHANGELOG.md b/packages/profile-sync-controller/CHANGELOG.md index 1aaa1ea65d2..f947e9ca770 100644 --- a/packages/profile-sync-controller/CHANGELOG.md +++ b/packages/profile-sync-controller/CHANGELOG.md @@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Replace `siwe` with `@signinwithethereum/siwe` ^4.2.1 ([#10049](https://github.com/MetaMask/core/pull/10049)) - The old package is no longer maintained by Spruce. The Ethereum Identity Foundation now maintains the successor under the `@signinwithethereum` scope. The `SiweMessage` class API is backward compatible for the usage in this package (`new SiweMessage({...}).prepareMessage()`). +- Bump `@metamask/address-book-controller` from `^7.1.2` to `^8.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/seedless-onboarding-controller` from `^10.1.1` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [30.0.0] diff --git a/packages/ramps-controller/CHANGELOG.md b/packages/ramps-controller/CHANGELOG.md index 83b25674d32..a076cd5bba6 100644 --- a/packages/ramps-controller/CHANGELOG.md +++ b/packages/ramps-controller/CHANGELOG.md @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [20.3.0] diff --git a/packages/rate-limit-controller/CHANGELOG.md b/packages/rate-limit-controller/CHANGELOG.md index e82e3d2026a..6d0aae4e625 100644 --- a/packages/rate-limit-controller/CHANGELOG.md +++ b/packages/rate-limit-controller/CHANGELOG.md @@ -17,8 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/messenger` from `^1.0.0` to `^2.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392)) -- Bump `@metamask/base-controller` from `^9.0.1` to `^9.1.0` ([#8457](https://github.com/MetaMask/core/pull/8457)) +- Bump `@metamask/messenger` from `^1.0.0` to `^3.0.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632), [#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.0.1` to `^10.0.0` ([#8457](https://github.com/MetaMask/core/pull/8457), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [7.0.1] diff --git a/packages/react-data-query/CHANGELOG.md b/packages/react-data-query/CHANGELOG.md index 9abcd1d0d2f..fa64b656920 100644 --- a/packages/react-data-query/CHANGELOG.md +++ b/packages/react-data-query/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.0] diff --git a/packages/remote-feature-flag-controller/CHANGELOG.md b/packages/remote-feature-flag-controller/CHANGELOG.md index aa330d4a7e3..8d9631c5afb 100644 --- a/packages/remote-feature-flag-controller/CHANGELOG.md +++ b/packages/remote-feature-flag-controller/CHANGELOG.md @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [6.1.1] diff --git a/packages/sample-controllers/CHANGELOG.md b/packages/sample-controllers/CHANGELOG.md index 5cafe31af3c..1fc37082c43 100644 --- a/packages/sample-controllers/CHANGELOG.md +++ b/packages/sample-controllers/CHANGELOG.md @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [5.0.6] diff --git a/packages/seedless-onboarding-controller/CHANGELOG.md b/packages/seedless-onboarding-controller/CHANGELOG.md index 4e9f2a85f61..caca7cf13d7 100644 --- a/packages/seedless-onboarding-controller/CHANGELOG.md +++ b/packages/seedless-onboarding-controller/CHANGELOG.md @@ -16,8 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/keyring-controller` from `^27.1.0` to `^27.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791)) +- Bump `@metamask/keyring-controller` from `^27.1.0` to `^28.0.0` ([#9791](https://github.com/MetaMask/core/pull/9791), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [10.1.1] diff --git a/packages/selected-network-controller/CHANGELOG.md b/packages/selected-network-controller/CHANGELOG.md index d31f7d927df..231c3615dd6 100644 --- a/packages/selected-network-controller/CHANGELOG.md +++ b/packages/selected-network-controller/CHANGELOG.md @@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/json-rpc-engine` from `^10.5.0` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/permission-controller` from `^13.1.1` to `^14.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [26.1.7] diff --git a/packages/sentinel-api-service/CHANGELOG.md b/packages/sentinel-api-service/CHANGELOG.md index 7657063a47f..0b9b13c3591 100644 --- a/packages/sentinel-api-service/CHANGELOG.md +++ b/packages/sentinel-api-service/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.1] diff --git a/packages/shield-controller/CHANGELOG.md b/packages/shield-controller/CHANGELOG.md index 93c8f889cb1..c907cff8aca 100644 --- a/packages/shield-controller/CHANGELOG.md +++ b/packages/shield-controller/CHANGELOG.md @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/signature-controller` from `^39.2.10` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [6.0.2] diff --git a/packages/signature-controller/CHANGELOG.md b/packages/signature-controller/CHANGELOG.md index 39a36f7b422..72268df716d 100644 --- a/packages/signature-controller/CHANGELOG.md +++ b/packages/signature-controller/CHANGELOG.md @@ -18,6 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/eth-sig-util` from `^8.2.0` to `^9.0.0` ([#9999](https://github.com/MetaMask/core/pull/9999)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/approval-controller` from `^9.0.2` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/gator-permissions-controller` from `^5.0.2` to `^6.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/logging-controller` from `^9.0.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [39.2.10] diff --git a/packages/smart-transactions-controller/CHANGELOG.md b/packages/smart-transactions-controller/CHANGELOG.md index c862938542b..6947c44fc54 100644 --- a/packages/smart-transactions-controller/CHANGELOG.md +++ b/packages/smart-transactions-controller/CHANGELOG.md @@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/eth-json-rpc-provider` from `^6.0.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [26.0.1] diff --git a/packages/snap-account-service/CHANGELOG.md b/packages/snap-account-service/CHANGELOG.md index 92371b75bd4..ff6df16ae27 100644 --- a/packages/snap-account-service/CHANGELOG.md +++ b/packages/snap-account-service/CHANGELOG.md @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.1.2] diff --git a/packages/social-controllers/CHANGELOG.md b/packages/social-controllers/CHANGELOG.md index 6f472daaace..805ee74e0a7 100644 --- a/packages/social-controllers/CHANGELOG.md +++ b/packages/social-controllers/CHANGELOG.md @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [2.8.1] diff --git a/packages/solana-test-validator-up/CHANGELOG.md b/packages/solana-test-validator-up/CHANGELOG.md index d6f9f4e2a4d..1a708f0f488 100644 --- a/packages/solana-test-validator-up/CHANGELOG.md +++ b/packages/solana-test-validator-up/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/local-node-utils` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.0] diff --git a/packages/storage-service/CHANGELOG.md b/packages/storage-service/CHANGELOG.md index 58680df5e95..6a8b13ba9a4 100644 --- a/packages/storage-service/CHANGELOG.md +++ b/packages/storage-service/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. - Bump `@metamask/utils` from `^11.9.0` to `^11.12.0` ([#9074](https://github.com/MetaMask/core/pull/9074), [#10076](https://github.com/MetaMask/core/pull/10076)) -- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392)) +- Bump `@metamask/messenger` from `^1.2.0` to `^3.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392), [#10155](https://github.com/MetaMask/core/pull/10155)) ## [1.0.2] diff --git a/packages/subscription-controller/CHANGELOG.md b/packages/subscription-controller/CHANGELOG.md index f8ce8fee8c6..73732bc6a12 100644 --- a/packages/subscription-controller/CHANGELOG.md +++ b/packages/subscription-controller/CHANGELOG.md @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-data-service` from `^1.0.0` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/profile-sync-controller` from `^30.0.0` to `^31.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [8.1.0] diff --git a/packages/transaction-controller/CHANGELOG.md b/packages/transaction-controller/CHANGELOG.md index e6356feffb5..15cba09a596 100644 --- a/packages/transaction-controller/CHANGELOG.md +++ b/packages/transaction-controller/CHANGELOG.md @@ -16,8 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/core-backend` from `^9.0.0` to `^9.1.1` ([#10138](https://github.com/MetaMask/core/pull/10138), [#10139](https://github.com/MetaMask/core/pull/10139)) -- Bump `@metamask/remote-feature-flag-controller` from `^6.1.0` to `^6.1.1` ([#10129](https://github.com/MetaMask/core/pull/10129)) +- Bump `@metamask/core-backend` from `^9.0.0` to `^10.0.0` ([#10138](https://github.com/MetaMask/core/pull/10138), [#10139](https://github.com/MetaMask/core/pull/10139), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.0` to `^7.0.0` ([#10129](https://github.com/MetaMask/core/pull/10129), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/approval-controller` from `^9.0.2` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/gas-fee-controller` from `^26.3.2` to `^27.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [69.8.1] diff --git a/packages/transaction-pay-controller/CHANGELOG.md b/packages/transaction-pay-controller/CHANGELOG.md index 7b154ec5de5..10470f9fe00 100644 --- a/packages/transaction-pay-controller/CHANGELOG.md +++ b/packages/transaction-pay-controller/CHANGELOG.md @@ -16,7 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/assets-controllers` from `^111.2.0` to `^111.3.0` ([#10152](https://github.com/MetaMask/core/pull/10152)) +- Bump `@metamask/assets-controllers` from `^111.2.0` to `^112.0.0` ([#10152](https://github.com/MetaMask/core/pull/10152), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/assets-controller` from `^15.1.0` to `^16.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/gas-fee-controller` from `^26.3.2` to `^27.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/ramps-controller` from `^20.3.0` to `^21.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/sentinel-api-service` from `^1.0.1` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [27.1.2] diff --git a/packages/user-operation-controller/CHANGELOG.md b/packages/user-operation-controller/CHANGELOG.md index 1790861e2d4..c365cc85587 100644 --- a/packages/user-operation-controller/CHANGELOG.md +++ b/packages/user-operation-controller/CHANGELOG.md @@ -16,8 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/transaction-controller` from `^69.6.1` to `^69.8.1` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080), [#10124](https://github.com/MetaMask/core/pull/10124)) +- Bump `@metamask/transaction-controller` from `^69.6.1` to `^70.0.0` ([#10046](https://github.com/MetaMask/core/pull/10046), [#10080](https://github.com/MetaMask/core/pull/10080), [#10124](https://github.com/MetaMask/core/pull/10124), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/approval-controller` from `^9.0.2` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/gas-fee-controller` from `^26.3.2` to `^27.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/polling-controller` from `^16.0.9` to `^17.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [41.2.9] diff --git a/packages/wallet-cli/CHANGELOG.md b/packages/wallet-cli/CHANGELOG.md index 6e80d9e738c..d6a77208a1d 100644 --- a/packages/wallet-cli/CHANGELOG.md +++ b/packages/wallet-cli/CHANGELOG.md @@ -32,12 +32,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `--password` / `MM_WALLET_PASSWORD` is now optional on `mm daemon start`; on subsequent runs, omitting it starts the daemon with a locked keyring, and the persisted vault is auto-unlocked when a password is supplied ([#8821](https://github.com/MetaMask/core/pull/8821)) - The daemon RPC server now validates `params` against each handler's superstruct before dispatch, returning a `-32602 invalidParams` error on mismatch instead of passing raw params to the handler ([#8846](https://github.com/MetaMask/core/pull/8846)) - Report daemon socket connection errors consistently across `mm daemon call` and `mm daemon list` ([#9339](https://github.com/MetaMask/core/pull/9339)) -- Bump `@metamask/wallet` from `^3.0.0` to `^12.0.3` ([#9218](https://github.com/MetaMask/core/pull/9218), [#9263](https://github.com/MetaMask/core/pull/9263), [#9349](https://github.com/MetaMask/core/pull/9349), [#9396](https://github.com/MetaMask/core/pull/9396), [#9470](https://github.com/MetaMask/core/pull/9470), [#9609](https://github.com/MetaMask/core/pull/9609), [#9629](https://github.com/MetaMask/core/pull/9629), [#9735](https://github.com/MetaMask/core/pull/9735), [#9809](https://github.com/MetaMask/core/pull/9809), [#9903](https://github.com/MetaMask/core/pull/9903), [#9938](https://github.com/MetaMask/core/pull/9938), [#9945](https://github.com/MetaMask/core/pull/9945), [#9969](https://github.com/MetaMask/core/pull/9969), [#10137](https://github.com/MetaMask/core/pull/10137)) +- Bump `@metamask/wallet` from `^3.0.0` to `^13.0.0` ([#9218](https://github.com/MetaMask/core/pull/9218), [#9263](https://github.com/MetaMask/core/pull/9263), [#9349](https://github.com/MetaMask/core/pull/9349), [#9396](https://github.com/MetaMask/core/pull/9396), [#9470](https://github.com/MetaMask/core/pull/9470), [#9609](https://github.com/MetaMask/core/pull/9609), [#9629](https://github.com/MetaMask/core/pull/9629), [#9735](https://github.com/MetaMask/core/pull/9735), [#9809](https://github.com/MetaMask/core/pull/9809), [#9903](https://github.com/MetaMask/core/pull/9903), [#9938](https://github.com/MetaMask/core/pull/9938), [#9945](https://github.com/MetaMask/core/pull/9945), [#9969](https://github.com/MetaMask/core/pull/9969), [#10137](https://github.com/MetaMask/core/pull/10137), [#10155](https://github.com/MetaMask/core/pull/10155)) - Wrap daemon password and SRP in opaque `Password` and `Srp` types that redact on logging; validated and unwrapped only at trust boundaries ([#8863](https://github.com/MetaMask/core/pull/8863)) -- Bump `@metamask/analytics-controller` from `^1.2.1` to `^2.1.0` ([#9735](https://github.com/MetaMask/core/pull/9735), [#10092](https://github.com/MetaMask/core/pull/10092)) -- Bump `@metamask/remote-feature-flag-controller` from `^4.2.2` to `^6.1.1` ([#9735](https://github.com/MetaMask/core/pull/9735), [#9945](https://github.com/MetaMask/core/pull/9945), [#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129)) +- Bump `@metamask/analytics-controller` from `^1.2.1` to `^3.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735), [#10092](https://github.com/MetaMask/core/pull/10092), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^4.2.2` to `^7.0.0` ([#9735](https://github.com/MetaMask/core/pull/9735), [#9945](https://github.com/MetaMask/core/pull/9945), [#9980](https://github.com/MetaMask/core/pull/9980), [#10129](https://github.com/MetaMask/core/pull/10129), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754)) -- Bump `@metamask/config-registry-controller` from `^3.0.0` to `^3.1.0` ([#9969](https://github.com/MetaMask/core/pull/9969)) +- Bump `@metamask/config-registry-controller` from `^3.0.0` to `^4.0.0` ([#9969](https://github.com/MetaMask/core/pull/9969), [#10155](https://github.com/MetaMask/core/pull/10155)) - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/storage-service` from `^1.0.2` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) [Unreleased]: https://github.com/MetaMask/core/ diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 0d84cfed83f..3de7680c4fd 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -16,9 +16,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Bump minimum Node.js version to 22 ([#9976](https://github.com/MetaMask/core/pull/9976)) - **BREAKING:** Bump TypeScript target to ES2022 ([#10019](https://github.com/MetaMask/core/pull/10019)) - This package now ships ES2022 code, requiring a compatible modern environment or bundler configuration to consume. -- Bump `@metamask/claims-controller` from `^0.6.1` to `^0.6.2` ([#10139](https://github.com/MetaMask/core/pull/10139)) -- Bump `@metamask/shield-controller` from `^6.0.1` to `^6.0.2` ([#10139](https://github.com/MetaMask/core/pull/10139)) -- Bump `@metamask/subscription-controller` from `^8.0.1` to `^8.1.0` ([#10139](https://github.com/MetaMask/core/pull/10139)) +- Bump `@metamask/claims-controller` from `^0.6.1` to `^1.0.0` ([#10139](https://github.com/MetaMask/core/pull/10139), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/shield-controller` from `^6.0.1` to `^7.0.0` ([#10139](https://github.com/MetaMask/core/pull/10139), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/subscription-controller` from `^8.0.1` to `^9.0.0` ([#10139](https://github.com/MetaMask/core/pull/10139), [#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/accounts-controller` from `^39.1.1` to `^40.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/address-book-controller` from `^7.1.2` to `^8.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/approval-controller` from `^9.0.2` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/base-controller` from `^9.1.0` to `^10.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/config-registry-controller` from `^3.1.0` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/connectivity-controller` from `^0.3.0` to `^1.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/controller-utils` from `^12.3.0` to `^13.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/gas-fee-controller` from `^26.3.2` to `^27.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/keyring-controller` from `^27.1.1` to `^28.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/messenger` from `^2.0.0` to `^3.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/network-controller` from `^36.0.0` to `^37.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/passkey-controller` from `^3.1.0` to `^4.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/remote-feature-flag-controller` from `^6.1.1` to `^7.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/seedless-onboarding-controller` from `^10.1.1` to `^11.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/storage-service` from `^1.0.2` to `^2.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) +- Bump `@metamask/transaction-controller` from `^69.8.1` to `^70.0.0` ([#10155](https://github.com/MetaMask/core/pull/10155)) ## [12.0.3]