Skip to content

Commit a790123

Browse files
chore(deps): update dependency apple/swift-argument-parser to from: "1.5.1" (#1659)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apple/swift-argument-parser](https://redirect.github.com/apple/swift-argument-parser) | patch | `from: "1.5.0"` -> `from: "1.5.1"` | --- ### Release Notes <details> <summary>apple/swift-argument-parser (apple/swift-argument-parser)</summary> ### [`v1.5.1`](https://redirect.github.com/apple/swift-argument-parser/blob/HEAD/CHANGELOG.md#151---2025-05-28) [Compare Source](https://redirect.github.com/apple/swift-argument-parser/compare/1.5.0...1.5.1) ##### Fixes - Relax the CMake build system to allow implicit linking of Foundation and XCTest when not explicitly given the associated build tree. (\[[#&#8203;783](https://redirect.github.com/apple/swift-argument-parser/issues/783)]) The 1.3.1 release includes a contribution from \[compnerd]. Thank you! </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zLjEiLCJ1cGRhdGVkSW5WZXIiOiI0MC4zLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> 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 89eda54 commit a790123

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.5.0"),
11+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.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.5.0"),
8+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.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.2"),
1111
.package(path: "third_party/my_local_package"),

0 commit comments

Comments
 (0)