Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2025

This PR contains the following updates:

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

Release Notes

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

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: 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 4d30cf2 to b79a80d Compare January 7, 2026 18:52
@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" Jan 7, 2026
@renovate renovate bot force-pushed the renovate/apple-swift-argument-parser-1.x branch 4 times, most recently from 37811f6 to 4cc7ea8 Compare January 21, 2026 10:13
@github-actions
Copy link

⚠️ 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.6.1"..<"2.0.0")

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

Analyzed targets: FileHandlingModule, PADCore, PADOutputGenerator

@renovate renovate bot force-pushed the renovate/apple-swift-argument-parser-1.x branch 2 times, most recently from eb2f299 to 4b83610 Compare January 21, 2026 10:39
@renovate renovate bot force-pushed the renovate/apple-swift-argument-parser-1.x branch from 4b83610 to 6baedf5 Compare January 21, 2026 10:40
@sonarqubecloud
Copy link

@goergisn goergisn merged commit 9b236ee into main Jan 21, 2026
7 of 8 checks passed
@goergisn goergisn deleted the renovate/apple-swift-argument-parser-1.x branch January 21, 2026 10:44
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.

1 participant