Skip to content

Commit 8623234

Browse files
chore(deps-dev): bump @metamask/utils from 11.2.0 to 11.3.0 (#478)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.2.0 to 11.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/releases"><code>@​metamask/utils</code>'s releases</a>.</em></p> <blockquote> <h2>11.3.0</h2> <h3>Added</h3> <ul> <li>Add default JSON-RPC generics that extend <code>Json</code> to <code>Json</code> (<a href="https://redirect.github.com/MetaMask/utils/pull/241">#241</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Deprecate <code>Keyring</code> types (<a href="https://redirect.github.com/MetaMask/utils/pull/236">#236</a>) <ul> <li>These should now be imported from <code>@metamask/keyring-utils</code>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/blob/main/CHANGELOG.md"><code>@​metamask/utils</code>'s changelog</a>.</em></p> <blockquote> <h2>[11.3.0]</h2> <h3>Added</h3> <ul> <li>Add default JSON-RPC generics that extend <code>Json</code> to <code>Json</code> (<a href="https://redirect.github.com/MetaMask/utils/pull/241">#241</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Deprecate <code>Keyring</code> types (<a href="https://redirect.github.com/MetaMask/utils/pull/236">#236</a>) <ul> <li>These should now be imported from <code>@metamask/keyring-utils</code>.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/55b22a77e75641c4c8b05eec73982084ac9e7332"><code>55b22a7</code></a> 11.3.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/242">#242</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/faee2e77990af87306a4c9ffffeb0f04fa1a20d0"><code>faee2e7</code></a> refactor: Add Json default parameter to JSON-RPC types (<a href="https://redirect.github.com/MetaMask/utils/issues/241">#241</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/a16039a4cba80dc1b07b1648d85bd04a4bc43804"><code>a16039a</code></a> Update workflows to use <code>MetaMask/action-checkout-and-setup</code> (<a href="https://redirect.github.com/MetaMask/utils/issues/240">#240</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/733c6507c60435841af987afe3312e48dce32d54"><code>733c650</code></a> chore: add workflow_dispatch to security-code-scanner (<a href="https://redirect.github.com/MetaMask/utils/issues/239">#239</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/cba07ff6fd0fe57b3a41063fbf81f990a09b3590"><code>cba07ff</code></a> chore: deprecate <code>Keyring</code> type (<a href="https://redirect.github.com/MetaMask/utils/issues/236">#236</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.2.0...v11.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/utils&package-manager=npm_and_yarn&previous-version=11.2.0&new-version=11.3.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 283ae41 commit 8623234

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@metamask/eslint-config-jest": "^14.0.0",
7474
"@metamask/eslint-config-nodejs": "^14.0.0",
7575
"@metamask/eslint-config-typescript": "^14.0.0",
76-
"@metamask/utils": "^11.2.0",
76+
"@metamask/utils": "^11.3.0",
7777
"@types/jest": "^27.4.1",
7878
"@types/lodash": "^4.14.191",
7979
"@types/node": "^16.18.54",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3394,7 +3394,7 @@ __metadata:
33943394
"@metamask/eslint-config-jest": "npm:^14.0.0"
33953395
"@metamask/eslint-config-nodejs": "npm:^14.0.0"
33963396
"@metamask/eslint-config-typescript": "npm:^14.0.0"
3397-
"@metamask/utils": "npm:^11.2.0"
3397+
"@metamask/utils": "npm:^11.3.0"
33983398
"@types/jest": "npm:^27.4.1"
33993399
"@types/lodash": "npm:^4.14.191"
34003400
"@types/node": "npm:^16.18.54"
@@ -3504,9 +3504,9 @@ __metadata:
35043504
languageName: node
35053505
linkType: hard
35063506

3507-
"@metamask/utils@npm:^11.2.0":
3508-
version: 11.2.0
3509-
resolution: "@metamask/utils@npm:11.2.0"
3507+
"@metamask/utils@npm:^11.3.0":
3508+
version: 11.3.0
3509+
resolution: "@metamask/utils@npm:11.3.0"
35103510
dependencies:
35113511
"@ethereumjs/tx": "npm:^4.2.0"
35123512
"@metamask/superstruct": "npm:^3.1.0"
@@ -3517,7 +3517,7 @@ __metadata:
35173517
pony-cause: "npm:^2.1.10"
35183518
semver: "npm:^7.5.4"
35193519
uuid: "npm:^9.0.1"
3520-
checksum: 10/9cc2cb6af4627085e72a310ba9b8921c69757d94e2992d4664627e5a0d99b1f2f7f8069c6f22262515135e1172bd66b82d00512d90ea2ec6da4e768f3d7d4ae2
3520+
checksum: 10/178367aaf608339cd7d6f9cb97e1cc01b58b03c55c0017e83ab8e08e66bcf061ee2f0dd867d4ed2a916cc03672f8dd0bb04b9ff79a0b43657e7d76bdbb2e72f2
35213521
languageName: node
35223522
linkType: hard
35233523

0 commit comments

Comments
 (0)