Commit f89b99f
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 />
[](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- packages
- snaps-controllers
- snaps-simulation
- snaps-utils
4 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2882 | 2882 | | |
2883 | 2883 | | |
2884 | 2884 | | |
2885 | | - | |
2886 | | - | |
2887 | | - | |
| 2885 | + | |
| 2886 | + | |
| 2887 | + | |
2888 | 2888 | | |
2889 | | - | |
| 2889 | + | |
2890 | 2890 | | |
2891 | | - | |
| 2891 | + | |
2892 | 2892 | | |
2893 | 2893 | | |
2894 | 2894 | | |
| |||
4252 | 4252 | | |
4253 | 4253 | | |
4254 | 4254 | | |
4255 | | - | |
| 4255 | + | |
4256 | 4256 | | |
4257 | 4257 | | |
4258 | 4258 | | |
| |||
4554 | 4554 | | |
4555 | 4555 | | |
4556 | 4556 | | |
4557 | | - | |
| 4557 | + | |
4558 | 4558 | | |
4559 | 4559 | | |
4560 | 4560 | | |
| |||
4599 | 4599 | | |
4600 | 4600 | | |
4601 | 4601 | | |
4602 | | - | |
| 4602 | + | |
4603 | 4603 | | |
4604 | 4604 | | |
4605 | 4605 | | |
| |||
0 commit comments