Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Update Change
apple/swift-argument-parser minor from: "1.5.1" -> from: "1.6.2"
pointfreeco/swift-snapshot-testing patch from: "1.18.4" -> from: "1.18.7"

Release Notes

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

v1.6.2

Compare Source

Fixes
  • Fixes an ArgumentParser build failure for WASI. ([#​794])

v1.6.1

Compare Source

Fixes
  • Resolves a source break for clients that have conditional conformances
    to ExpressibleByArgument or ParsableArguments. ([#​792])

v1.6.0

Compare Source

Additions
  • Options with CaseIterable types can now provide help descriptions on a per-value basis. ([#​647])
  • New API for accessing the shell and shell version while generating completions. ([#​680], [#​690])
  • The generate-docc-reference plugin generates a DocC reference folder for your CLI tool. ([#​694], [#​754], [#​773])
Changes
  • Testing and continuous integration improvements, including migrating to GitHub workflows.
    ([#​692], [#​693], [#​696], [#​698], [#​699], [#​700], [#​701], [#​708], [#​711], [#​718], [#​716], [#​714], [#​712], [#​732], [#​730], [#​746], [#​747], [#​760])
  • The associated closure for CompletionKind.custom now takes three parameters: the array of shell words currently in use for the completion request, the offset in that array for the word that completions are being requested for, and the prefix of that word that precedes the cursor. In addition, the associated closure can be async. The single-argument closure version of CompletionKind.custom is deprecated with this release. ([#​763], [#​770], [#​782])
  • ParsableArguments and ExpressibleByArgument now conform to SendableMetatype when builing with a minimum Swift 6.2 compiler. ([#​789])
Fixes

The 1.6.0 release includes contributions from [bripeticca], [cg-soft], [compnerd],
[dshan4585], [heckj], [natecook1000], [rauhul], [rgoldberg], and [Steelskin].
Thank you!


pointfreeco/swift-snapshot-testing (pointfreeco/swift-snapshot-testing)

v1.18.7

Compare Source

What's Changed

New Contributors

Full Changelog: pointfreeco/swift-snapshot-testing@1.18.6...1.18.7

v1.18.6

Compare Source

What's Changed

  • Fixed: Address potential main thread deadlock when invoking assertInlineSnapshot from a non-main queue running on the main thread (#​1012).

Full Changelog: pointfreeco/swift-snapshot-testing@1.18.5...1.18.6

v1.18.5

Compare Source

What's Changed

New Contributors

Full Changelog: pointfreeco/swift-snapshot-testing@1.18.4...1.18.5


Configuration

📅 Schedule: 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 added the iOS label Jun 30, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.67%. Comparing base (c3e211e) to head (c7c2d7f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #68   +/-   ##
=======================================
  Coverage   89.67%   89.67%           
=======================================
  Files         171      171           
  Lines       21420    21420           
  Branches      296      296           
=======================================
  Hits        19208    19208           
  Misses       2209     2209           
  Partials        3        3           
Flag Coverage Δ
uitests 84.49% <ø> (ø)
uitests-ios 84.49% <ø> (ø)
unittests 88.49% <ø> (ø)
unittests-ios 87.54% <ø> (ø)
unittests-react 83.37% <ø> (ø)
unittests-rust 89.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/swift branch from 6ae8f5c to 5d75190 Compare July 1, 2025 20:00
@renovate renovate bot changed the title Update dependency apple/swift-argument-parser to from: "1.6.0" Update dependency apple/swift-argument-parser to from: "1.6.1" Jul 1, 2025
@renovate renovate bot force-pushed the renovate/swift branch from 5d75190 to 0ebbc55 Compare July 19, 2025 03:00
@renovate renovate bot changed the title Update dependency apple/swift-argument-parser to from: "1.6.1" Update Swift Jul 19, 2025
@renovate renovate bot force-pushed the renovate/swift branch from 0ebbc55 to bd43fcd Compare July 23, 2025 19:42
@sonarqubecloud
Copy link

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants