Patrick-Kladek / Callisto

Parse Clang Static Analyzer messages and pass them to Slack
MIT License
21 stars 3 forks source link

Dependencies Checker #15

Closed Patrick-Kladek closed 2 years ago

Patrick-Kladek commented 2 years ago

Description

Run pod outdated as part of CI and parse its results. Allow to ignore some Dependencies as updating may not be possible right now. Example output:

% pod outdated 
Updating spec repo `trunk`
Analyzing dependencies
The following pod updates are available:
- Alamofire 4.9.1 -> 4.9.1 (latest version 5.4.4)
- AlamofireImage 3.6.0 -> 3.6.0 (latest version 4.2.0)
- PromiseKit 6.5.0 -> 6.5.0 (latest version 6.15.3)
- Turf 1.2.0 -> 1.2.0 (latest version 2.1.0)

Tasks

Infos For Reviewer