Skip to content

Commit 00e1f33

Browse files
chore(deps): bump @metamask/controller-utils from 11.8.0 to 11.9.0 (#3399)
Bumps [@metamask/controller-utils](https://github.com/MetaMask/core) from 11.8.0 to 11.9.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/core/commit/855db28137a2787d85d6eed84fcdd1152b40db35"><code>855db28</code></a> Release 399.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5812">#5812</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/e4c1ffaebc1b2016534d879aea50eb5d4c70808d"><code>e4c1ffa</code></a> fix: Prevent circuit break for HTTP 4XX errors (<a href="https://redirect.github.com/MetaMask/core/issues/5809">#5809</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/9a26e72e77f0e94ce6653c20f5c2ee0fb84a0940"><code>9a26e72</code></a> Release/398.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5811">#5811</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/22e116193cc9616c2b5e1a6fc09f633c39fc07bf"><code>22e1161</code></a> fix: use zero address as native address instead of assetId (<a href="https://redirect.github.com/MetaMask/core/issues/5799">#5799</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/b1d2647032cf74ccc05d50232a670ef983d65a62"><code>b1d2647</code></a> chore: Remove obsolete workaround (<a href="https://redirect.github.com/MetaMask/core/issues/5808">#5808</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/9bac89d8d48db86a2cd9b615f37cd664240c8a57"><code>9bac89d</code></a> feat: incoming transaction request tags (<a href="https://redirect.github.com/MetaMask/core/issues/5803">#5803</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/2bd95368c46feaeb08191d818048b2e1ccbfe0b2"><code>2bd9536</code></a> fix(rpc-service): handle 405 and 429 status codes without triggering circuit ...</li> <li><a href="https://github.com/MetaMask/core/commit/29c912fd3d826021364246df536c833814ec9ee9"><code>29c912f</code></a> perf: improve token-list-controller state updates and caching (<a href="https://redirect.github.com/MetaMask/core/issues/5804">#5804</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/f5dcbb7da197508068018b862b5149e22142567b"><code>f5dcbb7</code></a> Release 397.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5802">#5802</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/7bf44c898291c65334f384433d899decc2548fb8"><code>7bf44c8</code></a> feat: add feature flag for incoming transactions polling interval (<a href="https://redirect.github.com/MetaMask/core/issues/5792">#5792</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.8.0&new-version=11.9.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 da0d581 commit 00e1f33

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
@@ -2972,8 +2972,8 @@ __metadata:
29722972
linkType: soft
29732973

29742974
"@metamask/controller-utils@npm:^11.5.0, @metamask/controller-utils@npm:^11.7.0":
2975-
version: 11.8.0
2976-
resolution: "@metamask/controller-utils@npm:11.8.0"
2975+
version: 11.9.0
2976+
resolution: "@metamask/controller-utils@npm:11.9.0"
29772977
dependencies:
29782978
"@ethereumjs/util": "npm:^9.1.0"
29792979
"@metamask/eth-query": "npm:^4.0.0"
@@ -2988,7 +2988,7 @@ __metadata:
29882988
fast-deep-equal: "npm:^3.1.3"
29892989
peerDependencies:
29902990
"@babel/runtime": ^7.0.0
2991-
checksum: 10/65b58635cce4388d86990c625cf57233b7f235ceb763f97e2a59b06f720a4ee4eb7c7a82166b4e1ecc85eba7316d4fe6a6b3ad7e4b866be7c83af3f1710d1780
2991+
checksum: 10/90173f27ec476e03141db4bfeb3264064f17564562cb24d1585a9002cb0a8e2edd3db4b29ee70a0554f3395496c8656ecf64324672e3bd3a27a1ddde855ce35c
29922992
languageName: node
29932993
linkType: hard
29942994

0 commit comments

Comments
 (0)