Skip to content

Commit 4fffc88

Browse files
chore(deps): update dependency apple/swift-argument-parser to from: "1.6.1" (#1713)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-argument-parser](https://redirect.github.com/apple/swift-argument-parser) | patch | `from: "1.6.0"` -> `from: "1.6.1"` | --- ### Release Notes <details> <summary>apple/swift-argument-parser (apple/swift-argument-parser)</summary> ### [`v1.6.1`](https://redirect.github.com/apple/swift-argument-parser/blob/HEAD/CHANGELOG.md#161---2025-07-01) [Compare Source](https://redirect.github.com/apple/swift-argument-parser/compare/1.6.0...1.6.1) ##### Fixes - Resolves a source break for clients that have conditional conformances to `ExpressibleByArgument` or `ParsableArguments`. (\[[#&#8203;792](https://redirect.github.com/apple/swift-argument-parser/issues/792)]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b6bb6b8 commit 4fffc88

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bzlmod/workspace/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bzlmod/workspace/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.executable(name: "my-executable", targets: ["MyExecutable"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.0"),
11+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
1212
.package(url: "https://github.com/apple/swift-log", from: "1.6.3"),
1313
],
1414
targets: [

examples/pkg_manifest_minimal/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/pkg_manifest_minimal/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "MySwiftPackage",
77
dependencies: [
8-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.0"),
8+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
99
.package(url: "https://github.com/apple/swift-log", from: "1.6.3"),
1010
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.4"),
1111
.package(path: "third_party/my_local_package"),

0 commit comments

Comments
 (0)