Skip to content

Commit

Permalink
Bump @metamask/base-controller from 4.0.1 to 4.1.0 (#281)
Browse files Browse the repository at this point in the history
Bumps [@metamask/base-controller](https://github.com/MetaMask/core) from
4.0.1 to 4.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/core/commit/0b828a7da9928d5309e400a977cd3bb2fc7840a2"><code>0b828a7</code></a>
Release 108.0.0 (<a
href="https://redirect.github.com/MetaMask/core/issues/3760">#3760</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/22547079d22e42fe98482736c99950abdc21b860"><code>2254707</code></a>
fix(base-controller): Fix <code>stateChange</code> subscriptions with
selectors (<a
href="https://redirect.github.com/MetaMask/core/issues/3702">#3702</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/580f07ecc67841f467aa5716193580dbe6f6763f"><code>580f07e</code></a>
fix(base-controller): Fix selectors initial value comparison (<a
href="https://redirect.github.com/MetaMask/core/issues/3697">#3697</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/eede60bc70c3ea2f26a430d5012d5aba4774a69d"><code>eede60b</code></a>
Release 107.0.0 (<a
href="https://redirect.github.com/MetaMask/core/issues/3757">#3757</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/02b4cca0942b2c2c111681040c47d1def6bd2173"><code>02b4cca</code></a>
feat(preferences-controller): Convert to BaseControllerV2 (<a
href="https://redirect.github.com/MetaMask/core/issues/3713">#3713</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/5c12276066f67148b09b8721f72d1891f3700670"><code>5c12276</code></a>
Sort token addresses before batching calls to price API (<a
href="https://redirect.github.com/MetaMask/core/issues/3755">#3755</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/78cbd6194e5f01f488af0fa7211d1edcfce421f9"><code>78cbd61</code></a>
Price API perf improvements (<a
href="https://redirect.github.com/MetaMask/core/issues/3753">#3753</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/845fcf9d3122f14fdf706ed29b883900711ba635"><code>845fcf9</code></a>
Estimate gas fees for user operations (<a
href="https://redirect.github.com/MetaMask/core/issues/3681">#3681</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/a0a381c2d6e6475e5cf7781998506e551c4bee72"><code>a0a381c</code></a>
refactor(assets-controllers): Simplify
<code>TokenDetectionController</code> tests (<a
href="https://redirect.github.com/MetaMask/core/issues/3744">#3744</a>)</li>
<li><a
href="https://github.com/MetaMask/core/commit/894c9a8c526ffbd830d77c9527d1a2e1f17aad69"><code>894c9a8</code></a>
refactor(assets-controllers): Simplify
<code>NftDetectionController</code> tests (<a
href="https://redirect.github.com/MetaMask/core/issues/3742">#3742</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=4.0.1&new-version=4.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>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent a23fcbe commit e9a8f09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4749,12 +4749,12 @@ __metadata:
linkType: hard

"@metamask/base-controller@npm:^4.0.0, @metamask/base-controller@npm:^4.0.1":
version: 4.0.1
resolution: "@metamask/base-controller@npm:4.0.1"
version: 4.1.0
resolution: "@metamask/base-controller@npm:4.1.0"
dependencies:
"@metamask/utils": ^8.2.0
immer: ^9.0.6
checksum: d86a7dbe5f23daf56677fe14192d08c9b38c993e8c05a36afa2d7995bb7b272be8d182450c509ed605e73256d32fef55eea5814130d2381259e30751be3d9f2c
checksum: b6aa8aeca7e51dc027dcf1e68f2af593dbca951b06b7877fdd1d34a7e90d89c40ca04b11afb7babcb4b5e8bdb1a3c988f29d10ee73db19b3a9920e0f46934a4b
languageName: node
linkType: hard

Expand Down

0 comments on commit e9a8f09

Please sign in to comment.