Skip to content

Commit

Permalink
chore: bump @metamask/eth-json-rpc-filters to ^9.0.0 in the `mult…
Browse files Browse the repository at this point in the history
…ichain` package (#5040)

## Explanation

Bumps `@metamask/eth-json-rpc-filters` to `^9.0.0` in the `multichain`
package

## 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
-->

## Changelog

<!--
If you're making any consumer-facing changes, list those changes here as
if you were updating a changelog, using the template below as a guide.

(CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or
FIXED. For security-related issues, follow the Security Advisory
process.)

Please take care to name the exact pieces of the API you've added or
changed (e.g. types, interfaces, functions, or methods).

If there are any breaking changes, make sure to offer a solution for
consumers to follow once they upgrade to the changes.

Finally, if you're only making changes to development scripts or tests,
you may replace the template below with "None".
-->

### `@metamask/multichain`

- **CHANGED**: Bump `@metamask/eth-json-rpc-filters` to `^9.0.0`

## 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 highlighted breaking changes using the "BREAKING" category
above as appropriate
- [ ] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
  • Loading branch information
jiexi authored Dec 6, 2024
1 parent 2fa588d commit 6899b1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/multichain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@metamask/api-specs": "^0.10.12",
"@metamask/controller-utils": "^11.4.4",
"@metamask/eth-json-rpc-filters": "^7.0.0",
"@metamask/eth-json-rpc-filters": "^9.0.0",
"@metamask/rpc-errors": "^7.0.1",
"@metamask/utils": "^10.0.0",
"lodash": "^4.17.21"
Expand Down
35 changes: 7 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2552,16 +2552,16 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-json-rpc-filters@npm:^7.0.0":
version: 7.0.1
resolution: "@metamask/eth-json-rpc-filters@npm:7.0.1"
"@metamask/eth-json-rpc-filters@npm:^9.0.0":
version: 9.0.0
resolution: "@metamask/eth-json-rpc-filters@npm:9.0.0"
dependencies:
"@metamask/eth-query": "npm:^4.0.0"
"@metamask/json-rpc-engine": "npm:^8.0.2"
"@metamask/json-rpc-engine": "npm:^10.0.0"
"@metamask/safe-event-emitter": "npm:^3.0.0"
async-mutex: "npm:^0.5.0"
pify: "npm:^5.0.0"
checksum: 10/5200f75cee48dfd79deba5e4f1b16ff6827e606da617891f5cb7b59c43ae4ac8420cb9a6a9ca31705c47d2c3d32a3754e052b30f61fd293cc37f009c4fe20c12
checksum: 10/12095db69902e267d568d67b4241677502558159691d47216f82701f8e2875a051636b8ff483351d17e01d090b7a1eb8d5dec4cc17a9e47c99aa6d2ec0a073b4
languageName: node
linkType: hard

Expand Down Expand Up @@ -2907,17 +2907,6 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/json-rpc-engine@npm:^8.0.2":
version: 8.0.2
resolution: "@metamask/json-rpc-engine@npm:8.0.2"
dependencies:
"@metamask/rpc-errors": "npm:^6.2.1"
"@metamask/safe-event-emitter": "npm:^3.0.0"
"@metamask/utils": "npm:^8.3.0"
checksum: 10/f088f4b648b9b55875b56e8237853e7282f13302a9db6a1f9bba06314dfd6cd0a23b3d27f8fde05a157b97ebb03b67bc2699ba455c99553dfb2ecccd73ab3474
languageName: node
linkType: hard

"@metamask/json-rpc-middleware-stream@npm:^8.0.5, @metamask/json-rpc-middleware-stream@workspace:packages/json-rpc-middleware-stream":
version: 0.0.0-use.local
resolution: "@metamask/json-rpc-middleware-stream@workspace:packages/json-rpc-middleware-stream"
Expand Down Expand Up @@ -3067,7 +3056,7 @@ __metadata:
"@metamask/api-specs": "npm:^0.10.12"
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/controller-utils": "npm:^11.4.4"
"@metamask/eth-json-rpc-filters": "npm:^7.0.0"
"@metamask/eth-json-rpc-filters": "npm:^9.0.0"
"@metamask/network-controller": "npm:^22.1.1"
"@metamask/permission-controller": "npm:^11.0.4"
"@metamask/rpc-errors": "npm:^7.0.1"
Expand Down Expand Up @@ -3481,16 +3470,6 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/rpc-errors@npm:^6.2.1":
version: 6.3.1
resolution: "@metamask/rpc-errors@npm:6.3.1"
dependencies:
"@metamask/utils": "npm:^9.0.0"
fast-safe-stringify: "npm:^2.0.6"
checksum: 10/f968fb490b13b632c2ad4770a144d67cecdff8d539cb8b489c732b08dab7a62fae65d7a2908ce8c5b77260317aa618948a52463f093fa8d9f84aee1c5f6f5daf
languageName: node
linkType: hard

"@metamask/rpc-errors@npm:^7.0.0, @metamask/rpc-errors@npm:^7.0.1":
version: 7.0.1
resolution: "@metamask/rpc-errors@npm:7.0.1"
Expand Down Expand Up @@ -3818,7 +3797,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/utils@npm:^8.2.0, @metamask/utils@npm:^8.3.0":
"@metamask/utils@npm:^8.2.0":
version: 8.5.0
resolution: "@metamask/utils@npm:8.5.0"
dependencies:
Expand Down

0 comments on commit 6899b1e

Please sign in to comment.