[PR #227] [MERGED] chore(deps): bump clap from 3.2.17 to 3.2.20 #805

Closed
opened 2026-01-05 14:53:02 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/227
Author: @dependabot[bot]
Created: 9/5/2022
Status: Merged
Merged: 9/5/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-3.2.20


📝 Commits (1)

  • 287f4ef chore(deps): bump clap from 3.2.17 to 3.2.20

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 3.2.17 to 3.2.20.

Release notes

Sourced from clap's releases.

v3.2.20

[3.2.20] - 2022-09-02

Features

  • ArgMatches::get_count help for ArgAction::Count
  • ArgMatches::get_flag help for ArgAction::SetTrue / ArgAction::SetFalse

v3.2.19

[3.2.19] - 2022-08-30

Fixes

  • (help) Ensure required arguments for parent commands aren't shown in their subcommands when using args_conflicts_with_subcommand

v3.2.18

[3.2.18] - 2022-08-29

Fixes

  • (help) Command::print_help now respects Command::colored_help
  • (derive) Improved error messages
Changelog

Sourced from clap's changelog.

[3.2.20] - 2022-09-02

Features

  • ArgMatches::get_count help for ArgAction::Count
  • ArgMatches::get_flag help for ArgAction::SetTrue / ArgAction::SetFalse

[3.2.19] - 2022-08-30

Fixes

  • (help) Ensure required arguments for parent commands aren't shown in their subcommands when using args_conflicts_with_subcommand

[3.2.18] - 2022-08-29

Fixes

  • (help) Command::print_help now respects Command::colored_help
  • (derive) Improved error messages
Commits
  • ddcd13b chore: Release
  • 9d35abc docs: Update changelog
  • 39aba08 Merge pull request #4171 from epage/helper2
  • 2d5fea5 feat(parser): Provide convenience for SetTrue
  • d2a1f5a feat(parser): Provide convenience accessor for Counts
  • 3c91438 chore: Release
  • 75f17b6 docs: Update changelog
  • 19c9222 Merge pull request #4146 from Calder-Ty/bugfix/3861_backport
  • f7af765 fix: Add possible vals to man for positional args
  • cf7f1fa chore: Release
  • Additional commits viewable in compare view

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/227 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-3.2.20` --- ### 📝 Commits (1) - [`287f4ef`](https://github.com/LGUG2Z/komorebi/commit/287f4ef6b5c567523fe916a09ac3a769d96a1bba) chore(deps): bump clap from 3.2.17 to 3.2.20 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.20. <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.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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/ddcd13b71b61ef113b84fa65ee202403c812ad29"><code>ddcd13b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/9d35abc22b650cf6fb4e43b03ad467cebf16e4c7"><code>9d35abc</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/39aba08f881cfbf0a7996f5ac5fe8e5b0122740c"><code>39aba08</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4171">#4171</a> from epage/helper2</li> <li><a href="https://github.com/clap-rs/clap/commit/2d5fea50b96b68f8bad4030820837cfd767530d8"><code>2d5fea5</code></a> feat(parser): Provide convenience for SetTrue</li> <li><a href="https://github.com/clap-rs/clap/commit/d2a1f5a8f86be5cf8374db2f56533a6b8e93a624"><code>d2a1f5a</code></a> feat(parser): Provide convenience accessor for Counts</li> <li><a href="https://github.com/clap-rs/clap/commit/3c91438162e40fb04f628705e9b3840f739e3337"><code>3c91438</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/75f17b62155bb88fa99f7107544fc3fb933aa55e"><code>75f17b6</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/19c922260f5cd7387edddbe0cc0b39190b2edc2b"><code>19c9222</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4146">#4146</a> from Calder-Ty/bugfix/3861_backport</li> <li><a href="https://github.com/clap-rs/clap/commit/f7af7659b8dc508c65cad236b695fc430f8c197b"><code>f7af765</code></a> fix: Add possible vals to man for positional args</li> <li><a href="https://github.com/clap-rs/clap/commit/cf7f1fa58362b31cec25a9249ede713109bfa957"><code>cf7f1fa</code></a> chore: Release</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.20">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.20)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:02 +01:00
adam closed this issue 2026-01-05 14:53:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#805