chore: Manual dependency updates#1781
Open
KaylaBrady wants to merge 8 commits into
Open
Conversation
KaylaBrady
commented
Jun 10, 2026
| @@ -1,2 +1,6 @@ | |||
| --disable wrapMultilineStatementBraces | |||
| --disable trailingCommas | |||
Collaborator
Author
There was a problem hiding this comment.
disabled these new rules from the latest SwiftFormat version based mostly on preference.
redundantViewBuilder I disabled b/c I saw mention in the changelog of it having issues in an earlier version and I don't remember / haven't looked into the consequences of removing the annotation when it is actually needed.
thedecaftony
approved these changes
Jun 10, 2026
thedecaftony
left a comment
There was a problem hiding this comment.
Is there a formatter that we use for the project?
Collaborator
Author
|
@thedecaftony we use SwiftFormat on the iOS side and Spotless for kotlin. Both Run as part of our pre-commit hoooks automatically |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ticket: Manual dependency updates
What is this PR for?
A few manual updates for things dependabot doesn't catch.
Note for Review:
I've updated the next manual update ticket to remove the below steps I believe to be unnecessary, please confirm that is the case.
Items that are mentioned in the ticket but not included in this PR or the next manual update ticket
Testing
What testing have you done?