mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v3.2.19</h2> <h2>[3.2.19] - 2022-08-30</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Ensure required arguments for parent commands aren't shown in their subcommands when using <code>args_conflicts_with_subcommand</code></li> </ul> <h2>v3.2.18</h2> <h2>[3.2.18] - 2022-08-29</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> <code>Command::print_help</code> now respects <code>Command::colored_help</code></li> <li><em>(derive)</em> Improved error messages</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v3.2.19/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[3.2.19] - 2022-08-30</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Ensure required arguments for parent commands aren't shown in their subcommands when using <code>args_conflicts_with_subcommand</code></li> </ul> <h2>[3.2.18] - 2022-08-29</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> <code>Command::print_help</code> now respects <code>Command::colored_help</code></li> <li><em>(derive)</em> Improved error messages</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="pull/2260/headcf7f1fa583
"><code>cf7f1fa</code></a> chore: Release</li> <li><a href="754a949ee8
"><code>754a949</code></a> docs: Update changelog</li> <li><a href="4371a7b6cd
"><code>4371a7b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4150">#4150</a> from epage/parent-usage</li> <li><a href="ac5cd3795c
"><code>ac5cd37</code></a> fix(usage): Don't include irrelevant parent args</li> <li><a href="19bc3b75f6
"><code>19bc3b7</code></a> chore: Release</li> <li><a href="11f8ef8d10
"><code>11f8ef8</code></a> docs: Update changelog</li> <li><a href="6987ae9145
"><code>6987ae9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4139">#4139</a> from epage/help</li> <li><a href="a7d7602582
"><code>a7d7602</code></a> fix(help): Command::print_help should respect disable_colored_help</li> <li><a href="d3f0931267
"><code>d3f0931</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4124">#4124</a> from miguelff/v3-master</li> <li><a href="dae2bb765f
"><code>dae2bb7</code></a> fix: Amend error message when deriving enums</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.19">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=3.2.17&new-version=3.2.19)](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>
dependabot[bot]
2 years ago
3 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue