Closed greenkeeper[bot] closed 6 years ago
After pinning to 7.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are still failing with this version. Compare the changes 🚨
Main change is just an option to disable the codeframe (added in v7.1.1) for html output and more (thanks to @Couto).
{
"parser": "babel-eslint",
"parserOptions": {
"codeFrame": false
},
"extends": "eslint:recommended"
}
lodash
instead of lodash.pickby
. (#435) (wtgtybhertgeghgtwtg)*
" (#426) (Henry Zhu)*
(#421) (Henry Zhu)The new version differs by 17 commits .
4db4db5
7.2.0
4499412
Use lodash
instead of lodash.pickby
. (#435)
a2c3b30
[flow] Process polymorphic type bounds on functions (#444)
515adef
Add option to disable code frame. (#446)
ce66e73
Merge pull request #447 from kaicataldo/clean-up-eslint
b49ab20
Updates ESLint version/remove unnecessary config
702d6b8
Remove broken ESLint tests
6b4c4ca
Upgrade outdated dependencies
bdeb86f
remove deprecated rule examples [skip ci]
52b4a13
update readme [skip ci]
0e5aca3
chore(package): update eslint-config-babel to version 6.0.0 (#433)
781dc77
Update to use Node 4 features (#425)
265d219
chore(package): update eslint-config-babel to version 4.0.0 (#430)
e6af5c5
add badges [skip ci]
a91a9d0
Revert "use *
" (#426)
There are 17 commits in total. See the full diff.
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 6 commits .
3cda62e
7.2.1
5626de1
Remove left over eslint 2 estraverse code (#452)
b5fb53b
Fix type param and interface declaration scoping (#449)
f1cee0f
Remove lodash dependency (#450)
eb05812
Format non-regression errors for legibility (#451)
7972a05
Update README.md with codeFrame option (#448)
See the full diff.
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 14 commits .
f59d200
7.2.2
8622009
Fix: use eslint-scope instead of escope if present (#461)
0f611b8
Separate finding peer deps from monkeypatching (#460)
1201e12
Remove unused .gitmodules (#457)
a750684
Use dedent for unpadding (#456)
cdb92fe
Merge pull request #455 from babel/babylon-to-espree-tidy
ec14787
Enable strict mode in all of babylon-to-espree
6c5beec
Move ast convert steps to babylon-to-espree
d2ce789
Use for-loop for template literal conversion
539af05
Only iterate over tokens once
06c3a31
Inline fixDirectives and use for-loop
5d32ad0
Consolidate versions of "convertComments"
2541fc9
toAst pass "source" in state instead of keeping in scope
21dac73
Add type parameter scope tests (#454)
See the full diff.
Your tests are still failing with this version. Compare the changes 🚨
Version 7.1.1 of babel-eslint just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As babel-eslint 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 :muscle:
Status Details
- ❌ **continuous-integration/appveyor/branch** Waiting for AppVeyor build to complete [Details](https://ci.appveyor.com/project/declandewet/common-tags/build/236) - ❌ **continuous-integration/travis-ci/push** The Travis CI build is in progress [Details](https://travis-ci.org/declandewet/common-tags/builds/176866695) - ❌ **bitHound - Dependencies** 1 failing dependency. [Details](https://www.bithound.io/github/declandewet/common-tags/3556efd6682973194507d371b90aa3db1bfbeee8/dependencies/npm#filter-failing-dep) - ✅ **bitHound - Code** No failing files. [Details](https://www.bithound.io/github/declandewet/common-tags/3556efd6682973194507d371b90aa3db1bfbeee8/files?status=passing)Commits
The new version differs by 5 commits .
bc482f4
7.1.1
baeb99b
chore(package): update dependencies (#422)
2d587d6
append code frame on parse error (#418)
e7c9a03
chore(package): update babylon to version 6.13.0 (#420)
971c8d6
chore(package): update eslint to version 3.9.1 (#419)
See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: