Skip to content

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
apple/swift-argument-parser minor from: "1.7.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!



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 force-pushed the renovate/apple-swift-argument-parser-1.x branch from fbc88b2 to 45dd6a6 Compare June 17, 2026 21: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" Jun 17, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 45dd6a6 to 6033552 Compare June 25, 2026 19:32
@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 25, 2026
@renovate renovate Bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 6033552 to 4725fc2 Compare July 1, 2026 19:34
@sonarqubecloud

sonarqubecloud Bot commented Jul 1, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

⚠️ 1 public change detected ⚠️

Comparing renovate/apple-swift-argument-parser-1.x to main
Platform: macOS

🔀1 Modification

Package.swift

.dependencies

🔀 Modified

// From
.package(url: "https://github.com/apple/swift-argument-parser", "1.7.1"..<"2.0.0")

// To
.package(url: "https://github.com/apple/swift-argument-parser", "1.8.2"..<"2.0.0")

Analyzed targets: FileHandlingModule, PADCore, PADLogging, PADOutputGenerator, PADPackageFileAnalyzer, PADProjectBuilder, PADSwiftInterfaceDiff, PADSwiftInterfaceFileLocator, ShellModule, SwiftPackageFileHelperModule

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