gajus / eslint-plugin-flowtype

Flow type linting rules for ESLint.
Other
1.08k stars 153 forks source link

feat: support ESLint 8.x #496

Closed MichaelDeBoey closed 2 years ago

MichaelDeBoey commented 3 years ago

ESLint v8.0.0 is released 🎉

devDependency compatibility with ESLint 8:


BREAKING CHANGE: Requires Node@^12.22.0 || ^14.17.0 || >=16.0.0 BREAKING CHANGE: Requires ESLint@^8.0.0

Closes #495

gajus commented 3 years ago

Just pushed changes that update all dependencies except for ESLint v8.

karlhorky commented 2 years ago

Hi @gajus, do you think that ESLint 8 would be supported soon? (eg. either through this PR or another one?)

gajus commented 2 years ago

@MichaelDeBoey Is there any work left here to do or are we just blocked by CI error?

julienw commented 2 years ago

I believe the build error comes from the need that eslint-config-canonical supports eslint v8 too.

gajus commented 2 years ago

ESLint v8 is now supported.

karlhorky commented 2 years ago

Thanks @gajus !