Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @metamask/eth-json-rpc-middleware from 17.0.1 to 20.0.0.

Release notes

Sourced from @​metamask/eth-json-rpc-middleware's releases.

20.0.0

Changed

  • BREAKING: Distribute separate CommonJS and ESM files (#420)
    • Use the exports field of package.json, breaking some previously valid imports.

19.0.1

Changed

  • Bump @metamask/eth-block-tracker from ^12.2.0 to ^12.2.1 (#422)

Fixed

  • Prevent delays in request processing (#421)
    • All PollingBlockTracker.getLatestBlock() calls have been updated to not include useCache: false
    • This reverts #416. This change ended up introducing a bug (it caused delays in request processing).

19.0.0

Changed

  • Bump @metamask/eth-block-tracker from ^12.0.0 to ^12.2.0 (#413)
  • Bump @metamask/eth-json-rpc-provider from ^4.1.7 to ^5.0.0 (#413)
  • Bump @metamask/json-rpc-engine from ^10.0.2 to ^10.1.0 (#413)
  • Change all PollingBlockTracker.getLatestBlock() calls to include useCache: true (#416)

Removed

  • BREAKING: Remove ethersProviderAsMiddleware (#415)

18.0.0

Changed

  • BREAKING: createFetchMiddleware no longer takes fetch, btoa, rpcUrl, and originHttpHeaderKey (#402)
    • The existing signature (rpcService and options) is now the only way to use this function; please use that instead.
  • BREAKING: The RPC service object that createFetchMiddleware takes must now come from @metamask/network-controller 24.x (#404)
  • Tweak signature for createFetchMiddleware so it now accepts an partial RPC service object (#404)
    • The only required property is request
  • Bump @metamask/utils to ^11.7.0 (#404)

Removed

  • BREAKING: Remove support for wallet_getCapabilities, wallet_sendCalls, and wallet_getCallsStatus from wallet middleware (#401)
    • These handlers have been moved to the @metamask/eip-5792-middleware package.
  • BREAKING: Remove PayloadWithOrigin type (#402)
    • There is no equivalent.
  • BREAKING: Remove createFetchConfigFromReq function (#402)
    • There is no equivalent.

17.1.0

Added

  • Add RPC methods described in (revised) EIP-7715 specification (#396)
    • wallet_requestExecutionPermissions
    • wallet_revokeExecutionPermission
Changelog

Sourced from @​metamask/eth-json-rpc-middleware's changelog.

[20.0.0]

Changed

  • BREAKING: Distribute separate CommonJS and ESM files (#420)
    • Use the exports field of package.json, breaking some previously valid imports.

[19.0.1]

Changed

  • Bump @metamask/eth-block-tracker from ^12.2.0 to ^12.2.1 (#422)

Fixed

  • Prevent delays in request processing (#421)
    • All PollingBlockTracker.getLatestBlock() calls have been updated to not include useCache: false
    • This reverts #416. This change ended up introducing a bug (it caused delays in request processing).

[19.0.0]

Changed

  • Bump @metamask/eth-block-tracker from ^12.0.0 to ^12.2.0 (#413)
  • Bump @metamask/eth-json-rpc-provider from ^4.1.7 to ^5.0.0 (#413)
  • Bump @metamask/json-rpc-engine from ^10.0.2 to ^10.1.0 (#413)
  • Change all PollingBlockTracker.getLatestBlock() calls to include useCache: true (#416)

Removed

  • BREAKING: Remove ethersProviderAsMiddleware (#415)

[18.0.0]

Changed

  • BREAKING: createFetchMiddleware no longer takes fetch, btoa, rpcUrl, and originHttpHeaderKey (#402)
    • The existing signature (rpcService and options) is now the only way to use this function; please use that instead.
  • BREAKING: The RPC service object that createFetchMiddleware takes must now come from @metamask/network-controller 24.x (#404)
  • Tweak signature for createFetchMiddleware so it now accepts an partial RPC service object (#404)
    • The only required property is request
  • Bump @metamask/utils to ^11.7.0 (#404)

Removed

  • BREAKING: Remove support for wallet_getCapabilities, wallet_sendCalls, and wallet_getCallsStatus from wallet middleware (#401)
    • These handlers have been moved to the @metamask/eip-5792-middleware package.
  • BREAKING: Remove PayloadWithOrigin type (#402)
    • There is no equivalent.
  • BREAKING: Remove createFetchConfigFromReq function (#402)

... (truncated)

Commits
  • 3339659 20.0.0 (#429)
  • 051a39f docs: Add migration notice (#428)
  • 849772e Reapply "refactor!: Synchronize dev toolchain with module template and core m...
  • 1f26857 19.0.1 (#427)
  • fcb4ce2 bump eth-block-tracker to 12.2.1 (#422)
  • bbbc67e chore: Update dependencies to resolve audit warnings (#425)
  • ec0c20f Revert "fix: ensure middleware uses latest block number (#416)" (#421)
  • c591a5f Revert "refactor!: Synchronize dev toolchain with module template and core mo...
  • 5391380 refactor!: Synchronize dev toolchain with module template and core monorepo (...
  • 36ebf6f 19.0.0 (#418)
  • Additional commits viewable 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-json-rpc-middleware to ^20.0.0 in packages/snaps-simulation, updating related lockfile entries and transitive deps.

  • Dependencies:
    • Bump @metamask/eth-json-rpc-middleware to ^20.0.0 in packages/snaps-simulation/package.json.
    • Update transitive deps in yarn.lock: @metamask/eth-block-tracker to ^12.2.1, @metamask/eth-json-rpc-provider to ^5.0.0, and adjust @metamask/utils range to include ^11.7.0.

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

Bumps [@metamask/eth-json-rpc-middleware](https://github.com/MetaMask/eth-json-rpc-middleware) from 17.0.1 to 20.0.0.
- [Release notes](https://github.com/MetaMask/eth-json-rpc-middleware/releases)
- [Changelog](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md)
- [Commits](MetaMask/eth-json-rpc-middleware@v17.0.1...v20.0.0)

---
updated-dependencies:
- dependency-name: "@metamask/eth-json-rpc-middleware"
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 16, 2025 06:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 16, 2025
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​metamask/​eth-json-rpc-middleware@​17.1.0 ⏵ 20.0.09910080 +496 +2100

View full report

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2025

Superseded by #3687.

@dependabot dependabot bot closed this Oct 17, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/metamask/eth-json-rpc-middleware-20.0.0 branch October 17, 2025 06:04
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