An in-range update of babel-eslint is breaking the build 🚨
Version 7.2.0 of babel-eslint just got published.
| Branch | Build failing 🚨 |
|---|---|
| Dependency | babel-eslint |
| Current Version | 7.1.1 |
| Type | devDependency |
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 could not complete due to an error Details
Release Notes
v7.2.0New Feature
- Add option to disable code frame. (#446) (Luís Couto)
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"
}Bug Fix
- [flow] Process polymorphic type bounds on functions (#444) (Alex Rattray)
Internal/Docs
- Use
lodashinstead oflodash.pickby. (#435) (wtgtybhertgeghgtwtg) - Updates ESLint version/remove unnecessary config (Kai Cataldo)
- Remove broken ESLint tests (Kai Cataldo)
- Upgrade outdated dependencies (Kai Cataldo)
- remove deprecated rule examples [skip ci] (Henry Zhu)
- update readme [skip ci] (Henry Zhu)
- chore(package): update eslint-config-babel to version 6.0.0 (#433) (Henry Zhu)
- Update to use Node 4 features (#425) (Nazim Hajidin)
- chore(package): update eslint-config-babel to version 4.0.0 (#430) (greenkeeper[bot])
- add badges [skip ci] (Henry Zhu)
- Revert "use
*" (#426) (Henry Zhu) - use
*(#421) (Henry Zhu) - chore(package): update eslint-config-babel to version 3.0.0 (#423) (greenkeeper[bot])
Commits
The new version differs by 17 commits .
4db4db57.2.04499412Uselodashinstead oflodash.pickby. (#435)a2c3b30[flow] Process polymorphic type bounds on functions (#444)515adefAdd option to disable code frame. (#446)ce66e73Merge pull request #447 from kaicataldo/clean-up-eslintb49ab20Updates ESLint version/remove unnecessary config702d6b8Remove broken ESLint tests6b4c4caUpgrade outdated dependenciesbdeb86fremove deprecated rule examples [skip ci]52b4a13update readme [skip ci]0e5aca3chore(package): update eslint-config-babel to version 6.0.0 (#433)781dc77Update to use Node 4 features (#425)265d219chore(package): update eslint-config-babel to version 4.0.0 (#430)e6af5c5add badges [skip ci]a91a9d0Revert "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 and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 7.2.1 just got published.
Your tests are still failing with this version. Compare the changes 🚨
Commits
The new version differs by 6 commits .
3cda62e7.2.15626de1Remove left over eslint 2 estraverse code (#452)b5fb53bFix type param and interface declaration scoping (#449)f1cee0fRemove lodash dependency (#450)eb05812Format non-regression errors for legibility (#451)7972a05Update README.md with codeFrame option (#448)
See the full diff.
Version 7.2.2 just got published.
Your tests are still failing with this version. Compare the changes 🚨
Release Notes
v7.2.2v7.2.2
- Fix: use eslint-scope instead of escope if present (#461) (Vitor Balocco)
- Separate finding peer deps from monkeypatching (#460) (Andres Suarez)
- Remove unused .gitmodules (#457) (Andres Suarez)
- Use dedent for unpadding (#456) (Andres Suarez)
- Enable strict mode in all of babylon-to-espree (Andres Suarez)
- Move ast convert steps to babylon-to-espree (Andres Suarez)
- Use for-loop for template literal conversion (Andres Suarez)
- Only iterate over tokens once (Andres Suarez)
- Inline fixDirectives and use for-loop (Andres Suarez)
- Consolidate versions of "convertComments" (Andres Suarez)
- toAst pass "source" in state instead of keeping in scope (Andres Suarez)
- Add type parameter scope tests (#454) (Andres Suarez)
Commits
The new version differs by 14 commits .
f59d2007.2.28622009Fix: use eslint-scope instead of escope if present (#461)0f611b8Separate finding peer deps from monkeypatching (#460)1201e12Remove unused .gitmodules (#457)a750684Use dedent for unpadding (#456)cdb92feMerge pull request #455 from babel/babylon-to-espree-tidyec14787Enable strict mode in all of babylon-to-espree6c5beecMove ast convert steps to babylon-to-espreed2ce789Use for-loop for template literal conversion539af05Only iterate over tokens once06c3a31Inline fixDirectives and use for-loop5d32ad0Consolidate versions of "convertComments"2541fc9toAst pass "source" in state instead of keeping in scope21dac73Add type parameter scope tests (#454)
See the full diff.