An in-range update of eslint-loader is breaking the build π¨
greenkeeper opened this issue Β· 2 comments
Version 1.8.0 of eslint-loader just got published.
Branch | Build failing π¨ |
---|---|
Dependency | eslint-loader |
Current Version | 1.7.1 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As eslint-loader is βonlyβ a devDependency of this project it might not break production or downstream projects, but βonlyβ your build or test tools β preventing new deploys or publishes.
I recommend you give this issue a high priority. Iβm sure you can resolve this πͺ
Status Details
- β continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
1.8.0- Added: support for eslint@^4.0.0
(#178 - @Aladdin-ADD)
Commits
The new version differs by 10 commits.
579e727
1.8.0
d25860a
chore: add package-lock.json and update yarn.lock
c9e9f12
Revert "Added: eslintPath option (#181)"
79fa82e
Remove unused dep (#170)
ff4737c
Added: eslintPath option (#181)
553d551
Merge pull request #178 from Aladdin-ADD/master
605f9a6
update: eslint@4.0.0
343e0bf
update: peerdep: eslint<5.0.0
2b76bcf
update: eslint@v4.0.0-rc.0 & fix errors
a29006e
update: .eslintrc
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot π΄
After pinning to 1.7.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 1.9.0 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
1.9.0- Added:
eslintPath
option so you can provide your own eslint path.
(#183 - @trungdq88)