Commit 8d1d907
authored
chore(deps): bump @metamask/eth-json-rpc-middleware from 15.3.0 to 16.0.1 (#3291)
Bumps
[@metamask/eth-json-rpc-middleware](https://github.com/MetaMask/eth-json-rpc-middleware)
from 15.3.0 to 16.0.1.
<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>16.0.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>fetch</code> middleware so that non-standard JSON-RPC
error responses are no longer treated as successful responses (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/367">#367</a>)
<ul>
<li>A "non-standard" error response is one with an
<code>error</code> field but where there are more properties in the
error object than expected</li>
</ul>
</li>
</ul>
<h2>16.0.0</h2>
<h3>Added</h3>
<ul>
<li>Support updated EIP-5792 specification (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/363">#363</a>)
<ul>
<li>Add optional <code>id</code> to <code>SendCallsParams</code>.</li>
<li>Add optional <code>capabilities</code> to each call in
<code>SendCallsParams</code>.</li>
<li>Add <code>optional</code> property to both top-level and call-level
capabilities.</li>
<li>Add <code>SendCallsResult</code> type.</li>
<li>Add <code>id</code>, <code>version</code>, and optional
<code>capabilities</code> to <code>GetCallsStatusResult</code>.</li>
<li>Add <code>GetCallsStatusCode</code> enum.</li>
<li>Add <code>GetCallsStatusHook</code> type.</li>
<li>Add optional <code>chainIds</code> argument to
<code>GetCapabilitiesParams</code>.</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING:</strong> Support updated EIP-5792 specification
(<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/363">#363</a>)
<ul>
<li>Return <code>SendCallsResult</code> from
<code>wallet_sendCalls</code> instead of <code>string</code>.</li>
<li>Change <code>GetCallsStatusParams</code> to contain <code>Hex</code>
instead of <code>string</code>.</li>
<li>Change <code>status</code> in <code>GetCallsStatusResult</code> to
<code>number</code> instead of <code>string</code>.</li>
<li>Replace <code>GetTransactionReceiptsByBatchIdHook</code> with
<code>GetCallsStatusHook</code>.</li>
</ul>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li><strong>BREAKING:</strong> Support updated EIP-5792 specification
(<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/363">#363</a>)
<ul>
<li>Remove <code>GetCallsStatusReceipt</code> type.</li>
<li>Remove <code>GetTransactionReceiptsByBatchIdHook</code> type.</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>[16.0.1]</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>fetch</code> middleware so that non-standard JSON-RPC
error responses are no longer treated as successful responses (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/367">#367</a>)
<ul>
<li>A "non-standard" error response is one with an
<code>error</code> field but where there are more properties in the
error object than expected</li>
</ul>
</li>
</ul>
<h2>[16.0.0]</h2>
<h3>Added</h3>
<ul>
<li>Support updated EIP-5792 specification (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/363">#363</a>)
<ul>
<li>Add optional <code>id</code> to <code>SendCallsParams</code>.</li>
<li>Add optional <code>capabilities</code> to each call in
<code>SendCallsParams</code>.</li>
<li>Add <code>optional</code> property to both top-level and call-level
capabilities.</li>
<li>Add <code>SendCallsResult</code> type.</li>
<li>Add <code>id</code>, <code>version</code>, and optional
<code>capabilities</code> to <code>GetCallsStatusResult</code>.</li>
<li>Add <code>GetCallsStatusCode</code> enum.</li>
<li>Add <code>GetCallsStatusHook</code> type.</li>
<li>Add optional <code>chainIds</code> argument to
<code>GetCapabilitiesParams</code>.</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING:</strong> Support updated EIP-5792 specification
(<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/363">#363</a>)
<ul>
<li>Return <code>SendCallsResult</code> from
<code>wallet_sendCalls</code> instead of <code>string</code>.</li>
<li>Change <code>GetCallsStatusParams</code> to contain <code>Hex</code>
instead of <code>string</code>.</li>
<li>Change <code>status</code> in <code>GetCallsStatusResult</code> to
<code>number</code> instead of <code>string</code>.</li>
<li>Replace <code>GetTransactionReceiptsByBatchIdHook</code> with
<code>GetCallsStatusHook</code>.</li>
</ul>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li><strong>BREAKING:</strong> Support updated EIP-5792 specification
(<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/pull/363">#363</a>)
<ul>
<li>Remove <code>GetCallsStatusReceipt</code> type.</li>
<li>Remove <code>GetTransactionReceiptsByBatchIdHook</code> type.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/9d15930c09aa7c31e66444ad8cfb0d90740aa86b"><code>9d15930</code></a>
16.0.1 (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/368">#368</a>)</li>
<li><a
href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/a84a05725ab388e491fe429fb269b495e169de0c"><code>a84a057</code></a>
fetch: Treat non-standard JSON-RPC errors as standard (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/367">#367</a>)</li>
<li><a
href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/e09777d077c0371001dff40aff250aedb853c1ef"><code>e09777d</code></a>
chore: update security-code-scanner@main to
action-security-code-scanner@v1 (...</li>
<li><a
href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/3cc38eb8961e91e7fcfc22e429378ef379fc82c1"><code>3cc38eb</code></a>
16.0.0 (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/364">#364</a>)</li>
<li><a
href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/e6010690a0078fb4769cde6464eb726efb56b021"><code>e601069</code></a>
feat: support updated EIP-5792 specification (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/363">#363</a>)</li>
<li><a
href="https://github.com/MetaMask/eth-json-rpc-middleware/commit/29b4007b3552606188d4fbf823d2f9865ce6227f"><code>29b4007</code></a>
chore: add workflow_dispatch to security-code-scanner (<a
href="https://redirect.github.com/MetaMask/eth-json-rpc-middleware/issues/362">#362</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.3.0...v16.0.1">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 7fcbef5 commit 8d1d907
File tree
3 files changed
+8
-8
lines changed- packages
- snaps-simulation
- snaps-simulator
3 files changed
+8
-8
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 | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4647 | 4647 | | |
4648 | 4648 | | |
4649 | 4649 | | |
4650 | | - | |
4651 | | - | |
4652 | | - | |
| 4650 | + | |
| 4651 | + | |
| 4652 | + | |
4653 | 4653 | | |
4654 | 4654 | | |
4655 | 4655 | | |
| |||
4663 | 4663 | | |
4664 | 4664 | | |
4665 | 4665 | | |
4666 | | - | |
| 4666 | + | |
4667 | 4667 | | |
4668 | 4668 | | |
4669 | 4669 | | |
| |||
5893 | 5893 | | |
5894 | 5894 | | |
5895 | 5895 | | |
5896 | | - | |
| 5896 | + | |
5897 | 5897 | | |
5898 | 5898 | | |
5899 | 5899 | | |
| |||
5940 | 5940 | | |
5941 | 5941 | | |
5942 | 5942 | | |
5943 | | - | |
| 5943 | + | |
5944 | 5944 | | |
5945 | 5945 | | |
5946 | 5946 | | |
| |||
0 commit comments