The devDependency eslint was updated from 5.13.0 to 5.14.0.
🚨 View failing branch.
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
- ❌ ci/circleci: Your tests failed on CircleCI (Details).
Release Notes for v5.14.0
85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980) (Scott Stern)
0c02932 Upgrade: espree@5.0.1 (#11401) (Ilya Volodin)
104ae88 Docs: Update governance doc with reviewers status (#11399) (Nicholas C. Zakas)
ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158) (Jakub Rożek)
a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243) (richie3366)
e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374) (Pig Fang)
a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391) (PoziWorld)
14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389) (PoziWorld)
d3e9a27 Docs: fix grammar in “those who says” (#11390) (PoziWorld)
ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395) (Steven Thomas)
95aa3fd Docs: Update README team and sponsors (ESLint Jenkins)
51c4972 Update: Behavior of --init (fixes #11105) (#11332) (Nicholas C. Zakas)
ad7a380 Docs: Update README team and sponsors (ESLint Jenkins)
550de1e Update: use default keyword in JSON schema (fixes #9929) (#11288) (Pig Fang)
983c520 Update: Use 'readonly' and 'writable' for globals (fixes #11359) (#11384) (Nicholas C. Zakas)
f1d3a7e Upgrade: some deps (fixes #11372) (#11373) (薛定谔的猫)
3e0c417 Docs: Fix grammar in “there’s nothing prevent you” (#11385) (PoziWorld)
de988bc Docs: Fix grammar: Spacing improve -> Spacing improves (#11386) (PoziWorld)
1309dfd Revert "Build: fix test failure on Node 11 (#11100)" (#11375) (薛定谔的猫)
1e56897 Docs: “the function actually use”: use -> uses (#11380) (PoziWorld)
5a71bc9 Docs: Update README team and sponsors (ESLint Jenkins)
82a58ce Docs: Update README team and sponsors (ESLint Jenkins)
546d355 Docs: Update README with latest sponsors/team data (#11378) (Nicholas C. Zakas)
c0df9fe Docs: ... is not an operator (#11232) (Felix Kling)
7ecfdef Docs: update typescript parser (refs #11368) (#11369) (薛定谔的猫)
3c90dd7 Update: remove prefer-spread autofix (fixes #11330) (#11365) (薛定谔的猫)
5eb3121 Update: add fixer for prefer-destructuring (fixes #11151) (#11301) (golopot)
173eb38 Docs: Clarify ecmaVersion doesn't imply globals (refs #9812) (#11364) (Keith Maxwell)
84ce72f Fix: Remove extraneous linefeeds in one-var fixer (fixes #10741) (#10955) (st-sloth)
389362a Docs: clarify motivation for no-prototype-builtins (#11356) (Teddy Katz)
533d240 Update: no-shadow-restricted-names lets unassigned vars shadow undefined (#11341) (Teddy Katz)
d0e823a Update: Make --init run js config files through linter (fixes #9947) (#11337) (Brian Kurek)
92fc2f4 Fix: CircularJSON dependency warning (fixes #11052) (#11314) (Terry)
4dd19a3 Docs: mention 'prefer-spread' in docs of 'no-useless-call' (#11348) (Klaus Meinhardt)
4fd83d5 Docs: fix a misleading example in one-var (#11350) (薛定谔的猫)
9441ce7 Chore: update incorrect tests to fix build failing (#11354) (薛定谔的猫)
Commits
The new version differs by 38 commits.
af9688b 5.14.0
0ce3ac7 Build: changelog update for 5.14.0
85a04b3 Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980)
0c02932 Upgrade: espree@5.0.1 (#11401)
104ae88 Docs: Update governance doc with reviewers status (#11399)
ab8ac6a Fix: Support boundary spread elements in sort-keys (#11158)
a23d197 New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243)
e25e7aa Fix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374)
a1f7c44 Docs: fix space-before-blocks correct code for "classes": "never" (#11391)
14f58a2 Docs: fix grammar in object-curly-spacing docs (#11389)
d3e9a27 Docs: fix grammar in “those who says” (#11390)
ea8e804 Docs: Add note about support for object spread (fixes #11136) (#11395)
95aa3fd Docs: Update README team and sponsors
51c4972 Update: Behavior of --init (fixes #11105) (#11332)
ad7a380 Docs: Update README team and sponsors
There are 38 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 🌴
The devDependency eslint was updated from
5.13.0to5.14.0.🚨 View failing branch.
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 for v5.14.0
85a04b3Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980) (Scott Stern)0c02932Upgrade: espree@5.0.1 (#11401) (Ilya Volodin)104ae88Docs: Update governance doc with reviewers status (#11399) (Nicholas C. Zakas)ab8ac6aFix: Support boundary spread elements in sort-keys (#11158) (Jakub Rożek)a23d197New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243) (richie3366)e25e7aaFix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374) (Pig Fang)a1f7c44Docs: fix space-before-blocks correct code for "classes": "never" (#11391) (PoziWorld)14f58a2Docs: fix grammar in object-curly-spacing docs (#11389) (PoziWorld)d3e9a27Docs: fix grammar in “those who says” (#11390) (PoziWorld)ea8e804Docs: Add note about support for object spread (fixes #11136) (#11395) (Steven Thomas)95aa3fdDocs: Update README team and sponsors (ESLint Jenkins)51c4972Update: Behavior of --init (fixes #11105) (#11332) (Nicholas C. Zakas)ad7a380Docs: Update README team and sponsors (ESLint Jenkins)550de1eUpdate: usedefaultkeyword in JSON schema (fixes #9929) (#11288) (Pig Fang)983c520Update: Use 'readonly' and 'writable' for globals (fixes #11359) (#11384) (Nicholas C. Zakas)f1d3a7eUpgrade: some deps (fixes #11372) (#11373) (薛定谔的猫)3e0c417Docs: Fix grammar in “there’s nothing prevent you” (#11385) (PoziWorld)de988bcDocs: Fix grammar: Spacing improve -> Spacing improves (#11386) (PoziWorld)1309dfdRevert "Build: fix test failure on Node 11 (#11100)" (#11375) (薛定谔的猫)1e56897Docs: “the function actually use”: use -> uses (#11380) (PoziWorld)5a71bc9Docs: Update README team and sponsors (ESLint Jenkins)82a58ceDocs: Update README team and sponsors (ESLint Jenkins)546d355Docs: Update README with latest sponsors/team data (#11378) (Nicholas C. Zakas)c0df9feDocs:...is not an operator (#11232) (Felix Kling)7ecfdefDocs: update typescript parser (refs #11368) (#11369) (薛定谔的猫)3c90dd7Update: remove prefer-spread autofix (fixes #11330) (#11365) (薛定谔的猫)5eb3121Update: add fixer forprefer-destructuring(fixes #11151) (#11301) (golopot)173eb38Docs: Clarify ecmaVersion doesn't imply globals (refs #9812) (#11364) (Keith Maxwell)84ce72fFix: Remove extraneous linefeeds inone-varfixer (fixes #10741) (#10955) (st-sloth)389362aDocs: clarify motivation for no-prototype-builtins (#11356) (Teddy Katz)533d240Update: no-shadow-restricted-names lets unassigned vars shadow undefined (#11341) (Teddy Katz)d0e823aUpdate: Make --init run js config files through linter (fixes #9947) (#11337) (Brian Kurek)92fc2f4Fix: CircularJSON dependency warning (fixes #11052) (#11314) (Terry)4dd19a3Docs: mention 'prefer-spread' in docs of 'no-useless-call' (#11348) (Klaus Meinhardt)4fd83d5Docs: fix a misleading example in one-var (#11350) (薛定谔的猫)9441ce7Chore: update incorrect tests to fix build failing (#11354) (薛定谔的猫)Commits
The new version differs by 38 commits.
af9688b5.14.00ce3ac7Build: changelog update for 5.14.085a04b3Fix: adds conditional for separateRequires in one-var (fixes #10179) (#10980)0c02932Upgrade: espree@5.0.1 (#11401)104ae88Docs: Update governance doc with reviewers status (#11399)ab8ac6aFix: Support boundary spread elements in sort-keys (#11158)a23d197New: add allowSingleLineBlocks opt. to padded-blocks rule (fixes #7145) (#11243)e25e7aaFix: comma-spacing ignore comma before closing paren (fixes #11295) (#11374)a1f7c44Docs: fix space-before-blocks correct code for "classes": "never" (#11391)14f58a2Docs: fix grammar in object-curly-spacing docs (#11389)d3e9a27Docs: fix grammar in “those who says” (#11390)ea8e804Docs: Add note about support for object spread (fixes #11136) (#11395)95aa3fdDocs: Update README team and sponsors51c4972Update: Behavior of --init (fixes #11105) (#11332)ad7a380Docs: Update README team and sponsorsThere are 38 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 🌴