An in-range update of eslint is breaking the build 🚨
greenkeeper opened this issue · 2 comments
☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.
Version 4.19.0 of eslint was just published.
Branch | Build failing 🚨 |
---|---|
Dependency | eslint |
Current Version | 4.18.2 |
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
v4.19.0- 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫)
- 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima)
- 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis)
- 72ed3db Docs: Wrap
Buffer()
in backticks inno-buffer-constructor
rule description (#10084) (Stephen Edgar) - 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith)
- e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz)
- 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt)
- 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz)
- 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz)
- 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto)
Commits
The new version differs by 12 commits.
4f595e8
4.19.0
16fc59e
Build: changelog update for 4.19.0
55a1593
Update: consecutive option for one-var (fixes #4680) (#9994)
8d3814e
Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062)
935f4e4
Docs: Clarify default ignoring of node_modules (#10092)
72ed3db
Docs: Wrap
Buffer()
in backticks inno-buffer-constructor
rule description (#10084)3aded2f
Docs: Fix lodash typos, make spacing consistent (#10073)
e33bb64
Chore: enable no-param-reassign on ESLint codebase (#10065)
66a1e9a
Docs: fix possible typo (#10060)
2e68be6
Update: give a node at least the indentation of its parent (fixes #9995) (#10054)
72ca5b3
Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055)
2a4c838
Docs: Update ECMAScript versions in FAQ (#10047)
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.18.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 4.19.1 just got published.
Your tests are still failing with this version. Compare the changes 🚨
Release Notes
v4.19.1- 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫)
- abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington)
- 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R)
- 0360cc2 Chore: Adding debug logs on successful plugin loads (#10100) (Kevin Partington)
- a717c5d Chore: Adding log at beginning of unit tests in Makefile.js (#10102) (Kevin Partington)
Commits
The new version differs by 7 commits.
f1f1bdf
4.19.1
b446650
Build: changelog update for 4.19.1
3ff5d11
Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113)
abc765c
Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103)
6f9e155
Docs: Update ambiguous for...in example for guard-for-in (#10114)
0360cc2
Chore: Adding debug logs on successful plugin loads (#10100)
a717c5d
Chore: Adding log at beginning of unit tests in Makefile.js (#10102)
See the full diff