Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the 01_swift-minor-patch group with 1 update: github.com/apple/swift-argument-parser.

Updates github.com/apple/swift-argument-parser from 1.6.2 to 1.7.0

Release notes

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

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
  • c5d11a8 Update changelog for 1.7.0 release (#842)
  • a836797 Add ParsableArguments#_errorPrefix to allow a more-customized error prefix th...
  • 6d473ea Fix generated shell completion script handling of repeating & non-repeating p...
  • edbe114 Break ExpressibleByArgument default ambiguity (#841)
  • 1fb5308 chore: restrict GitHub workflow permissions (#828)
  • 3633633 Update changelog for 1.6.2 release (#822)
  • 530fb65 Exclude Xcode 16.2 from CI testing (#823)
  • 84babd6 Display help of array list of enum items (#821)
  • 04695ec Escape single quotes in shellCommand completion for fish. (#811)
  • e905148 Suppress needlessly alarming messages (#628)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the 01_swift-minor-patch group with 1 update: [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser).


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

---
updated-dependencies:
- dependency-name: github.com/apple/swift-argument-parser
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: 01_swift-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 22, 2025

Labels

The following labels could not be found: dependencies, swiftpm. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from a team as a code owner December 22, 2025 06:25
@dependabot dependabot bot requested review from mizdisk and removed request for a team December 22, 2025 06:25
@gyg-pr-tool gyg-pr-tool bot removed the request for review from mizdisk December 22, 2025 06:25
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 12, 2026

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant