pauljamescleary/scala-pet-store

Add scala-steward to project

zakpatterson opened this issue · 6 comments

Scala Steward automatically submits PRs for upgrading dependencies.

Example PR by scala steward:
typelevel/cats#2660

Many typelevel projects use it:
https://github.com/fthomas/scala-steward/blob/master/repos.md

Agree? I'll submit PR to scala steward.

Nice, looks great, I will have to use it in some other projects

PR was merged, will have to see if PRs start coming in

I suspect initially it will just be bad because of tsec, but that should clear up. Our current dependencyUpdates backlog is:

[info]   com.beachape:enumeratum-circe       : 1.5.17    -> 1.5.18                      
[info]   io.circe:circe-generic              : 0.10.1                 -> 0.11.0         
[info]   io.circe:circe-generic-extras       : 0.10.1                 -> 0.11.0         
[info]   io.circe:circe-literal              : 0.10.1                 -> 0.11.0         
[info]   io.circe:circe-parser               : 0.10.1                 -> 0.11.0         
[info]   io.github.jmcardon:tsec-common      : 0.0.1-M11 -> 0.0.1-RC1                   
[info]   io.github.jmcardon:tsec-http4s      : 0.0.1-M11 -> 0.0.1-RC1                   
[info]   io.github.jmcardon:tsec-jwt-mac     : 0.0.1-M11 -> 0.0.1-RC1                   
[info]   io.github.jmcardon:tsec-jwt-sig     : 0.0.1-M11 -> 0.0.1-RC1                   
[info]   io.github.jmcardon:tsec-mac         : 0.0.1-M11 -> 0.0.1-RC1                   
[info]   io.github.jmcardon:tsec-password    : 0.0.1-M11 -> 0.0.1-RC1                   
[info]   io.github.jmcardon:tsec-signatures  : 0.0.1-M11 -> 0.0.1-RC1                   
[info]   org.flywaydb:flyway-core            : 4.2.0                            -> 5.2.4
[info]   org.http4s:http4s-blaze-client:test : 0.20.0-M3 -> 0.20.0-M4                   
[info]   org.http4s:http4s-blaze-server      : 0.20.0-M3 -> 0.20.0-M4                   
[info]   org.http4s:http4s-circe             : 0.20.0-M3 -> 0.20.0-M4                   
[info]   org.http4s:http4s-dsl               : 0.20.0-M3 -> 0.20.0-M4                   
[info]   org.tpolecat:tut-core:tut           : 0.6.4     -> 0.6.10                      
[info]   org.typelevel:cats-core             : 1.4.0                  -> 1.5.0

Oof, the steward is going nuts!

Yeah once we're up to speed it should be quieter, plus having an open PR for each upstream update that we're in conflict with is great.

Each time we merge any PR tho, N travis builds will start up for each individual outstanding steward PR.

Since you've merged a few, and we've seen the steward go ahead and update it's unmerged PRs, I'll close this.