Skip to content

Commit 280609c

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
and
Self-hosted Renovate Bot
authored
chore(deps): update dependency nicklockwood/swiftformat to from: "0.51.13" (#490)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [nicklockwood/SwiftFormat](https://togithub.com/nicklockwood/SwiftFormat) | patch | `from: "0.51.12"` -> `from: "0.51.13"` | --- ### Release Notes <details> <summary>nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)</summary> ### [`v0.51.13`](https://togithub.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#05113-2023-07-18) [Compare Source](https://togithub.com/nicklockwood/SwiftFormat/compare/0.51.12...0.51.13) - Fixed bug where importing a type caused the `redundantSelf` rule to be silently disabled - Fixed bug where `unusedArguments` would remove an argument that was used after an `if` - Fixed Windows support and added Windows release binaries (thanks to Saleem Abdulrasool) - Added support for `package` keyword in `organizeDeclarations` rule </details> --- ### Configuration 📅 **Schedule**: 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMC4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent da65028 commit 280609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pkg_manifest_minimal/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
99
.package(url: "https://github.com/apple/swift-log", from: "1.5.2"),
10-
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.51.12"),
10+
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.51.13"),
1111
.package(path: "third_party/my_local_package"),
1212
]
1313
)

0 commit comments

Comments
 (0)