Skip to content

Commit 9db84f7

Browse files
chore: Bump @metamask/utils from 11.9.0 to 11.10.0 (#3854)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.9.0 to 11.10.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.10.0</h2> <h3>Added</h3> <ul> <li>Add ensureError utility for converting unknown values to error (<a href="https://redirect.github.com/MetaMask/utils/pull/275">#275</a>)</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.10.0]</h2> <h3>Added</h3> <ul> <li>Add ensureError utility for converting unknown values to error (<a href="https://redirect.github.com/MetaMask/utils/pull/275">#275</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/6b14e89518ce3316ad940e35a1ef1a27a75cad24"><code>6b14e89</code></a> 11.10.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/276">#276</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/9c53368fbd1e31ce79b7d95e576c281ed9696194"><code>9c53368</code></a> feat: Add ensureError utility for converting unknown values to error (<a href="https://redirect.github.com/MetaMask/utils/issues/275">#275</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.9.0...v11.10.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.9.0&new-version=11.10.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 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> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Dependency-only bump with lockfile updates; risk is limited to potential upstream behavior changes in `@metamask/utils`. > > **Overview** > **Bumps `@metamask/utils` to `^11.10.0` across the monorepo** (root, core packages like `snaps-cli`/`snaps-sdk`/`snaps-utils`, and all example snaps), updating `yarn.lock` accordingly. > > No functional code changes are included beyond the dependency version update (bringing in the upstream `ensureError` utility). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2cf93d2. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
1 parent 6e653f7 commit 9db84f7

File tree

28 files changed

+58
-58
lines changed

28 files changed

+58
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@metamask/eslint-config-jest": "^14.0.0",
8282
"@metamask/eslint-config-nodejs": "^14.0.0",
8383
"@metamask/eslint-config-typescript": "^14.0.0",
84-
"@metamask/utils": "^11.9.0",
84+
"@metamask/utils": "^11.10.0",
8585
"@swc/core": "1.11.31",
8686
"@ts-bridge/cli": "^0.6.1",
8787
"@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
@@ -50,7 +50,7 @@
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",
5252
"@metamask/snaps-sdk": "workspace:^",
53-
"@metamask/utils": "^11.9.0",
53+
"@metamask/utils": "^11.10.0",
5454
"@noble/ed25519": "^1.6.0",
5555
"@noble/secp256k1": "^1.7.1",
5656
"@swc/core": "1.11.31",

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",
5252
"@metamask/snaps-sdk": "workspace:^",
53-
"@metamask/utils": "^11.9.0",
53+
"@metamask/utils": "^11.10.0",
5454
"@noble/bls12-381": "^1.2.0",
5555
"@swc/core": "1.11.31",
5656
"@swc/jest": "^0.2.38",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.9.0",
52+
"@metamask/utils": "^11.10.0",
5353
"@swc/core": "1.11.31",
5454
"@swc/jest": "^0.2.38",
5555
"@types/node": "18.14.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.9.0",
52+
"@metamask/utils": "^11.10.0",
5353
"@swc/core": "1.11.31",
5454
"@swc/jest": "^0.2.38",
5555
"@types/node": "18.14.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.9.0",
52+
"@metamask/utils": "^11.10.0",
5353
"@noble/bls12-381": "^1.2.0",
5454
"@swc/core": "1.11.31",
5555
"@swc/jest": "^0.2.38",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.9.0",
52+
"@metamask/utils": "^11.10.0",
5353
"@swc/core": "1.11.31",
5454
"@swc/jest": "^0.2.38",
5555
"@types/node": "18.14.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",
5252
"@metamask/snaps-sdk": "workspace:^",
53-
"@metamask/utils": "^11.9.0",
53+
"@metamask/utils": "^11.10.0",
5454
"@noble/hashes": "^1.7.1",
5555
"@swc/core": "1.11.31",
5656
"@swc/jest": "^0.2.38",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",
5252
"@metamask/snaps-sdk": "workspace:^",
53-
"@metamask/utils": "^11.9.0",
53+
"@metamask/utils": "^11.10.0",
5454
"@noble/curves": "^1.1.0",
5555
"@noble/hashes": "^1.7.1",
5656
"@swc/core": "1.11.31",

packages/examples/packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",
5252
"@metamask/snaps-sdk": "workspace:^",
53-
"@metamask/utils": "^11.9.0",
53+
"@metamask/utils": "^11.10.0",
5454
"@swc/core": "1.11.31",
5555
"@swc/jest": "^0.2.38",
5656
"@types/node": "18.14.2",

0 commit comments

Comments
 (0)