Skip to content

Commit fec10c3

Browse files
chore(deps): bump @metamask/utils from 11.7.0 to 11.8.0 (#827)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.7.0 to 11.8.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.8.0</h2> <h3>Added</h3> <ul> <li>Add <code>areUint8ArraysEqual</code> function to compare two <code>Uint8Array</code> types (<a href="https://redirect.github.com/MetaMask/utils/pull/268">#268</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.8.0]</h2> <h3>Added</h3> <ul> <li>Add <code>areUint8ArraysEqual</code> function to compare two <code>Uint8Array</code> types (<a href="https://redirect.github.com/MetaMask/utils/pull/268">#268</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/40ed2bd6e6c3f69eb559559350d27998e1c8719d"><code>40ed2bd</code></a> 11.8.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/269">#269</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/90ec3a7e120963880a8311d83544289de24e11fc"><code>90ec3a7</code></a> feat: add <code>Uint8Array</code> compare function (<a href="https://redirect.github.com/MetaMask/utils/issues/268">#268</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.7.0...v11.8.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.7.0&new-version=11.8.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> Co-authored-by: George Marshall <[email protected]>
1 parent 8c5c9d9 commit fec10c3

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.7.0",
19+
"@metamask/utils": "^11.8.0",
2020
"@solana/addresses": "^2.0.0",
2121
"bitcoin-address-validation": ">=2.0.0",
2222
"expo": "~49.0.23",

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.7.0",
17+
"@metamask/utils": "^11.8.0",
1818
"@playwright/test": "^1.52.0",
1919
"@solana/addresses": "^2.0.0",
2020
"@storybook/addon-a11y": "^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.7.0",
92+
"@metamask/utils": "^11.8.0",
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.0.2",
6161
"@metamask/design-system-twrnc-preset": "workspace:^",
6262
"@metamask/design-tokens": "workspace:^",
63-
"@metamask/utils": "^11.7.0",
63+
"@metamask/utils": "^11.8.0",
6464
"@solana/addresses": "^2.0.0",
6565
"@storybook/react-native": "6.5",
6666
"@testing-library/react-hooks": "^8.0.1",
@@ -91,7 +91,7 @@
9191
"peerDependencies": {
9292
"@metamask/design-system-twrnc-preset": "^0.2.0",
9393
"@metamask/design-tokens": "^8.1.0",
94-
"@metamask/utils": "^11.7.0",
94+
"@metamask/utils": "^11.8.0",
9595
"@solana/addresses": "^2.0.0",
9696
"bitcoin-address-validation": ">=2.0.0",
9797
"react": ">=18.2.0",

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.0.2",
6363
"@metamask/design-system-tailwind-preset": "workspace:^",
64-
"@metamask/utils": "^11.7.0",
64+
"@metamask/utils": "^11.8.0",
6565
"@solana/addresses": "^2.0.0",
6666
"@storybook/react": "^9.0.17",
6767
"@svgr/cli": "^8.1.0",
@@ -84,7 +84,7 @@
8484
"peerDependencies": {
8585
"@metamask/design-system-tailwind-preset": "^0.6.0",
8686
"@metamask/design-tokens": "^8.1.0",
87-
"@metamask/utils": "^11.7.0",
87+
"@metamask/utils": "^11.8.0",
8888
"@solana/addresses": "^2.0.0",
8989
"bitcoin-address-validation": ">=2.0.0",
9090
"react": "^17.0.0 || ^18.0.0",

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.7.0"
49+
"@metamask/utils": "^11.8.0"
5050
},
5151
"devDependencies": {
5252
"@metamask/auto-changelog": "^5.0.2",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3336,7 +3336,7 @@ __metadata:
33363336
"@metamask/design-system-shared": "workspace:^"
33373337
"@metamask/design-system-twrnc-preset": "workspace:^"
33383338
"@metamask/design-tokens": "workspace:^"
3339-
"@metamask/utils": "npm:^11.7.0"
3339+
"@metamask/utils": "npm:^11.8.0"
33403340
"@solana/addresses": "npm:^2.0.0"
33413341
"@storybook/react-native": "npm:6.5"
33423342
"@testing-library/react-hooks": "npm:^8.0.1"
@@ -3368,7 +3368,7 @@ __metadata:
33683368
peerDependencies:
33693369
"@metamask/design-system-twrnc-preset": ^0.2.0
33703370
"@metamask/design-tokens": ^8.1.0
3371-
"@metamask/utils": ^11.7.0
3371+
"@metamask/utils": ^11.8.0
33723372
"@solana/addresses": ^2.0.0
33733373
bitcoin-address-validation: ">=2.0.0"
33743374
react: ">=18.2.0"
@@ -3388,7 +3388,7 @@ __metadata:
33883388
"@metamask/design-system-shared": "workspace:^"
33893389
"@metamask/design-system-tailwind-preset": "workspace:^"
33903390
"@metamask/jazzicon": "npm:^2.0.0"
3391-
"@metamask/utils": "npm:^11.7.0"
3391+
"@metamask/utils": "npm:^11.8.0"
33923392
"@radix-ui/react-slot": "npm:^1.1.0"
33933393
"@solana/addresses": "npm:^2.0.0"
33943394
"@storybook/react": "npm:^9.0.17"
@@ -3413,7 +3413,7 @@ __metadata:
34133413
peerDependencies:
34143414
"@metamask/design-system-tailwind-preset": ^0.6.0
34153415
"@metamask/design-tokens": ^8.1.0
3416-
"@metamask/utils": ^11.7.0
3416+
"@metamask/utils": ^11.8.0
34173417
"@solana/addresses": ^2.0.0
34183418
bitcoin-address-validation: ">=2.0.0"
34193419
react: ^17.0.0 || ^18.0.0
@@ -3427,7 +3427,7 @@ __metadata:
34273427
resolution: "@metamask/design-system-shared@workspace:packages/design-system-shared"
34283428
dependencies:
34293429
"@metamask/auto-changelog": "npm:^5.0.2"
3430-
"@metamask/utils": "npm:^11.7.0"
3430+
"@metamask/utils": "npm:^11.8.0"
34313431
"@ts-bridge/cli": "npm:^0.6.3"
34323432
"@types/jest": "npm:^27.4.1"
34333433
deepmerge: "npm:^4.2.2"
@@ -3592,7 +3592,7 @@ __metadata:
35923592
"@metamask/eslint-config-jest": "npm:^14.0.0"
35933593
"@metamask/eslint-config-nodejs": "npm:^14.0.0"
35943594
"@metamask/eslint-config-typescript": "npm:^14.0.0"
3595-
"@metamask/utils": "npm:^11.7.0"
3595+
"@metamask/utils": "npm:^11.8.0"
35963596
"@types/eslint-plugin-tailwindcss": "npm:^3"
35973597
"@types/jest": "npm:^27.4.1"
35983598
"@types/lodash": "npm:^4.14.191"
@@ -3641,7 +3641,7 @@ __metadata:
36413641
"@metamask/design-system-react-native": "workspace:^"
36423642
"@metamask/design-system-twrnc-preset": "workspace:^"
36433643
"@metamask/design-tokens": "workspace:^"
3644-
"@metamask/utils": "npm:^11.7.0"
3644+
"@metamask/utils": "npm:^11.8.0"
36453645
"@react-native-async-storage/async-storage": "npm:^2.0.0"
36463646
"@react-native-community/datetimepicker": "npm:^8.2.0"
36473647
"@react-native-community/slider": "npm:^4.5.5"
@@ -3679,7 +3679,7 @@ __metadata:
36793679
"@metamask/design-system-react": "workspace:^"
36803680
"@metamask/design-system-tailwind-preset": "workspace:^"
36813681
"@metamask/design-tokens": "workspace:^"
3682-
"@metamask/utils": "npm:^11.7.0"
3682+
"@metamask/utils": "npm:^11.8.0"
36833683
"@playwright/test": "npm:^1.52.0"
36843684
"@solana/addresses": "npm:^2.0.0"
36853685
"@storybook/addon-a11y": "npm:^9.0.17"
@@ -3718,9 +3718,9 @@ __metadata:
37183718
languageName: node
37193719
linkType: hard
37203720

3721-
"@metamask/utils@npm:^11.7.0":
3722-
version: 11.7.0
3723-
resolution: "@metamask/utils@npm:11.7.0"
3721+
"@metamask/utils@npm:^11.8.0":
3722+
version: 11.8.0
3723+
resolution: "@metamask/utils@npm:11.8.0"
37243724
dependencies:
37253725
"@ethereumjs/tx": "npm:^4.2.0"
37263726
"@metamask/superstruct": "npm:^3.1.0"
@@ -3733,7 +3733,7 @@ __metadata:
37333733
pony-cause: "npm:^2.1.10"
37343734
semver: "npm:^7.5.4"
37353735
uuid: "npm:^9.0.1"
3736-
checksum: 10/0f31783f357d1043d0e83af3a7af1e686f56c821e9acc650d71c02f5ea8ee7d5868aa09d240b179305893be05d5a406ccfdd9a8c534d265d6b821c383f51ace1
3736+
checksum: 10/d5a9d8c04223fc62b0d4a078b505e062f5d1d47e752df36802189bec19a9e68aee7a9b0df9b15e7e6fa15fd9d65f61c7e4909604209dddc21f0943cd9a2fd5d1
37373737
languageName: node
37383738
linkType: hard
37393739

0 commit comments

Comments
 (0)