jonschlinkert / template

Render templates from any engine. Make custom template types, use layouts on pages, partials or any custom template type, custom delimiters, helpers, middleware, routes, loaders, and lots more. Powers Assemble v0.6.0, Verb v0.3.0 and your application.
https://github.com/jonschlinkert
MIT License
52 stars 7 forks source link

Proposal: Dependency version monitoring #7

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello,

This project uses many different modules so it would be good idea to add automated dependency version monitoring. Easiest way to do that is use service like David.

[![Dependency Status](https://david-dm.org/jonschlinkert/template.svg)](https://david-dm.org/jonschlinkert/template)

Cheers

jonschlinkert commented 9 years ago

Thanks for the suggestion.

I'm pretty familiar with version monitoring. I'm not big fan of these badges, b/c they create a false sense of urgency - or more specifically - a false relationship between bumping versions and fixing/preventing bugs. There are many reasons to bump, and fixing a bug is only one of them. So for now I'm closing. I like to bump dependencies when there is a reason to do so.