chore(deps): update ghcr.io/nicklockwood/swiftformat docker tag to v0.58.1 - abandoned #5404
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.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.57.2
->0.58.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nicklockwood/SwiftFormat (ghcr.io/nicklockwood/swiftformat)
v0.58.1
Compare Source
async
effect could be confused forasync
modifier, breakingdocCommentsBeforeModifiers
rule in protocol body with async functionswrapAttributes
rule would unexpectedly wrapasync
effect.swift-version
file was ignored if not also using config fileredundantAsync
ignoredawait
keyword in string interpolationacronyms
rule would incorrectly always capitalize potentially matching acronyms one letter before end of identifierredundantLet
rule to handle#Preview
macrov0.58.0
Compare Source
noForceUnwrapInTests
ruleredundantThrows
ruleredundantAsync
rulepreferFinalClasses
ruletrailingCommas
rule to handle cases now supported by Swift 6.2trailingClosures
rule to support multiple trailing closures--allow-partial-wrapping false
option to disallow partial wrapping of functions and collectionspropertyTypes
rule to support array, dictionary, and set literalsorganizeDeclarations
threshold options to organize types without adding marks--type-body-marks remove
option toorganizeDeclarations
organizeDeclarations
to support organizing protocol bodiesorganizeDeclarations
to treatassociatedtype
declarations as nested types, liketypealias
declarations.--blank-line-after-switch-case always
option toblankLineAfterSwitchCase
--default-test-suite-attributes
option topreferSwiftTesting
rule--markdown-files
options tostrict
andlenient
redundantPublic
rule to apply to private typestrailingClosures
andtrailingCommas
rules to support optional function callsmarkTypes
rule wouldn't add marks after extensionsredundantPublic
broke@_spi
annotated membershoistTry
rule could break@Test
attributeredundantVoidReturnType
rule could accidentally remove closure typeblankLinesAroundMark
not ignoring trailing comments at start of scopethrowingTests
rule tonoForceTryInTests
singlePropertyPerLine
to preserveasync let
declarationsConfiguration
📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.