Skip to content

bot: bump github.com/apple/swift-argument-parser from 1.6.2 to 1.7.1#145

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/swift/github.com/apple/swift-argument-parser-1.7.1
Open

bot: bump github.com/apple/swift-argument-parser from 1.6.2 to 1.7.1#145
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/swift/github.com/apple/swift-argument-parser-1.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps github.com/apple/swift-argument-parser from 1.6.2 to 1.7.1.

Release notes

Sourced from github.com/apple/swift-argument-parser's releases.

ArgumentParser 1.7.1

Changes

  • Adds detailed documentation for providing descriptions of enum values. (#825)
  • Adds aliases to the dump-help output. (#813)
  • Improves zsh completions; prevents bash completion cleanup commands from being appended to shell history. (#864, #859)
  • Eliminates deprecation warnings in Examples/math. (#879)

Fixes

  • Fixes build issues in Swift 5.7-5.9. (#874, #875)
  • Fixes --help output for nested subcommands with default subcommands. (#866)
  • Prevents @OptionGroup type names from appearing in help usage strings. (#873)
  • Fixes handling of visibility with nested option groups. (#838)
  • Updates GitHub Actions workflows and streamlines the required checks. (#839, #843, #844, #853, #856, #857, #876, #877)

The 1.7.0 release includes contributions from @​bkhouri, @​bob-wilson, @​jglogan, @​kphrx, @​louisunlimited, @​natecook1000, @​rauhul, @​rgoldberg, @​salmanmkc, @​stackotter, and @​William-Laverty. Thank you!

ArgumentParser 1.7.0

Additions

  • Access the state of an ancestor command using the new @ParentCommand property wrapper. (#802)

Fixes

  • Corrects the help display for an case iterable option value type. (#821)
  • Fixes ArgumentParser build failure for WASI (WebAssembly System Interface). (#794)
  • Updates help text for readability in Repeat example and README. (#787)
  • Provides an ambiguity breaker for some ExpressibleByArgument types. (#841)
  • Shell completion script fixes. (#801, #808, #811)

Changes

  • docc: Updates the output to present the string representation of command arguments as a wrapped text block. (#791)
  • Uses Foundation Essentials when possible to reduce binary size on non-Darwin platforms. (#804)
  • CMake: Suppress needlessly alarming messages. (#628)

The 1.7.0 release includes contributions from @​bkhouri, @​cmcgee1024, @​dabrahams, @​heckj, @​incertum, @​kkebo, @​Konstantin-Krokhin, @​natecook1000, @​rauhul, @​rgoldberg, and @​tshortli. Thank you!

Commits
  • 626b5b7 Update the changelog for version 1.7.1 (#880)
  • 60bdd07 Eliminate two deprecation warnings in Examples/math (#879)
  • 58680b4 doc: add detailed doc for enum descriptions. (#825)
  • e4f8f4a GHA: Non-analysis workflows requires analysis to pass (#853)
  • 07c2519 Add a required job to the workflow (#843)
  • 157750e Prevent bash option reversion commands in bash completion function from being...
  • 9b5a0e7 Improve zsh completions (#864)
  • fb6f6b9 Fix build issues for Swift 5.7 (#875)
  • 4453aa9 Fix --help in nested subcommands with default subcommands (#866)
  • 37244c3 Bump swiftlang/github-workflows/.github/workflows/soundness.yml (#876)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser) from 1.6.2 to 1.7.1.
- [Release notes](https://github.com/apple/swift-argument-parser/releases)
- [Commits](apple/swift-argument-parser@1.6.2...1.7.1)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-argument-parser
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code labels Mar 23, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.24%. Comparing base (19ffc31) to head (95542b3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #145   +/-   ##
=======================================
  Coverage   81.24%   81.24%           
=======================================
  Files          98       98           
  Lines        2207     2207           
=======================================
  Hits         1793     1793           
  Misses        414      414           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 26, 2026

A newer version of github.com/apple/swift-argument-parser exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update Swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants