Skip to content

Commit

Permalink
chore(deps): update dependency apple/swift-argument-parser to from: "…
Browse files Browse the repository at this point in the history
…1.5.0" (#346)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[apple/swift-argument-parser](https://github.com/apple/swift-argument-parser)
| minor | `from: "1.4.0"` -> `from: "1.5.0"` |

---

### Release Notes

<details>
<summary>apple/swift-argument-parser
(apple/swift-argument-parser)</summary>

###
[`v1.5.0`](https://github.com/apple/swift-argument-parser/blob/HEAD/CHANGELOG.md#150---2024-07-18)

[Compare
Source](https://github.com/apple/swift-argument-parser/compare/1.4.0...1.5.0)

##### Additions

- Subcommands can now be grouped into sections, to enable a better help
display
for commands with many subcommands.
(\[[#&#8203;644](https://github.com/apple/swift-argument-parser/issues/644)])
- Improved unofficial support for Android and riscv64 platforms.
(\[[#&#8203;649](https://github.com/apple/swift-argument-parser/issues/649)],
\[[#&#8203;651](https://github.com/apple/swift-argument-parser/issues/651)])

##### Fixes

- Command-line completion scripts correctly complete for arguments that
are
included via option group.
(\[[#&#8203;648](https://github.com/apple/swift-argument-parser/issues/648)])
- Several warnings when compiling with strict concurrency enabled, or in
Swift
6 language mode, are now silenced.
(\[[#&#8203;650](https://github.com/apple/swift-argument-parser/issues/650)])

The 1.5.0 release includes contributions from \[CraigSiemens],
\[DougGregor],
\[finagolfin], \[futurejones], and \[natecook1000]. 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 18, 2024
1 parent 58ac88e commit 06c1deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_test_runner/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
name: "my-project",
dependencies: [
// Replace these entries with your dependencies.
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/JohnSundell/ShellOut.git", from: "2.3.0"),
]
)

0 comments on commit 06c1deb

Please sign in to comment.