-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade {gas-fee,network,notification-services}-controller
- Bump `@metamask/gas-fee-controller` from 21.0.0 to 22.0.2 ([view changes](https://github.com/MetaMask/core/blob/main/packages/gas-fee-controller/CHANGELOG.md)) - There are no notable changes between these versions. - Bump `@metamask/network-controller` to 21.0.0 to 22.1.0 ([view changes](https://github.com/MetaMask/core/blob/main/packages/network-controller/CHANGELOG.md)) - Notable changes in 21.0.2: - `getDefaultNetworkConfigurationsByChainId` returns the updated display names for mainnet and linea. `Ethereum Mainnet` instead of `Mainnet`, and `Linea` instead of `Linea Mainnet` - Notable changes in 22.1.0: - Add `lastUpdatedAt` property to network configurations which will be set to the current time on addition or update - This was added to support the upcoming network syncing feature. - This property is optional and will be undefined for existing network configurations that have not yet been updated. - Bump `@metamask/notification-services-controller` from 0.11.0 to 0.15.0 ([view changes](https://github.com/MetaMask/core/blob/main/packages/notification-services-controller/CHANGELOG.md)) - Notable changes in 0.12.0: - `deleteNotificationsById` now publishes `NotificationServicesController:notificationsListUpdated` - Notable changes in 0.12.1: - When notifications are disabled, list is now repopulated with Snap notifications
- Loading branch information
Showing
3 changed files
with
65 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4218,6 +4218,22 @@ | |
eth-ens-namehash "^2.0.8" | ||
fast-deep-equal "^3.1.3" | ||
|
||
"@metamask/controller-utils@^11.4.4": | ||
version "11.4.4" | ||
resolved "https://registry.yarnpkg.com/@metamask/controller-utils/-/controller-utils-11.4.4.tgz#6e43e4cf53d34dad225bab8aaf4e7efcb1fe7623" | ||
integrity sha512-0/gKC6jxlj8KRzi0RjGDQnml6l4b46Da/AIqnGJMOC59zl4qD5UN1GM+mq7L5duw/m8sSHa7VbL1hL0l7Cw1pg== | ||
dependencies: | ||
"@ethereumjs/util" "^8.1.0" | ||
"@metamask/eth-query" "^4.0.0" | ||
"@metamask/ethjs-unit" "^0.3.0" | ||
"@metamask/utils" "^10.0.0" | ||
"@spruceid/siwe-parser" "2.1.0" | ||
"@types/bn.js" "^5.1.5" | ||
bignumber.js "^9.1.2" | ||
bn.js "^5.2.1" | ||
eth-ens-namehash "^2.0.8" | ||
fast-deep-equal "^3.1.3" | ||
|
||
"@metamask/design-tokens@^4.0.0": | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/design-tokens/-/design-tokens-4.0.0.tgz#3aad7e4da21c279374668e179c0b055d93aa0552" | ||
|
@@ -4488,17 +4504,17 @@ | |
is-hex-prefixed "1.0.0" | ||
strip-hex-prefix "1.0.0" | ||
|
||
"@metamask/gas-fee-controller@^21.0.0": | ||
version "21.0.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/gas-fee-controller/-/gas-fee-controller-21.0.0.tgz#1cd21f3d33b097adb9c2d9bea17ac5ee72b491e6" | ||
integrity sha512-34/AORJFpaHgr1jtzIk1/SzGSw7sYZL49kww7x7tW9wZcxV7r8rPZ5K25TveORzZtdfEsz1CVZjO4iEM8B4Lwg== | ||
"@metamask/gas-fee-controller@^22.0.2": | ||
version "22.0.2" | ||
resolved "https://registry.yarnpkg.com/@metamask/gas-fee-controller/-/gas-fee-controller-22.0.2.tgz#6e092c3579d3b041ea252364a81190d8968cec5e" | ||
integrity sha512-VaJHNWHL2mdswOIRrz5zes/recHRiXUG5sa5Co1eMFxpHQoX57ciFQ4J8rWsBP4P7H6a8MOB0TNFkn2fYCvpRg== | ||
dependencies: | ||
"@metamask/base-controller" "^7.0.1" | ||
"@metamask/controller-utils" "^11.3.0" | ||
"@metamask/base-controller" "^7.0.2" | ||
"@metamask/controller-utils" "^11.4.4" | ||
"@metamask/eth-query" "^4.0.0" | ||
"@metamask/ethjs-unit" "^0.3.0" | ||
"@metamask/polling-controller" "^11.0.0" | ||
"@metamask/utils" "^9.1.0" | ||
"@metamask/polling-controller" "^12.0.2" | ||
"@metamask/utils" "^10.0.0" | ||
"@types/bn.js" "^5.1.5" | ||
"@types/uuid" "^8.3.0" | ||
bn.js "^5.2.1" | ||
|
@@ -4658,36 +4674,36 @@ | |
resolved "https://registry.yarnpkg.com/@metamask/mobile-provider/-/mobile-provider-3.0.0.tgz#8a6a5a0874c8cbe4b468f63dfc57117d207f9595" | ||
integrity sha512-XwFJk0rd9lAZR5xS3VC7ypEhD7DvZR2gi2Ch6PHnODIqeS9Te3OdVKK5+jHI4his8v/zs6LWdFdlRtx5/jL96w== | ||
|
||
"@metamask/network-controller@^21.0.0": | ||
version "21.1.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/network-controller/-/network-controller-21.1.0.tgz#766598a7e854a86bcb5f94af6c7bbc7f67820d02" | ||
integrity sha512-AyGumRyUtuQAkYJ/7f/KSPqwc+vndUP20BE0NbGo2hVfMS/IOdvUj2Dz+c8+LnqkO6JfyuQ7BVJiMy5JnMucJw== | ||
"@metamask/network-controller@^22.0.2": | ||
version "22.0.2" | ||
resolved "https://registry.yarnpkg.com/@metamask/network-controller/-/network-controller-22.0.2.tgz#d6f5464d26bc9b68731cc5c7ec32845f63d1fcf0" | ||
integrity sha512-DfcDdmtVRp7TrtbvaSFX+98jE/KSorhTy/znWOpe1zt60q6v3+SVttT2LJlZpvpk0hyiDPNBO4lmk3AOovR2/w== | ||
dependencies: | ||
"@metamask/base-controller" "^7.0.1" | ||
"@metamask/controller-utils" "^11.3.0" | ||
"@metamask/base-controller" "^7.0.2" | ||
"@metamask/controller-utils" "^11.4.3" | ||
"@metamask/eth-block-tracker" "^11.0.2" | ||
"@metamask/eth-json-rpc-infura" "^10.0.0" | ||
"@metamask/eth-json-rpc-middleware" "^15.0.0" | ||
"@metamask/eth-json-rpc-provider" "^4.1.5" | ||
"@metamask/eth-json-rpc-provider" "^4.1.6" | ||
"@metamask/eth-query" "^4.0.0" | ||
"@metamask/json-rpc-engine" "^10.0.0" | ||
"@metamask/rpc-errors" "^7.0.0" | ||
"@metamask/json-rpc-engine" "^10.0.1" | ||
"@metamask/rpc-errors" "^7.0.1" | ||
"@metamask/swappable-obj-proxy" "^2.2.0" | ||
"@metamask/utils" "^9.1.0" | ||
"@metamask/utils" "^10.0.0" | ||
async-mutex "^0.5.0" | ||
immer "^9.0.6" | ||
loglevel "^1.8.1" | ||
reselect "^5.1.1" | ||
uri-js "^4.4.1" | ||
uuid "^8.3.2" | ||
|
||
"@metamask/network-controller@^22.0.2": | ||
version "22.0.2" | ||
resolved "https://registry.yarnpkg.com/@metamask/network-controller/-/network-controller-22.0.2.tgz#d6f5464d26bc9b68731cc5c7ec32845f63d1fcf0" | ||
integrity sha512-DfcDdmtVRp7TrtbvaSFX+98jE/KSorhTy/znWOpe1zt60q6v3+SVttT2LJlZpvpk0hyiDPNBO4lmk3AOovR2/w== | ||
"@metamask/network-controller@^22.1.0": | ||
version "22.1.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/network-controller/-/network-controller-22.1.0.tgz#b4c81a31fc52147d12131bfb16c77c1c1cfbe43c" | ||
integrity sha512-wvP2HUBQCWvlvBkuhqMNtd6+D/cJa343ABFLfCLNrQsk8QjdHPFw/QDIqC+QXTPxyrPWw9GL5akaLb//rmO1NA== | ||
dependencies: | ||
"@metamask/base-controller" "^7.0.2" | ||
"@metamask/controller-utils" "^11.4.3" | ||
"@metamask/controller-utils" "^11.4.4" | ||
"@metamask/eth-block-tracker" "^11.0.2" | ||
"@metamask/eth-json-rpc-infura" "^10.0.0" | ||
"@metamask/eth-json-rpc-middleware" "^15.0.0" | ||
|
@@ -4698,6 +4714,7 @@ | |
"@metamask/swappable-obj-proxy" "^2.2.0" | ||
"@metamask/utils" "^10.0.0" | ||
async-mutex "^0.5.0" | ||
fast-deep-equal "^3.1.3" | ||
immer "^9.0.6" | ||
loglevel "^1.8.1" | ||
reselect "^5.1.1" | ||
|
@@ -4712,16 +4729,16 @@ | |
"@ethersproject/providers" "^5.7.2" | ||
async-mutex "^0.3.1" | ||
|
||
"@metamask/notification-services-controller@^0.11.0": | ||
version "0.11.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/notification-services-controller/-/notification-services-controller-0.11.0.tgz#6f1f8553e73bbaa5e3631c772efc34640264ff81" | ||
integrity sha512-2QplJt1gqdPkhnHN6+C1E8MrcdZh1JgoDf9YnL2WsuCmMFlpujYD7mW7lRInBnCrPbKliHgF96oOT0D5gFigoA== | ||
"@metamask/notification-services-controller@^0.15.0": | ||
version "0.15.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/notification-services-controller/-/notification-services-controller-0.15.0.tgz#d846fa49df62838a8ae48e80a8fee098730f06b0" | ||
integrity sha512-RJtCI0GkVLStmhNoq9QNqSQNag6gD37iWU/qU19ds5PujSrtmfS5t2Sk6YRNV3SkRrfiIFrhGDToUDBDBu13OA== | ||
dependencies: | ||
"@contentful/rich-text-html-renderer" "^16.5.2" | ||
"@metamask/base-controller" "^7.0.1" | ||
"@metamask/controller-utils" "^11.3.0" | ||
"@metamask/utils" "^9.1.0" | ||
bignumber.js "^4.1.0" | ||
"@metamask/base-controller" "^7.0.2" | ||
"@metamask/controller-utils" "^11.4.4" | ||
"@metamask/utils" "^10.0.0" | ||
bignumber.js "^9.1.2" | ||
firebase "^10.11.0" | ||
loglevel "^1.8.1" | ||
uuid "^8.3.2" | ||
|
@@ -4796,18 +4813,6 @@ | |
fastest-levenshtein "^1.0.16" | ||
punycode "^2.1.1" | ||
|
||
"@metamask/polling-controller@^11.0.0": | ||
version "11.0.0" | ||
resolved "https://registry.yarnpkg.com/@metamask/polling-controller/-/polling-controller-11.0.0.tgz#3de28c27a9be5d85879cf9bd35d03a62dbf8932c" | ||
integrity sha512-fXG60Ft7lYgqC8lV8m4FL18hU4K2NnsPzoWTm1Lhen2cysLbgAzqxxGdeIFEMaDiCzcvEtLuEffY8FDKCM0ewQ== | ||
dependencies: | ||
"@metamask/base-controller" "^7.0.1" | ||
"@metamask/controller-utils" "^11.3.0" | ||
"@metamask/utils" "^9.1.0" | ||
"@types/uuid" "^8.3.0" | ||
fast-json-stable-stringify "^2.1.0" | ||
uuid "^8.3.2" | ||
|
||
"@metamask/polling-controller@^12.0.0", "@metamask/polling-controller@^12.0.1": | ||
version "12.0.1" | ||
resolved "https://registry.yarnpkg.com/@metamask/polling-controller/-/polling-controller-12.0.1.tgz#89593c892d7fbbc93ccb6fe45dd2d820839f3d93" | ||
|
@@ -4820,6 +4825,18 @@ | |
fast-json-stable-stringify "^2.1.0" | ||
uuid "^8.3.2" | ||
|
||
"@metamask/polling-controller@^12.0.2": | ||
version "12.0.2" | ||
resolved "https://registry.yarnpkg.com/@metamask/polling-controller/-/polling-controller-12.0.2.tgz#de37ff5f4f997d57d4da34b0c6574d2eba3184e0" | ||
integrity sha512-TYplREQMrhPcsJn+b7WS2oZqMwt4jKcyL/tDmygVv90RcvESBBhXxz7D0Brm5UAirnkE3TPRq8fnVWwVSQAVcA== | ||
dependencies: | ||
"@metamask/base-controller" "^7.0.2" | ||
"@metamask/controller-utils" "^11.4.4" | ||
"@metamask/utils" "^10.0.0" | ||
"@types/uuid" "^8.3.0" | ||
fast-json-stable-stringify "^2.1.0" | ||
uuid "^8.3.2" | ||
|
||
"@metamask/post-message-stream@^8.0.0", "@metamask/post-message-stream@^8.1.1": | ||
version "8.1.1" | ||
resolved "https://registry.yarnpkg.com/@metamask/post-message-stream/-/post-message-stream-8.1.1.tgz#fd8f4c2363921aaf15c0fa56d087fa9f2d93f047" | ||
|
@@ -12353,11 +12370,6 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" | ||
integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== | ||
|
||
bignumber.js@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-4.1.0.tgz#db6f14067c140bd46624815a7916c92d9b6c24b1" | ||
integrity sha512-eJzYkFYy9L4JzXsbymsFn3p54D+llV27oTQ+ziJG7WFRheJcNZilgVXMG0LoZtlQSKBsJdWtLFqOD0u+U0jZKA== | ||
|
||
bignumber.js@^7.2.1: | ||
version "7.2.1" | ||
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-7.2.1.tgz#80c048759d826800807c4bfd521e50edbba57a5f" | ||
|