Skip to content

Commit b9e7f41

Browse files
chore(deps): bump @metamask/providers from 21.0.0 to 22.0.0 (#3336)
Bumps [@metamask/providers](https://github.com/MetaMask/providers) from 21.0.0 to 22.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>22.0.0</h2> <h3>Changed</h3> <ul> <li><strong>BREAKING</strong>: <code>initializeProvider</code> announces the extensionId, when available, via a <code>caip-348</code> target on in the new <code>targets</code> property of the CAIP-294 wallet announcement event instead of the previous <code>extensionId</code> property (<a href="https://redirect.github.com/MetaMask/providers/pull/413">#413</a>)</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>[22.0.0]</h2> <h3>Changed</h3> <ul> <li><strong>BREAKING</strong>: <code>initializeProvider</code> announces the extensionId, when available, via a <code>caip-348</code> target on in the new <code>targets</code> property of the CAIP-294 wallet announcement event instead of the previous <code>extensionId</code> property (<a href="https://redirect.github.com/MetaMask/providers/pull/413">#413</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/providers/commit/f0ca94b6ee6beb56dff4e9e7c62f5e99e20efcde"><code>f0ca94b</code></a> 22.0.0 (<a href="https://redirect.github.com/MetaMask/providers/issues/415">#415</a>)</li> <li><a href="https://github.com/MetaMask/providers/commit/c237ed79fa55d979b83e0e79153d5ed4f46477f4"><code>c237ed7</code></a> feat: Add CAIP-294 <code>targets</code> to <code>wallet_announce</code> event data. Announce CAIP-3...</li> <li><a href="https://github.com/MetaMask/providers/commit/fe584068fd05868ea33e0f6215c14efd72660fcb"><code>fe58406</code></a> ci: use MetaMask/action-checkout-and-setup@v1 (<a href="https://redirect.github.com/MetaMask/providers/issues/414">#414</a>)</li> <li><a href="https://github.com/MetaMask/providers/commit/d15442353491ed7a460429cdd7bc125546a230c4"><code>d154423</code></a> chore: update security-code-scanner@main to action-security-code-scanner@v1 (...</li> <li>See full diff in <a href="https://github.com/MetaMask/providers/compare/v21.0.0...v22.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=21.0.0&new-version=22.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b39662b commit b9e7f41

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
@@ -68,7 +68,7 @@
6868
"@metamask/json-rpc-engine": "^10.0.2",
6969
"@metamask/object-multiplex": "^2.1.0",
7070
"@metamask/post-message-stream": "^9.0.0",
71-
"@metamask/providers": "^21.0.0",
71+
"@metamask/providers": "^22.0.0",
7272
"@metamask/rpc-errors": "^7.0.2",
7373
"@metamask/snaps-sdk": "workspace:^",
7474
"@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.1",
95-
"@metamask/providers": "^21.0.0",
95+
"@metamask/providers": "^22.0.0",
9696
"@metamask/rpc-errors": "^7.0.2",
9797
"@metamask/superstruct": "^3.2.1",
9898
"@metamask/utils": "^11.4.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": "^5.0.1",
86-
"@metamask/providers": "^21.0.0",
86+
"@metamask/providers": "^22.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
@@ -3806,9 +3806,9 @@ __metadata:
38063806
languageName: unknown
38073807
linkType: soft
38083808

3809-
"@metamask/providers@npm:^21.0.0":
3810-
version: 21.0.0
3811-
resolution: "@metamask/providers@npm:21.0.0"
3809+
"@metamask/providers@npm:^22.0.0":
3810+
version: 22.0.0
3811+
resolution: "@metamask/providers@npm:22.0.0"
38123812
dependencies:
38133813
"@metamask/json-rpc-engine": "npm:^10.0.2"
38143814
"@metamask/json-rpc-middleware-stream": "npm:^8.0.6"
@@ -3823,7 +3823,7 @@ __metadata:
38233823
readable-stream: "npm:^3.6.2"
38243824
peerDependencies:
38253825
webextension-polyfill: ^0.10.0 || ^0.11.0 || ^0.12.0
3826-
checksum: 10/4bd649cf2541b6da9257583496b906c00eef316df64db38008a864b1d27beeb9f579ed9b8f5a1ba11c0403d88b32a93c674d622dc24dc2b026d68a49692a1b73
3826+
checksum: 10/b9bd381e5669e07ecee0a98f8748993fed4e02bc855e2ad342db9b9bb8b2d453a01c0e4c9f1e2c7b80929c5ce15d7aafa88c0a6a78651737efdb16f707a84017
38273827
languageName: node
38283828
linkType: hard
38293829

@@ -4136,7 +4136,7 @@ __metadata:
41364136
"@metamask/json-rpc-engine": "npm:^10.0.2"
41374137
"@metamask/object-multiplex": "npm:^2.1.0"
41384138
"@metamask/post-message-stream": "npm:^9.0.0"
4139-
"@metamask/providers": "npm:^21.0.0"
4139+
"@metamask/providers": "npm:^22.0.0"
41404140
"@metamask/rpc-errors": "npm:^7.0.2"
41414141
"@metamask/snaps-sdk": "workspace:^"
41424142
"@metamask/snaps-utils": "workspace:^"
@@ -4294,7 +4294,7 @@ __metadata:
42944294
"@lavamoat/allow-scripts": "npm:^3.0.4"
42954295
"@metamask/auto-changelog": "npm:^5.0.1"
42964296
"@metamask/key-tree": "npm:^10.1.1"
4297-
"@metamask/providers": "npm:^21.0.0"
4297+
"@metamask/providers": "npm:^22.0.0"
42984298
"@metamask/rpc-errors": "npm:^7.0.2"
42994299
"@metamask/superstruct": "npm:^3.2.1"
43004300
"@metamask/utils": "npm:^11.4.0"
@@ -4492,7 +4492,7 @@ __metadata:
44924492
"@metamask/preferences-example-snap": "workspace:^"
44934493
"@metamask/preinstalled-example-snap": "workspace:^"
44944494
"@metamask/protocol-example-snap": "workspace:^"
4495-
"@metamask/providers": "npm:^21.0.0"
4495+
"@metamask/providers": "npm:^22.0.0"
44964496
"@metamask/send-flow-example-snap": "workspace:^"
44974497
"@metamask/signature-insights-example-snap": "workspace:^"
44984498
"@metamask/snaps-sdk": "workspace:^"

0 commit comments

Comments
 (0)