Skip to content

Commit 85acdb7

Browse files
chore(deps): update dependency nicklockwood/swiftformat from 0.56.2 to 0.56.4 (#693)
- Update documentation in DEVELOP about minimal version to use for CLI (0.56.2) - Update packages Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre-Yves Lapersonne <[email protected]>
1 parent ab64d91 commit 85acdb7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/DEVELOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ brew install gitleaks
5656
brew install swiftlint
5757
# or `brew reinstall swiftlint` to get updates if old version installed
5858

59-
# For SwiftFormat (at least 0.52.4)
59+
# For SwiftFormat (at least 0.56.2)
6060
brew install swiftformat
6161
# or `brew reinstall swiftformat` to get updates if old version installed
6262

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Changed
1010

11+
- [Tool] Update `SwiftFormat` Swift Package from v0.56.2 to v0.56.4
1112
- Optional accessibility identifiers for items of radio picker and checkbox picker components
1213
- Update the names and the order of the divider colors (Orange-OpenSource/ouds-ios#712)
1314
- In low power mode, stop animations of loading button (Orange-OpenSource/ouds-ios#661)

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let package = Package(
6767
// Linter for Swift code
6868
.package(url: "https://github.com/SimplyDanny/SwiftLintPlugins", exact: "0.59.1"),
6969
// Formatter for Swift code
70-
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.2"),
70+
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.56.4"),
7171
],
7272

7373
// MARK: - Targets

0 commit comments

Comments
 (0)