Skip to content

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

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.2"#20
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/apple-swift-argument-parser-1.x

Conversation

@renovate

@renovate renovate Bot commented Oct 10, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
apple/swift-argument-parser minor from: "1.6.1"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])

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.

@coderabbitai

coderabbitai Bot commented Oct 10, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot changed the title chore(deps): update dependency apple/swift-argument-parser to from: "1.6.2" chore(deps): update dependency apple/swift-argument-parser to from: "1.7.0" Dec 17, 2025
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from e75bf78 to 3c94836 Compare December 17, 2025 21:54
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 3c94836 to 1ada32d Compare March 2, 2026 18:43
@renovate renovate Bot changed the title chore(deps): update dependency apple/swift-argument-parser to from: "1.7.0" chore(deps): update dependency apple/swift-argument-parser to from: "1.7.1" Mar 20, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch 2 times, most recently from ef745ed to 6edba02 Compare March 26, 2026 18:29
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 6edba02 to 57505d4 Compare April 1, 2026 20:00
@renovate renovate Bot changed the title chore(deps): update dependency apple/swift-argument-parser to from: "1.7.1" Update dependency apple/swift-argument-parser to from: "1.7.1" Apr 8, 2026
@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 25, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 57505d4 to 37882ba Compare May 25, 2026 18:36
@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 27, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 37882ba to d49d10f Compare May 27, 2026 14:41
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.8.1" Update dependency apple/swift-argument-parser to from: "1.8.2" Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from d49d10f to 1a4d336 Compare June 4, 2026 22:09
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