Commit a4afb6c
authored
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 />
[](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
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3103 | 3103 | | |
3104 | 3104 | | |
3105 | 3105 | | |
3106 | | - | |
3107 | | - | |
3108 | | - | |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
3109 | 3109 | | |
3110 | 3110 | | |
3111 | 3111 | | |
| |||
3119 | 3119 | | |
3120 | 3120 | | |
3121 | 3121 | | |
3122 | | - | |
| 3122 | + | |
3123 | 3123 | | |
3124 | 3124 | | |
3125 | 3125 | | |
| |||
4321 | 4321 | | |
4322 | 4322 | | |
4323 | 4323 | | |
4324 | | - | |
| 4324 | + | |
4325 | 4325 | | |
4326 | 4326 | | |
4327 | 4327 | | |
| |||
0 commit comments