Skip to content

Commit a4afb6c

Browse files
chore(deps): bump @metamask/eth-json-rpc-middleware from 16.0.1 to 17.0.0 (#3328)
Bumps [@metamask/eth-json-rpc-middleware](https://github.com/MetaMask/eth-json-rpc-middleware) from 16.0.1 to 17.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/eth-json-rpc-middleware/releases"><code>@​metamask/eth-json-rpc-middleware</code>'s releases</a>.</em></p> <blockquote> <h2>17.0.0</h2> <h3>Changed</h3> <ul> <li><strong>BREAKING:</strong> Support version <code>2.0.0</code> of EIP-5792 (<a href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/370">#370</a>) <ul> <li>Add <code>atomicRequired</code> property to <code>SendCallsStruct</code>.</li> <li>Make <code>from</code> optional in <code>SendCallsStruct</code>.</li> <li>Add <code>atomic</code> property to <code>GetCallsStatusResult</code>.</li> <li>Validate <code>address</code> in <code>GetCapabilitiesParams</code> is added to wallet.</li> <li>Use <code>-32602</code> code for all EIP-5792 schema errors.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md"><code>@​metamask/eth-json-rpc-middleware</code>'s changelog</a>.</em></p> <blockquote> <h2>[17.0.0]</h2> <h3>Changed</h3> <ul> <li><strong>BREAKING:</strong> Support version <code>2.0.0</code> of EIP-5792 (<a href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/370">#370</a>) <ul> <li>Add <code>atomicRequired</code> property to <code>SendCallsStruct</code>.</li> <li>Make <code>from</code> optional in <code>SendCallsStruct</code>.</li> <li>Add <code>atomic</code> property to <code>GetCallsStatusResult</code>.</li> <li>Validate <code>address</code> in <code>GetCapabilitiesParams</code> is added to wallet.</li> <li>Use <code>-32602</code> code for all EIP-5792 schema errors.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/ccaa4c91423437238d3c81a8201f0fa8a5ebadad"><code>ccaa4c9</code></a> 17.0.0 (<a href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/371">#371</a>)</li> <li><a href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/cd217b385df8f6b2eaff3763ce0687f40cb3ad83"><code>cd217b3</code></a> feat: support version 2.0.0 of EIP-5792 (<a href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/370">#370</a>)</li> <li><a href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/8d1ac3e44b379af8094bb0769e473a78f1776fcf"><code>8d1ac3e</code></a> chore: update codeowners for wallet request handlers (<a href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/369">#369</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.1...v17.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/eth-json-rpc-middleware&package-manager=npm_and_yarn&previous-version=16.0.1&new-version=17.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1dcaa5 commit a4afb6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/snaps-simulation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@metamask/base-controller": "^8.0.0",
59-
"@metamask/eth-json-rpc-middleware": "^16.0.1",
59+
"@metamask/eth-json-rpc-middleware": "^17.0.0",
6060
"@metamask/json-rpc-engine": "^10.0.2",
6161
"@metamask/json-rpc-middleware-stream": "^8.0.7",
6262
"@metamask/key-tree": "^10.1.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3103,9 +3103,9 @@ __metadata:
31033103
languageName: node
31043104
linkType: hard
31053105

3106-
"@metamask/eth-json-rpc-middleware@npm:^16.0.1":
3107-
version: 16.0.1
3108-
resolution: "@metamask/eth-json-rpc-middleware@npm:16.0.1"
3106+
"@metamask/eth-json-rpc-middleware@npm:^17.0.0":
3107+
version: 17.0.0
3108+
resolution: "@metamask/eth-json-rpc-middleware@npm:17.0.0"
31093109
dependencies:
31103110
"@metamask/eth-block-tracker": "npm:^11.0.4"
31113111
"@metamask/eth-json-rpc-provider": "npm:^4.1.7"
@@ -3119,7 +3119,7 @@ __metadata:
31193119
klona: "npm:^2.0.6"
31203120
pify: "npm:^5.0.0"
31213121
safe-stable-stringify: "npm:^2.4.3"
3122-
checksum: 10/5c806cbac87c30cc4dcc9a9437a92e8c25aa4f00af34826433529d19ac1dd9e69488795bef9cbe59c7b982f33e0386e1f39426203c0e422e30c74e7f79ade803
3122+
checksum: 10/dfba51cd38e448858d58f70967edc7414e1335cc78bd7503ba4179b56f22f1114e6715a8cec8fdef17efbba34ffde556ad775858e4de8f7b805d65f9653629d7
31233123
languageName: node
31243124
linkType: hard
31253125

@@ -4321,7 +4321,7 @@ __metadata:
43214321
"@lavamoat/allow-scripts": "npm:^3.0.4"
43224322
"@metamask/auto-changelog": "npm:^5.0.1"
43234323
"@metamask/base-controller": "npm:^8.0.0"
4324-
"@metamask/eth-json-rpc-middleware": "npm:^16.0.1"
4324+
"@metamask/eth-json-rpc-middleware": "npm:^17.0.0"
43254325
"@metamask/json-rpc-engine": "npm:^10.0.2"
43264326
"@metamask/json-rpc-middleware-stream": "npm:^8.0.7"
43274327
"@metamask/key-tree": "npm:^10.1.1"

0 commit comments

Comments
 (0)