gulpjs / liftoff

Launch your command line tool with ease.
MIT License
840 stars 52 forks source link

Update dependency versions and update node versions of CI targets. #97

Closed sttk closed 5 years ago

sttk commented 5 years ago

This pr is based on #94, and updates versions of dependencies and test targets for reducing vulnerability prints by npm as possible and preparing to modify to fix a gulp-cli's bug.

phated commented 5 years ago

@sttk just a few comments. I think we can inline this with the patterns I was doing with the other gulpjs projects (like https://github.com/gulpjs/sparkles) - this was the last module I still needed to do that to, sorry.

sttk commented 5 years ago

@phated I've modified as you pointed out except using 'eslint-config-gulp'. But it's ok to replace this pr by your update.

phated commented 5 years ago

This was rebased and merged.

Closed by 7853fd33d6f97c2abb5f81b7197736f0e0a1d971

I also converted the project to eslint-config-gulp at c0fc65fdfc2ca3cc3dcc6fa241b938496be5df7c

Thanks @sttk!

sttk commented 5 years ago

@phated Thanks!