Open greenkeeper[bot] opened 7 years ago
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 passing again with this version. Explicitly upgrade to this version 🚀
Version 7.2.0 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/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/philschatz/gh-board/builds/213210240)Release Notes
v7.2.0New Feature
Main change is just an option to disable the codeframe (added in v7.1.1) for html output and more (thanks to @Couto).
Bug Fix
Internal/Docs
lodash
instead oflodash.pickby
. (#435) (wtgtybhertgeghgtwtg)*
" (#426) (Henry Zhu)*
(#421) (Henry Zhu)Commits
The new version differs by 17 commits .
4db4db5
7.2.0
4499412
Use
lodash
instead oflodash.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.
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: