alanshaw/david

Outdated status should respect supported node versions

Aperta

#95 aperta il 28 dic 2015

 (3 commenti) (1 reazione) (0 assegnatari)JavaScript (67 fork)batch import
help wanted

Metriche repository

Star
 (966 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Here is an example explaining the issue.

  • foo supports node version >= 0.10.0
  • foo depends on version 1.x.x of bar
  • bar version 2.0.0 is published and supports node version => 4.0.0
  • bar version 1.0.0 supports node version >= 0.10.0

David shouldn't show an outdated badge for foo, since foo is using the latest supported version of bar on the version of node that foo runs on.

Either that, or David should have an updated status for this special case.

Guida contributor