You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): update dependency nicklockwood/swiftformat to from: "0.53.6" (#1008)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[nicklockwood/SwiftFormat](https://togithub.com/nicklockwood/SwiftFormat)
| patch | `from: "0.53.5"` -> `from: "0.53.6"` |
---
### Release Notes
<details>
<summary>nicklockwood/SwiftFormat (nicklockwood/SwiftFormat)</summary>
###
[`v0.53.6`](https://togithub.com/nicklockwood/SwiftFormat/blob/HEAD/CHANGELOG.md#0536-2024-04-11)
[Compare
Source](https://togithub.com/nicklockwood/SwiftFormat/compare/0.53.5...0.53.6)
- Fixed bug where a space was incorrectly added before a `.` operator
inside attribute arguments
- The `redundantType` rule no longer strips required explicit type from
`@Model` class default values
- Fixed issue where `redundantInit` didn't work on collection types
- The `redundantParens` rule now correctly handles `@MainActor` closures
- Fixed bug where required parens were removed around `each X` parameter
pack expressions
- Fixed issue where `--wrapreturntype if-multiline` didn't work with
arrays, dictionaries, tuples, or generic types
- The `spaceAroundParens/Brackets` rules now correctly insert a space
after `borrowing`/`consuming` and `isolated`
- Fixed spurious line breaks inserted between scoped `import` statements
- Added `--doccomments preserve` option to preserve all doc comments,
even if not followed by a declaration
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
0 commit comments