Skip to content

Releases: cypress-io/eslint-plugin-cypress

v4.0.0

11 Oct 14:07
47dc58f
Compare
Choose a tag to compare

4.0.0 (2024-10-11)

Features

  • minimum version eslint v9 (b50181a)

BREAKING CHANGES

  • Support ESLint v9 and above only

Support for ESlint v7 & v8 is removed
languageOptions ecmaVersion: 2019 and sourceType: module are removed from eslint-plugin-cypress/flat config
globals is updated to 15.11.0
eslint-plugin-n is updated to 17.11.1

v3.6.0

11 Oct 13:37
ce12040
Compare
Choose a tag to compare

3.6.0 (2024-10-11)

Features

  • publish eslint v8 deprecation (44a7722)

v3.5.0

12 Aug 14:25
d58d93d
Compare
Choose a tag to compare

3.5.0 (2024-08-12)

Features

v3.4.0

24 Jul 19:44
e644392
Compare
Choose a tag to compare

3.4.0 (2024-07-24)

Features

  • add name to configs (for tooling) (d2f8406)

v3.3.0

29 May 03:29
0e835e9
Compare
Choose a tag to compare

3.3.0 (2024-05-29)

Features

  • add flat configurations (0e434c7)

v3.2.0

06 May 17:05
c40989d
Compare
Choose a tag to compare

3.2.0 (2024-05-06)

Features

  • support eslint v9 through @eslint/eslintrc (25e092e)

v3.1.1

03 May 18:02
dc22026
Compare
Choose a tag to compare

3.1.1 (2024-05-03)

Bug Fixes

  • issue with unsafe to chain command that is not an action (93824e4)

v3.1.0

03 May 14:20
87f35e0
Compare
Choose a tag to compare

3.1.0 (2024-05-03)

Features

  • apply no-pause rule recursively (f725f55)

v3.0.3

01 May 13:52
abb8591
Compare
Choose a tag to compare

3.0.3 (2024-05-01)

Bug Fixes

  • deps: update semantic-release to 23.0.8 (b3c2425)

v3.0.2

26 Apr 14:20
429ac7f
Compare
Choose a tag to compare

3.0.2 (2024-04-26)

Bug Fixes

  • convert deprecated context calls (d3d333a)