Skip to content

Commit 60ada40

Browse files
chore(deps): bump @metamask/utils from 11.2.0 to 11.3.0 (#3232)
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) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 8cf11b2 commit 60ada40

File tree

44 files changed

+104
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+104
-98
lines changed

eslint.config.mjs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,17 @@ const config = createConfig([
350350
},
351351
},
352352

353-
// Wasm example
353+
// Examples
354354
{
355-
files: ['packages/examples/packages/wasm/src/index.ts'],
355+
files: [
356+
'packages/examples/packages/rollup-plugin/rollup.config.mjs',
357+
'packages/examples/packages/wasm/src/index.ts',
358+
],
356359

357360
rules: {
358-
// This rule changes depending on whether the build files exist or not.
361+
// These rules change depending on whether the build files exist or not.
359362
'import-x/extensions': 'off',
363+
'import-x/no-unresolved': 'off',
360364
},
361365
},
362366
]);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@metamask/eslint-config-jest": "^14.0.0",
8686
"@metamask/eslint-config-nodejs": "^14.0.0",
8787
"@metamask/eslint-config-typescript": "^14.0.0",
88-
"@metamask/utils": "^11.2.0",
88+
"@metamask/utils": "^11.4.0",
8989
"@swc/core": "1.3.78",
9090
"@ts-bridge/cli": "^0.6.1",
9191
"@types/jest": "^27.5.1",

packages/examples/packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.2.0",
48+
"@metamask/utils": "^11.4.0",
4949
"@noble/ed25519": "^1.6.0",
5050
"@noble/secp256k1": "^1.7.1"
5151
},

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.2.0",
48+
"@metamask/utils": "^11.4.0",
4949
"@noble/bls12-381": "^1.2.0"
5050
},
5151
"devDependencies": {

packages/examples/packages/ethereum-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.2.0"
47+
"@metamask/utils": "^11.4.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

packages/examples/packages/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.2.0"
47+
"@metamask/utils": "^11.4.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

packages/examples/packages/get-entropy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.2.0",
47+
"@metamask/utils": "^11.4.0",
4848
"@noble/bls12-381": "^1.2.0"
4949
},
5050
"devDependencies": {

packages/examples/packages/interactive-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.2.0"
47+
"@metamask/utils": "^11.4.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

packages/examples/packages/invoke-snap/packages/consumer-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.2.0",
48+
"@metamask/utils": "^11.4.0",
4949
"@noble/hashes": "^1.7.1"
5050
},
5151
"devDependencies": {

packages/examples/packages/invoke-snap/packages/core-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.2.0",
48+
"@metamask/utils": "^11.4.0",
4949
"@noble/curves": "^1.1.0",
5050
"async-mutex": "^0.5.0"
5151
},

0 commit comments

Comments
 (0)