Skip to content

Commit e69825d

Browse files
chore: Bump @metamask/base-controller from 8.0.1 to 8.1.0 (#3582)
Bumps [@metamask/base-controller](https://github.com/MetaMask/core) from 8.0.1 to 8.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/core/commit/f9975eac87b855d82993fd5751a79f4efde0afec"><code>f9975ea</code></a> Release 494.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6284">#6284</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/706c2f0b121e323ccc17d4d9e222cd166f72d123"><code>706c2f0</code></a> chore: Fix internal type mismatch (<a href="https://redirect.github.com/MetaMask/core/issues/6264">#6264</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/7636df6973edc4ef173b8b11547b0155b408e0a9"><code>7636df6</code></a> fix: Update <code>unsubscribe</code> type to support selector subscriptions (<a href="https://redirect.github.com/MetaMask/core/issues/6262">#6262</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/e424891b7bf28330e7f8dc1640bebff83c214256"><code>e424891</code></a> chore: add assetsFiatValues to swap and bridge addTransactionBatch params (<a href="https://redirect.github.com/MetaMask/core/issues/6">#6</a>...</li> <li><a href="https://github.com/MetaMask/core/commit/c7884a09a583049f570347831f4091dce0f308e1"><code>c7884a0</code></a> fix: hardcode xchain swaps action_type to swapbridge_v1 (<a href="https://redirect.github.com/MetaMask/core/issues/6270">#6270</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/548e29d73a098219d268403731a2725158c7d455"><code>548e29d</code></a> Release/493.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6276">#6276</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/92492073667f7f3138c10e7bd0dac77c667b8008"><code>9249207</code></a> fix: fixed persisting incorrect revoke token in vault (<a href="https://redirect.github.com/MetaMask/core/issues/6272">#6272</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/686a26ab125431f2f9cdb37ccbb28a96713e14f4"><code>686a26a</code></a> Release/492.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6273">#6273</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/a84e56f1434e561381566e12c52fcef74a4e1b39"><code>a84e56f</code></a> chore: relax yarn constraints for peer dep &lt;1.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6274">#6274</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/256d3378e3e96a692d361605ac0df17cd5bc8b6c"><code>256d337</code></a> Release 491.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6271">#6271</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/base-controller&package-manager=npm_and_yarn&previous-version=8.0.1&new-version=8.1.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> Co-authored-by: MetaMask Bot <[email protected]>
1 parent bdcb6b8 commit e69825d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"@metamask/approval-controller": "^7.1.3",
83-
"@metamask/base-controller": "^8.0.1",
83+
"@metamask/base-controller": "^8.1.0",
8484
"@metamask/json-rpc-engine": "^10.0.2",
8585
"@metamask/json-rpc-middleware-stream": "^8.0.7",
8686
"@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.1",
58+
"@metamask/base-controller": "^8.1.0",
5959
"@metamask/eth-json-rpc-middleware": "^17.0.1",
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.1",
83+
"@metamask/base-controller": "^8.1.0",
8484
"@metamask/key-tree": "^10.1.1",
8585
"@metamask/permission-controller": "^11.0.6",
8686
"@metamask/rpc-errors": "^7.0.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2873,13 +2873,13 @@ __metadata:
28732873
languageName: unknown
28742874
linkType: soft
28752875

2876-
"@metamask/base-controller@npm:^8.0.0, @metamask/base-controller@npm:^8.0.1":
2877-
version: 8.0.1
2878-
resolution: "@metamask/base-controller@npm:8.0.1"
2876+
"@metamask/base-controller@npm:^8.0.0, @metamask/base-controller@npm:^8.0.1, @metamask/base-controller@npm:^8.1.0":
2877+
version: 8.1.0
2878+
resolution: "@metamask/base-controller@npm:8.1.0"
28792879
dependencies:
2880-
"@metamask/utils": "npm:^11.2.0"
2880+
"@metamask/utils": "npm:^11.4.2"
28812881
immer: "npm:^9.0.6"
2882-
checksum: 10/5ef02099ce2e2246c534a7742b45704417beebf2c21db70241d09c3ddbb549ff3375284ece00edf4051029facff181e5e05f135e97b943ec6c514eecce4fa37a
2882+
checksum: 10/3ae3dd5aff22b7826d6272b9966482b4ba86c40a4bfb68ad322c527b10f648fbfa286539af79b162614c663b3020dca49221d06ddf17d295350d7eb66eb717b3
28832883
languageName: node
28842884
linkType: hard
28852885

@@ -4213,7 +4213,7 @@ __metadata:
42134213
"@lavamoat/allow-scripts": "npm:^3.3.4"
42144214
"@metamask/approval-controller": "npm:^7.1.3"
42154215
"@metamask/auto-changelog": "npm:^5.0.2"
4216-
"@metamask/base-controller": "npm:^8.0.1"
4216+
"@metamask/base-controller": "npm:^8.1.0"
42174217
"@metamask/browser-passworder": "npm:^6.0.0"
42184218
"@metamask/json-rpc-engine": "npm:^10.0.2"
42194219
"@metamask/json-rpc-middleware-stream": "npm:^8.0.7"
@@ -4504,7 +4504,7 @@ __metadata:
45044504
dependencies:
45054505
"@lavamoat/allow-scripts": "npm:^3.3.4"
45064506
"@metamask/auto-changelog": "npm:^5.0.2"
4507-
"@metamask/base-controller": "npm:^8.0.1"
4507+
"@metamask/base-controller": "npm:^8.1.0"
45084508
"@metamask/eth-json-rpc-middleware": "npm:^17.0.1"
45094509
"@metamask/json-rpc-engine": "npm:^10.0.2"
45104510
"@metamask/json-rpc-middleware-stream": "npm:^8.0.7"
@@ -4550,7 +4550,7 @@ __metadata:
45504550
"@babel/types": "npm:^7.23.0"
45514551
"@lavamoat/allow-scripts": "npm:^3.3.4"
45524552
"@metamask/auto-changelog": "npm:^5.0.2"
4553-
"@metamask/base-controller": "npm:^8.0.1"
4553+
"@metamask/base-controller": "npm:^8.1.0"
45544554
"@metamask/key-tree": "npm:^10.1.1"
45554555
"@metamask/permission-controller": "npm:^11.0.6"
45564556
"@metamask/post-message-stream": "npm:^10.0.0"
@@ -4719,7 +4719,7 @@ __metadata:
47194719
languageName: unknown
47204720
linkType: soft
47214721

4722-
"@metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.2.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2":
4722+
"@metamask/utils@npm:^11.0.1, @metamask/utils@npm:^11.1.0, @metamask/utils@npm:^11.4.0, @metamask/utils@npm:^11.4.2":
47234723
version: 11.4.2
47244724
resolution: "@metamask/utils@npm:11.4.2"
47254725
dependencies:

0 commit comments

Comments
 (0)