Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency ArgumentParser to v1.3.0 #166

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ArgumentParser http_archive minor 1.2.2 -> 1.3.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apple/swift-argument-parser (ArgumentParser)

v1.3.0

Compare Source

Changes
  • The @Option, @Argument, @Flag, and @OptionGroup property wrappers now
    conditionally conform to Sendable when the wrapper's Value type conforms. With this
    change, you can mark ParsableCommand types as Sendable when you want to be able to
    pass a parsed command across concurrent contexts. ([#​582])

    Migration: Users that aren't ready to resolve sendability warnings can add the
    @preconcurrency attribute to import ArgumentParser statements.

  • To support migration to Sendable annotation, the minimum Swift version for
    swift-argument-parser has been increased to Swift 5.7. Users of older Swift versions
    will be able to continue using version 1.2.3 of the library. ([#​582])

Additions
  • Help screens now include possible options for ExpressibleByArgument types
    with non empty allValueStrings. Types also conforming to CaseIterable do
    not need to manually implement allValueStrings, instead it is derived from
    allCases. ([#​594])
Fixes
  • The titles for nested option groups are preserved when embedded into commands without
    specifying a new title. ([#​592])
  • When wrapping help and error messages, the library now uses the COLUMNS environment
    variable when set, instead of immediately falling back to 80 columns. ([#​596])
  • Bash completion scripts now respect the extensions given in a .file(...) completion
    kind. ([#​590])
  • Bash completion scripts now properly escape command names that include hyphens. ([#​573])
  • Documentation improvements. ([#​572], [#​565], [#​602])

The 1.2.3 release includes contributions from [Alkenso], [compnerd], [gwynne],
[kennyyork], [natecook1000], [rauhul], [robertmryan], and [vlm]. Thank you!


v1.2.3

Compare Source

Additions
  • You can now use ArgumentParser with Musl libc. ([#​574])
Fixes
  • Fixes a bug where single-page manuals did not include command abstracts for
    subcommands. ([#​552])
  • Fixes a bug where non-optional properties in ParsableCommands could cause
    ArgumentParser to crash. You can now include properties like dictionaries in
    ParsableCommands without issue. ([#​554])
  • Fixes a configuration issue which would cause ArgumentParserTestHelpers to
    fail to link when building for Windows. ([#​579])

The 1.2.3 release includes contributions from [compnerd], [gwynne],
[MaxDesiatov], [natecook1000], and [rauhul]. Thank you!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/argumentparser-1.x branch 3 times, most recently from 29993e5 to 2d678f9 Compare December 15, 2023 13:31
@renovate renovate bot force-pushed the renovate/argumentparser-1.x branch 3 times, most recently from 20a6a02 to 5dee38b Compare December 26, 2023 17:09
@renovate renovate bot force-pushed the renovate/argumentparser-1.x branch from 5dee38b to 2a02d7f Compare December 26, 2023 17:12
@pepicrft pepicrft merged commit 4bed8a4 into main Dec 26, 2023
2 checks passed
@pepicrft pepicrft deleted the renovate/argumentparser-1.x branch December 26, 2023 17:13
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.

1 participant