Closed greenkeeper[bot] closed 6 years ago
After pinning to 8.2.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
babel-eslint was updated from 10.0.2
to 10.0.3
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Fixes #791, also eslint/eslint#12117
Some context: #793 (comment)
We ended up going with @JLHwung's PR #794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.
babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.
The new version differs by 39 commits.
183d13e
10.0.3
354953d
fix: require eslint dependencies from eslint base (#794)
48f6d78
10.0.2
0241b48
removed unused file reference (#773)
4cf0a21
10.0.1
98c1f13
Revert #584 (#697)
8f78e28
10.0.0
717fba7
test value should be switched
020d012
Treat type alias declarationlike function declaration (#584)
b400cb1
Test eslint5, update peerDep (#690)
c333bd6
Drop old monkeypatching behavior (#689)
6aa8b6f
9.0.0
c7ee9ae
Bump to babel@7.0.0 🎉 (#676)
3ece549
Docs: Make the default parserOptions more explicit (#673)
0b36951
Add logical assignment plugin (#674)
There are 39 commits in total.
See the full diff
devDependency
babel-eslint was updated from 10.0.3
to 10.1.0
.Your tests are passing again with this update. Explicitly upgrade to this version 🚀
The new version differs by 41 commits.
4bd049e
10.1.0
2c754a8
Update Babel to ^7.7.0 and enable Flow enums parsing (#812)
183d13e
10.0.3
354953d
fix: require eslint dependencies from eslint base (#794)
48f6d78
10.0.2
0241b48
removed unused file reference (#773)
4cf0a21
10.0.1
98c1f13
Revert #584 (#697)
8f78e28
10.0.0
717fba7
test value should be switched
020d012
Treat type alias declarationlike function declaration (#584)
b400cb1
Test eslint5, update peerDep (#690)
c333bd6
Drop old monkeypatching behavior (#689)
6aa8b6f
9.0.0
c7ee9ae
Bump to babel@7.0.0 🎉 (#676)
There are 41 commits in total.
See the full diff
☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.
Version 8.2.3 of babel-eslint was just published.
This version is covered by your current version range and after updating it in your project the build failed.
babel-eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/layershifter/babel-plugin-transform-react-handled-props/builds/366193513?utm_source=github_status&utm_medium=notification)Commits
The new version differs by 3 commits.
aaeb46b
8.2.3
afc3c87
lock to beta.44
92202be
Save babel beta packages as exact versions (#606) [skip ci]
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: