Commit 323ac42
authored
chore: Bump @metamask/eth-block-tracker from 12.0.0 to 12.0.1 (#3431)
Bumps
[@metamask/eth-block-tracker](https://github.com/MetaMask/eth-block-tracker)
from 12.0.0 to 12.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/eth-block-tracker/releases"><code>@metamask/eth-block-tracker</code>'s
releases</a>.</em></p>
<blockquote>
<h2>12.0.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed hanging <code>getLatestBlock()</code> promises when block
tracker is stopped before request completion (<a
href="https://redirect.github.com/MetaMask/eth-block-tracker/pull/320">#320</a>)
<ul>
<li>Pending <code>getLatestBlock()</code> requests are now properly
rejected with "Block tracker destroyed" error when the tracker
is stopped</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/eth-block-tracker/blob/main/CHANGELOG.md"><code>@metamask/eth-block-tracker</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[12.0.1]</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed hanging <code>getLatestBlock()</code> promises when block
tracker is stopped before request completion (<a
href="https://redirect.github.com/MetaMask/eth-block-tracker/pull/320">#320</a>)
<ul>
<li>Pending <code>getLatestBlock()</code> requests are now properly
rejected with "Block tracker destroyed" error when the tracker
is stopped</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/eth-block-tracker/commit/83500e747353076a3153fa8cda8e8eb5e30fa04b"><code>83500e7</code></a>
12.0.1 (<a
href="https://redirect.github.com/MetaMask/eth-block-tracker/issues/323">#323</a>)</li>
<li><a
href="https://github.com/MetaMask/eth-block-tracker/commit/4d186165f70a529498dfa6c83be99db90ee095c5"><code>4d18616</code></a>
tests: Cover rejection of pending <code>getLatestBlock</code> requests
when blocker trac...</li>
<li><a
href="https://github.com/MetaMask/eth-block-tracker/commit/84f0088805faf561ac6d1590def589f56dc8869e"><code>84f0088</code></a>
docs: format CHANGELOG.md with prettier (<a
href="https://redirect.github.com/MetaMask/eth-block-tracker/issues/321">#321</a>)</li>
<li><a
href="https://github.com/MetaMask/eth-block-tracker/commit/3fe05d940d9bec0891def269e923b3ee1a2c6343"><code>3fe05d9</code></a>
fix: reject pending getLatestBlock requests when block tracker is
stopped (<a
href="https://redirect.github.com/MetaMask/eth-block-tracker/issues/320">#320</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/eth-block-tracker/compare/v12.0.0...v12.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>1 parent 192d42c commit 323ac42
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3252 | 3252 | | |
3253 | 3253 | | |
3254 | 3254 | | |
3255 | | - | |
3256 | | - | |
| 3255 | + | |
| 3256 | + | |
3257 | 3257 | | |
3258 | 3258 | | |
3259 | 3259 | | |
3260 | 3260 | | |
3261 | 3261 | | |
3262 | 3262 | | |
3263 | | - | |
| 3263 | + | |
3264 | 3264 | | |
3265 | 3265 | | |
3266 | 3266 | | |
| |||
0 commit comments