cypress-io / eslint-plugin-cypress

An ESLint plugin for projects that use Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI tests only old eslint versions v4, v5 & v6

MikeMcC399 opened this issue · comments

Issue

The CircleCI workflow circle.yml tests the plugin against old eslint versions v4, v5 & v6 only.

eslint version last release
v4 6 years ago
v5 5 years ago
v6 4 years ago

More recent releases are:

eslint version last release
v7 3 years ago
v8 4 months ago
v9 4 days ago

Suggestion

Update CI to test against recent eslint versions release(s) only - possibly only v8. The plugin is currently not compatible with eslint@9.

Related

  • This issue is resolved by #176