-
Notifications
You must be signed in to change notification settings - Fork 5
Update dependency nicklockwood/SwiftFormat to from: "0.58.3" #130
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
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
changed the title
(削除) Update dependency nicklockwood/SwiftFormat to from: "0.58.0" (削除ここまで)
(追記) Update dependency nicklockwood/SwiftFormat to from: "0.58.1" (追記ここまで)
Sep 24, 2025
@renovate
renovate
bot
force-pushed
the
renovate/nicklockwood-swiftformat-0.x
branch
from
September 24, 2025 15:53
aab7a07
to
42c0121
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency nicklockwood/SwiftFormat to from: "0.58.1" (削除ここまで)
(追記) Update dependency nicklockwood/SwiftFormat to from: "0.58.2" (追記ここまで)
Sep 29, 2025
@renovate
renovate
bot
force-pushed
the
renovate/nicklockwood-swiftformat-0.x
branch
from
September 29, 2025 19:34
42c0121
to
2b2f5ab
Compare
@renovate
renovate
bot
changed the title
(削除) Update dependency nicklockwood/SwiftFormat to from: "0.58.2" (削除ここまで)
(追記) Update dependency nicklockwood/SwiftFormat to from: "0.58.3" (追記ここまで)
Oct 4, 2025
@renovate
renovate
bot
force-pushed
the
renovate/nicklockwood-swiftformat-0.x
branch
from
October 4, 2025 14:07
2b2f5ab
to
44034dc
Compare
Quality Gate Passed Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
⚠️ 1 public change detected ⚠️
Comparing renovate/nicklockwood-swiftformat-0.x
to main
🔀 1 Modification
Package.swift
.dependencies
🔀 Modified
// From .package(url: "https://github.com/nicklockwood/SwiftFormat", "0.57.2"..<"1.0.0") // To .package(url: "https://github.com/nicklockwood/SwiftFormat", "0.58.3"..<"1.0.0")
Analyzed targets: FileHandlingModule, PADCore, PADLogging, PADOutputGenerator, PADPackageFileAnalyzer, PADProjectBuilder, PADSwiftInterfaceDiff, PADSwiftInterfaceFileLocator, ShellModule, SwiftPackageFileHelperModule
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025年10月07日.
This PR contains the following updates:
from: "0.57.2"
->from: "0.58.3"
Release Notes
nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)
v0.58.3
Compare Source
[n of X]
syntax forInlineArray
in Swift 6.2redundantInit
rule could leave orphaned parenthesesredundantInit
was incorrectly applied to(Foo.self as Bar.Type)
expressionsredundantSelf
ruleacronyms
rule where one acronym overlaps anotherwrapArguments
rule--unknown-rules
option to support environments with older SwiftFormat versionsv0.58.2
Compare Source
modifierOrder
rule confusedasync
effect forasync
modifierredundantInit
rule to apply toinit
calls with single trailing closureREADME.md
to reflect actual precedence behavior between.swift-version
files and--swift-version
arguments.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 - 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 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.