The devDependency babel-eslint was updated from 8.2.6 to 10.0.3.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
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.
Commits
The new version differs by 26 commits ahead by 26, behind by 2.
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).
The devDependency babel-eslint was updated from
8.2.6
to10.0.3
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: hzoo License: MIT
Release Notes for v10.0.3
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.
Commits
The new version differs by 26 commits ahead by 26, behind by 2.
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 26 commits in total.
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: