-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): bump clap from 3.1.18 to 3.2.22 #75
Closed
Closed
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
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.22. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md) - [Commits](clap-rs/clap@v3.1.18...v3.2.22) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
pitkley
approved these changes
Oct 20, 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.
bors r+
bors bot
added a commit
that referenced
this pull request
Oct 20, 2022
75: chore(deps): bump clap from 3.1.18 to 3.2.22 r=pitkley a=dependabot[bot] Bumps [clap](https://github.com/clap-rs/clap) from 3.1.18 to 3.2.22. <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.22</h2> <h2>[3.2.22] - 2022-09-16</h2> <h3>Fixes</h3> <ul> <li>Unify dependencies on <code>terminal_size</code> to the 0.2 release</li> </ul> <h2>v3.2.21</h2> <h2>[3.2.21] - 2022-09-12</h2> <h3>Features</h3> <ul> <li><code>TypedValueParser::map</code> to allow reusing existing value parsers for other purposes</li> </ul> <h2>v3.2.20</h2> <h2>[3.2.20] - 2022-09-02</h2> <h3>Features</h3> <ul> <li><code>ArgMatches::get_count</code> help for <code>ArgAction::Count</code></li> <li><code>ArgMatches::get_flag</code> help for <code>ArgAction::SetTrue</code> / <code>ArgAction::SetFalse</code></li> </ul> <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> <h2>v3.2.17</h2> <h2>[3.2.17] - 2022-08-12</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Expose <code>#[clap(id = ...)]</code> attribute to match Arg's latest API</li> </ul> <h2>v3.2.16</h2> <h2>[3.2.16] - 2022-07-30</h2> <h3>Fixes</h3> <ul> <li>Ensure required arguments appear in errors when they are also members of a group (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4004">#4004</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[3.2.22] - 2022-09-16</h2> <h3>Fixes</h3> <ul> <li>Unify dependencies on <code>terminal_size</code> to the 0.2 release</li> </ul> <h2>[3.2.21] - 2022-09-12</h2> <h3>Features</h3> <ul> <li><code>TypedValueParser::map</code> to allow reusing existing value parsers for other purposes</li> </ul> <h2>[3.2.20] - 2022-09-02</h2> <h3>Features</h3> <ul> <li><code>ArgMatches::get_count</code> help for <code>ArgAction::Count</code></li> <li><code>ArgMatches::get_flag</code> help for <code>ArgAction::SetTrue</code> / <code>ArgAction::SetFalse</code></li> </ul> <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> <h2>[3.2.17] - 2022-08-12</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Expose <code>#[clap(id = ...)]</code> attribute to match Arg's latest API</li> </ul> <h2>[3.2.16] - 2022-07-30</h2> <h3>Fixes</h3> <ul> <li>Ensure required arguments appear in errors when they are also members of a group (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4004">#4004</a>)</li> </ul> <h2>[3.2.15] - 2022-07-25</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> New <code>default_values_t</code> and <code>default_values_os_t</code> attributes</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/9e3fa67e0484c826e87e6c3d079b6824fad785aa"><code>9e3fa67</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/d188de05350de5b41062d525fc4602da1f7e1df6"><code>d188de0</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/48b2373569b45a0def1dc73559d53da014b7a927"><code>48b2373</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4221">#4221</a> from niyaznigmatullin/bump_terminal_size</li> <li><a href="https://github.com/clap-rs/clap/commit/2fd55076e65b14fa92b34161c44d5058a9966f69"><code>2fd5507</code></a> chore(deps): Bump terminal_size and textwrap</li> <li><a href="https://github.com/clap-rs/clap/commit/7de2f36e6b82efafa0b3575f871ed2f262e123bc"><code>7de2f36</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/af47562311ac4b2ae05bead8fad05acf4419b0ed"><code>af47562</code></a> docs: Roll back deprecation message</li> <li><a href="https://github.com/clap-rs/clap/commit/1f053b9c9b1027bcc5f744aa0e6134d88301bc11"><code>1f053b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4205">#4205</a> from epage/deprecations</li> <li><a href="https://github.com/clap-rs/clap/commit/d1ff0632adecd67dc0aa39c7eea0b6d87f915e7e"><code>d1ff063</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4204">#4204</a> from epage/map</li> <li><a href="https://github.com/clap-rs/clap/commit/7272aa0950ca1082388cdd61835d4b5439583c2e"><code>7272aa0</code></a> docs: Expand on deprecation instructions</li> <li><a href="https://github.com/clap-rs/clap/commit/960c152b53f3cfb572e37b2a1d13834cfc718826"><code>960c152</code></a> feat(parser): TypedValueParseer::map for adapting value parsers</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.1.18...v3.2.22">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.1.18&new-version=3.2.22)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Build failed: |
Superseded by #76. |
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 clap from 3.1.18 to 3.2.22.
Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
9e3fa67
chore: Released188de0
docs: Update changelog48b2373
Merge pull request #4221 from niyaznigmatullin/bump_terminal_size2fd5507
chore(deps): Bump terminal_size and textwrap7de2f36
chore: Releaseaf47562
docs: Roll back deprecation message1f053b9
Merge pull request #4205 from epage/deprecationsd1ff063
Merge pull request #4204 from epage/map7272aa0
docs: Expand on deprecation instructions960c152
feat(parser): TypedValueParseer::map for adapting value parsersDependabot 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)