[PR #441] [MERGED] chore(deps): bump clap from 4.2.7 to 4.3.0 #925

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/441
Author: @dependabot[bot]
Created: 5/22/2023
Status: Merged
Merged: 5/31/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-4.3.0


📝 Commits (1)

  • 6f213bd chore(deps): bump clap from 4.2.7 to 4.3.0

📊 Changes

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

View changed files

📝 Cargo.lock (+8 -8)

📄 Description

Bumps clap from 4.2.7 to 4.3.0.

Release notes

Sourced from clap's releases.

v4.3.0

[4.3.0] - 2023-05-19

Fixes

  • (assert) Allow multiple, value-terminated, positional arguments
  • (assert) Clear up language on last assertion
  • (parser) Correctly assign values to arguments when using multiple, value-termianted, positional arguments
  • (parser) Ensure value_terminator has higher precedence than allow_hyphen_values
  • (help) Only use next-line-help on subcommand list when explicitly specified, not just with --help
  • (help) Correctly align possible values list
  • (help) Don't waste code, vertical space in moving possible value descriptions to next line
Changelog

Sourced from clap's changelog.

[4.3.0] - 2023-05-19

Fixes

  • (assert) Allow multiple, value-terminated, positional arguments
  • (assert) Clear up language on last assertion
  • (parser) Correctly assign values to arguments when using multiple, value-termianted, positional arguments
  • (parser) Ensure value_terminator has higher precedence than allow_hyphen_values
  • (help) Only use next-line-help on subcommand list when explicitly specified, not just with --help
  • (help) Correctly align possible values list
  • (help) Don't waste code, vertical space in moving possible value descriptions to next line
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/441 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/22/2023 **Status:** ✅ Merged **Merged:** 5/31/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.0` --- ### 📝 Commits (1) - [`6f213bd`](https://github.com/LGUG2Z/komorebi/commit/6f213bd9275d0476f8cb888b9670cff59ba18ba7) chore(deps): bump clap from 4.2.7 to 4.3.0 ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -8) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.2.7 to 4.3.0. <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.3.0</h2> <h2>[4.3.0] - 2023-05-19</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow multiple, value-terminated, positional arguments</li> <li><em>(assert)</em> Clear up language on <code>last</code> assertion</li> <li><em>(parser)</em> Correctly assign values to arguments when using multiple, value-termianted, positional arguments</li> <li><em>(parser)</em> Ensure <code>value_terminator</code> has higher precedence than <code>allow_hyphen_values</code></li> <li><em>(help)</em> Only use next-line-help on subcommand list when explicitly specified, not just with <code>--help</code></li> <li><em>(help)</em> Correctly align possible values list</li> <li><em>(help)</em> Don't waste code, vertical space in moving possible value descriptions to next line</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.3.0] - 2023-05-19</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow multiple, value-terminated, positional arguments</li> <li><em>(assert)</em> Clear up language on <code>last</code> assertion</li> <li><em>(parser)</em> Correctly assign values to arguments when using multiple, value-termianted, positional arguments</li> <li><em>(parser)</em> Ensure <code>value_terminator</code> has higher precedence than <code>allow_hyphen_values</code></li> <li><em>(help)</em> Only use next-line-help on subcommand list when explicitly specified, not just with <code>--help</code></li> <li><em>(help)</em> Correctly align possible values list</li> <li><em>(help)</em> Don't waste code, vertical space in moving possible value descriptions to next line</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/9c3dc187cb47dd437cdb6fee045e42dc8146e9d6"><code>9c3dc18</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/077cf66fdc9b37ad97e0de4ef6591a871bea7449"><code>077cf66</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/5047bb40bd74457215e524db2039211d362cc6e9"><code>5047bb4</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/22d33077274227190e61d72e52469611a15457d1"><code>22d3307</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/fd63feb7036cc192f791a29527d793be6fc446af"><code>fd63feb</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4926">#4926</a> from epage/unsafe</li> <li><a href="https://github.com/clap-rs/clap/commit/3db35249438e6ffc7f2ef2776c7faa3de54153ba"><code>3db3524</code></a> fix(lex)!: Remove unsafe safe method</li> <li><a href="https://github.com/clap-rs/clap/commit/8507a1dba31ef827476ab9ba8fff09ab6ce6df9b"><code>8507a1d</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4925">#4925</a> from epage/term</li> <li><a href="https://github.com/clap-rs/clap/commit/a360fd8ac0a749c317aa3cf6bca917ddd9d70c3f"><code>a360fd8</code></a> test(parser): Verify value terminator precedence</li> <li><a href="https://github.com/clap-rs/clap/commit/d5bea65711a2d47275d7dccee782e35d7784ea04"><code>d5bea65</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4924">#4924</a> from epage/term2</li> <li><a href="https://github.com/clap-rs/clap/commit/e1db168d69cd1dcde5e31715f983400509f81af4"><code>e1db168</code></a> fix(parser): Ensure terminated positionals are assigned correctly</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.2.7...clap_complete-v4.3.0">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.2.7&new-version=4.3.0)](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:26 +01:00
adam closed this issue 2026-01-05 14:53:26 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#925