-
Notifications
You must be signed in to change notification settings - Fork 4
Update Swift #68
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
base: main
Are you sure you want to change the base?
Update Swift #68
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #68 +/- ##
=======================================
Coverage 89.17% 89.17%
=======================================
Files 169 169
Lines 19666 19666
Branches 296 296
=======================================
Hits 17538 17538
Misses 2125 2125
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6ae8f5c to
5d75190
Compare
5d75190 to
0ebbc55
Compare
0ebbc55 to
bd43fcd
Compare
|
bd43fcd to
cd92d7f
Compare
cd92d7f to
c7c2d7f
Compare
|
c7c2d7f to
cfc7c94
Compare
|



This PR contains the following updates:
from: "1.5.1"->from: "1.6.2"from: "1.18.4"->from: "1.18.7"Release Notes
apple/swift-argument-parser (apple/swift-argument-parser)
v1.6.2Compare Source
Fixes
v1.6.1Compare Source
Fixes
to
ExpressibleByArgumentorParsableArguments. ([#792])v1.6.0Compare Source
Additions
CaseIterabletypes can now provide help descriptions on a per-value basis. ([#647])generate-docc-referenceplugin generates a DocC reference folder for your CLI tool. ([#694], [#754], [#773])Changes
([#692], [#693], [#696], [#698], [#699], [#700], [#701], [#708], [#711], [#718], [#716], [#714], [#712], [#732], [#730], [#746], [#747], [#760])
CompletionKind.customnow 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 beasync. The single-argument closure version ofCompletionKind.customis deprecated with this release. ([#763], [#770], [#782])ParsableArgumentsandExpressibleByArgumentnow conform toSendableMetatypewhen builing with a minimum Swift 6.2 compiler. ([#789])Fixes
Please note: numerous longstanding issues still remain in the completion scripts (mainly involving quoting/escaping); they will be fixed over time.
A special thanks to @rgoldberg for the investment in completion script quality!
([#727], [#735], [#738], [#740], [#762], [#763], [#775], [#770], [#777], [#767])
generate-manualplugin. ([#663], [#667])([#676], [#707], [#705], [#720], [#666], [#724], [#731], [#766], [#685], [#729], [#736], [#741])
ToolInfo. ([#669], [#697])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.7Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-snapshot-testing@1.18.6...1.18.7
v1.18.6Compare Source
What's Changed
assertInlineSnapshotfrom a non-main queue running on the main thread (#1012).Full Changelog: pointfreeco/swift-snapshot-testing@1.18.5...1.18.6
v1.18.5Compare 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.
This PR was generated by Mend Renovate. View the repository job log.