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/253
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/10/2022
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/clap-4.0.11`
---
### 📝 Commits (1)
- [`2e72848`](https://github.com/LGUG2Z/komorebi/commit/2e72848d00eceb8fda4c8162158095fcc2a14f88) chore(deps): bump clap from 3.2.22 to 4.0.11
### 📊 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.11.
<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.11</h2>
<h2>[4.0.11] - 2022-10-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Fix wrapping calculations with ANSI escape codes</li>
</ul>
<h2>v4.0.10</h2>
<h2>[4.0.10] - 2022-10-05</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Support <code>#[arg(flatten)]</code> on <code>Option</code> types (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4211">#4211</a>, <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4350">#4350</a>)</li>
</ul>
<h2>v4.0.9</h2>
<h2>[4.0.9] - 2022-10-03</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Process doc comments for <code>#[command(subcommand)]</code> like in clap v3</li>
</ul>
<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>
<!-- 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.11] - 2022-10-09</h2>
<h3>Fixes</h3>
<ul>
<li><em>(help)</em> Fix wrapping calculations with ANSI escape codes</li>
</ul>
<h2>[4.0.10] - 2022-10-05</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Support <code>#[arg(flatten)]</code> on <code>Option</code> types (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4211">#4211</a>, <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4350">#4350</a>)</li>
</ul>
<h2>[4.0.9] - 2022-10-03</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Process doc comments for <code>#[command(subcommand)]</code> like in clap v3</li>
</ul>
<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 <code>#[group(skip)]</code> (<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/ec3fdc4a4298193eb9230a0d8d279ae9b30b0550"><code>ec3fdc4</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/ec57becef6d1b642ac9c2f866406c00b7d746b29"><code>ec57bec</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/db7439ff1f136521c284575664c1ac506603c544"><code>db7439f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4361">#4361</a> from hargut/fix/dont-count-control-characters-in-lin...</li>
<li><a href="https://github.com/clap-rs/clap/commit/505f760df925ce175f760b595e6ce08ec62368cb"><code>505f760</code></a> fix(clap): Early line wrap ascii control chars</li>
<li><a href="https://github.com/clap-rs/clap/commit/95c638842a317043d2d2945650130544c5fac39c"><code>95c6388</code></a> fix(clap): Early line wrap ascii control chars</li>
<li><a href="https://github.com/clap-rs/clap/commit/93648df1538c1027c35d4017b9435be79189ff4f"><code>93648df</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4352">#4352</a> from epage/typed</li>
<li><a href="https://github.com/clap-rs/clap/commit/e467cc70aed9f53168a9638a3b723afee9e892c0"><code>e467cc7</code></a> docs(cookbook): PossibleValues with custom types</li>
<li><a href="https://github.com/clap-rs/clap/commit/af1234a0c22254fe3425596c5531df24a88721d6"><code>af1234a</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/f921281f428b75e9b0b4b95781b821bf729c2559"><code>f921281</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/f86cd0f2ec36691de77be8ba55aaa2245462c544"><code>f86cd0f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4350">#4350</a> from epage/option</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.22...v4.0.11">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/253
Author: @dependabot[bot]
Created: 10/10/2022
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/clap-4.0.11📝 Commits (1)
2e72848chore(deps): bump clap from 3.2.22 to 4.0.11📊 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.11.
Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
ec3fdc4chore: Releaseec57becdocs: Update changelogdb7439fMerge pull request #4361 from hargut/fix/dont-count-control-characters-in-lin...505f760fix(clap): Early line wrap ascii control chars95c6388fix(clap): Early line wrap ascii control chars93648dfMerge pull request #4352 from epage/typede467cc7docs(cookbook): PossibleValues with custom typesaf1234achore: Releasef921281docs: Update changelogf86cd0fMerge pull request #4350 from epage/optionDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.