An in-range update of eslint is breaking the build ๐จ
Closed this issue ยท 1 comments
greenkeeper commented
Version 4.4.0 of eslint just got published.
| Branch | Build failing ๐จ |
|---|---|
| Dependency | eslint |
| Current Version | 4.3.0 |
| Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As 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 ๐ช
Status Details
Release Notes
v4.4.0- 89196fd Upgrade: Espree to 3.5.0 (#9074) (Gyandeep Singh)
- b3e4598 Fix: clarify AST and don't use
node.start/node.end(fixes #8956) (#8984) (Toru Nagashima) - 62911e4 Update: Add ImportDeclaration option to indent rule (#8955) (David Irvine)
- de75f9b Chore: enable object-curly-newline & object-property-newline.(fixes #9042) (#9068) (่ๅฎ่ฐ็็ซ)
- 5ae8458 Docs: fix typo in object-shorthand.md (#9066) (Jon Berry)
- c3d5b39 Docs: clarify options descriptions (fixes #8875) (#9060) (Brandon Mailhiot)
- 37158c5 Docs: clarified behavior of globalReturn option (fixes #8953) (#9058) (Brandon Mailhiot)
- c2f3553 Docs: Update example for MemberExpression option of indent (fixes #9056) (#9057) (Jeff)
- 78a85e0 Fix: no-extra-parens incorrectly reports async function expressions (#9035) (่ๅฎ่ฐ็็ซ)
- c794f86 Fix: getter-return reporting method named 'get' (fixes #8919) (#9004) (่ๅฎ่ฐ็็ซ)
- d0f78ec Docs: update rule deprecation policy (fixes #8635) (#9033) (Teddy Katz)
- 5ab282f Fix: Print error message in bin/eslint.js (fixes #9011) (#9041) (Victor Hom)
- 50e3cf3 Docs: Update sort-keys doc to define natural ordering (fixes #9043) (#9045) (Karan Sharma)
- 7ecfe6a Chore: enable eslint-plugin/test-case-property-ordering (#9040) (่ๅฎ่ฐ็็ซ)
- ad32697 Upgrade: js-yaml to 3.9.1 (refs #9011) (#9044) (Teddy Katz)
- 66c1d43 Docs: Create SUPPORT.md (#9031) (Teddy Katz)
- 7247b6c Update: handle indentation of custom destructuring syntax (fixes #8990) (#9027) (Teddy Katz)
- cdb82f2 Fix: padding-line-between-statements crash on semicolons after blocks (#8748) (Alexander Madyankin)
- 3141872 Chore: remove unnecessary eslint-disable comments in codebase (#9032) (Teddy Katz)
- 0f97279 Fix: refactor no-multi-spaces to avoid regex backtracking (fixes #9001) (#9008) (Teddy Katz)
- b74514d Fix: refactor RuleContext to not modify report locations (fixes #8980) (#8997) (Teddy Katz)
- 31d7fd2 Fix: inconsistent
indentbehavior on computed properties (fixes #8989) (#8999) (Teddy Katz) - 3393894 Fix: avoid reporting the entire AST for missing rules (#8998) (Teddy Katz)
- b3b95b8 Chore: enable additional rules on ESLint codebase (#9013) (Teddy Katz)
- 9b6c552 Upgrade: eslint-plugin-eslint-plugin@0.8.0 (#9012) (่ๅฎ่ฐ็็ซ)
- acbe86a Chore: disallow .substr and .substring in favor of .slice (#9010) (Teddy Katz)
- d0536d6 Chore: Optimizes adding Linter methods (fixes #9000) (#9007) (Sean C Denison)
- 0a0401f Chore: fix spelling error. (#9003) (่ๅฎ่ฐ็็ซ)
- 3d020b9 Update: emit a warning for ecmaFeatures rather than throwing an error (#8974) (Teddy Katz)
- d2f8f9f Fix: include name of invalid config in validation messages (fixes #8963) (#8973) (Teddy Katz)
- c3ee46b Chore: fix misleading comment in RuleTester (#8995) (Teddy Katz)
Commits
The new version differs by 33 commits.
a113cd34.4.0181bd46Build: changelog update for 4.4.089196fdUpgrade: Espree to 3.5.0 (#9074)b3e4598Fix: clarify AST and don't usenode.start/node.end(fixes #8956) (#8984)62911e4Update: Add ImportDeclaration option to indent rule (#8955)de75f9bChore: enable object-curly-newline & object-property-newline.(fixes #9042) (#9068)5ae8458Docs: fix typo in object-shorthand.md (#9066)c3d5b39Docs: clarify options descriptions (fixes #8875) (#9060)37158c5Docs: clarified behavior of globalReturn option (fixes #8953) (#9058)c2f3553Docs: Update example for MemberExpression option of indent (fixes #9056) (#9057)78a85e0Fix: no-extra-parens incorrectly reports async function expressions (#9035)c794f86Fix: getter-return reporting method named 'get' (fixes #8919) (#9004)d0f78ecDocs: update rule deprecation policy (fixes #8635) (#9033)5ab282fFix: Print error message in bin/eslint.js (fixes #9011) (#9041)50e3cf3Docs: Update sort-keys doc to define natural ordering (fixes #9043) (#9045)
There are 33 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 ๐ด
greenkeeper commented
After pinning to 4.3.0 your tests are passing again. Downgrade this dependency ๐.