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/264
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 10/17/2022
**Status:** ✅ Merged
**Merged:** 10/20/2022
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/clap-4.0.15`
---
### 📝 Commits (2)
- [`04553db`](https://github.com/LGUG2Z/komorebi/commit/04553dbc1453b32981902728004d28ba82540338) chore(deps): bump clap from 3.2.22 to 4.0.15
- [`a6254d8`](https://github.com/LGUG2Z/komorebi/commit/a6254d8681b4435f233c1b526424f9441933fd74) fix(clap): address deprecations
### 📊 Changes
**11 files changed** (+75 additions, -61 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+6 -17)
📝 `komorebi-core/Cargo.toml` (+1 -1)
📝 `komorebi-core/src/arrangement.rs` (+4 -2)
📝 `komorebi-core/src/config_generation.rs` (+2 -2)
📝 `komorebi-core/src/cycle_direction.rs` (+4 -2)
📝 `komorebi-core/src/default_layout.rs` (+4 -2)
📝 `komorebi-core/src/lib.rs` (+28 -10)
📝 `komorebi-core/src/operation_direction.rs` (+4 -2)
📝 `komorebi/Cargo.toml` (+1 -1)
📝 `komorebic/Cargo.toml` (+1 -1)
📝 `komorebic/src/main.rs` (+20 -21)
</details>
### 📄 Description
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.22 to 4.0.15.
<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.15</h2>
<h2>[4.0.15] - 2022-10-13</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> Don't suggest <code>--</code> when it doesn't help</li>
<li><em>(error)</em> Be more consistent in quoting, punctuation, and indentation in errors</li>
</ul>
<h2>v4.0.14</h2>
<h2>[4.0.14] - 2022-10-12</h2>
<h3>Fixes</h3>
<ul>
<li>Only put <code>ArgGroup</code> in <code>ArgMatches</code> when explicitly specified, fixing derives handling of option-flattened fields (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4375">#4375</a>)</li>
</ul>
<h2>v4.0.13</h2>
<h2>[4.0.13] - 2022-10-11</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Allow <code>()</code> for fields to mean "don't read" (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4371">#4371</a>)</li>
</ul>
<h2>v4.0.12</h2>
<h2>[4.0.12] - 2022-10-10</h2>
<h3>Features</h3>
<ul>
<li>Added <code>TypedValueParser::try_map</code> for when adapting an existing <code>TypedValueParser</code> can fail</li>
<li><em>(error)</em> Create errors like clap with <code>Error::new</code>, <code>Error::with_cmd</code>, and <code>Error::insert</code></li>
</ul>
<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>
<!-- 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.15] - 2022-10-13</h2>
<h3>Fixes</h3>
<ul>
<li><em>(error)</em> Don't suggest <code>--</code> when it doesn't help</li>
<li><em>(error)</em> Be more consistent in quoting, punctuation, and indentation in errors</li>
</ul>
<h2>[4.0.14] - 2022-10-12</h2>
<h3>Fixes</h3>
<ul>
<li>Only put <code>ArgGroup</code> in <code>ArgMatches</code> when explicitly specified, fixing derives handling of option-flattened fields (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4375">#4375</a>)</li>
</ul>
<h2>[4.0.13] - 2022-10-11</h2>
<h3>Features</h3>
<ul>
<li><em>(derive)</em> Allow <code>()</code> for fields to mean "don't read" (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4371">#4371</a>)</li>
</ul>
<h2>[4.0.12] - 2022-10-10</h2>
<h3>Features</h3>
<ul>
<li>Added <code>TypedValueParser::try_map</code> for when adapting an existing <code>TypedValueParser</code> can fail</li>
<li><em>(error)</em> Create errors like clap with <code>Error::new</code>, <code>Error::with_cmd</code>, and <code>Error::insert</code></li>
</ul>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/bd5a6eab3bb4c8e3bd9f75be83821f316dde8ac8"><code>bd5a6ea</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/7eaeed3abd0cbd84d000b455233cb8e074e12638"><code>7eaeed3</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/0f6ef3003d0c39231f2aa8d93e532a7466979f37"><code>0f6ef30</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4384">#4384</a> from epage/consistent</li>
<li><a href="https://github.com/clap-rs/clap/commit/0f3c98a7999a4385fcbd891da95363fd8ab250be"><code>0f3c98a</code></a> fix(error): Be consistent in puncutation</li>
<li><a href="https://github.com/clap-rs/clap/commit/6422046b81ea42ee910c52325c05f0723213dadf"><code>6422046</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4383">#4383</a> from epage/error</li>
<li><a href="https://github.com/clap-rs/clap/commit/b9d298086cd50b70fb2f6de11b5a20916734890b"><code>b9d2980</code></a> refactor(error): Move subcommand suggestion to general suggestions</li>
<li><a href="https://github.com/clap-rs/clap/commit/63eec40652b4fc0d9a29c21dc16b0084a4af5ac9"><code>63eec40</code></a> refactor(error): Clarify distinct suggestion cases</li>
<li><a href="https://github.com/clap-rs/clap/commit/5275660967d3b27587f307f952b57f97d808983b"><code>5275660</code></a> refactor(error): Move escape suggestion to general suggestion</li>
<li><a href="https://github.com/clap-rs/clap/commit/813060ea82d5b090e5b9effb31910f032ec8469d"><code>813060e</code></a> refactor(error): Move bad-escape suggestion to general suggestion</li>
<li><a href="https://github.com/clap-rs/clap/commit/7417c75c57b8a7f0fd9563237c2b829021b52d5f"><code>7417c75</code></a> refactor(error): Move escaped-subcmd suggestion to general suggestions</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.22...v4.0.15">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/264
Author: @dependabot[bot]
Created: 10/17/2022
Status: ✅ Merged
Merged: 10/20/2022
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/clap-4.0.15📝 Commits (2)
04553dbchore(deps): bump clap from 3.2.22 to 4.0.15a6254d8fix(clap): address deprecations📊 Changes
11 files changed (+75 additions, -61 deletions)
View changed files
📝
Cargo.lock(+6 -17)📝
komorebi-core/Cargo.toml(+1 -1)📝
komorebi-core/src/arrangement.rs(+4 -2)📝
komorebi-core/src/config_generation.rs(+2 -2)📝
komorebi-core/src/cycle_direction.rs(+4 -2)📝
komorebi-core/src/default_layout.rs(+4 -2)📝
komorebi-core/src/lib.rs(+28 -10)📝
komorebi-core/src/operation_direction.rs(+4 -2)📝
komorebi/Cargo.toml(+1 -1)📝
komorebic/Cargo.toml(+1 -1)📝
komorebic/src/main.rs(+20 -21)📄 Description
Bumps clap from 3.2.22 to 4.0.15.
Release notes
Sourced from clap's releases.
... (truncated)
Changelog
Sourced from clap's changelog.
... (truncated)
Commits
bd5a6eachore: Release7eaeed3docs: Update changelog0f6ef30Merge pull request #4384 from epage/consistent0f3c98afix(error): Be consistent in puncutation6422046Merge pull request #4383 from epage/errorb9d2980refactor(error): Move subcommand suggestion to general suggestions63eec40refactor(error): Clarify distinct suggestion cases5275660refactor(error): Move escape suggestion to general suggestion813060erefactor(error): Move bad-escape suggestion to general suggestion7417c75refactor(error): Move escaped-subcmd suggestion to general suggestionsDependabot 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.