Skip to content

Update dependency apple/swift-argument-parser to from: "1.8.1"#111

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/apple-swift-argument-parser-1.x
Open

Update dependency apple/swift-argument-parser to from: "1.8.1"#111
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/apple-swift-argument-parser-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending
apple/swift-argument-parser minor from: "1.7.0"from: "1.8.1" 1.8.2

Release Notes

apple/swift-argument-parser (apple/swift-argument-parser)

v1.8.1

Compare Source

Fixes
  • Reverts a source compatibility regression in the 1.8.0 release, where existing calls to ParsableCommand.parse() and .parseAsRoot() were pre-empted by new async versions. The new asynchronous entry points are now named asyncParse() and asyncParseAsRoot(), respectively. Clients that have already updated their code with the await keyword can resolve the new warning by calling the new APIs or by removing the keyword. ([#​908])
  • Resolves an issue with the generate-manual plugin that selected the wrong destination for the generated manual. ([#​910])

v1.8.0

Compare Source

Additions
  • NameSpecification and its elements now conform to ExpressibleByStringLiteral, allowing simplified option and flag name declarations. For example, [.customLong("hex-output"), .customShort("x")] can now be written as "--hex-output -x". ([#​745])
  • New @Option initializers accept a defaultAsFlag: parameter, creating options that work both as a bare flag (--format) and as an option with a value (--format json). ([#​830])
  • Custom completion closures for AsyncParsableCommand types are now implemented via async/await instead of via DispatchSemaphore. ([#​855])
Changes
  • The minimum Swift version for swift-argument-parser has been updated to Swift 6. Users of older Swift versions can continue using version 1.7.1 of the library. ([#​882])
Fixes
  • Command aliases now appear in generated man-pages for both single-page and multi-page output. ([#​891])
  • Declaring @Flag var x: Bool? without an inversion: parameter now produces a useful diagnostic message. ([#​892])

The 1.8.0 release includes contributions from [bkhouri], [natecook1000], [qflen], [rauhul], and [rgoldberg]. Thank you!


v1.7.1

Compare Source

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

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 47696d9 to 8d38e96 Compare May 18, 2026 14:32
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 8d38e96 to eb391b5 Compare June 8, 2026 20:39
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.7.1" Update dependency apple/swift-argument-parser to from: "1.8.0" Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from eb391b5 to 7558360 Compare June 10, 2026 13:38
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.8.0" Update dependency apple/swift-argument-parser to from: "1.8.1" Jun 10, 2026
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.

0 participants