Commit 65dd1eb
chore(deps): update dependency nicklockwood/swiftformat to from: "0.55.0" (#1344)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[nicklockwood/SwiftFormat](https://redirect.github.com/nicklockwood/SwiftFormat)
| minor | `from: "0.54.6"` -> `from: "0.55.0"` |
---
### Release Notes
<details>
<summary>nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)</summary>
###
[`v0.55.0`](https://redirect.github.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0550-2024-11-16)
[Compare
Source](https://redirect.github.com/nicklockwood/SwiftFormat/compare/0.54.6...0.55.0)
- Added `docCommentsBeforeModifiers` rule to hoist doc comments above
declaration modifiers
- Added `unusedPrivateDeclarations` rule to remove unused `private` or
`fileprivate` declarations
- Added `propertyTypes` rule to control the use of inferred or explicit
types for properties
- Renamed the `--redundanttype` option to `--propertytypes` as it's
shared by both rules
- Added `--ranges preserve` and `--operatorfunc preserve` options
- Added `--languagemode` option to specify if you are using Swift 5 or 6
language mode
- The `organizeDeclarations` rule can now sort declarations by
name/type/visibility/etc
- Fixed `organizeDeclarations` bug where `--beforemarks` unexpectedly
matched keywords in function bodies
- Fixed missing lint output for `organizeDeclarations` rule
- Fixed bug in `markTypes` rule for chained protocol extension names
- Renamed the confusing `--onelineforeach` option to `--inlinedforeach`
- Git info can now be used in header comments when formatting code from
stdin
- You can now use the `--outputtokens` option to print output as tokens
in JSON format
- Each rule and test is now defined in a separate file to make it easier
to maintain/contribute
- Updated minimum Swift version for building SwiftFormat to 5.3 (you can
still format older Swift code)
- Docker build now uses static Linux SDK
</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>1 parent 85bd586 commit 65dd1eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments