Skip to content

ci: bump nicklockwood/SwiftFormat from 0.60.1 to 0.61.0#4

Merged
hollyschilling-cio merged 1 commit intomainfrom
dependabot/github_actions/nicklockwood/SwiftFormat-0.61.0
Apr 14, 2026
Merged

ci: bump nicklockwood/SwiftFormat from 0.60.1 to 0.61.0#4
hollyschilling-cio merged 1 commit intomainfrom
dependabot/github_actions/nicklockwood/SwiftFormat-0.61.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps nicklockwood/SwiftFormat from 0.60.1 to 0.61.0.

Release notes

Sourced from nicklockwood/SwiftFormat's releases.

0.61.0

  • Added wrapCaseBodies rule
  • Added redundantEmptyView rule
  • Added preferSwiftStringAPI rule
  • Added --test-case-access-control option for testSuiteAccessControl rule
  • Updated sortImports to support --import-grouping length,alpha
  • Updated --self-required to support assignment type names like OSLogMessage
  • Updated --suite-name-format default value to preserve
  • Fixed conditional import parsing with access modifiers
  • Fixed infinite loop in organizeDeclarations when opening brace has a trailing comment
  • Fixed closing brace indentation with --trimwhitespace nonblank-lines
  • Fixed indentation of multiline raw string literals with --indent-strings
  • Fixed redundantParens incorrectly removing () from @MainActor closure signatures
  • Fixed wrapping inside parens of function declarations with no parameters
  • Fixed extensionAccessControl incorrectly hoisting public onto extensions of nested internal types
  • Fixed spaceAroundParens incorrectly removing space after nonisolated(nonsending) modifier
  • Fixed noGuardInTests incorrectly transforming guard #available conditions
  • Fixed trailing comma for @convention closures
  • Fixed number handling in Swift Testing test case name conversion
  • Fixed redundantSelf inserting self. inside #if/#elseif compiler directive conditions
Changelog

Sourced from nicklockwood/SwiftFormat's changelog.

0.61.0 (2026-04-11)

  • Added wrapCaseBodies rule
  • Added redundantEmptyView rule
  • Added preferSwiftStringAPI rule
  • Added --test-case-access-control option for testSuiteAccessControl rule
  • Updated sortImports to support --import-grouping length,alpha
  • Updated --self-required to support assignment type names like OSLogMessage
  • Updated --suite-name-format default value to preserve
  • Fixed conditional import parsing with access modifiers
  • Fixed infinite loop in organizeDeclarations when opening brace has a trailing comment
  • Fixed closing brace indentation with --trimwhitespace nonblank-lines
  • Fixed indentation of multiline raw string literals with --indent-strings
  • Fixed redundantParens incorrectly removing () from @MainActor closure signatures
  • Fixed wrapping inside parens of function declarations with no parameters
  • Fixed extensionAccessControl incorrectly hoisting public onto extensions of nested internal types
  • Fixed spaceAroundParens incorrectly removing space after nonisolated(nonsending) modifier
  • Fixed noGuardInTests incorrectly transforming guard #available conditions
  • Fixed trailing comma for @convention closures
  • Fixed number handling in Swift Testing test case name conversion
  • Fixed redundantSelf inserting self. inside #if/#elseif compiler directive conditions
Commits
  • 397309e Update for 0.61.0 release
  • 09fe3ee Disable preferSwiftStringAPI by default due to iOS 16 / macOS 13 API availa...
  • 591d9c2 Update prepare_release.sh to build after formatting with new SwiftFormat ve...
  • 4ace97e Fix conditional import parsing with access modifiers (#2494)
  • 78836b9 Replace objc string methods with swift equivalents #2292 (#2491)
  • 05d684a Fix indentation of multiline raw string literals with --indent-strings (#2484)
  • d24b89a Bump the github-actions group with 7 updates (#2483)
  • 835f6f2 Fix infinite loop in organizeDeclarations when opening brace has a trailing...
  • c0b2441 Skip lint CI job for PRs with no diff (#2481)
  • a7681c9 Skip CI build / test jobs for PRs with empty diffs (#2479)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nicklockwood/SwiftFormat](https://github.com/nicklockwood/swiftformat) from 0.60.1 to 0.61.0.
- [Release notes](https://github.com/nicklockwood/swiftformat/releases)
- [Changelog](https://github.com/nicklockwood/SwiftFormat/blob/main/CHANGELOG.md)
- [Commits](nicklockwood/SwiftFormat@0.60.1...0.61.0)

---
updated-dependencies:
- dependency-name: nicklockwood/SwiftFormat
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 13, 2026
@hollyschilling-cio hollyschilling-cio merged commit 1e58dfb into main Apr 14, 2026
6 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/nicklockwood/SwiftFormat-0.61.0 branch April 14, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant