Skip to content

chore: Bump @metamask/eth-block-tracker from 12.1.0 to 12.2.1#3680

Merged
FrederikBolding merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/metamask/eth-block-tracker-12.2.1
Oct 28, 2025
Merged

chore: Bump @metamask/eth-block-tracker from 12.1.0 to 12.2.1#3680
FrederikBolding merged 1 commit intomainfrom
dependabot/npm_and_yarn/main/metamask/eth-block-tracker-12.2.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps @metamask/eth-block-tracker from 12.1.0 to 12.2.1.

Release notes

Sourced from @​metamask/eth-block-tracker's releases.

12.2.1

Fixed

  • PollingBlockTracker.checkForLatestBlock() and getLatestBlock() now clear the cached block after blockReset duration when called and the PollingBlockTracker is not polling. (#348)

12.2.0

Changed

  • PollingBlockTracker.getLatestBlock() now accepts an optional parameter useCache (#340)
    • This option defaults to true, but when false, it ignores the cached block number and instead updates and returns a new block number, ensuring that the frequency of requests is limited to the pollingInterval period
Changelog

Sourced from @​metamask/eth-block-tracker's changelog.

[12.2.1]

Fixed

  • PollingBlockTracker.checkForLatestBlock() and getLatestBlock() now clear the cached block after blockReset duration when called and the PollingBlockTracker is not polling. (#348)

[12.2.0]

Changed

  • PollingBlockTracker.getLatestBlock() now accepts an optional parameter useCache (#340)
    • This option defaults to true, but when false, it ignores the cached block number and instead updates and returns a new block number, ensuring that the frequency of requests is limited to the pollingInterval period
Commits
  • 7b12694 12.2.1 (#349)
  • cd5c134 fix: clear cached block after blockResetTimeout when updating the block while...
  • bf71b66 chore: Update codewner to reflect team change (#347)
  • d6143ed test: Prevent tests from inserting code synchronously after setTimeout (#346)
  • 1129105 12.2.0 (#341)
  • 1d1406b feat: Add useCache optional param to getLatestBlock() (#340)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

Note

Upgrade @metamask/eth-block-tracker from 12.1.0 to 12.2.1.

Written by Cursor Bugbot for commit 8be5c79. This will update automatically on new commits. Configure here.

Bumps [@metamask/eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) from 12.1.0 to 12.2.1.
- [Release notes](https://github.com/MetaMask/eth-block-tracker/releases)
- [Changelog](https://github.com/MetaMask/eth-block-tracker/blob/main/CHANGELOG.md)
- [Commits](MetaMask/eth-block-tracker@v12.1.0...v12.2.1)

---
updated-dependencies:
- dependency-name: "@metamask/eth-block-tracker"
  dependency-version: 12.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 15, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 15, 2025 06:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 15, 2025
@FrederikBolding FrederikBolding added this pull request to the merge queue Oct 28, 2025
Merged via the queue into main with commit f388e60 Oct 28, 2025
127 checks passed
@FrederikBolding FrederikBolding deleted the dependabot/npm_and_yarn/main/metamask/eth-block-tracker-12.2.1 branch October 28, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments