Update dependency apple/swift-argument-parser to v1.8.2#335
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency apple/swift-argument-parser to v1.8.2#335renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
27a7d3c to
ee4bd3d
Compare
ee4bd3d to
3bf6ed9
Compare
3bf6ed9 to
2bdef19
Compare
2bdef19 to
ea6eae5
Compare
ea6eae5 to
0e3620d
Compare
0e3620d to
eaf23be
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:
1.6.1→1.8.2Release Notes
apple/swift-argument-parser (apple/swift-argument-parser)
v1.8.2Compare Source
Fixes
fishcompletion scripts for certain flag and option names. ([#911])Int32cast explicit on Windows. ([#913])The 1.8.2 release includes contributions from [compnerd] and [rgoldberg]. Thank you!
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!
v1.7.0Compare Source
Additions
@ParentCommandproperty wrapper. ([#802])Fixes
ExpressibleByArgumenttypes. ([#841])Changes
docc: Updates the output to present the string representation of command arguments as a wrapped text block. ([#791])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.2Compare Source
Fixes
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.