Skip to content

Update dependency apple/swift-argument-parser to from: "1.8.2"#15

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/swift-non-major-dependencies
Open

Update dependency apple/swift-argument-parser to from: "1.8.2"#15
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/swift-non-major-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 3, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Update Change
apple/swift-argument-parser minor from: "1.5.0"from: "1.8.2"

Release Notes

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

v1.8.2

Compare Source

Fixes
  • Fixes fish completion scripts for certain flag and option names. ([#​911])
  • Resolves a build warning by making an implicit Int32 cast explicit on Windows. ([#​913])

The 1.8.2 release includes contributions from [compnerd] and [rgoldberg]. Thank you!


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!

v1.7.0

Compare Source

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!


v1.6.2

Compare Source

Fixes
  • Fixes an ArgumentParser build failure for WASI. ([#​794])

v1.6.1

Compare Source

Fixes
  • Resolves a source break for clients that have conditional conformances
    to ExpressibleByArgument or ParsableArguments. ([#​792])

v1.6.0

Compare Source

Additions
  • Options with CaseIterable types can now provide help descriptions on a per-value basis. ([#​647])
  • New API for accessing the shell and shell version while generating completions. ([#​680], [#​690])
  • The generate-docc-reference plugin generates a DocC reference folder for your CLI tool. ([#​694], [#​754], [#​773])
Changes
  • Testing and continuous integration improvements, including migrating to GitHub workflows.
    ([#​692], [#​693], [#​696], [#​698], [#​699], [#​700], [#​701], [#​708], [#​711], [#​718], [#​716], [#​714], [#​712], [#​732], [#​730], [#​746], [#​747], [#​760])
  • The associated closure for CompletionKind.custom now takes three parameters: the array of shell words currently in use for the completion request, the offset in that array for the word that completions are being requested for, and the prefix of that word that precedes the cursor. In addition, the associated closure can be async. The single-argument closure version of CompletionKind.custom is deprecated with this release. ([#​763], [#​770], [#​782])
  • ParsableArguments and ExpressibleByArgument now conform to SendableMetatype when builing with a minimum Swift 6.2 compiler. ([#​789])
Fixes

The 1.6.0 release includes contributions from [bripeticca], [cg-soft], [compnerd],
[dshan4585], [heckj], [natecook1000], [rauhul], [rgoldberg], and [Steelskin].
Thank you!


v1.5.1

Compare Source

Fixes
  • Relax the CMake build system to allow implicit linking of Foundation and XCTest
    when not explicitly given the associated build tree. ([#​783])

The 1.5.1 release includes a contribution from [compnerd]. 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 is behind base branch, 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 requested a review from ctreffs as a code owner June 3, 2025 03:46
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch from d1dd786 to 5c258c6 Compare July 6, 2025 16:13
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.5.1" Update dependency apple/swift-argument-parser to from: "1.6.1" Jul 6, 2025
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.6.1" Update dependency apple/swift-argument-parser to from: "1.6.2" Oct 11, 2025
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch from 5c258c6 to 1c84ae1 Compare October 11, 2025 03:13
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.6.2" Update dependency apple/swift-argument-parser to from: "1.7.0" Dec 18, 2025
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch from 1c84ae1 to 23e563e Compare December 18, 2025 11:34
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch from 23e563e to 36cb30a Compare March 8, 2026 08:02
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.7.0" Update dependency apple/swift-argument-parser to from: "1.7.1" Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch from 36cb30a to 0ea7efe Compare March 31, 2026 07:56
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch from 0ea7efe to 9117d64 Compare April 15, 2026 20:08
@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" May 27, 2026
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch 2 times, most recently from 5654d23 to 75f8780 Compare May 30, 2026 19:28
@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" May 30, 2026
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.8.1" Update Swift non-major dependencies to from: "1.8.1" Jun 4, 2026
@renovate renovate Bot changed the title Update Swift non-major dependencies to from: "1.8.1" Update Swift non-major dependencies to from: "1.8.2" Jun 6, 2026
@renovate renovate Bot force-pushed the renovate/swift-non-major-dependencies branch from 75f8780 to c5de948 Compare June 6, 2026 16:15
@renovate renovate Bot changed the title Update Swift non-major dependencies to from: "1.8.2" Update Swift non-major dependencies Jun 24, 2026
@renovate renovate Bot changed the title Update Swift non-major dependencies Update dependency apple/swift-argument-parser to from: "1.8.2" Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants