Skip to content

Commit 09a4e63

Browse files
chore(deps): bump @metamask/utils from 11.8.0 to 11.8.1 (#838)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.8.0 to 11.8.1. <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.8.1</h2> <h3>Changed</h3> <ul> <li>Replace <code>superstruct.is</code> with faster regex checks for <code>isCaip*</code> functions (<a href="https://redirect.github.com/MetaMask/utils/pull/270">#270</a>) <ul> <li>Those calls were slow especially on our mobile client.</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.8.1]</h2> <h3>Changed</h3> <ul> <li>Replace <code>superstruct.is</code> with faster regex checks for <code>isCaip*</code> functions (<a href="https://redirect.github.com/MetaMask/utils/pull/270">#270</a>) <ul> <li>Those calls were slow especially on our mobile client.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/339faaef0f3ecb94bf506d5b101c07bce4ebc4d5"><code>339faae</code></a> 11.8.1 (<a href="https://redirect.github.com/MetaMask/utils/issues/271">#271</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/890dab0e94c7d3457dc4c2c5a5c31f7fd4dd7216"><code>890dab0</code></a> chore: replace calls of the slow superstruct &quot;is&quot; with faster regex (<a href="https://redirect.github.com/MetaMask/utils/issues/270">#270</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.8.0...v11.8.1">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.8.0&new-version=11.8.1)](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 9d28186 commit 09a4e63

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

apps/storybook-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@metamask/design-system-react-native": "workspace:^",
1717
"@metamask/design-system-twrnc-preset": "workspace:^",
1818
"@metamask/design-tokens": "workspace:^",
19-
"@metamask/utils": "^11.8.0",
19+
"@metamask/utils": "^11.8.1",
2020
"expo": "~49.0.23",
2121
"expo-status-bar": "~1.6.0",
2222
"expo-system-ui": "~2.4.0",

apps/storybook-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@metamask/design-system-react": "workspace:^",
1515
"@metamask/design-system-tailwind-preset": "workspace:^",
1616
"@metamask/design-tokens": "workspace:^",
17-
"@metamask/utils": "^11.8.0",
17+
"@metamask/utils": "^11.8.1",
1818
"@playwright/test": "^1.52.0",
1919
"@storybook/addon-a11y": "^9.0.17",
2020
"@storybook/addon-docs": "^9.0.17",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@metamask/eslint-config-jest": "^14.0.0",
9090
"@metamask/eslint-config-nodejs": "^14.0.0",
9191
"@metamask/eslint-config-typescript": "^14.0.0",
92-
"@metamask/utils": "^11.8.0",
92+
"@metamask/utils": "^11.8.1",
9393
"@types/eslint-plugin-tailwindcss": "^3",
9494
"@types/jest": "^27.4.1",
9595
"@types/lodash": "^4.14.191",

packages/design-system-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@metamask/auto-changelog": "^5.1.0",
6161
"@metamask/design-system-twrnc-preset": "workspace:^",
6262
"@metamask/design-tokens": "workspace:^",
63-
"@metamask/utils": "^11.8.0",
63+
"@metamask/utils": "^11.8.1",
6464
"@storybook/react-native": "6.5",
6565
"@testing-library/react-hooks": "^8.0.1",
6666
"@testing-library/react-native": "^12.8.1",
@@ -89,7 +89,7 @@
8989
"peerDependencies": {
9090
"@metamask/design-system-twrnc-preset": "^0.2.0",
9191
"@metamask/design-tokens": "^8.1.0",
92-
"@metamask/utils": "^11.8.0",
92+
"@metamask/utils": "^11.8.1",
9393
"react": ">=18.2.0",
9494
"react-native": ">=0.72.0",
9595
"react-native-gesture-handler": ">=1.10.3",

packages/design-system-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@jest/globals": "^29.7.0",
6262
"@metamask/auto-changelog": "^5.1.0",
6363
"@metamask/design-system-tailwind-preset": "workspace:^",
64-
"@metamask/utils": "^11.8.0",
64+
"@metamask/utils": "^11.8.1",
6565
"@storybook/react": "^9.0.17",
6666
"@svgr/cli": "^8.1.0",
6767
"@testing-library/jest-dom": "^6.6.3",
@@ -82,7 +82,7 @@
8282
"peerDependencies": {
8383
"@metamask/design-system-tailwind-preset": "^0.6.0",
8484
"@metamask/design-tokens": "^8.1.0",
85-
"@metamask/utils": "^11.8.0",
85+
"@metamask/utils": "^11.8.1",
8686
"react": "^17.0.0 || ^18.0.0",
8787
"react-dom": "^17.0.0 || ^18.0.0"
8888
},

packages/design-system-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"publish:preview": "yarn npm publish --tag preview"
4747
},
4848
"dependencies": {
49-
"@metamask/utils": "^11.8.0"
49+
"@metamask/utils": "^11.8.1"
5050
},
5151
"devDependencies": {
5252
"@metamask/auto-changelog": "^5.1.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3176,7 +3176,7 @@ __metadata:
31763176
"@metamask/design-system-shared": "workspace:^"
31773177
"@metamask/design-system-twrnc-preset": "workspace:^"
31783178
"@metamask/design-tokens": "workspace:^"
3179-
"@metamask/utils": "npm:^11.8.0"
3179+
"@metamask/utils": "npm:^11.8.1"
31803180
"@storybook/react-native": "npm:6.5"
31813181
"@testing-library/react-hooks": "npm:^8.0.1"
31823182
"@testing-library/react-native": "npm:^12.8.1"
@@ -3206,7 +3206,7 @@ __metadata:
32063206
peerDependencies:
32073207
"@metamask/design-system-twrnc-preset": ^0.2.0
32083208
"@metamask/design-tokens": ^8.1.0
3209-
"@metamask/utils": ^11.8.0
3209+
"@metamask/utils": ^11.8.1
32103210
react: ">=18.2.0"
32113211
react-native: ">=0.72.0"
32123212
react-native-gesture-handler: ">=1.10.3"
@@ -3224,7 +3224,7 @@ __metadata:
32243224
"@metamask/design-system-shared": "workspace:^"
32253225
"@metamask/design-system-tailwind-preset": "workspace:^"
32263226
"@metamask/jazzicon": "npm:^2.0.0"
3227-
"@metamask/utils": "npm:^11.8.0"
3227+
"@metamask/utils": "npm:^11.8.1"
32283228
"@radix-ui/react-slot": "npm:^1.1.0"
32293229
"@storybook/react": "npm:^9.0.17"
32303230
"@svgr/cli": "npm:^8.1.0"
@@ -3247,7 +3247,7 @@ __metadata:
32473247
peerDependencies:
32483248
"@metamask/design-system-tailwind-preset": ^0.6.0
32493249
"@metamask/design-tokens": ^8.1.0
3250-
"@metamask/utils": ^11.8.0
3250+
"@metamask/utils": ^11.8.1
32513251
react: ^17.0.0 || ^18.0.0
32523252
react-dom: ^17.0.0 || ^18.0.0
32533253
languageName: unknown
@@ -3258,7 +3258,7 @@ __metadata:
32583258
resolution: "@metamask/design-system-shared@workspace:packages/design-system-shared"
32593259
dependencies:
32603260
"@metamask/auto-changelog": "npm:^5.1.0"
3261-
"@metamask/utils": "npm:^11.8.0"
3261+
"@metamask/utils": "npm:^11.8.1"
32623262
"@ts-bridge/cli": "npm:^0.6.3"
32633263
"@types/jest": "npm:^27.4.1"
32643264
deepmerge: "npm:^4.2.2"
@@ -3423,7 +3423,7 @@ __metadata:
34233423
"@metamask/eslint-config-jest": "npm:^14.0.0"
34243424
"@metamask/eslint-config-nodejs": "npm:^14.0.0"
34253425
"@metamask/eslint-config-typescript": "npm:^14.0.0"
3426-
"@metamask/utils": "npm:^11.8.0"
3426+
"@metamask/utils": "npm:^11.8.1"
34273427
"@types/eslint-plugin-tailwindcss": "npm:^3"
34283428
"@types/jest": "npm:^27.4.1"
34293429
"@types/lodash": "npm:^4.14.191"
@@ -3472,7 +3472,7 @@ __metadata:
34723472
"@metamask/design-system-react-native": "workspace:^"
34733473
"@metamask/design-system-twrnc-preset": "workspace:^"
34743474
"@metamask/design-tokens": "workspace:^"
3475-
"@metamask/utils": "npm:^11.8.0"
3475+
"@metamask/utils": "npm:^11.8.1"
34763476
"@react-native-async-storage/async-storage": "npm:^2.0.0"
34773477
"@react-native-community/datetimepicker": "npm:^8.2.0"
34783478
"@react-native-community/slider": "npm:^4.5.5"
@@ -3508,7 +3508,7 @@ __metadata:
35083508
"@metamask/design-system-react": "workspace:^"
35093509
"@metamask/design-system-tailwind-preset": "workspace:^"
35103510
"@metamask/design-tokens": "workspace:^"
3511-
"@metamask/utils": "npm:^11.8.0"
3511+
"@metamask/utils": "npm:^11.8.1"
35123512
"@playwright/test": "npm:^1.52.0"
35133513
"@storybook/addon-a11y": "npm:^9.0.17"
35143514
"@storybook/addon-docs": "npm:^9.0.17"
@@ -3545,9 +3545,9 @@ __metadata:
35453545
languageName: node
35463546
linkType: hard
35473547

3548-
"@metamask/utils@npm:^11.8.0":
3549-
version: 11.8.0
3550-
resolution: "@metamask/utils@npm:11.8.0"
3548+
"@metamask/utils@npm:^11.8.1":
3549+
version: 11.8.1
3550+
resolution: "@metamask/utils@npm:11.8.1"
35513551
dependencies:
35523552
"@ethereumjs/tx": "npm:^4.2.0"
35533553
"@metamask/superstruct": "npm:^3.1.0"
@@ -3560,7 +3560,7 @@ __metadata:
35603560
pony-cause: "npm:^2.1.10"
35613561
semver: "npm:^7.5.4"
35623562
uuid: "npm:^9.0.1"
3563-
checksum: 10/d5a9d8c04223fc62b0d4a078b505e062f5d1d47e752df36802189bec19a9e68aee7a9b0df9b15e7e6fa15fd9d65f61c7e4909604209dddc21f0943cd9a2fd5d1
3563+
checksum: 10/efd3aab7f86b4a74d396cf1d5fc76e748ff78906802fdc15ec9ce2d1a9bd6b035e8e036ea93eb6b9ea33782c70adb9000772eb7a5e0164e8e9e2ebb077dca3ab
35643564
languageName: node
35653565
linkType: hard
35663566

0 commit comments

Comments
 (0)