Update dependency apple/swift-argument-parser to from: "1.8.1"#111
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency apple/swift-argument-parser to from: "1.8.1"#111renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
47696d9 to
8d38e96
Compare
8d38e96 to
eb391b5
Compare
eb391b5 to
7558360
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "1.7.0"→from: "1.8.1"1.8.2Release Notes
apple/swift-argument-parser (apple/swift-argument-parser)
v1.8.1Compare Source
Fixes
ParsableCommand.parse()and.parseAsRoot()were pre-empted by newasyncversions. The new asynchronous entry points are now namedasyncParse()andasyncParseAsRoot(), respectively. Clients that have already updated their code with theawaitkeyword can resolve the new warning by calling the new APIs or by removing the keyword. ([#908])generate-manualplugin that selected the wrong destination for the generated manual. ([#910])v1.8.0Compare Source
Additions
NameSpecificationand its elements now conform toExpressibleByStringLiteral, allowing simplified option and flag name declarations. For example,[.customLong("hex-output"), .customShort("x")]can now be written as"--hex-output -x". ([#745])@Optioninitializers accept adefaultAsFlag:parameter, creating options that work both as a bare flag (--format) and as an option with a value (--format json). ([#830])AsyncParsableCommandtypes are now implemented viaasync/awaitinstead of viaDispatchSemaphore. ([#855])Changes
swift-argument-parserhas been updated to Swift 6. Users of older Swift versions can continue using version 1.7.1 of the library. ([#882])Fixes
@Flag var x: Bool?without aninversion:parameter now produces a useful diagnostic message. ([#892])The 1.8.0 release includes contributions from [bkhouri], [natecook1000], [qflen], [rauhul], and [rgoldberg]. Thank you!
v1.7.1Compare Source
Changes
aliasesto the dump-help output. ([#813])Examples/math. ([#879])Fixes
--helpoutput for nested subcommands with default subcommands. ([#866])@OptionGrouptype names from appearing in help usage strings. ([#873])The 1.7.0 release includes contributions from [bkhouri], [bob-wilson], [jglogan],
[kphrx], [louisunlimited], [natecook1000], [rauhul], [rgoldberg], [salmanmkc],
[stackotter], and [William-Laverty]. Thank you!
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.