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

Drop support below ESLint v8 #582

Merged
merged 1 commit into from
Dec 7, 2024
Merged

Drop support below ESLint v8 #582

merged 1 commit into from
Dec 7, 2024

Conversation

bmish
Copy link
Owner

@bmish bmish commented Dec 7, 2024

Technically, ESLint v8 is end-of-life: https://eslint.org/blog/2024/09/eslint-v8-eol-version-support/

However, a lot of users will be stuck on ESLint v8 for a while, as noted by the npm download numbers https://www.npmjs.com/package/eslint?activeTab=versions, given the larger changes needed to migrate to flat config, so it doesn't hurt for us to continue to support the final version of ESLint v8.

Theoretically, dropping support for old versions of ESLint could make development easier for us. However, we haven't identified tangible examples of this yet. So we can be flexible on this as needed.

@bmish bmish added the breaking label Dec 7, 2024
@MikeMcC399 MikeMcC399 mentioned this pull request Dec 7, 2024
@bmish bmish marked this pull request as ready for review December 7, 2024 13:46
@bmish bmish requested a review from ddzz December 7, 2024 13:50
@ddzz ddzz merged commit e5660c3 into main Dec 7, 2024
8 checks passed
@ddzz ddzz deleted the drop-eslint-7 branch December 7, 2024 16:01
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.

2 participants