Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @metamask/utils from 3.2.0 to 3.3.1 #953

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps @metamask/utils from 3.2.0 to 3.3.1.

Release notes

Sourced from @​metamask/utils's releases.

3.3.1

Fixed

  • JSON-RPC parameters are now properly cast to Json upon validation (#51)

3.3.0

Added

  • Add more assertion utils (#49)
  • Add JSON-RPC error validation functions (#46)
  • Add convenience function for creating a DataView (#45)

Fixed

  • Update JSON validation logic (#47)
    • Validation would previously allow for undefined values, which is not a standard JSON type
Changelog

Sourced from @​metamask/utils's changelog.

[3.3.1]

Fixed

  • JSON-RPC parameters are now properly cast to Json upon validation (#51)

[3.3.0]

Added

  • Add more assertion utils (#49)
  • Add JSON-RPC error validation functions (#46)
  • Add convenience function for creating a DataView (#45)

Fixed

  • Update JSON validation logic (#47)
    • Validation would previously allow for undefined values, which is not a standard JSON type
Commits
Maintainer changes

This version was pushed to npm by ritave, a new releaser for @​metamask/utils since your current version.


Dependabot compatibility score

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 commands and options

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 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)

@dependabot dependabot bot requested a review from a team as a code owner November 14, 2022 12:09
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/metamask/utils-3.3.1 branch 3 times, most recently from e04f180 to 6b8fb63 Compare November 15, 2022 18:33
@mcmire
Copy link
Contributor

mcmire commented Nov 15, 2022

This isn't necessary right now; we can do this after we publish packages.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/metamask/utils-3.3.1 branch 5 times, most recently from 2f4443f to 791c3b1 Compare November 21, 2022 23:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/metamask/utils-3.3.1 branch 4 times, most recently from f0ee9db to 7ed89e9 Compare December 5, 2022 17:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/metamask/utils-3.3.1 branch 2 times, most recently from 6badb45 to 1cd27e5 Compare December 8, 2022 16:20
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/MetaMask/utils/releases)
- [Changelog](https://github.com/MetaMask/utils/blob/main/CHANGELOG.md)
- [Commits](MetaMask/utils@v3.2.0...v3.3.1)

---
updated-dependencies:
- dependency-name: "@metamask/utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/metamask/utils-3.3.1 branch from 1cd27e5 to edf4f9e Compare December 9, 2022 01:13
Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Gudahtt Gudahtt merged commit 0d2848a into main Dec 9, 2022
@Gudahtt Gudahtt deleted the dependabot/npm_and_yarn/metamask/utils-3.3.1 branch December 9, 2022 01:21
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 3.2.0 to
3.3.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>3.3.1</h2>
<h3>Fixed</h3>
<ul>
<li>JSON-RPC parameters are now properly cast to Json upon validation
(<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/51">#51</a>)</li>
</ul>
<h2>3.3.0</h2>
<h3>Added</h3>
<ul>
<li>Add more assertion utils (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/49">#49</a>)</li>
<li>Add JSON-RPC error validation functions (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/46">#46</a>)</li>
<li>Add convenience function for creating a <code>DataView</code> (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/45">#45</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update JSON validation logic (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/47">#47</a>)
<ul>
<li>Validation would previously allow for <code>undefined</code> values,
which is not a standard JSON type</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>[3.3.1]</h2>
<h3>Fixed</h3>
<ul>
<li>JSON-RPC parameters are now properly cast to Json upon validation
(<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/51">#51</a>)</li>
</ul>
<h2>[3.3.0]</h2>
<h3>Added</h3>
<ul>
<li>Add more assertion utils (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/49">#49</a>)</li>
<li>Add JSON-RPC error validation functions (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/46">#46</a>)</li>
<li>Add convenience function for creating a <code>DataView</code> (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/45">#45</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update JSON validation logic (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/47">#47</a>)
<ul>
<li>Validation would previously allow for <code>undefined</code> values,
which is not a standard JSON type</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/utils/commit/4002fec4f79f5b7e95b8780e030090e54138f955"><code>4002fec</code></a>
3.3.1 (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/53">#53</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/c10dd08c8974591d697a3a234be07ff6165dd814"><code>c10dd08</code></a>
Cast JsonRPC to Json (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/51">#51</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/5cdc1e93be3b2213ccd594edd0bfb1979a2c99ab"><code>5cdc1e9</code></a>
3.3.0 (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/50">#50</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/182509acc02de2fc3a11ee0a6bc029f399a58504"><code>182509a</code></a>
Add more assertion utils (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/49">#49</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/48feb8479da1cce4ee80079be48230014f27f6c3"><code>48feb84</code></a>
Update JSON validation logic (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/47">#47</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/6f888c719df783aded6c6a16ebc8130f1f82b6fe"><code>6f888c7</code></a>
Add JSON-RPC error validation functions (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/46">#46</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/0e252eeaf3a2f7b967ca7585b40b51da8737ed07"><code>0e252ee</code></a>
Add convenience function for creating a <code>DataView</code> (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/45">#45</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/utils/compare/v3.2.0...v3.3.1">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~ritave">ritave</a>, a new releaser for
<code>@​metamask/utils</code> since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/utils&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=3.3.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 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>
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 3.2.0 to
3.3.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>3.3.1</h2>
<h3>Fixed</h3>
<ul>
<li>JSON-RPC parameters are now properly cast to Json upon validation
(<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/51">#51</a>)</li>
</ul>
<h2>3.3.0</h2>
<h3>Added</h3>
<ul>
<li>Add more assertion utils (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/49">#49</a>)</li>
<li>Add JSON-RPC error validation functions (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/46">#46</a>)</li>
<li>Add convenience function for creating a <code>DataView</code> (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/45">#45</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update JSON validation logic (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/47">#47</a>)
<ul>
<li>Validation would previously allow for <code>undefined</code> values,
which is not a standard JSON type</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>[3.3.1]</h2>
<h3>Fixed</h3>
<ul>
<li>JSON-RPC parameters are now properly cast to Json upon validation
(<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/51">#51</a>)</li>
</ul>
<h2>[3.3.0]</h2>
<h3>Added</h3>
<ul>
<li>Add more assertion utils (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/49">#49</a>)</li>
<li>Add JSON-RPC error validation functions (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/46">#46</a>)</li>
<li>Add convenience function for creating a <code>DataView</code> (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/45">#45</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update JSON validation logic (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/pull/47">#47</a>)
<ul>
<li>Validation would previously allow for <code>undefined</code> values,
which is not a standard JSON type</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/utils/commit/4002fec4f79f5b7e95b8780e030090e54138f955"><code>4002fec</code></a>
3.3.1 (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/53">#53</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/c10dd08c8974591d697a3a234be07ff6165dd814"><code>c10dd08</code></a>
Cast JsonRPC to Json (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/51">#51</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/5cdc1e93be3b2213ccd594edd0bfb1979a2c99ab"><code>5cdc1e9</code></a>
3.3.0 (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/50">#50</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/182509acc02de2fc3a11ee0a6bc029f399a58504"><code>182509a</code></a>
Add more assertion utils (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/49">#49</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/48feb8479da1cce4ee80079be48230014f27f6c3"><code>48feb84</code></a>
Update JSON validation logic (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/47">#47</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/6f888c719df783aded6c6a16ebc8130f1f82b6fe"><code>6f888c7</code></a>
Add JSON-RPC error validation functions (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/46">#46</a>)</li>
<li><a
href="https://github.com/MetaMask/utils/commit/0e252eeaf3a2f7b967ca7585b40b51da8737ed07"><code>0e252ee</code></a>
Add convenience function for creating a <code>DataView</code> (<a
href="https://github-redirect.dependabot.com/MetaMask/utils/issues/45">#45</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/utils/compare/v3.2.0...v3.3.1">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~ritave">ritave</a>, a new releaser for
<code>@​metamask/utils</code> since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/utils&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=3.3.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 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants