[PR #248] [CLOSED] chore(deps): bump clap from 3.2.22 to 4.0.8 #819

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/248
Author: @dependabot[bot]
Created: 10/3/2022
Status: Closed

Base: masterHead: dependabot/cargo/clap-4.0.8


📝 Commits (1)

  • 82262e7 chore(deps): bump clap from 3.2.22 to 4.0.8

📊 Changes

4 files changed (+9 additions, -20 deletions)

View changed files

📝 Cargo.lock (+6 -17)
📝 komorebi-core/Cargo.toml (+1 -1)
📝 komorebi/Cargo.toml (+1 -1)
📝 komorebic/Cargo.toml (+1 -1)

📄 Description

Bumps clap from 3.2.22 to 4.0.8.

Release notes

Sourced from clap's releases.

v4.0.8

[4.0.8] - 2022-10-01

Fixes

  • (derive) Remove a low-value assert preventing defaulting Help and Version actions

v4.0.7

[4.0.7] - 2022-09-30

Features

  • (derive) Populate implicit ArgGroup (#3165)

Fixes

  • (derive) Support #[group(skip)] on Parser derive
  • (derive) Tell users about implicit arg groups when running into group name conflicts
  • (error) Don't report unrelated groups in conflict or requires errors

v4.0.6

[4.0.6] - 2022-09-30

Features

v4.0.5

[4.0.5] - 2022-09-30

v4.0.4

[4.0.4] - 2022-09-29

Fixes

  • (error) Specialize the self-conflict error to look like clap v3

v4.0.3

[4.0.3] - 2022-09-29

Fixes

  • (error) Quote literals consistently
  • (error) Stylize escape (--) suggestions
  • (error) Format help flag as a literal

v4.0.2

[4.0.2] - 2022-09-28

Fixes

... (truncated)

Changelog

Sourced from clap's changelog.

[4.0.8] - 2022-10-01

Fixes

  • (derive) Remove a low-value assert preventing defaulting Help and Version actions

[4.0.7] - 2022-09-30

Features

  • (derive) Populate implicit ArgGroup (#3165)

Fixes

  • (derive) Support #[group(skip)] on Parser derive
  • (derive) Tell users about implicit arg groups when running into group name conflicts
  • (error) Don't report unrelated groups in conflict or requires errors

[4.0.6] - 2022-09-30

Features

[4.0.5] - 2022-09-30

[4.0.4] - 2022-09-29

Fixes

  • (error) Specialize the self-conflict error to look like clap v3

[4.0.3] - 2022-09-29

Fixes

  • (error) Quote literals consistently
  • (error) Stylize escape (--) suggestions
  • (error) Format help flag as a literal

[4.0.2] - 2022-09-28

Fixes

  • (parser) SetFalse should conflict with itself like SetTrue and Set
  • (parser) Allow one-off overrides

[4.0.1] - 2022-09-28

Fixes

... (truncated)

Commits
  • 261fb79 chore: Release
  • 05bf050 chore: Remove outdated replacement
  • 56f4ef7 docs: Update changelog
  • cc0da32 Merge pull request #4330 from epage/assert
  • 5cd7461 Merge pull request #4329 from gilbsgilbs/patch-1
  • dd8e242 fix(parser): Allow defaults for Help/Version
  • 39cf3e7 doc(fix typo): add missing "l" in "toml"
  • 8a124db Merge pull request #4315 from epage/color
  • 6615003 docs(cookbook): Provide example of --color[=WHEN]
  • 03085e9 docs(derive) Fix README links
  • 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/248 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/3/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.0.8` --- ### 📝 Commits (1) - [`82262e7`](https://github.com/LGUG2Z/komorebi/commit/82262e7731b46fa56cc68787e0e2143b1f68ebe0) chore(deps): bump clap from 3.2.22 to 4.0.8 ### 📊 Changes **4 files changed** (+9 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -17) 📝 `komorebi-core/Cargo.toml` (+1 -1) 📝 `komorebi/Cargo.toml` (+1 -1) 📝 `komorebic/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.8. <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.8</h2> <h2>[4.0.8] - 2022-10-01</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Remove a low-value assert preventing defaulting <code>Help</code> and <code>Version</code> actions</li> </ul> <h2>v4.0.7</h2> <h2>[4.0.7] - 2022-09-30</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Populate implicit ArgGroup (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3165">#3165</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Support <code>#[group(skip)]</code> on <code>Parser</code> derive</li> <li><em>(derive)</em> Tell users about implicit arg groups when running into group name conflicts</li> <li><em>(error)</em> Don't report unrelated groups in conflict or requires errors</li> </ul> <h2>v4.0.6</h2> <h2>[4.0.6] - 2022-09-30</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Support `#[group(skip)] (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4279">#4279</a>, <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4301">#4301</a>)</li> </ul> <h2>v4.0.5</h2> <h2>[4.0.5] - 2022-09-30</h2> <h2>v4.0.4</h2> <h2>[4.0.4] - 2022-09-29</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> Specialize the self-conflict error to look like clap v3</li> </ul> <h2>v4.0.3</h2> <h2>[4.0.3] - 2022-09-29</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> Quote literals consistently</li> <li><em>(error)</em> Stylize escape (<code>--</code>) suggestions</li> <li><em>(error)</em> Format help flag as a literal</li> </ul> <h2>v4.0.2</h2> <h2>[4.0.2] - 2022-09-28</h2> <h3>Fixes</h3> <!-- 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/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.0.8] - 2022-10-01</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Remove a low-value assert preventing defaulting <code>Help</code> and <code>Version</code> actions</li> </ul> <h2>[4.0.7] - 2022-09-30</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Populate implicit ArgGroup (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3165">#3165</a>)</li> </ul> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Support <code>#[group(skip)]</code> on <code>Parser</code> derive</li> <li><em>(derive)</em> Tell users about implicit arg groups when running into group name conflicts</li> <li><em>(error)</em> Don't report unrelated groups in conflict or requires errors</li> </ul> <h2>[4.0.6] - 2022-09-30</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Support `#[group(skip)] (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4279">#4279</a>, <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4301">#4301</a>)</li> </ul> <h2>[4.0.5] - 2022-09-30</h2> <h2>[4.0.4] - 2022-09-29</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> Specialize the self-conflict error to look like clap v3</li> </ul> <h2>[4.0.3] - 2022-09-29</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> Quote literals consistently</li> <li><em>(error)</em> Stylize escape (<code>--</code>) suggestions</li> <li><em>(error)</em> Format help flag as a literal</li> </ul> <h2>[4.0.2] - 2022-09-28</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> <code>SetFalse</code> should conflict with itself like <code>SetTrue</code> and <code>Set</code></li> <li><em>(parser)</em> Allow one-off overrides</li> </ul> <h2>[4.0.1] - 2022-09-28</h2> <h3>Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/261fb792a4460ea8cbe26c577699a42b8353dc86"><code>261fb79</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/05bf0504f088817795b5f3f6f50303f12ee889a3"><code>05bf050</code></a> chore: Remove outdated replacement</li> <li><a href="https://github.com/clap-rs/clap/commit/56f4ef7b8068dd4888ec0a3f7c04bcd66fdc0a43"><code>56f4ef7</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/cc0da321ddc42ab545fad818e4cc9eb9306daec7"><code>cc0da32</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4330">#4330</a> from epage/assert</li> <li><a href="https://github.com/clap-rs/clap/commit/5cd74610ce97b733b924ae7f79d9338bdd225fd6"><code>5cd7461</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4329">#4329</a> from gilbsgilbs/patch-1</li> <li><a href="https://github.com/clap-rs/clap/commit/dd8e2427732f12b0825beaf87f301f0768f07ba5"><code>dd8e242</code></a> fix(parser): Allow defaults for Help/Version</li> <li><a href="https://github.com/clap-rs/clap/commit/39cf3e7124da11c5408cac8285423bcae87f49a0"><code>39cf3e7</code></a> doc(fix typo): add missing &quot;l&quot; in &quot;toml&quot;</li> <li><a href="https://github.com/clap-rs/clap/commit/8a124db11383ff8629bb4b5ad45d18d7184af35b"><code>8a124db</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4315">#4315</a> from epage/color</li> <li><a href="https://github.com/clap-rs/clap/commit/6615003c467df7e9671920f5e115a43111aef9b2"><code>6615003</code></a> docs(cookbook): Provide example of --color[=WHEN]</li> <li><a href="https://github.com/clap-rs/clap/commit/03085e9dd1e1e5bc669363f8cc2eace5c408e76d"><code>03085e9</code></a> docs(derive) Fix README links</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.22...v4.0.8">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.22&new-version=4.0.8)](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:05 +01:00
adam closed this issue 2026-01-05 14:53:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#819