Commit f4cb049
chore(deps): bump @metamask/utils from 11.0.1 to 11.1.0 (#3050)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.0.1
to 11.1.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.1.0</h2>
<h3>Added</h3>
<ul>
<li>Add additional CAIP-19 types
(<code>CaipAsset{Namespace,Reference,TokenId}</code> support (<a
href="https://redirect.github.com/MetaMask/utils/pull/227">#227</a>)</li>
<li>Add CAIP-19 <code>CaipAssetTypeOrId</code> (<a
href="https://redirect.github.com/MetaMask/utils/pull/229">#229</a>)
<ul>
<li>This one combines both <code>CaipAssetType</code> and
<code>CaipAssetId</code> to avoid relying on
<code>superstruct.union</code>, resulting in better error messages.</li>
</ul>
</li>
<li>Add <code>definePattern</code> superstruct helper (<a
href="https://redirect.github.com/MetaMask/utils/pull/228">#228</a>)
<ul>
<li>Allow to define a <code>superstruct.pattern</code> while naming the
struct and enforcing its type.</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use named structs for all CAIP types (<a
href="https://redirect.github.com/MetaMask/utils/pull/228">#228</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.1.0]</h2>
<h3>Added</h3>
<ul>
<li>Add additional CAIP-19 types
(<code>CaipAsset{Namespace,Reference,TokenId}</code> support (<a
href="https://redirect.github.com/MetaMask/utils/pull/227">#227</a>)</li>
<li>Add CAIP-19 <code>CaipAssetTypeOrId</code> (<a
href="https://redirect.github.com/MetaMask/utils/pull/229">#229</a>)
<ul>
<li>This one combines both <code>CaipAssetType</code> and
<code>CaipAssetId</code> to avoid relying on
<code>superstruct.union</code>, resulting in better error messages.</li>
</ul>
</li>
<li>Add <code>definePattern</code> superstruct helper (<a
href="https://redirect.github.com/MetaMask/utils/pull/228">#228</a>)
<ul>
<li>Allow to define a <code>superstruct.pattern</code> while naming the
struct and enforcing its type.</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use named structs for all CAIP types (<a
href="https://redirect.github.com/MetaMask/utils/pull/228">#228</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/utils/commit/90837bad1d85277aa5b8f16fe40beb81e0a1e09d"><code>90837ba</code></a>
11.1.0 (<a
href="https://redirect.github.com/MetaMask/utils/issues/230">#230</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/9dd5b12a7e1901b539782485afdb34c6425cc0cc"><code>9dd5b12</code></a>
feat: add <code>CaipAssetTypeOrId</code> struct (<a
href="https://redirect.github.com/MetaMask/utils/issues/229">#229</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/9ac7ec29af434f3fa6bf408106e75c6b61b0909d"><code>9ac7ec2</code></a>
feat: named CAIP structs (<a
href="https://redirect.github.com/MetaMask/utils/issues/228">#228</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/48267f8e18de9a5480d473c0aa99624bc0468410"><code>48267f8</code></a>
feat: add additional CAIP-19 types and parsing functions to align with
propos...</li>
<li><a
href="https://github.com/MetaMask/utils/commit/a5886d34faacb04f538cd38f12cbbf37cdc63ede"><code>a5886d3</code></a>
Bump nanoid from 3.3.6 to 3.3.8 (<a
href="https://redirect.github.com/MetaMask/utils/issues/226">#226</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/utils/compare/v11.0.1...v11.1.0">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]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>1 parent e8a87dc commit f4cb049
File tree
31 files changed
+60
-60
lines changed- packages
- examples/packages
- bip32
- bip44
- browserify-plugin
- browserify
- ethereum-provider
- file-upload
- get-entropy
- interactive-ui
- invoke-snap/packages
- consumer-signer
- core-signer
- jsx
- manage-state
- network-access
- preinstalled
- transaction-insights
- snaps-cli
- snaps-controllers
- src/snaps
- snaps-execution-environments
- snaps-jest
- snaps-rpc-methods
- src
- endowments
- permitted
- snaps-sdk
- snaps-simulation
- snaps-simulator
- snaps-utils
- snaps-webpack-plugin
- test-snaps
31 files changed
+60
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| 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 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| 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 | | |
| |||
0 commit comments