Skip to content

Commit

Permalink
feat: bump @metamask/utils to v11.1.0 (#5223)
Browse files Browse the repository at this point in the history
## Explanation

PR to bump `@metamask/utils` to v11.1.0

## References

N/A

## Changelog

<!--
If you're making any consumer-facing changes, list those changes here as
if you were updating a changelog, using the template below as a guide.

(CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or
FIXED. For security-related issues, follow the Security Advisory
process.)

Please take care to name the exact pieces of the API you've added or
changed (e.g. types, interfaces, functions, or methods).

If there are any breaking changes, make sure to offer a solution for
consumers to follow once they upgrade to the changes.

Finally, if you're only making changes to development scripts or tests,
you may replace the template below with "None".
-->

### `@metamask/accounts-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/address-book-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/approval-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/assets-controllers`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/base-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/build-utils`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/controller-utils`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/ens-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/eth-json-rpc-provider`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/gas-fee-controlller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/json-rpc-engine`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/json-rpc-middleware-stream`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/keyring-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/message-manager`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/multichain-transactions-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/multichain-transactions-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/multichain`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/name-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/network-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/notification-services-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/permission-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/permission-log-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/polling-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/queued-request-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/rate-limit-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/remote-feature-flag-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/selected-network-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/signature-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/token-search-discovery-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/transaction-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`

### `@metamask/user-operation-controller`

- **CHANGED**: Bump `@metamask/utils` to `v11.1.0`



## Checklist

- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
- [ ] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
  • Loading branch information
sahar-fehri authored Jan 30, 2025
1 parent d0dcc50 commit 846253a
Show file tree
Hide file tree
Showing 33 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion examples/example-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@metamask/eth-block-tracker": "^11.0.3",
"@metamask/eth-json-rpc-provider": "^4.1.7",
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.191",
Expand Down
2 changes: 1 addition & 1 deletion packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@metamask/keyring-internal-api": "^4.0.1",
"@metamask/snaps-sdk": "^6.16.0",
"@metamask/snaps-utils": "^8.9.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"deepmerge": "^4.2.2",
"ethereum-cryptography": "^2.1.2",
"immer": "^9.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/address-book-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/approval-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"nanoid": "^3.3.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@metamask/polling-controller": "^12.0.2",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/snaps-utils": "^8.9.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@types/bn.js": "^5.1.5",
"@types/uuid": "^8.3.0",
"async-mutex": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/base-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"immer": "^9.0.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@types/eslint": "^8.44.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/controller-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@ethereumjs/util": "^8.1.0",
"@metamask/eth-query": "^4.0.0",
"@metamask/ethjs-unit": "^0.3.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@spruceid/siwe-parser": "2.1.0",
"@types/bn.js": "^5.1.5",
"bignumber.js": "^9.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ens-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@ethersproject/providers": "^5.7.0",
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"punycode": "^2.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-json-rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/safe-event-emitter": "^3.0.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gas-fee-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@metamask/eth-query": "^4.0.0",
"@metamask/ethjs-unit": "^0.3.0",
"@metamask/polling-controller": "^12.0.2",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@types/bn.js": "^5.1.5",
"@types/uuid": "^8.3.0",
"bn.js": "^5.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-rpc-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@metamask/rpc-errors": "^7.0.2",
"@metamask/safe-event-emitter": "^3.0.0",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-rpc-middleware-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/safe-event-emitter": "^3.0.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"readable-stream": "^3.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@metamask/keyring-api": "^16.1.0",
"@metamask/keyring-internal-api": "^4.0.1",
"@metamask/message-manager": "^12.0.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"async-mutex": "^0.5.0",
"ethereumjs-wallet": "^1.0.1",
"immer": "^9.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/message-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/eth-sig-util": "^8.0.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@types/uuid": "^8.3.0",
"jsonschema": "^1.4.1",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/multichain-transactions-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@metamask/snaps-controllers": "^9.10.0",
"@metamask/snaps-sdk": "^6.16.0",
"@metamask/snaps-utils": "^8.9.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@types/uuid": "^8.3.0",
"immer": "^9.0.6",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/multichain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@metamask/eth-json-rpc-filters": "^9.0.0",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/safe-event-emitter": "^3.0.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@open-rpc/schema-utils-js": "^2.0.5",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/name-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"async-mutex": "^0.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/network-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/swappable-obj-proxy": "^2.3.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"async-mutex": "^0.5.0",
"fast-deep-equal": "^3.1.3",
"immer": "^9.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/notification-services-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@contentful/rich-text-html-renderer": "^16.5.2",
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"bignumber.js": "^9.1.2",
"firebase": "^11.2.0",
"loglevel": "^1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/permission-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@metamask/controller-utils": "^11.4.5",
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@types/deep-freeze-strict": "^1.1.0",
"deep-freeze-strict": "^1.1.1",
"immer": "^9.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/permission-log-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/polling-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"@types/uuid": "^8.3.0",
"fast-json-stable-stringify": "^2.1.0",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/queued-request-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/swappable-obj-proxy": "^2.3.0",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/rate-limit-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-feature-flag-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/selected-network-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@metamask/base-controller": "^7.1.1",
"@metamask/json-rpc-engine": "^10.0.2",
"@metamask/swappable-obj-proxy": "^2.3.0",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@metamask/base-controller": "^7.1.1",
"@metamask/controller-utils": "^11.4.5",
"@metamask/eth-sig-util": "^8.0.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"jsonschema": "^1.4.1",
"lodash": "^4.17.21",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/token-search-discovery-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@metamask/base-controller": "^7.1.1",
"@metamask/utils": "^11.0.1"
"@metamask/utils": "^11.1.0"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@metamask/metamask-eth-abis": "^3.1.1",
"@metamask/nonce-tracker": "^6.0.0",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"async-mutex": "^0.5.0",
"bn.js": "^5.2.1",
"eth-method-registry": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-operation-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@metamask/polling-controller": "^12.0.2",
"@metamask/rpc-errors": "^7.0.2",
"@metamask/superstruct": "^3.1.0",
"@metamask/utils": "^11.0.1",
"@metamask/utils": "^11.1.0",
"bn.js": "^5.2.1",
"immer": "^9.0.6",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 846253a

Please sign in to comment.