kiliankoe / swift-outdated

A swift subcommand for displaying when your dependencies (SwiftPM or Xcode) are out of date
MIT License
342 stars 14 forks source link

Add ability to check branch/revision-pinned dependencies #43

Open davedelong opened 7 months ago

davedelong commented 7 months ago

swift-outdated skips dependencies that are pinned to a specific branch or revision, which seems like a sensible default.

I would like the ability to include an option to not skip those dependencies. If I'm joining an existing project, it can be helpful to know how out-of-date those dependencies are. Maybe they were pinned to a dev branch, but the needed changes have since been released, and the dependency can be updated to a normal tag version.

kiliankoe commented 7 months ago

Hey Dave! That's a great point, I'll see what I can do about adding this 👍