[PR #503] [MERGED] chore(deps): bump clap from 4.3.12 to 4.3.19 #958

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/503
Author: @dependabot[bot]
Created: 7/24/2023
Status: Merged
Merged: 8/10/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-4.3.19


📝 Commits (1)

  • 98d3c39 chore(deps): bump clap from 4.3.12 to 4.3.19

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 4.3.12 to 4.3.19.

Release notes

Sourced from clap's releases.

v4.3.19

[4.3.19] - 2023-07-21

Fixes

  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

v4.3.18

[4.3.18] - 2023-07-21

Fixes

  • (parse) Suggest -- in fewer places where it won't work

v4.3.17

[4.3.17] - 2023-07-19

Fixes

  • (help) Address a regression in wrapping PossibleValue descriptions in --help

v4.3.16

[4.3.16] - 2023-07-18

Fixes

  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

v4.3.15

[4.3.15] - 2023-07-18

Features

  • (unstable-styles) Re-export anstyle

Documentation

  • (unstable-styles) Provide more examples

v4.3.14

[4.3.14] - 2023-07-17

Features

  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display

Fixes

  • Skip [OPTIONS] in usage if a help or version ArgAction is used

... (truncated)

Changelog

Sourced from clap's changelog.

[4.3.19] - 2023-07-21

Fixes

  • (parse) Respect value_terminator even in the presence of later multiple-value positional arguments

[4.3.18] - 2023-07-21

Fixes

  • (parse) Suggest -- in fewer places where it won't work

[4.3.17] - 2023-07-19

Fixes

  • (help) Address a regression in wrapping PossibleValue descriptions in --help

[4.3.16] - 2023-07-18

Fixes

  • Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)

[4.3.15] - 2023-07-18

Features

  • (unstable-styles) Re-export anstyle

Documentation

  • (unstable-styles) Provide more examples

[4.3.14] - 2023-07-17

Features

  • ArgAction::HelpShort and ArgAction::HelpLong for explicitly specifying which style of help to display

Fixes

  • Skip [OPTIONS] in usage if a help or version ArgAction is used

[4.3.13] - 2023-07-17

Commits
  • ae5549d chore: Release
  • 4b30a2c docs: Update changelog
  • 5540d20 Merge pull request #5037 from epage/term
  • 8bee728 fix(parser): Value terminator has higher precedence than later multiple values
  • bdf205b test(parser): Show one value terminator bug
  • 727ca29 Merge pull request #5034 from epage/update
  • 9856d67 chore: Release
  • a6267b7 docs: Update changelog
  • e822341 Merge pull request #5033 from epage/escape
  • 0137a8b chore(complete): Update completest
  • 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/503 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/24/2023 **Status:** ✅ Merged **Merged:** 8/10/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.19` --- ### 📝 Commits (1) - [`98d3c39`](https://github.com/LGUG2Z/komorebi/commit/98d3c39cd3259fa18693ae4647d125faa9f88076) chore(deps): bump clap from 4.3.12 to 4.3.19 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.3.12 to 4.3.19. <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.19</h2> <h2>[4.3.19] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Respect <code>value_terminator</code> even in the presence of later multiple-value positional arguments</li> </ul> <h2>v4.3.18</h2> <h2>[4.3.18] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Suggest <code>--</code> in fewer places where it won't work</li> </ul> <h2>v4.3.17</h2> <h2>[4.3.17] - 2023-07-19</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Address a regression in wrapping <code>PossibleValue</code> descriptions in <code>--help</code></li> </ul> <h2>v4.3.16</h2> <h2>[4.3.16] - 2023-07-18</h2> <h3>Fixes</h3> <ul> <li>Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)</li> </ul> <h2>v4.3.15</h2> <h2>[4.3.15] - 2023-07-18</h2> <h3>Features</h3> <ul> <li><em>(unstable-styles)</em> Re-export <code>anstyle</code></li> </ul> <h3>Documentation</h3> <ul> <li><em>(unstable-styles)</em> Provide more examples</li> </ul> <h2>v4.3.14</h2> <h2>[4.3.14] - 2023-07-17</h2> <h3>Features</h3> <ul> <li><code>ArgAction::HelpShort</code> and <code>ArgAction::HelpLong</code> for explicitly specifying which style of help to display</li> </ul> <h3>Fixes</h3> <ul> <li>Skip <code>[OPTIONS]</code> in usage if a help or version <code>ArgAction</code> is used</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.3.19] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Respect <code>value_terminator</code> even in the presence of later multiple-value positional arguments</li> </ul> <h2>[4.3.18] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Suggest <code>--</code> in fewer places where it won't work</li> </ul> <h2>[4.3.17] - 2023-07-19</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Address a regression in wrapping <code>PossibleValue</code> descriptions in <code>--help</code></li> </ul> <h2>[4.3.16] - 2023-07-18</h2> <h3>Fixes</h3> <ul> <li>Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)</li> </ul> <h2>[4.3.15] - 2023-07-18</h2> <h3>Features</h3> <ul> <li><em>(unstable-styles)</em> Re-export <code>anstyle</code></li> </ul> <h3>Documentation</h3> <ul> <li><em>(unstable-styles)</em> Provide more examples</li> </ul> <h2>[4.3.14] - 2023-07-17</h2> <h3>Features</h3> <ul> <li><code>ArgAction::HelpShort</code> and <code>ArgAction::HelpLong</code> for explicitly specifying which style of help to display</li> </ul> <h3>Fixes</h3> <ul> <li>Skip <code>[OPTIONS]</code> in usage if a help or version <code>ArgAction</code> is used</li> </ul> <h2>[4.3.13] - 2023-07-17</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/ae5549d61f4f5de0b6859e44aa5a78cb3861bc63"><code>ae5549d</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/4b30a2cfe1c1ffae6c3f279c0c1ee2a6758cf5b9"><code>4b30a2c</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/5540d20286e00ee600b2495ba75d0a2eded6ca19"><code>5540d20</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5037">#5037</a> from epage/term</li> <li><a href="https://github.com/clap-rs/clap/commit/8bee7280342d85abb6f2b0913a02075c8f0045e5"><code>8bee728</code></a> fix(parser): Value terminator has higher precedence than later multiple values</li> <li><a href="https://github.com/clap-rs/clap/commit/bdf205bff25c41e7407822d93e6bac71672f0448"><code>bdf205b</code></a> test(parser): Show one value terminator bug</li> <li><a href="https://github.com/clap-rs/clap/commit/727ca296746217bb9a974d90d64d351a1ce1436d"><code>727ca29</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5034">#5034</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/9856d675410e492b31db3c6861386e6d9b1f36b1"><code>9856d67</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a6267b77a7cd282e31186ec56dadb7fc866b0e9a"><code>a6267b7</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/e82234162c3e737bc65c2c8ad2c8ddc5ce2b3dbb"><code>e822341</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5033">#5033</a> from epage/escape</li> <li><a href="https://github.com/clap-rs/clap/commit/0137a8be651e63dc65833713aa1e4a5bd28339ed"><code>0137a8b</code></a> chore(complete): Update completest</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.3.12...v4.3.19">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.3.12&new-version=4.3.19)](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:33 +01:00
adam closed this issue 2026-01-05 14:53:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#958