codemanki / cloudscraper

--DEPRECATED -- 🛑 🛑 Node.js library to bypass cloudflare's anti-ddos page
MIT License
602 stars 140 forks source link

Update eslint-config-standard to the latest version 🚀 #245

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency eslint-config-standard was updated from 13.0.1 to 14.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: feross License: MIT

Find out more about this release.


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

TravisBuddy commented 5 years ago

Travis tests have failed

Hey @greenkeeper[bot], Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 8

View build log

npm test ``` > cloudscraper@4.1.3 test /home/travis/build/codemanki/cloudscraper > npm run lint && nyc --reporter=html --reporter=text mocha > cloudscraper@4.1.3 lint /home/travis/build/codemanki/cloudscraper > eslint --ext .json --ext .js . /home/travis/build/codemanki/cloudscraper/docs/examples/ignore-error.js 14:70 error ["Server"] is better written in dot notation dot-notation /home/travis/build/codemanki/cloudscraper/docs/examples/solve-recaptcha.js 11:23 error Expected 'undefined' and instead saw 'void' no-void /home/travis/build/codemanki/cloudscraper/index.js 327:19 error ["Referer"] is better written in dot notation dot-notation 399:16 error ["s"] is better written in dot notation dot-notation 447:19 error ["Referer"] is better written in dot notation dot-notation /home/travis/build/codemanki/cloudscraper/test/test-sandbox.js 17:48 error Expected 'undefined' and instead saw 'void' no-void 37:61 error Expected 'undefined' and instead saw 'void' no-void ✖ 7 problems (7 errors, 0 warnings) 4 errors and 0 warnings potentially fixable with the `--fix` option. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! cloudscraper@4.1.3 lint: `eslint --ext .json --ext .js .` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the cloudscraper@4.1.3 lint script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/travis/.npm/_logs/2019-08-19T20_32_31_315Z-debug.log npm ERR! Test failed. See above for more details. ```
TravisBuddy Request Identifier: 7c4cd430-c2c0-11e9-86a4-77838e0d0b7a