Skip to content

Update swift dependencies#21

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/swift-dependencies
Open

Update swift dependencies#21
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/swift-dependencies

Conversation

@renovate

@renovate renovate Bot commented Dec 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
apple/swift-argument-parser minor from: "1.6.2"from: "1.8.2"
onevcat/Rainbow patch from: "4.2.0"from: "4.2.1"

Release Notes

apple/swift-argument-parser (apple/swift-argument-parser)

v1.8.2

Compare Source

Fixes
  • Fixes fish completion scripts for certain flag and option names. ([#​911])
  • Resolves a build warning by making an implicit Int32 cast explicit on Windows. ([#​913])

The 1.8.2 release includes contributions from [compnerd] and [rgoldberg]. Thank you!


v1.8.1

Compare Source

Fixes
  • Reverts a source compatibility regression in the 1.8.0 release, where existing calls to ParsableCommand.parse() and .parseAsRoot() were pre-empted by new async versions. The new asynchronous entry points are now named asyncParse() and asyncParseAsRoot(), respectively. Clients that have already updated their code with the await keyword can resolve the new warning by calling the new APIs or by removing the keyword. ([#​908])
  • Resolves an issue with the generate-manual plugin that selected the wrong destination for the generated manual. ([#​910])

v1.8.0

Compare Source

Additions
  • NameSpecification and its elements now conform to ExpressibleByStringLiteral, allowing simplified option and flag name declarations. For example, [.customLong("hex-output"), .customShort("x")] can now be written as "--hex-output -x". ([#​745])
  • New @Option initializers accept a defaultAsFlag: parameter, creating options that work both as a bare flag (--format) and as an option with a value (--format json). ([#​830])
  • Custom completion closures for AsyncParsableCommand types are now implemented via async/await instead of via DispatchSemaphore. ([#​855])
Changes
  • The minimum Swift version for swift-argument-parser has been updated to Swift 6. Users of older Swift versions can continue using version 1.7.1 of the library. ([#​882])
Fixes
  • Command aliases now appear in generated man-pages for both single-page and multi-page output. ([#​891])
  • Declaring @Flag var x: Bool? without an inversion: 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.1

Compare Source

Changes
  • Adds detailed documentation for providing descriptions of enum values. ([#​825])
  • Adds aliases to the dump-help output. ([#​813])
  • Improves zsh completions; prevents bash completion cleanup commands from being appended to shell history. ([#​864], [#​859])
  • Eliminates deprecation warnings in Examples/math. ([#​879])
Fixes

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.0

Compare Source

Additions
  • Access the state of an ancestor command using the new @ParentCommand property wrapper. ([#​802])
Fixes
  • Corrects the help display for an case iterable option value type. ([#​821])
  • Fixes ArgumentParser build failure for WASI (WebAssembly System Interface). ([#​794])
  • Updates help text for readability in Repeat example and README. ([#​787])
  • Provides an ambiguity breaker for some ExpressibleByArgument types. ([#​841])
  • Shell completion script fixes. ([#​801], [#​808], [#​811])
Changes
  • docc: Updates the output to present the string representation of command arguments as a wrapped text block. ([#​791])
  • Uses Foundation Essentials when possible to reduce binary size on non-Darwin platforms. ([#​804])
  • CMake: Suppress needlessly alarming messages. ([#​628])

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.1

Compare Source

Fixed
  • Optimized Entry.plainText concatenation for better performance. (#​86)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/swift-dependencies branch from 89abe30 to 893c7fd Compare December 19, 2025 12:50
@renovate renovate Bot changed the title Update dependency apple/swift-argument-parser to from: "1.7.0" Update swift dependencies Dec 19, 2025
@renovate renovate Bot force-pushed the renovate/swift-dependencies branch from 893c7fd to 64dee6a Compare March 2, 2026 18:42
@renovate renovate Bot force-pushed the renovate/swift-dependencies branch 2 times, most recently from 409d6e2 to 9905056 Compare March 26, 2026 16:41
@renovate renovate Bot force-pushed the renovate/swift-dependencies branch from 9905056 to 5d0423e Compare April 1, 2026 19:01
@renovate renovate Bot force-pushed the renovate/swift-dependencies branch 2 times, most recently from 74080ab to 8c0186b Compare May 27, 2026 17:39
@renovate renovate Bot force-pushed the renovate/swift-dependencies branch from 8c0186b to b8a299d Compare June 4, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants