Skip to content

Commit a5aebc5

Browse files
chore(deps): update dependency nicklockwood/swiftformat to from: "0.55.3" (#1361)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [nicklockwood/SwiftFormat](https://redirect.github.com/nicklockwood/SwiftFormat) | patch | `from: "0.55.2"` -> `from: "0.55.3"` | --- ### Release Notes <details> <summary>nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)</summary> ### [`v0.55.3`](https://redirect.github.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0553-2024-11-26) [Compare Source](https://redirect.github.com/nicklockwood/SwiftFormat/compare/0.55.2...0.55.3) - Fixed bug where `sortTypealiases` rule could mangle generic types, or ones using the `any` keyword - The `preferKeyPaths` rule now only uses `\\.self` for Swift 6 and later (fix din't land yet in 5.10) - Added speculative fix for plugin `artifactbundle` not working on `ubuntu-latest` </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://redirect.github.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 257bc26 commit a5aebc5

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.5.0"),
99
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
10-
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.2"),
10+
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.3"),
1111
.package(path: "third_party/my_local_package"),
1212
.package(path: "third_party/NotThatAmazingModule"),
1313
]

0 commit comments

Comments
 (0)