-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix(deps): upgrade eth-json-rpc-filters, eth-json-rpc-engine #9274
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
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
b3da306 to
27ade1b
Compare
|
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/eth-json-rpc-filters@4.2.2 |
53c8a35 to
69be175
Compare
This comment was marked as outdated.
This comment was marked as outdated.
a443778 to
9b7463f
Compare
This comment was marked as outdated.
This comment was marked as outdated.
6cec69d to
45cfe8d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
|
|
3 similar comments
|
|
|
test: type adjustments
8920824 to
f686da2
Compare
|
The |
…^8.0.0 (#12024) ## **Description** Replace deprecated `eth-json-rpc-filters` with `@metamask/eth-json-rpc-filters`. ## **Related issues** - Part of: #12047 - Broken out from: #9274, #11952 - Follow-up to: #11980 ## **Manual testing steps** ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
|
This PR has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you for your contributions. |



Description
The runtime dependencies
eth-json-rpc-filtersandjson-rpc-engineare both deprecated. This replaces them with their successors@metamask/eth-json-rpc-filtersand@metamask/json-rpc-engine, respectively.Related issues
@metamask/transaction-controllerfrom^13to min^15#9931Manual testing steps
n/a
Screenshots/Recordings
Before
n/a
After
n/a
Pre-merge author checklist
Pre-merge reviewer checklist