An in-range update of eslint is breaking the build π¨
Opened this issue Β· 2 comments
Version 3.13.1 of eslint just got published.
Branch | Build failing π¨ |
---|---|
Dependency | eslint |
Current Version | 3.13.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
- β continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
v3.13.1Commits
The new version differs by 4 commits .
7f8393c
3.13.1
91883bf
Build: package.json and changelog update for 3.13.1
3fc4e3f
Fix: prefer-destructuring reporting compound assignments (fixes #7881) (#7882)
f90462e
Fix: no-extra-label autofix should not remove labels used elsewhere (#7885)
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 π΄
After pinning to 3.13.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 3.14.1 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
v3.14.1- 791f32b Fix: brace-style false positive for keyword method names (fixes #7974) (#7980) (Teddy Katz)
- d7a0add Docs: Add ESLint tutorial embed to getting started (#7971) (Jamis Charles)
- 72d41f0 Fix: no-var autofix syntax error in single-line statements (fixes #7961) (#7962) (Teddy Katz)
- b9e5b68 Fix: indent rule crash on sparse array with object (fixes #7959) (#7960) (Gyandeep Singh)
- a7bd66a Chore: Adding assign/redeclare tests to no-undefined (refs #7964) (#7965) (Kevin Partington)
- 8bcbf5d Docs: typo in prefer-promise-reject-errors (#7958) (Patrick McElhaney)
Commits
The new version differs by 29 commits .
e544644
3.14.1
1297635
Build: package.json and changelog update for 3.14.1
791f32b
Fix: brace-style false positive for keyword method names (fixes #7974) (#7980)
d7a0add
Docs: Add ESLint tutorial embed to getting started (#7971)
72d41f0
Fix: no-var autofix syntax error in single-line statements (fixes #7961) (#7962)
b9e5b68
Fix: indent rule crash on sparse array with object (fixes #7959) (#7960)
a7bd66a
Chore: Adding assign/redeclare tests to no-undefined (refs #7964) (#7965)
8bcbf5d
Docs: typo in prefer-promise-reject-errors (#7958)
67ac93c
3.14.0
2cf5810
Build: package.json and changelog update for 3.14.0
506324a
Fix:
no-var
does not fix if causes ReferenceError (fixes #7950) (#7953)05e7432
New: no-chained-assignments rule (fixes #6424) (#7904)
243e47d
Update: Add fixer for no-else-return (fixes #7863) (#7864)
f091d95
New:
prefer-promise-reject-errors
rule (fixes #7685) (#7689)ca01e00
Fix: recognize all line terminators in func-call-spacing (fixes #7923) (#7924)
There are 29 commits in total. See the full diff.