Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

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.

[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
Commits
  • 36ebf6f 19.0.0 (#418)
  • 79e1f36 chore: Fix mistakes in recent changelog entries (#417)
  • 65e0b97 fix: ensure middleware uses latest block number (#416)
  • 41cb990 chore: Update eth-json-rpc-provider from v4 to v5 (#413)
  • df9dc39 refactor!: Remove ethersProviderAsMiddleware (#415)
  • 1f41907 18.0.0 (#408)
  • 346d3f2 Simplify and upgrade expected RPC service type (#407)
  • badb634 Bump @​metamask/utils to ^11.7.0 (#404)
  • 4d69af0 Update CODEOWNERS: Wallet Framework -> Core Platform (#405)
  • 7f3ec47 refactor: fully extract middleware into EIP-5792 Middleware (monorepo) packag...
  • 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 ^19.0.0 in packages/snaps-simulation, updating related lockfile entries and transitive deps.

  • Dependencies:
    • Bump packages/snaps-simulation/package.json dependency @metamask/eth-json-rpc-middleware from ^17.0.1 to ^19.0.0.
    • Update lockfile to reflect transitive upgrades:
      • @metamask/eth-block-tracker to ^12.2.0.
      • @metamask/eth-json-rpc-provider to ^5.0.0.
      • @metamask/json-rpc-engine to ^10.1.0.
      • @metamask/utils references include ^11.7.0.

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 10, 2025 06:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 10, 2025
@socket-security
Copy link

socket-security bot commented Oct 10, 2025

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 ⏵ 19.0.0991007795 +3100

View full report

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/metamask/eth-json-rpc-middleware-19.0.0 branch 2 times, most recently from 736fb89 to d4e2c93 Compare October 10, 2025 06:58
Bumps [@metamask/eth-json-rpc-middleware](https://github.com/MetaMask/eth-json-rpc-middleware) from 17.0.1 to 19.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...v19.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/metamask/eth-json-rpc-middleware-19.0.0 branch from d4e2c93 to 76a1b83 Compare October 10, 2025 07:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2025

Superseded by #3684.

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