Skip to content
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

Breaking: drop Node v8 support #429

Merged
merged 2 commits into from
May 7, 2020
Merged

Breaking: drop Node v8 support #429

merged 2 commits into from
May 7, 2020

Conversation

kaicataldo
Copy link
Member

Now that Node v8 is no longer being supported (and we're dropping support in ESLint core), it seems prudent to also drop support in Espree.

Questions:
Have I missed anything?

Copy link
Member

@btmills btmills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One suggestion, LGTM either way.

.travis.yml Show resolved Hide resolved
Co-Authored-By: Brandon Mills <btmills@users.noreply.github.com>
Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anikethsaha
Copy link
Member

@kaicataldo I noticed few TODOs which were blocking cause of node < 8 . like [this], so should those be land in this PR or separate !?

@kaicataldo
Copy link
Member Author

Do you mind clarifying what you mean? Did you mean to link something?

@anikethsaha
Copy link
Member

sorry , forgot to add the link. here is the link
https://github.com/eslint/espree/blob/master/lib/espree.js#L70

@nzakas
Copy link
Member

nzakas commented Apr 14, 2020

@anikethsaha we can handle that separately as it doesn’t block this PR.

@kaicataldo kaicataldo merged commit 8fe2efc into master May 7, 2020
@kaicataldo kaicataldo deleted the drop-node-8 branch May 7, 2020 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants