AtomLinter / linter-glsl

Atom package that lints GLSL shaders on the fly.
https://atom.io/packages/linter-glsl
MIT License
15 stars 6 forks source link

chore(package): update atom-package-deps to version 3.0.7 #16

Closed andystanton closed 8 years ago

andystanton commented 8 years ago

http://greenkeeper.io/

Arcanemagus commented 8 years ago

It looks like if your specs pass with the new version of a dependency and it is covered by your current range it doesn't send in a PR... but it leaves the branch around.

andystanton commented 8 years ago

Yes, I was confused by this behaviour - I was expecting a PR.

I'm not familiar with npm or apm best practices but given the dependencies are installed per package, I think it might be a better idea to use concrete versions rather than caret ranges.

Arcanemagus commented 8 years ago

caret ranges aren't working properly in Atom on Windows anyway: https://github.com/atom/atom/issues/9775

You can certainly move to concrete versions, just a warning though Greenkeeper will send a PR for every update then, since every update would be outside your allowed range.