Skip to content

Commit f89b99f

Browse files
chore(deps): bump @metamask/base-controller from 8.0.0 to 8.0.1 (#3365)
Bumps [@metamask/base-controller](https://github.com/MetaMask/core) from 8.0.0 to 8.0.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/core/commit/cf37f309d841bae651e7ad4d59500b0027267c35"><code>cf37f30</code></a> Release 379.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5722">#5722</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/04001ea16d2565661e73d24848f664bfaad248ff"><code>04001ea</code></a> Release/378.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5717">#5717</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/0f7e21a56925e6a06150e09a94ce1119378c3a02"><code>0f7e21a</code></a> CHANGED - allow concurrency on main (<a href="https://redirect.github.com/MetaMask/core/issues/5718">#5718</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/982f6812f55d79125002ca4418b83853de90a2e2"><code>982f681</code></a> fix: remove addDetectedToken call to unblock bridge status polling (<a href="https://redirect.github.com/MetaMask/core/issues/5716">#5716</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/48e81ce7d5f4720e89a1551d51e89e81e541a2c2"><code>48e81ce</code></a> fix: remove usage current network from tokens controller (<a href="https://redirect.github.com/MetaMask/core/issues/5659">#5659</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/8fd82092f670a063c0633f1b9a736b1d4e867618"><code>8fd8209</code></a> fix: add support for sonic network (<a href="https://redirect.github.com/MetaMask/core/issues/5711">#5711</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/cf8c4dc1f0aec2392700d06a1aa8b6c4f524f4bf"><code>cf8c4dc</code></a> Release/377.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5715">#5715</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/0a2c417e85bb8c1f8cc672642cce6a5c262d61da"><code>0a2c417</code></a> CHANGED - add concurrency to high volume workflows (<a href="https://redirect.github.com/MetaMask/core/issues/5709">#5709</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/7e1e77bfb09bf7dbcae6ec435db7def967ee1be9"><code>7e1e77b</code></a> Release 376.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5713">#5713</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/d8c2c21fa2c4a43d352fed39413fa0d2de22b6f6"><code>d8c2c21</code></a> feat: add <code>gasTransfer</code> to <code>GasFeeToken</code> (<a href="https://redirect.github.com/MetaMask/core/issues/5681">#5681</a>)</li> <li>Additional commits viewable in <a href="https://github.com/MetaMask/core/compare/@metamask/base-controller@8.0.0...@metamask/base-controller@8.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/base-controller&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.0.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 8120ab0 commit f89b99f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@metamask/approval-controller": "^7.1.3",
84-
"@metamask/base-controller": "^8.0.0",
84+
"@metamask/base-controller": "^8.0.1",
8585
"@metamask/json-rpc-engine": "^10.0.2",
8686
"@metamask/json-rpc-middleware-stream": "^8.0.7",
8787
"@metamask/key-tree": "^10.1.1",

packages/snaps-simulation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"test:watch": "jest --watch"
5656
},
5757
"dependencies": {
58-
"@metamask/base-controller": "^8.0.0",
58+
"@metamask/base-controller": "^8.0.1",
5959
"@metamask/eth-json-rpc-middleware": "^17.0.0",
6060
"@metamask/json-rpc-engine": "^10.0.2",
6161
"@metamask/json-rpc-middleware-stream": "^8.0.7",

packages/snaps-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"dependencies": {
8181
"@babel/core": "^7.23.2",
8282
"@babel/types": "^7.23.0",
83-
"@metamask/base-controller": "^8.0.0",
83+
"@metamask/base-controller": "^8.0.1",
8484
"@metamask/key-tree": "^10.1.1",
8585
"@metamask/permission-controller": "^11.0.6",
8686
"@metamask/rpc-errors": "^7.0.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2882,13 +2882,13 @@ __metadata:
28822882
languageName: node
28832883
linkType: hard
28842884

2885-
"@metamask/base-controller@npm:^8.0.0":
2886-
version: 8.0.0
2887-
resolution: "@metamask/base-controller@npm:8.0.0"
2885+
"@metamask/base-controller@npm:^8.0.0, @metamask/base-controller@npm:^8.0.1":
2886+
version: 8.0.1
2887+
resolution: "@metamask/base-controller@npm:8.0.1"
28882888
dependencies:
2889-
"@metamask/utils": "npm:^11.1.0"
2889+
"@metamask/utils": "npm:^11.2.0"
28902890
immer: "npm:^9.0.6"
2891-
checksum: 10/10d55f4af8962581d11a45d0fa3241c47c6dcede307ea0c119844b5e8bf417be4ec7a805d0a18a36ab125b201ec1478ea387f0e72928268a84b6a2aad39e07ef
2891+
checksum: 10/5ef02099ce2e2246c534a7742b45704417beebf2c21db70241d09c3ddbb549ff3375284ece00edf4051029facff181e5e05f135e97b943ec6c514eecce4fa37a
28922892
languageName: node
28932893
linkType: hard
28942894

@@ -4252,7 +4252,7 @@ __metadata:
42524252
"@lavamoat/allow-scripts": "npm:^3.0.4"
42534253
"@metamask/approval-controller": "npm:^7.1.3"
42544254
"@metamask/auto-changelog": "npm:^5.0.2"
4255-
"@metamask/base-controller": "npm:^8.0.0"
4255+
"@metamask/base-controller": "npm:^8.0.1"
42564256
"@metamask/browser-passworder": "npm:^6.0.0"
42574257
"@metamask/json-rpc-engine": "npm:^10.0.2"
42584258
"@metamask/json-rpc-middleware-stream": "npm:^8.0.7"
@@ -4554,7 +4554,7 @@ __metadata:
45544554
dependencies:
45554555
"@lavamoat/allow-scripts": "npm:^3.0.4"
45564556
"@metamask/auto-changelog": "npm:^5.0.2"
4557-
"@metamask/base-controller": "npm:^8.0.0"
4557+
"@metamask/base-controller": "npm:^8.0.1"
45584558
"@metamask/eth-json-rpc-middleware": "npm:^17.0.0"
45594559
"@metamask/json-rpc-engine": "npm:^10.0.2"
45604560
"@metamask/json-rpc-middleware-stream": "npm:^8.0.7"
@@ -4599,7 +4599,7 @@ __metadata:
45994599
"@babel/types": "npm:^7.23.0"
46004600
"@lavamoat/allow-scripts": "npm:^3.0.4"
46014601
"@metamask/auto-changelog": "npm:^5.0.2"
4602-
"@metamask/base-controller": "npm:^8.0.0"
4602+
"@metamask/base-controller": "npm:^8.0.1"
46034603
"@metamask/key-tree": "npm:^10.1.1"
46044604
"@metamask/permission-controller": "npm:^11.0.6"
46054605
"@metamask/post-message-stream": "npm:^9.0.0"

0 commit comments

Comments
 (0)