Skip to content

Commit e859203

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/providers&package-manager=npm_and_yarn&previous-version=20.0.0&new-version=21.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 2ad12d1 commit e859203

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@metamask/json-rpc-engine": "^10.0.2",
6868
"@metamask/object-multiplex": "^2.1.0",
6969
"@metamask/post-message-stream": "^9.0.0",
70-
"@metamask/providers": "^20.0.0",
70+
"@metamask/providers": "^21.0.0",
7171
"@metamask/rpc-errors": "^7.0.2",
7272
"@metamask/snaps-sdk": "workspace:^",
7373
"@metamask/snaps-utils": "workspace:^",

packages/snaps-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"dependencies": {
9494
"@metamask/key-tree": "^10.1.0",
95-
"@metamask/providers": "^20.0.0",
95+
"@metamask/providers": "^21.0.0",
9696
"@metamask/rpc-errors": "^7.0.2",
9797
"@metamask/superstruct": "^3.1.0",
9898
"@metamask/utils": "^11.2.0"

packages/test-snaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"devDependencies": {
8585
"@metamask/auto-changelog": "^4.1.0",
86-
"@metamask/providers": "^20.0.0",
86+
"@metamask/providers": "^21.0.0",
8787
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
8888
"@swc/core": "1.3.78",
8989
"@swc/jest": "^0.2.26",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5138,9 +5138,9 @@ __metadata:
51385138
languageName: unknown
51395139
linkType: soft
51405140

5141-
"@metamask/providers@npm:^20.0.0":
5142-
version: 20.0.0
5143-
resolution: "@metamask/providers@npm:20.0.0"
5141+
"@metamask/providers@npm:^21.0.0":
5142+
version: 21.0.0
5143+
resolution: "@metamask/providers@npm:21.0.0"
51445144
dependencies:
51455145
"@metamask/json-rpc-engine": "npm:^10.0.2"
51465146
"@metamask/json-rpc-middleware-stream": "npm:^8.0.6"
@@ -5155,7 +5155,7 @@ __metadata:
51555155
readable-stream: "npm:^3.6.2"
51565156
peerDependencies:
51575157
webextension-polyfill: ^0.10.0 || ^0.11.0 || ^0.12.0
5158-
checksum: 10/b958d03a9380d86e605db239109a3debcc1ffde90371abe5beb82a5bed46c7718303a2bb92ec269eae16eff145b9ebbfcb3445a2b6bad4f297a590ee725a5bad
5158+
checksum: 10/4bd649cf2541b6da9257583496b906c00eef316df64db38008a864b1d27beeb9f579ed9b8f5a1ba11c0403d88b32a93c674d622dc24dc2b026d68a49692a1b73
51595159
languageName: node
51605160
linkType: hard
51615161

@@ -5488,7 +5488,7 @@ __metadata:
54885488
"@metamask/json-rpc-engine": "npm:^10.0.2"
54895489
"@metamask/object-multiplex": "npm:^2.1.0"
54905490
"@metamask/post-message-stream": "npm:^9.0.0"
5491-
"@metamask/providers": "npm:^20.0.0"
5491+
"@metamask/providers": "npm:^21.0.0"
54925492
"@metamask/rpc-errors": "npm:^7.0.2"
54935493
"@metamask/snaps-sdk": "workspace:^"
54945494
"@metamask/snaps-utils": "workspace:^"
@@ -5653,7 +5653,7 @@ __metadata:
56535653
"@lavamoat/allow-scripts": "npm:^3.0.4"
56545654
"@metamask/auto-changelog": "npm:^4.1.0"
56555655
"@metamask/key-tree": "npm:^10.1.0"
5656-
"@metamask/providers": "npm:^20.0.0"
5656+
"@metamask/providers": "npm:^21.0.0"
56575657
"@metamask/rpc-errors": "npm:^7.0.2"
56585658
"@metamask/superstruct": "npm:^3.1.0"
56595659
"@metamask/utils": "npm:^11.2.0"
@@ -5953,7 +5953,7 @@ __metadata:
59535953
"@metamask/preferences-example-snap": "workspace:^"
59545954
"@metamask/preinstalled-example-snap": "workspace:^"
59555955
"@metamask/protocol-example-snap": "workspace:^"
5956-
"@metamask/providers": "npm:^20.0.0"
5956+
"@metamask/providers": "npm:^21.0.0"
59575957
"@metamask/send-flow-example-snap": "workspace:^"
59585958
"@metamask/signature-insights-example-snap": "workspace:^"
59595959
"@metamask/snaps-sdk": "workspace:^"

0 commit comments

Comments
 (0)