Skip to content

Releases: cypress-io/eslint-plugin-cypress

v5.1.0

03 Jun 16:07
e622a58
Compare
Choose a tag to compare

5.1.0 (2025-06-03)

Features

  • publish only core files to npm package (#263) (e622a58)

v5.0.1

30 May 15:55
bbd33fd
Compare
Choose a tag to compare

5.0.1 (2025-05-30)

Bug Fixes

  • stylistic: apply javascript formatting conventions (#262) (bbd33fd)

v5.0.0

29 May 14:52
618bd21
Compare
Choose a tag to compare

5.0.0 (2025-05-29)

Breaking Changes

  • Support for non-flat legacy configurations is removed. The default configuration eslint-plugin-cypress now resolves to the flat configuration instead of to the legacy configuration

Deprecations

  • eslint-plugin-cypress/flat is deprecated and should be replaced by eslint-plugin-cypress

Other

  • remove legacy eslintrc configuration (#260) (618bd21)
  • globals dependency is updated to 16.2.0
  • semantic-release dependency is update to 24.2.5

v4.3.0

22 Apr 14:04
2c911ac
Compare
Choose a tag to compare

4.3.0 (2025-04-22)

Features

v4.2.1

09 Apr 11:16
de3ef37
Compare
Choose a tag to compare

4.2.1 (2025-04-09)

Bug Fixes

  • deps: update all dependencies (5b827eb)

v4.2.0

07 Mar 16:11
e04d43c
Compare
Choose a tag to compare

4.2.0 (2025-03-07)

Bug Fixes

Features

  • add rule disallow usage of cypress-xpath (1ae902a)

v4.1.0

30 Oct 15:07
5543ac1
Compare
Choose a tag to compare

4.1.0 (2024-10-30)

Features

  • docs: publish updated readme (2bc8d5a)

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