Skip to content

Commit 9fcbdc3

Browse files
chore(deps): update dependency swiftlint to v0.59.0 (#593)
Signed-off-by: Pierre-Yves Lapersonne <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre-Yves Lapersonne <[email protected]>
1 parent df9a09d commit 9fcbdc3

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

.github/DEVELOP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ brew install peripheryapp/periphery/periphery
5151
brew install gitleaks
5252
# or `brew reinstall gitleaks` to get updates if old version installed
5353

54-
# For SwiftLint (at least 0.57.0)
54+
# For SwiftLint (at least 0.59.0)
5555
brew install swiftlint
5656
# or `brew reinstall swiftlint` to get updates if old version installed
5757

.swiftlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313

1414
# More details at https://realm.github.io/SwiftLint
15-
# Expected SwiftLint v0.57.0 (at least)
15+
# Expected SwiftLint v0.59.0 (at least)
1616

1717
strict: true
1818

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased](https://github.com/Orange-OpenSource/ouds-ios/compare/0.13.0...develop)
88

9+
### Changed
910

11+
- [Tool] Update `SwiftLint` pod from v0.58.2 to v0.59.0
1012

1113
## [0.13.0](https://github.com/Orange-OpenSource/ouds-ios/compare/0.12.0...0.13.0) - 2025-04-11
1214

DesignToolbox/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use_frameworks!
1616
platform :ios, '15.0'
1717

1818
target 'DesignToolbox' do
19-
pod 'SwiftLint', '0.58.2'
19+
pod 'SwiftLint', '0.59.0'
2020
pod 'SwiftFormat/CLI', '0.55.5'
2121
end
2222

DesignToolbox/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
22
- SwiftFormat/CLI (0.55.5)
3-
- SwiftLint (0.58.2)
3+
- SwiftLint (0.59.0)
44

55
DEPENDENCIES:
66
- SwiftFormat/CLI (= 0.55.5)
7-
- SwiftLint (= 0.58.2)
7+
- SwiftLint (= 0.59.0)
88

99
SPEC REPOS:
1010
trunk:
@@ -13,8 +13,8 @@ SPEC REPOS:
1313

1414
SPEC CHECKSUMS:
1515
SwiftFormat: 548c7b221429101546d3caeeeb672f11578df0ad
16-
SwiftLint: 365bcd9ffc83d0deb874e833556d82549919d6cd
16+
SwiftLint: bb7ba8326d0d93e60d6d1715fc7d4609dec5c76d
1717

18-
PODFILE CHECKSUM: 3fab16638dea39bbdd7c0959b42ea8633a8ee36a
18+
PODFILE CHECKSUM: 85843e05ad7798320f20947f7e46c225dc09588b
1919

2020
COCOAPODS: 1.16.2

DesignToolbox/Pods/Manifest.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
123 KB
Binary file not shown.

0 commit comments

Comments
 (0)