Commit dd2b09e
authored
Bump @metamask/snaps-controllers from 9.17.0 to 9.19.1 (#1055)
Bumps [@metamask/snaps-controllers](https://github.com/MetaMask/snaps)
from 9.17.0 to 9.19.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/snaps/commit/2bf545271ab74a2f9e4fa6ece7ec33f197ea593a"><code>2bf5452</code></a>
Release 88.0.0 (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3061">#3061</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/1a1ec5ea206ee134de14ad70bfc9e4a1821677ca"><code>1a1ec5e</code></a>
Add <code>name</code> and <code>state</code> to
<code>ExecutionService</code> and <code>MultichainRouter</code> (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3058">#3058</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/361cd5b5b877520d9a2a5bd5c109dc31917c8b14"><code>361cd5b</code></a>
fix: Allow <code>null</code> in the <code>endowment:assets</code>
handlers return value (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3056">#3056</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/8126f3b2132a9fb68b94c6cce2b98feb84954e07"><code>8126f3b</code></a>
chore: Rename <code>ControllerMessenger</code> to <code>Messenger</code>
(<a
href="https://redirect.github.com/MetaMask/snaps/issues/3053">#3053</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/17a2dc62e91e9b4b5cabe226bb91f4333129587f"><code>17a2dc6</code></a>
Release 87.0.0 (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3055">#3055</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/1966bf456c8e9038da4c688882ade497e329d5d6"><code>1966bf4</code></a>
chore: Remove duplicate controller name (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3054">#3054</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/dfcdee2b86dcce626e51ce8fbd07011275aef022"><code>dfcdee2</code></a>
Set name for <code>SnapController</code> (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3052">#3052</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/0c7eb2ecc22a58e840d7fca7b036042a1eee6cb8"><code>0c7eb2e</code></a>
feat: Implement <code>MultichainRouter</code> and
<code>onProtocolRequest</code> (SIP-26) (<a
href="https://redirect.github.com/MetaMask/snaps/issues/2875">#2875</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/ce86a748915c1bdc165d5649c3c47745d0158012"><code>ce86a74</code></a>
Add getRunnableSnaps method to SnapController (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3049">#3049</a>)</li>
<li><a
href="https://github.com/MetaMask/snaps/commit/362208e725db18baed550ade99087d44e7b537ed"><code>362208e</code></a>
feat: Add <code>URLSearchParams</code> as a default endowment (<a
href="https://redirect.github.com/MetaMask/snaps/issues/3047">#3047</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]">compare
view</a></li>
</ul>
</details>
<br />
[](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 c90f53a commit dd2b09e
1 file changed
+45
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1210 | 1210 | | |
1211 | 1211 | | |
1212 | 1212 | | |
1213 | | - | |
1214 | | - | |
| 1213 | + | |
| 1214 | + | |
1215 | 1215 | | |
1216 | 1216 | | |
1217 | 1217 | | |
| |||
1224 | 1224 | | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | | - | |
1228 | | - | |
1229 | | - | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
1230 | 1230 | | |
1231 | 1231 | | |
1232 | 1232 | | |
| |||
1242 | 1242 | | |
1243 | 1243 | | |
1244 | 1244 | | |
1245 | | - | |
| 1245 | + | |
1246 | 1246 | | |
1247 | 1247 | | |
1248 | 1248 | | |
1249 | | - | |
| 1249 | + | |
1250 | 1250 | | |
1251 | 1251 | | |
1252 | 1252 | | |
| |||
1294 | 1294 | | |
1295 | 1295 | | |
1296 | 1296 | | |
1297 | | - | |
1298 | | - | |
1299 | | - | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
1300 | 1300 | | |
1301 | 1301 | | |
1302 | 1302 | | |
1303 | 1303 | | |
1304 | | - | |
1305 | | - | |
| 1304 | + | |
| 1305 | + | |
1306 | 1306 | | |
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
1310 | | - | |
| 1310 | + | |
1311 | 1311 | | |
1312 | 1312 | | |
1313 | 1313 | | |
1314 | | - | |
| 1314 | + | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
1327 | 1358 | | |
1328 | 1359 | | |
1329 | 1360 | | |
| |||
0 commit comments