Commit 395c34d
chore: Bump @metamask/utils from 11.7.0 to 11.8.1 (#3648)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.7.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>
<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.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>
<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/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 "is" with faster
regex (<a
href="https://redirect.github.com/MetaMask/utils/issues/270">#270</a>)</li>
<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.1">compare
view</a></li>
</ul>
</details>
<br />
[](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: MetaMask Bot <[email protected]>1 parent 9b17613 commit 395c34d
File tree
29 files changed
+59
-59
lines changed- packages
- examples/packages
- bip32
- bip44
- ethereum-provider
- file-upload
- get-entropy
- interactive-ui
- invoke-snap/packages
- consumer-signer
- core-signer
- jsx
- manage-state
- network-access
- preinstalled
- protocol
- send-flow
- transaction-insights
- snaps-cli
- snaps-controllers
- snaps-execution-environments
- snaps-jest
- snaps-rpc-methods
- snaps-sandbox
- snaps-sdk
- snaps-simulation
- snaps-utils
- snaps-webpack-plugin
- test-snaps
29 files changed
+59
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments