An in-range update of eslint is breaking the build ๐จ
greenkeeper opened this issue ยท 2 comments
Version 5.0.0 of eslint was just published.
Branch |
Build failing |
---|---|
Dependency |
[eslint](https://github.com/eslint/eslint)
|
Current Version | 4.19.1 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes
v5.0.0- 0feedfd New: Added max-lines-per-function rule (fixes #9842) (#10188) (peteward44)
- daefbdb Upgrade: eslint-scope and espree to 4.0.0 (refs #10458) (#10500) (Brandon Mills)
- 077358b Docs: no-process-exit: recommend process.exitCode (#10478) (Andres Kalle)
- f93d6ff Fix: do not fail on unknown operators from custom parsers (fixes #10475) (#10476) (Rubรฉn Norte)
- 05343fd Fix: add parens for yield statement (fixes #10432) (#10468) (Pig Fang)
- d477c5e Fix: check destructuring for "no-shadow-restricted-names" (fixes #10467) (#10470) (Pig Fang)
- 7a7580b Update: Add considerPropertyDescriptor option to func-name-matching (#9078) (Dieter Luypaert)
- e0a0418 Fix: crash on optional catch binding (#10429) (Toru Nagashima)
- de4dba9 Docs: styling team members (#10460) (่ๅฎ่ฐ็็ซ)
- 5e453a3 Docs: display team members in tables. (#10433) (่ๅฎ่ฐ็็ซ)
- b1895eb Docs: Restore intentional spelling mistake (#10459) (Wilfred Hughes)
Commits
The new version differs by 148 commits.
36ced0a
5.0.0
5fd5632
Build: changelog update for 5.0.0
0feedfd
New: Added max-lines-per-function rule (fixes #9842) (#10188)
daefbdb
Upgrade: eslint-scope and espree to 4.0.0 (refs #10458) (#10500)
077358b
Docs: no-process-exit: recommend process.exitCode (#10478)
f93d6ff
Fix: do not fail on unknown operators from custom parsers (fixes #10475) (#10476)
05343fd
Fix: add parens for yield statement (fixes #10432) (#10468)
d477c5e
Fix: check destructuring for "no-shadow-restricted-names" (fixes #10467) (#10470)
7a7580b
Update: Add considerPropertyDescriptor option to func-name-matching (#9078)
e0a0418
Fix: crash on optional catch binding (#10429)
de4dba9
Docs: styling team members (#10460)
5e453a3
Docs: display team members in tables. (#10433)
b1895eb
Docs: Restore intentional spelling mistake (#10459)
a9da57d
5.0.0-rc.0
3ac3df6
Build: changelog update for 5.0.0-rc.0
There are 148 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donโt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot
After pinning to 4.19.1 your tests are passing again. Downgrade this dependency
Version 5.0.1 just got published.
Your tests are passing again with this version. Explicitly upgrade to this version