Skip to content

chore(deps): update dependency nicklockwood/swiftformat to from: "0.61.0"#482

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nicklockwood-swiftformat-0.x
Closed

chore(deps): update dependency nicklockwood/swiftformat to from: "0.61.0"#482
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nicklockwood-swiftformat-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 3, 2026

This PR contains the following updates:

Package Update Change
nicklockwood/SwiftFormat minor from: "0.59.1"from: "0.61.0"

Release Notes

nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)

v0.61.0

Compare Source

  • 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

v0.60.1

Compare Source

  • Fixed issue where redundantSendable rule would unexpectedly remove Sendable conformance on type defined in public extension
  • Fixed issue where redundantSendable rule would leave behind extra space when removing :
  • Renamed redundantProperty rule to redundantVariable
  • Updated redundantVariable rule to preserve variables with explicit type annotations
  • Updated enumNamespaces rule to preserve Swift Testing suites as structs

v0.60.0

Compare Source

  • Added redundantSwiftTestingSuite rule
  • Added redundantSendable rule
  • Added preferExplicitFalse rule
  • Added support for :: module selector syntax
  • Added support for value generics syntax
  • Updated swiftTestingTestCaseNames to use raw identifiers by default
  • Updated swiftTestingTestCaseNames to use UpperCamelCase for test suite names
  • Updated redundantSelf to handle guard statements
  • Updated unusedArguments to handle for loop variables
  • Updated redundantType to better handle Set literals
  • Updated redundantParents to remove empty parens from attributes
  • Updated sortImports to sort imports by access control
  • Updated blankLinesBetweenImports to preserve indentation when indent disabled
  • Updated unusedPrivateDeclaration rule to preserve private @Test functions
  • Updated preferSwiftTesting rule to convert tests in extensions within the same file
  • Updated --stdin-path to not require the file to actually exist
  • Updated simplifyGenericConstraints to avoid adding duplicate constraints
  • Updated blankLinesAroundMark to insert blank line before MARK at start of scope when allowed by blankLinesAtStartOfScope config
  • Updated redundantEquatable to preserve == implementation in types with Strideable conformance
  • Fixed handling of switch statements with #if blocks in several rules
  • Fixed issue where async function declarations were wrapped using wrapArguments instead of wrapParameters
  • Fixed issue where redundantViewBuilder would remove @ViewBuilder from protocol members
  • Fixed redundantSelf parsing issue with throwing closure return types and switch expressions in if let condition
  • Fixed trailingCommas rule incorrectly adding commas to if #available checks
  • Fixed guard...else indentation in wrapArguments with wrap-conditions
  • Fixed issue where simplifyGenericConstraints would leave dangling where keyword in protocol members
  • Fixed issue where trailingCommas didn't handle closure capture lists with macro expressions
  • Fixed indentation for closure parameters on separate lines
  • Fixed issue where .init would be removed in code like [Foo].init { ... } (not supported until Swift 6.4).
  • Fixed issue where .swift-version files were read from excluded directories
  • Fixed incorrect replacement of && operator with , inside a ternary condition
  • Fixed unusedArguments bug in code with try? await
  • Fixed handling of MainActor attributes in redundantViewBuilder

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 3, 2026
@jenkins-airside
Copy link
Copy Markdown
Contributor

jenkins-airside commented Mar 3, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@renovate renovate Bot force-pushed the renovate/nicklockwood-swiftformat-0.x branch from 17f9f3e to d6c7a3b Compare March 7, 2026 18:10
@renovate renovate Bot changed the title chore(deps): update dependency nicklockwood/swiftformat to from: "0.60.0" chore(deps): update dependency nicklockwood/swiftformat to from: "0.60.1" Mar 7, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 7, 2026
@renovate renovate Bot force-pushed the renovate/nicklockwood-swiftformat-0.x branch from d6c7a3b to 71433b7 Compare March 26, 2026 17:06
renovate-approve[bot]
renovate-approve Bot previously approved these changes Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/nicklockwood-swiftformat-0.x branch from 71433b7 to 49734a0 Compare April 1, 2026 20:53
renovate-approve[bot]
renovate-approve Bot previously approved these changes Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/nicklockwood-swiftformat-0.x branch from 49734a0 to 7e26832 Compare April 11, 2026 20:51
@renovate renovate Bot changed the title chore(deps): update dependency nicklockwood/swiftformat to from: "0.60.1" chore(deps): update dependency nicklockwood/swiftformat to from: "0.61.0" Apr 11, 2026
dnl-moh added a commit that referenced this pull request Apr 13, 2026
Bump Gemfile dependencies to latest:
- fastlane to 2.232.2 (with >= 2.229.1 security floor for addressable CVE)
- cocoapods to 1.16.2
- addressable to 2.9.0 (fixes SNYK-RUBY-ADDRESSABLE-15924312)
- plus all transitive bumps (aws-sdk-*, googleapis, activesupport, ...)

Supersedes PRs #466, #481, #482, #462, #463, #478, #479, #483, #485.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dnl-moh dnl-moh mentioned this pull request Apr 13, 2026
2 tasks
@dnl-moh
Copy link
Copy Markdown
Member

dnl-moh commented Apr 15, 2026

#486

@dnl-moh dnl-moh closed this Apr 15, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 15, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (from: "0.61.0"). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/nicklockwood-swiftformat-0.x branch April 15, 2026 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants