-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 14, 2022
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/metamask/utils-3.3.1
branch
3 times, most recently
from
November 15, 2022 18:33
e04f180
to
6b8fb63
Compare
This isn't necessary right now; we can do this after we publish packages. |
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/metamask/utils-3.3.1
branch
5 times, most recently
from
November 21, 2022 23:56
2f4443f
to
791c3b1
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/metamask/utils-3.3.1
branch
4 times, most recently
from
December 5, 2022 17:32
f0ee9db
to
7ed89e9
Compare
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/metamask/utils-3.3.1
branch
2 times, most recently
from
December 8, 2022 16:20
6badb45
to
1cd27e5
Compare
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
bot
force-pushed
the
dependabot/npm_and_yarn/metamask/utils-3.3.1
branch
from
December 9, 2022 01:13
1cd27e5
to
edf4f9e
Compare
Gudahtt
approved these changes
Dec 9, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps @metamask/utils from 3.2.0 to 3.3.1.
Release notes
Sourced from
@metamask/utils
's releases.Changelog
Sourced from
@metamask/utils
's changelog.Commits
4002fec
3.3.1 (#53)c10dd08
Cast JsonRPC to Json (#51)5cdc1e9
3.3.0 (#50)182509a
Add more assertion utils (#49)48feb84
Update JSON validation logic (#47)6f888c7
Add JSON-RPC error validation functions (#46)0e252ee
Add convenience function for creating aDataView
(#45)Maintainer changes
This version was pushed to npm by ritave, a new releaser for
@metamask/utils
since your current version.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)