Release 1247.0.0 - #10160
Conversation
|
Warning MetaMask internal reviewing guidelines:
|
|
✅ Changelogs updated and pushed. |
5950fef
| - **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)) |
There was a problem hiding this comment.
One replace all for
[#10155](https://github.com/MetaMask/core/pull/10155)
to
[#10160](https://github.com/MetaMask/core/pull/10160)
5950fef to
ffecd7b
Compare
Explanation
Recreated #10155 after reverting in #10159.
References
Checklist
Note
High Risk
Monorepo-wide major releases and breaking platform requirements (ESM, Node 22) force coordinated client upgrades; misaligned versions can break messenger/controller wiring at runtime.
Overview
Publishes 1247.0.0 of
@metamask/core-monorepoby cutting new major (or milestone) versions across many workspace packages and aligning theirpackage.jsondependency ranges.The release mostly finalizes changelog entries that were sitting under
[Unreleased]—especially ESM-only, Node.js 22+, and ES2022 build targets—while adding #10160 dependency bumps such as@metamask/messenger^3,@metamask/base-controller^10,@metamask/network-controller^37,@metamask/transaction-controller^70, and@metamask/controller-utils^13. Heavily connected packages (e.g.assets-controller,assets-controllers,bridge-controller,core-backend) get matching semver bumps so the graph stays consistent.The root
package.jsonalso bumps workspace dev dependencies on@metamask/eth-block-tracker,@metamask/eth-json-rpc-provider,@metamask/json-rpc-engine, and@metamask/network-controller. No application/controller source changes appear in this diff—only versions, changelogs, and dependency pins.Reviewed by Cursor Bugbot for commit ffecd7b. Bugbot is set up for automated code reviews on this repo. Configure here.