[PR #264] [MERGED] chore(deps): bump clap from 3.2.22 to 4.0.15 #830

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

📋 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: masterHead: dependabot/cargo/clap-4.0.15


📝 Commits (2)

  • 04553db chore(deps): bump clap from 3.2.22 to 4.0.15
  • a6254d8 fix(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.

v4.0.15

[4.0.15] - 2022-10-13

Fixes

  • (error) Don't suggest -- when it doesn't help
  • (error) Be more consistent in quoting, punctuation, and indentation in errors

v4.0.14

[4.0.14] - 2022-10-12

Fixes

  • Only put ArgGroup in ArgMatches when explicitly specified, fixing derives handling of option-flattened fields (#4375)

v4.0.13

[4.0.13] - 2022-10-11

Features

  • (derive) Allow () for fields to mean "don't read" (#4371)

v4.0.12

[4.0.12] - 2022-10-10

Features

  • Added TypedValueParser::try_map for when adapting an existing TypedValueParser can fail
  • (error) Create errors like clap with Error::new, Error::with_cmd, and Error::insert

v4.0.11

[4.0.11] - 2022-10-09

Fixes

  • (help) Fix wrapping calculations with ANSI escape codes

v4.0.10

[4.0.10] - 2022-10-05

Features

  • (derive) Support #[arg(flatten)] on Option types (#4211, #4350)

v4.0.9

[4.0.9] - 2022-10-03

Fixes

  • (derive) Process doc comments for #[command(subcommand)] like in clap v3

... (truncated)

Changelog

Sourced from clap's changelog.

[4.0.15] - 2022-10-13

Fixes

  • (error) Don't suggest -- when it doesn't help
  • (error) Be more consistent in quoting, punctuation, and indentation in errors

[4.0.14] - 2022-10-12

Fixes

  • Only put ArgGroup in ArgMatches when explicitly specified, fixing derives handling of option-flattened fields (#4375)

[4.0.13] - 2022-10-11

Features

  • (derive) Allow () for fields to mean "don't read" (#4371)

[4.0.12] - 2022-10-10

Features

  • Added TypedValueParser::try_map for when adapting an existing TypedValueParser can fail
  • (error) Create errors like clap with Error::new, Error::with_cmd, and Error::insert

[4.0.11] - 2022-10-09

Fixes

  • (help) Fix wrapping calculations with ANSI escape codes

[4.0.10] - 2022-10-05

Features

  • (derive) Support #[arg(flatten)] on Option types (#4211, #4350)

[4.0.9] - 2022-10-03

Fixes

  • (derive) Process doc comments for #[command(subcommand)] like in clap v3

[4.0.8] - 2022-10-01

Fixes

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

... (truncated)

Commits
  • bd5a6ea chore: Release
  • 7eaeed3 docs: Update changelog
  • 0f6ef30 Merge pull request #4384 from epage/consistent
  • 0f3c98a fix(error): Be consistent in puncutation
  • 6422046 Merge pull request #4383 from epage/error
  • b9d2980 refactor(error): Move subcommand suggestion to general suggestions
  • 63eec40 refactor(error): Clarify distinct suggestion cases
  • 5275660 refactor(error): Move escape suggestion to general suggestion
  • 813060e refactor(error): Move bad-escape suggestion to general suggestion
  • 7417c75 refactor(error): Move escaped-subcmd suggestion to general suggestions
  • 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/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 &quot;don't read&quot; (<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 &quot;don't read&quot; (<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 /> [![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.15)](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:07 +01:00
adam closed this issue 2026-01-05 14:53:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#830