Skip to content

Commit 57717c1

Browse files
authored
chore: bump @metamask/messenger and @metamask/utils (#489)
Bump `@metamask/messenger` from `^0.3.0` to `^1.0.0` and `@metamask/utils` from `^11.1.0` to `^11.10.0` across all packages. - `@metamask/messenger` [1.0.0](https://github.com/MetaMask/core/blob/main/packages/messenger/CHANGELOG.md#100): stability promotion, no API changes. Affects `keyring-internal-snap-client` and `eth-snap-keyring`. - `@metamask/utils` [11.10.0](https://github.com/MetaMask/utils/blob/main/CHANGELOG.md#11100): adds `ensureError` utility, `sha256`, `areUint8ArraysEqual`, CAIP namespace additions (Tron, Stellar), unit conversion utils, perf improvements. Affects all packages. No client code changes needed. Build passes, all tests pass. ## Examples N/A — dependency version bumps only. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Primarily dependency bumps, but includes a major-version upgrade of `@metamask/messenger` and a broad `@metamask/utils` upgrade across many packages, which could introduce subtle runtime/type incompatibilities. > > **Overview** > Updates the monorepo to use `@metamask/utils@^11.10.0` across the keyring-related packages and refreshes `yarn.lock` accordingly. > > Also bumps `@metamask/messenger` from `^0.3.0` to `^1.0.0` in the snap-bridge/internal snap-client packages, with corresponding `CHANGELOG.md` entries added under *Unreleased*. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 47a4b8b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b761789 commit 57717c1

24 files changed

Lines changed: 66 additions & 31 deletions

File tree

packages/keyring-api/CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
13+
1014
## [22.0.0]
1115

1216
### Removed

packages/keyring-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@metamask/keyring-utils": "^3.2.0",
5050
"@metamask/superstruct": "^3.1.0",
51-
"@metamask/utils": "^11.1.0",
51+
"@metamask/utils": "^11.10.0",
5252
"bitcoin-address-validation": "^2.2.3"
5353
},
5454
"devDependencies": {

packages/keyring-eth-hd/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- This package now contains the keyring v2 wrapper helpers (`EthKeyringWrapper`, `EthKeyringMethod`).
1414
- Bump `@metamask/keyring-api` from `^21.6.0` to `^22.0.0` ([#482](https://github.com/MetaMask/accounts/pull/482))
1515
- Bump `@metamask/account-api` from `^1.0.0` to `^1.0.1` ([#487](https://github.com/MetaMask/accounts/pull/487))
16+
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
1617

1718
## [13.1.0]
1819

packages/keyring-eth-hd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@metamask/keyring-utils": "^3.2.0",
5353
"@metamask/scure-bip39": "^2.1.1",
5454
"@metamask/superstruct": "^3.1.0",
55-
"@metamask/utils": "^11.1.0",
55+
"@metamask/utils": "^11.10.0",
5656
"ethereum-cryptography": "^2.1.2"
5757
},
5858
"devDependencies": {

packages/keyring-eth-ledger-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@metamask/account-api": "^1.0.1",
6969
"@metamask/auto-changelog": "^3.4.4",
7070
"@metamask/keyring-utils": "^3.2.0",
71-
"@metamask/utils": "^11.1.0",
71+
"@metamask/utils": "^11.10.0",
7272
"@ts-bridge/cli": "^0.6.3",
7373
"@types/ethereumjs-tx": "^1.0.1",
7474
"@types/hdkey": "^2.0.1",

packages/keyring-eth-money/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@lavamoat/preinstall-always-fail": "^2.1.0",
5353
"@metamask/auto-changelog": "^3.4.4",
5454
"@metamask/eth-sig-util": "^8.2.0",
55-
"@metamask/utils": "^11.1.0",
55+
"@metamask/utils": "^11.10.0",
5656
"@ts-bridge/cli": "^0.6.3",
5757
"@types/jest": "^29.5.12",
5858
"deepmerge": "^4.2.2",

packages/keyring-eth-qr/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Wraps legacy `QrKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
1717
- Extends `EthKeyringWrapper` for common Ethereum logic.
1818

19+
### Changed
20+
21+
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
22+
1923
## [1.1.0]
2024

2125
### Added

packages/keyring-eth-qr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@metamask/keyring-api": "^22.0.0",
5757
"@metamask/keyring-sdk": "^1.0.0",
5858
"@metamask/keyring-utils": "^3.2.0",
59-
"@metamask/utils": "^11.1.0",
59+
"@metamask/utils": "^11.10.0",
6060
"async-mutex": "^0.5.0",
6161
"hdkey": "^2.1.0",
6262
"uuid": "^9.0.1"

packages/keyring-eth-simple/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- Wraps legacy `SimpleKeyring` to expose accounts via the unified `KeyringV2` API and the `KeyringAccount` type.
1616
- Extends `EthKeyringWrapper` for common Ethereum logic.
1717

18+
### Changed
19+
20+
- Bump `@metamask/utils` from `^11.1.0` to `^11.10.0` ([#489](https://github.com/MetaMask/accounts/pull/489))
21+
1822
## [11.0.0]
1923

2024
### Changed

packages/keyring-eth-simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@metamask/eth-sig-util": "^8.2.0",
4949
"@metamask/keyring-api": "^22.0.0",
5050
"@metamask/keyring-sdk": "^1.0.0",
51-
"@metamask/utils": "^11.1.0",
51+
"@metamask/utils": "^11.10.0",
5252
"ethereum-cryptography": "^2.1.2",
5353
"randombytes": "^2.1.0"
5454
},

0 commit comments

Comments
 (0)