Update swift dependencies#21
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
89abe30 to
893c7fd
Compare
893c7fd to
64dee6a
Compare
409d6e2 to
9905056
Compare
9905056 to
5d0423e
Compare
74080ab to
8c0186b
Compare
8c0186b to
b8a299d
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.6.2"→from: "1.8.2"from: "4.2.0"→from: "4.2.1"Release 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!
onevcat/Rainbow (onevcat/Rainbow)
v4.2.1Compare Source
Fixed
Entry.plainTextconcatenation for better performance. (#86)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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.