[PR #271] [MERGED] chore(deps): bump clap from 4.0.15 to 4.0.18 #834

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/271
Author: @dependabot[bot]
Created: 10/24/2022
Status: Merged
Merged: 10/24/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-4.0.18


📝 Commits (1)

  • 57923fa chore(deps): bump clap from 4.0.15 to 4.0.18

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 4.0.15 to 4.0.18.

Release notes

Sourced from clap's releases.

v4.0.18

[4.0.18] - 2022-10-20

Fixes

  • (derive) Allow #[command(skip)] to also work with enum variants with a value

v4.0.17

[4.0.17] - 2022-10-18

Fixes

  • Allow using Arg::last(true) with Arg::value_hint(ValueHint::CommandWithArguments)

v4.0.16

[4.0.16] - 2022-10-18

Fixes

  • Arg::exclusive(true) should not be exclusive with the argument's own ArgGroup
Changelog

Sourced from clap's changelog.

[4.0.18] - 2022-10-20

Fixes

  • (derive) Allow #[command(skip)] to also work with enum variants with a value

[4.0.17] - 2022-10-18

Fixes

  • Allow using Arg::last(true) with Arg::value_hint(ValueHint::CommandWithArguments)

[4.0.16] - 2022-10-18

Fixes

  • Arg::exclusive(true) should not be exclusive with the argument's own ArgGroup
Commits

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/271 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/24/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.0.18` --- ### 📝 Commits (1) - [`57923fa`](https://github.com/LGUG2Z/komorebi/commit/57923fa90d0ab059d187000eedfa9840edcac47a) chore(deps): bump clap from 4.0.15 to 4.0.18 ### 📊 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 4.0.15 to 4.0.18. <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>v4.0.18</h2> <h2>[4.0.18] - 2022-10-20</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Allow <code>#[command(skip)]</code> to also work with enum variants with a value</li> </ul> <h2>v4.0.17</h2> <h2>[4.0.17] - 2022-10-18</h2> <h3>Fixes</h3> <ul> <li>Allow using <code>Arg::last(true)</code> with <code>Arg::value_hint(ValueHint::CommandWithArguments)</code></li> </ul> <h2>v4.0.16</h2> <h2>[4.0.16] - 2022-10-18</h2> <h3>Fixes</h3> <ul> <li><code>Arg::exclusive(true)</code> should not be exclusive with the argument's own <code>ArgGroup</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.0.18] - 2022-10-20</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Allow <code>#[command(skip)]</code> to also work with enum variants with a value</li> </ul> <h2>[4.0.17] - 2022-10-18</h2> <h3>Fixes</h3> <ul> <li>Allow using <code>Arg::last(true)</code> with <code>Arg::value_hint(ValueHint::CommandWithArguments)</code></li> </ul> <h2>[4.0.16] - 2022-10-18</h2> <h3>Fixes</h3> <ul> <li><code>Arg::exclusive(true)</code> should not be exclusive with the argument's own <code>ArgGroup</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/7e2a1b5d9485506f7a2d6412209ff2e5486d112a"><code>7e2a1b5</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3a0f9fe4a2f20ca1c9bcc8ab9c74eb0403c0dfae"><code>3a0f9fe</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/422298ceb33a29bb729599aeb455e2f078cd91f5"><code>422298c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4412">#4412</a> from epage/skip</li> <li><a href="https://github.com/clap-rs/clap/commit/91daec67ca2a93a8f7cec37d62332e1d6d7d064b"><code>91daec6</code></a> fix(derive): Allow skipping enum variants with a value</li> <li><a href="https://github.com/clap-rs/clap/commit/996636d56f69f3591e88cdc3c3c346352fa3653a"><code>996636d</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3e23cd102f5b8b78bee070194cf7835d627260d9"><code>3e23cd1</code></a> fix: Require release versions of clap</li> <li><a href="https://github.com/clap-rs/clap/commit/b9dfbbf7e4b9b0c1d747b4a6ca0dabded48da0a9"><code>b9dfbbf</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a6c8f6a5bdbc4f387776112114a001b984d802bc"><code>a6c8f6a</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/e11afa284b2478ac0a6d2b62d429f6c2e420f296"><code>e11afa2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4401">#4401</a> from epage/last</li> <li><a href="https://github.com/clap-rs/clap/commit/1ead5ef421be313f636ed0ba765dfd5abf9289ee"><code>1ead5ef</code></a> fix(complete): Support last(true) with CommandWithArguments</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.0.15...v4.0.18">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=4.0.15&new-version=4.0.18)](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:08 +01:00
adam closed this issue 2026-01-05 14:53:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#834