-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade: ESLint v6.8 #4138
Upgrade: ESLint v6.8 #4138
Conversation
9b3ec88
to
014ba0e
Compare
Anything else I can do here to help land this? |
One more friendly ping :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I have some small questions.
Thanks for the review! Please let me know if you have any other questions :) |
Please let me know if you have any other questions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaicataldo thank you!
Requirements
Description of the Change
While working on eslint/eslint-canary#27 I noticed that Mocha is still on ESLint v5. This PR updates ESLint and all its dependencies to their latest versions, as well as fixing any new errors that crop up as a result. Please look over the code changes and let me know if you see anything amiss, as I don't have a lot of context here.
Alternate Designs
N/A
Why should this be in core?
N/A
Benefits
We're starting to work on ESLint v7, so it would be great to get Mocha on the latest current version to ease upgrading in the future.
Possible Drawbacks
Unintended regressions from code changes from fixing new warnings.
Applicable issues
Thanks for maintaining Mocha!