-
-
Notifications
You must be signed in to change notification settings - Fork 252
chore: Migrate eth-block-tracker to main packages folder
#6865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
rekmarks
approved these changes
Oct 16, 2025
Member
rekmarks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
4 tasks
Mrtenz
added a commit
that referenced
this pull request
Oct 16, 2025
## Explanation The `eth-block-tracker` changelog accidentally contained an invalid PR number, which has been fixed in this PR. ## References <!-- Are there any issues that this pull request is tied to? Are there other links that reviewers should consult to understand these changes better? Are there client or consumer pull requests to adopt any breaking changes? For example: * Fixes #12345 * Related to #67890 --> ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate - [ ] I've communicated my changes to consumers by [updating changelogs for packages I've changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs), highlighting breaking changes as necessary - [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Corrects PR numbers in `packages/eth-block-tracker/CHANGELOG.md` from #7930 to #6865 for the Node.js minimum version change and monorepo migration notes. > > - **Changelog (`packages/eth-block-tracker/CHANGELOG.md`)**: > - Correct PR references from `#7930` to `#6865` for: > - The breaking change updating minimum Node.js version > - The migration to the `MetaMask/core` monorepo > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit caf93c0. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Explanation
This moves
eth-block-trackerfrom themerged-packagesto the mainpackagesfolder.References
Checklist
Note
Migrates
@metamask/eth-block-trackerintopackages, updates configs/lint/ownership, and bumps consumers to v13 with a breaking minimum Node.js 18.18.merged-packages/topackages/; updatedtsconfig.*, test import paths (../test->../tests), and package metadata (homepage/bugs/keywords/files/scripts).node^18.18 || >=20; documented inCHANGELOG.md.@metamask/eth-block-trackerto^13.0.0in root,network-controller,transaction-controller, anduser-operation-controller; updateyarn.lock.packages/eth-block-trackerreferences to roottsconfig.jsonandtsconfig.build.json; add project references innetwork-controllertsconfig.*.packages/eth-block-tracker/**/*.tsand updateeslint-warning-thresholds.json.packages/eth-block-trackerto.github/CODEOWNERSand mapmetamask/eth-block-trackerinteams.json.Written by Cursor Bugbot for commit 0c52794. This will update automatically on new commits. Configure here.