gulpjs / undertaker

Task registry that allows composition through series/parallel methods.
MIT License
200 stars 31 forks source link

Feature bump dependencies #40

Closed erikkemperman closed 9 years ago

erikkemperman commented 9 years ago

Noticed that I was getting the WeakMap ponyfill even though I have it natively. That doesn't happen with latest es6-weak-map.

Might as well bump some other dependencies too. The one on promised-del is no longer needed because latest del knows about Promises.

phated commented 9 years ago

Yeah, I was using that explicit check but noticed some weird things in node 0.12 (i think). This will also need to be updated in https://github.com/phated/last-run/blob/master/index.js which uses the same technique.

erikkemperman commented 9 years ago

Actually I was thinking I ought to visit dependencies on some other repositories, will visit last-run also.

I am slightly OCD about aligning versions... So I might be inclined to rapid-fire some related PRs your way a bit later. Some think me pedantic that way, though, so let me know if you'd rather I didn't!

erikkemperman commented 9 years ago

Quite a deluge, I binged on npm-check-updates -a.

No rush, obviously. But for folks getting their feet wet (like me) it helps if things like test infrastructure is more or less uniform across the related repos. So I figure you'll want to do something like this at some point.

EDIT One more thing and I promise I'll go away for a good while: some of these repositories have .travis.yml but my PRs didn't trigger a rebuild.