deps: update eslint-plugin-cypress to 5.2.1 #11

Open
minori wants to merge 13 commits from dependencies/update-eslint-plugin-cypress into main
Owner

Dependency Update

Updates eslint-plugin-cypress from 3.6.0 to 5.2.1.

Type

devDependencies

Changelog

Changelog

v5.2.1

5.2.1 (2026-01-06)

Bug Fixes

  • disallow extra properties in rule options (#269) (d600419)

v5.2.0

5.2.0 (2025-10-01)

Features

v5.1.1

5.1.1 (2025-08-14)

Bug Fixes

  • dont throw warning on variable data selector (#272) (0508b75)

v5.1.0

5.1.0 (2025-06-03)

Features

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

v5.0.1

5.0.1 (2025-05-30)

Bug Fixes

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

v5.0.0

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

4.3.0 (2025-04-22)

Features

v4.2.1

4.2.1 (2025-04-09)

Bug Fixes

  • deps: update all dependencies (5b827eb)

v4.2.0

4.2.0 (2025-03-07)

Bug Fixes

Features

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

v4.1.0

4.1.0 (2024-10-30)

Features

  • docs: publish updated readme (2bc8d5a)

v4.0.0

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


This PR was created by Minori, your friendly dependency updater! 🌸

## Dependency Update Updates **eslint-plugin-cypress** from `3.6.0` to `5.2.1`. ### Type devDependencies ### Changelog ## Changelog ### v5.2.1 ## [5.2.1](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.2.0...v5.2.1) (2026-01-06) ### Bug Fixes * disallow extra properties in rule options ([#269](https://github.com/cypress-io/eslint-plugin-cypress/issues/269)) ([d600419](https://github.com/cypress-io/eslint-plugin-cypress/commit/d600419330cd53d80cf2145f434ecd706807644c)) ### v5.2.0 # [5.2.0](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.1.1...v5.2.0) (2025-10-01) ### Features * add type declaration file ([#279](https://github.com/cypress-io/eslint-plugin-cypress/issues/279)) ([006d74f](https://github.com/cypress-io/eslint-plugin-cypress/commit/006d74f8a5c1456943584f9528b1c020ba3db874)) ### v5.1.1 ## [5.1.1](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.1.0...v5.1.1) (2025-08-14) ### Bug Fixes * dont throw warning on variable data selector ([#272](https://github.com/cypress-io/eslint-plugin-cypress/issues/272)) ([0508b75](https://github.com/cypress-io/eslint-plugin-cypress/commit/0508b75a745bb4f5cc4d64cfbb9206543d407ac7)) ### v5.1.0 # [5.1.0](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.0.1...v5.1.0) (2025-06-03) ### Features * publish only core files to npm package ([#263](https://github.com/cypress-io/eslint-plugin-cypress/issues/263)) ([e622a58](https://github.com/cypress-io/eslint-plugin-cypress/commit/e622a58bf7882ad00cd928dc7e83b2660b33483a)) ### v5.0.1 ## [5.0.1](https://github.com/cypress-io/eslint-plugin-cypress/compare/v5.0.0...v5.0.1) (2025-05-30) ### Bug Fixes * **stylistic:** apply javascript formatting conventions ([#262](https://github.com/cypress-io/eslint-plugin-cypress/issues/262)) ([bbd33fd](https://github.com/cypress-io/eslint-plugin-cypress/commit/bbd33fdc74303c608892e071c15627d0cb56ebdb)) ### v5.0.0 # [5.0.0](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.3.0...v5.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](https://github.com/cypress-io/eslint-plugin-cypress/issues/260)) ([618bd21](https://github.com/cypress-io/eslint-plugin-cypress/commit/618bd21acdb2288e7ab8fc03c7abc0423270a3b8)) * globals dependency is updated to 16.2.0 * semantic-release dependency is update to 24.2.5 ### v4.3.0 # [4.3.0](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.2.1...v4.3.0) (2025-04-22) ### Features * add no-chained-get rule ([#249](https://github.com/cypress-io/eslint-plugin-cypress/issues/249)) ([2c911ac](https://github.com/cypress-io/eslint-plugin-cypress/commit/2c911ac76dad352fba1cd5e24fb6decb63118072)) ### v4.2.1 ## [4.2.1](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.2.0...v4.2.1) (2025-04-09) ### Bug Fixes * **deps:** update all dependencies ([5b827eb](https://github.com/cypress-io/eslint-plugin-cypress/commit/5b827eb700b2dabc1946722f7a41b7551d4dc439)) ### v4.2.0 # [4.2.0](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.1.0...v4.2.0) (2025-03-07) ### Bug Fixes * address comments in PR ([64eaba0](https://github.com/cypress-io/eslint-plugin-cypress/commit/64eaba0a572e15fd7025d6b426c38887c3ceb53c)) * doc title ([1fbedac](https://github.com/cypress-io/eslint-plugin-cypress/commit/1fbedaca91e35715648091a3387f46b67bb56157)) ### Features * add rule disallow usage of cypress-xpath ([1ae902a](https://github.com/cypress-io/eslint-plugin-cypress/commit/1ae902a3907c984820fbda2010e8c078d00fe503)) ### v4.1.0 # [4.1.0](https://github.com/cypress-io/eslint-plugin-cypress/compare/v4.0.0...v4.1.0) (2024-10-30) ### Features * **docs:** publish updated readme ([2bc8d5a](https://github.com/cypress-io/eslint-plugin-cypress/commit/2bc8d5a82208f7da463f250573d493e6e6c287c4)) ### v4.0.0 # [4.0.0](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.6.0...v4.0.0) (2024-10-11) ### Features * minimum version eslint v9 ([b50181a](https://github.com/cypress-io/eslint-plugin-cypress/commit/b50181ad06d423dd61e611a0e052a074758bfa8f)) ### 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 --- ✨ This PR was created by Minori, your friendly dependency updater! 🌸
minori added 1 commit 2026-02-05 07:23:30 -08:00
deps: update eslint-plugin-cypress to 5.2.1
Node.js CI / CI (pull_request) Failing after 17s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 2m2s
d135e48613
minori added 1 commit 2026-02-20 07:15:16 -08:00
deps: update eslint-plugin-cypress to 5.3.0
Node.js CI / CI (pull_request) Failing after 15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m43s
2216a04ab3
minori added 1 commit 2026-02-27 07:05:26 -08:00
deps: update eslint-plugin-cypress to 5.4.0
Node.js CI / CI (pull_request) Failing after 20s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 2m17s
1838e9d0af
minori added 1 commit 2026-02-28 07:05:44 -08:00
deps: update eslint-plugin-cypress to 6.0.0
Node.js CI / CI (pull_request) Failing after 29s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Failing after 12m19s
f9b943d4a8
minori added 1 commit 2026-03-02 07:04:34 -08:00
deps: update eslint-plugin-cypress to 6.1.0
Node.js CI / CI (pull_request) Failing after 12s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m9s
d071f8f945
minori added 1 commit 2026-03-21 07:03:49 -07:00
deps: update eslint-plugin-cypress to 6.2.0
Node.js CI / CI (pull_request) Failing after 15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m20s
fe624c2c42
minori added 1 commit 2026-04-04 07:04:01 -07:00
deps: update eslint-plugin-cypress to 6.2.1
Node.js CI / CI (pull_request) Failing after 15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m11s
75b0536931
minori added 1 commit 2026-04-13 07:04:03 -07:00
deps: update eslint-plugin-cypress to 6.2.2
Node.js CI / CI (pull_request) Failing after 14s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m18s
0f2318077e
minori added 1 commit 2026-04-17 07:04:08 -07:00
deps: update eslint-plugin-cypress to 6.2.3
Node.js CI / CI (pull_request) Failing after 22s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m48s
21b278e0e0
minori added 1 commit 2026-04-19 07:04:24 -07:00
deps: update eslint-plugin-cypress to 6.3.0
Node.js CI / CI (pull_request) Failing after 13s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m17s
8c8a98d391
minori added 1 commit 2026-04-25 07:04:30 -07:00
deps: update eslint-plugin-cypress to 6.3.1
Node.js CI / CI (pull_request) Failing after 11s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m29s
2800d2ec3b
minori added 1 commit 2026-05-09 07:11:32 -07:00
deps: update eslint-plugin-cypress to 6.4.0
Node.js CI / CI (pull_request) Failing after 16s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m19s
1eef360907
minori added 1 commit 2026-05-17 07:04:09 -07:00
deps: update eslint-plugin-cypress to 6.4.1
Node.js CI / CI (pull_request) Failing after 10s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s
1777b0e5d4
Some checks are pending
Node.js CI / CI (pull_request) Failing after 10s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependencies/update-eslint-plugin-cypress:dependencies/update-eslint-plugin-cypress
git checkout dependencies/update-eslint-plugin-cypress
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/library#11