Skip to content

Update dependency apple/swift-argument-parser to from: "1.6.1" #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Update Change
apple/swift-argument-parser minor from: "1.5.1" -> from: "1.6.1"

Release Notes

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

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!



Configuration

📅 Schedule: 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 472b76c to 21ef0a4 Compare July 1, 2025 18:25
@renovate renovate bot changed the title Update dependency apple/swift-argument-parser to from: "1.6.0" Update dependency apple/swift-argument-parser to from: "1.6.1" Jul 1, 2025
Copy link

sonarqubecloud bot commented Jul 1, 2025

Copy link

github-actions bot commented Jul 1, 2025

⚠️ 1 public change detected ⚠️

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

🔀1 Modification

Package.swift

.dependencies

🔀 Modified

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

// To
.package(url: "https://github.com/apple/swift-argument-parser", "1.6.1"..<"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