Skip to content

Commit

Permalink
chore(deps): update dependency nicklockwood/swiftformat to from: "0.5…
Browse files Browse the repository at this point in the history
…4.5" (#1227)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nicklockwood/SwiftFormat](https://redirect.github.com/nicklockwood/SwiftFormat)
| patch | `from: "0.54.4"` -> `from: "0.54.5"` |

---

### Release Notes

<details>
<summary>nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)</summary>

###
[`v0.54.5`](https://redirect.github.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0545-2024-09-11)

[Compare
Source](https://redirect.github.com/nicklockwood/SwiftFormat/compare/0.54.4...0.54.5)

-   Fixed crash in `unusedArguments` rule
- Fixed bug where `preferForLoop` failed if `forEach` contains `guard
... else { return }`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
Co-authored-by: Chuck Grindel <[email protected]>
  • Loading branch information
1 parent 5be2237 commit f581c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pkg_manifest_minimal/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.1"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.4"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.54.5"),
.package(path: "third_party/my_local_package"),
.package(path: "third_party/NotThatAmazingModule"),
]
Expand Down

0 comments on commit f581c41

Please sign in to comment.