Skip to content

Commit 80fe4e7

Browse files
chore(deps): bump @metamask/controller-utils from 11.7.0 to 11.8.0 (#3383)
Bumps [@metamask/controller-utils](https://github.com/MetaMask/core) from 11.7.0 to 11.8.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/core/commit/cf5c9e018d0fd8cb095e5679120e0836ebb9b7ad"><code>cf5c9e0</code></a> Release/389.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5765">#5765</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/721d96464108977ee3f3c631915b9b19ccf4d892"><code>721d964</code></a> fix(multichain-network-controller): batch requests for active networks (<a href="https://redirect.github.com/MetaMask/core/issues/5752">#5752</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/a9df7257575051fc6d658a6ec3987a55bfcd62f8"><code>a9df725</code></a> refactor: NotificationServicesController to use KeyringController:getState to...</li> <li><a href="https://github.com/MetaMask/core/commit/b2b6d210118b6dbbed98a29eadfbf32716738378"><code>b2b6d21</code></a> feat: add <code>Monad Testnet</code> to <code>network-controller</code> and <code>controller-utils</code> (<a href="https://redirect.github.com/MetaMask/core/issues/5">#5</a>...</li> <li><a href="https://github.com/MetaMask/core/commit/f0742fae34560969852787b6b9ad772ac2b7c4d8"><code>f0742fa</code></a> Release 388.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5763">#5763</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/f9a0d70879d15acd7caaf9eafe0fdd7d595a645b"><code>f9a0d70</code></a> Release/387.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5760">#5760</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/146982e468b852836e3ffcfd1d6b417382ca64d7"><code>146982e</code></a> Fix <code>getAllNamespacesFromCaip25CaveatValue</code> to return only reference when val...</li> <li><a href="https://github.com/MetaMask/core/commit/a5465bbe9a46908bfe367ce2a511f0852aa842cd"><code>a5465bb</code></a> perf(keyring-controller): do not fire unnecessary <code>:stageChange</code> in `withKeyr...</li> <li><a href="https://github.com/MetaMask/core/commit/1e41ed5dd82842c6e72ee6686255c538661927ba"><code>1e41ed5</code></a> Release/386.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5758">#5758</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/0234ffca87c9ab93e0ddcc149165009d0d599651"><code>0234ffc</code></a> fix: use solana chainId as scope when submitting bridge txs (<a href="https://redirect.github.com/MetaMask/core/issues/5750">#5750</a>)</li> <li>Additional commits viewable in <a href="https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/controller-utils&package-manager=npm_and_yarn&previous-version=11.7.0&new-version=11.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f84c9c commit 80fe4e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2971,8 +2971,8 @@ __metadata:
29712971
linkType: soft
29722972

29732973
"@metamask/controller-utils@npm:^11.5.0, @metamask/controller-utils@npm:^11.7.0":
2974-
version: 11.7.0
2975-
resolution: "@metamask/controller-utils@npm:11.7.0"
2974+
version: 11.8.0
2975+
resolution: "@metamask/controller-utils@npm:11.8.0"
29762976
dependencies:
29772977
"@ethereumjs/util": "npm:^9.1.0"
29782978
"@metamask/eth-query": "npm:^4.0.0"
@@ -2987,7 +2987,7 @@ __metadata:
29872987
fast-deep-equal: "npm:^3.1.3"
29882988
peerDependencies:
29892989
"@babel/runtime": ^7.0.0
2990-
checksum: 10/68e5c91d9f8a4362b6e67c15cf2887ed00b7c8903ba201b6e0262d4f57bdc0c82d356ec4a34b96d562436f7193696d20c510af035053b9860b4a764a8d3b064f
2990+
checksum: 10/65b58635cce4388d86990c625cf57233b7f235ceb763f97e2a59b06f720a4ee4eb7c7a82166b4e1ecc85eba7316d4fe6a6b3ad7e4b866be7c83af3f1710d1780
29912991
languageName: node
29922992
linkType: hard
29932993

0 commit comments

Comments
 (0)