Commit e859203
authored
chore(deps): bump @metamask/providers from 20.0.0 to 21.0.0 (#3247)
Bumps [@metamask/providers](https://github.com/MetaMask/providers) from
20.0.0 to 21.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/providers/releases"><code>@metamask/providers</code>'s
releases</a>.</em></p>
<blockquote>
<h2>21.0.0</h2>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING</strong>: <code>initializeProvider()</code> no
longer accepts the <code>jsonRpcStreamName</code> option param. (<a
href="https://redirect.github.com/MetaMask/providers/pull/410">#410</a>)
<ul>
<li>This helper no longers instantiates a <code>jsonRpcStreamName</code>
named substream from the <code>connectionStream</code> Duplex stream
option param.</li>
<li>Callers of <code>initializeProvider()</code> should now instantiate
their own <code>metamask-provider</code> named substream and pass it in
as the value for <code>connectionStream</code>.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/providers/blob/main/CHANGELOG.md"><code>@metamask/providers</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[21.0.0]</h2>
<h3>Changed</h3>
<ul>
<li><strong>BREAKING</strong>: <code>initializeProvider()</code> no
longer accepts the <code>jsonRpcStreamName</code> option param. (<a
href="https://redirect.github.com/MetaMask/providers/pull/410">#410</a>)
<ul>
<li>This helper no longers instantiates a <code>jsonRpcStreamName</code>
named substream from the <code>connectionStream</code> Duplex stream
option param.</li>
<li>Callers of <code>initializeProvider()</code> should now instantiate
their own <code>metamask-provider</code> named substream and pass it in
as the value for <code>connectionStream</code>.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/providers/commit/feeff054b95fb2eb1a9ac0b199b5296eb641df49"><code>feeff05</code></a>
21.0.0 (<a
href="https://redirect.github.com/MetaMask/providers/issues/411">#411</a>)</li>
<li><a
href="https://github.com/MetaMask/providers/commit/dab189b821773dac6d4c68de9a9c2d44b4577d9e"><code>dab189b</code></a>
feat: remove substream instantiation from
<code>initializeProvider</code> (<a
href="https://redirect.github.com/MetaMask/providers/issues/410">#410</a>)</li>
<li><a
href="https://github.com/MetaMask/providers/commit/faf44f8f1098f0ffabc93570b1e934a555646015"><code>faf44f8</code></a>
chore: add workflow_dispatch to security-code-scanner (<a
href="https://redirect.github.com/MetaMask/providers/issues/409">#409</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/providers/compare/v20.0.0...v21.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 2ad12d1 commit e859203
File tree
4 files changed
+10
-10
lines changed- packages
- snaps-execution-environments
- snaps-sdk
- test-snaps
4 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5138 | 5138 | | |
5139 | 5139 | | |
5140 | 5140 | | |
5141 | | - | |
5142 | | - | |
5143 | | - | |
| 5141 | + | |
| 5142 | + | |
| 5143 | + | |
5144 | 5144 | | |
5145 | 5145 | | |
5146 | 5146 | | |
| |||
5155 | 5155 | | |
5156 | 5156 | | |
5157 | 5157 | | |
5158 | | - | |
| 5158 | + | |
5159 | 5159 | | |
5160 | 5160 | | |
5161 | 5161 | | |
| |||
5488 | 5488 | | |
5489 | 5489 | | |
5490 | 5490 | | |
5491 | | - | |
| 5491 | + | |
5492 | 5492 | | |
5493 | 5493 | | |
5494 | 5494 | | |
| |||
5653 | 5653 | | |
5654 | 5654 | | |
5655 | 5655 | | |
5656 | | - | |
| 5656 | + | |
5657 | 5657 | | |
5658 | 5658 | | |
5659 | 5659 | | |
| |||
5953 | 5953 | | |
5954 | 5954 | | |
5955 | 5955 | | |
5956 | | - | |
| 5956 | + | |
5957 | 5957 | | |
5958 | 5958 | | |
5959 | 5959 | | |
| |||
0 commit comments