gyandeeps / gruntify-eslint

Grunt plugin for Eslint
MIT License
14 stars 8 forks source link

Upper boundary to ESLint version in package.json #17

Closed xbill82 closed 8 years ago

xbill82 commented 8 years ago

Hi, I see that the current dependency for eslint is >=0.24.1. This is nice, but we recently hit an API change that broke our tests (one config param was renamed and all the tests failed). How about blocking the ESLint dependency version and binding it to the plugin version? (i.e. only bumping the dep version when bumping the plugin).

Thanks!

gyandeeps commented 8 years ago

Agreed. Please send in a PR for this then i will release 1.3.1 which sticks to eslint@1.x and do a separate release for eslint@2.x

WRidder commented 8 years ago

Agreed. Bumped into the same error. Upper boundary is welcome. Broke our builds last night.

gyandeeps commented 8 years ago

Fixed with https://github.com/gyandeeps/gruntify-eslint/pull/18

gyandeeps commented 8 years ago

New version 1.3.1 has been released.

gyandeeps commented 8 years ago

To use Eslint 2.x use gruntify-eslint 2.0