Skip to content

Commit

Permalink
Bump @metamask/utils from 8.3.0 to 8.4.0 (#499)
Browse files Browse the repository at this point in the history
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 8.3.0 to
8.4.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>8.4.0</h2>
<h3>Added</h3>
<ul>
<li>Add <code>toCaipChainId</code> utility function (<a
href="https://github.com/MetaMask/utils/pull/175">#175</a>)</li>
<li>Add <code>KnownCaipNamespace</code> enum (<a
href="https://github.com/MetaMask/utils/pull/175">#175</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update docs for <code>createDeferredPromise</code> to caution
against using <code>suppressUnhandledRejection</code> (<a
href="https://github.com/MetaMask/utils/pull/174">#174</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <code>createSandbox</code> to assign a unique name to the
sandbox directory, so that it can be used in multiple concurrently
running Jest tests (<a
href="https://github.com/MetaMask/utils/pull/171">#171</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>[8.4.0]</h2>
<h3>Added</h3>
<ul>
<li>Add <code>toCaipChainId</code> utility function (<a
href="https://github.com/MetaMask/utils/pull/175">#175</a>)</li>
<li>Add <code>KnownCaipNamespace</code> enum (<a
href="https://github.com/MetaMask/utils/pull/175">#175</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update docs for <code>createDeferredPromise</code> to caution
against using <code>suppressUnhandledRejection</code> (<a
href="https://github.com/MetaMask/utils/pull/174">#174</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix <code>createSandbox</code> to assign a unique name to the
sandbox directory, so that it can be used in multiple concurrently
running Jest tests (<a
href="https://github.com/MetaMask/utils/pull/171">#171</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/utils/commit/665d0bc3df3f998620f5d6a25f1ce1eb27e680c9"><code>665d0bc</code></a>
8.4.0 (<a
href="https://github.com/MetaMask/utils/issues/176">#176</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/d532b071735ec622e6c150b9be1c649767bc144a"><code>d532b07</code></a>
feat(caip): add .toCaipChainId + KnownCaipNamespace (<a
href="https://github.com/MetaMask/utils/issues/175">#175</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/e58a8d8a6b89ac309bb0cfee1516daf415a76802"><code>e58a8d8</code></a>
docs: Add caution about suppressing errors (<a
href="https://github.com/MetaMask/utils/issues/174">#174</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/588f267b40fafdd8819d2010b7b39baca2f6b597"><code>588f267</code></a>
Update security code scanner file (<a
href="https://github.com/MetaMask/utils/issues/172">#172</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/aff049ed4a8de03b6b9edd5c7adad30946d12dab"><code>aff049e</code></a>
Enabling MetaMask security code scanner (<a
href="https://github.com/MetaMask/utils/issues/170">#170</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/de4b11910dface9d54bb206317b6142927c806bd"><code>de4b119</code></a>
Assign unique name to sandbox directory (<a
href="https://github.com/MetaMask/utils/issues/171">#171</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/ec0237cf6793b9b31efffde247152c12ffd1a260"><code>ec0237c</code></a>
Bump ip from 2.0.0 to 2.0.1 (<a
href="https://github.com/MetaMask/utils/issues/169">#169</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/utils/compare/v8.3.0...v8.4.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=8.3.0&new-version=8.4.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 878f2f0 commit e5c1679
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1324,8 +1324,8 @@ __metadata:
linkType: hard

"@metamask/utils@npm:^8.1.0, @metamask/utils@npm:^8.3.0":
version: 8.3.0
resolution: "@metamask/utils@npm:8.3.0"
version: 8.4.0
resolution: "@metamask/utils@npm:8.4.0"
dependencies:
"@ethereumjs/tx": ^4.2.0
"@noble/hashes": ^1.3.1
Expand All @@ -1335,7 +1335,8 @@ __metadata:
pony-cause: ^2.1.10
semver: ^7.5.4
superstruct: ^1.0.3
checksum: cd60c49b4c0397fb31e6b38937a0d9346cbb8337cb8add59db8db0e0e2156fb063ff4df93a26410157f0cc02aa9a9b785fc1b53cfc4ab73204462893ed11cacb
uuid: ^9.0.1
checksum: b0397e97bac7192f6189a8625a2dfcb56d3c2cf4dd2cb3d4e012a7e9786f04f59f6917805544bc131a6dacd2c8344e237ae43ad47429bb5eb35c6cf1248440b4
languageName: node
linkType: hard

Expand Down Expand Up @@ -6929,6 +6930,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

"v8-compile-cache-lib@npm:^3.0.0":
version: 3.0.0
resolution: "v8-compile-cache-lib@npm:3.0.0"
Expand Down

0 comments on commit e5c1679

Please sign in to comment.