Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

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

Release notes

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

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.

[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
  • 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...
  • 815f352 Remove legacy signature/code for createFetchMiddleware (#402)
  • 965644b 17.1.0 (#399)
  • a10c7fb feat: add RPC methods described in (revised) EIP-7715 (#396)
  • 45ed998 Run compatibility test only in main branch. (#397)
  • See full diff 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 ^18.0.0 and update lockfile (including @metamask/utils range).

  • Dependencies:
    • Update @metamask/eth-json-rpc-middleware to ^18.0.0 in packages/snaps-simulation/package.json.
    • Refresh yarn.lock to resolve to @metamask/[email protected] and bump transitive @metamask/utils range to ^11.7.0.

Written by Cursor Bugbot for commit 3392abf. 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 Sep 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 11, 2025 06:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2025
Copy link

socket-security bot commented Sep 11, 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 ⏵ 18.0.09910075 -296 +4100

View full report

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/metamask/eth-json-rpc-middleware-18.0.0 branch 3 times, most recently from ae033d8 to 64562b1 Compare September 29, 2025 15:35
Bumps [@metamask/eth-json-rpc-middleware](https://github.com/MetaMask/eth-json-rpc-middleware) from 17.0.1 to 18.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...v18.0.0)

---
updated-dependencies:
- dependency-name: "@metamask/eth-json-rpc-middleware"
  dependency-version: 18.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-18.0.0 branch from 64562b1 to 3392abf Compare October 1, 2025 12:27
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.

0 participants