anthonyshort / deku

Render interfaces using pure functions and virtual DOM
https://github.com/anthonyshort/deku/tree/master/docs
3.41k stars 130 forks source link

Update hihat to version 2.6.2 🚀 #378

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello :wave:

:rocket::rocket::rocket:

hihat just published its new version 2.6.2, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of hihat – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging :palm_tree:


The new version differs by 18 commits .

There are 18 commits in total. See the full diff.


This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap:

foray1010 commented 8 years ago

with ^ prefix, we will always install the newest version 2.x.x what is the point in updating package.json?

rstacruz commented 8 years ago

It's better to pin to exact versions (--save-exact) rather than rely on semver ranges.

All packages I publish (not deku) always use this scheme. There's been a lot of instances wherein, say, socket.io would be suddenly incompatible that could've been fixed by not using semver ranges.

With that said though, it doesn't seem like Deku uses exact versions (2.6.2), but rather semver ranges (^2.6.2).

anthonyshort commented 8 years ago

I'm down to use exact versions and rely on Greenkeeper to update them. It's a much nicer process and guarantees stability :+1:

rstacruz commented 8 years ago

that's a big :+1: for me, i'm more inclined to trust packages that use exact versions, personally.