chore(deps): update dependency eslint-plugin-cypress to v3 #12

Merged
kjuulh merged 1 commits from renovate/all into main 2024-04-22 22:44:45 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-plugin-cypress devDependencies major ^2.10.3 -> ^3.0.0

Release Notes

cypress-io/eslint-plugin-cypress

v3.0.0

Compare Source

BREAKING CHANGES
  • Support for ESlint v3, v4, v5 & v6 is removed (bafb3b6)
  • Support ESLint v7 and v8 only (ESLint v9 is not yet supported)

v2.15.2

Compare Source

Bug Fixes
  • deps: update semantic-release to 19.0.3 (573be16)

v2.15.1

Compare Source

Bug Fixes
  • unsafe-to-chain-command: Fix the false positive of 'focus' regex matching 'focused' (#​144) (0c5f68b)

v2.14.0

Compare Source

Features
  • pencil: add option for unsafe chaining rule to check for custom cypress methods (49c6eb3)

v2.13.4

Compare Source

Bug Fixes
  • bump globals package to latest (8c9c9eb)

v2.13.3

Compare Source

Bug Fixes
  • handle ImportBindings in no-unnecessary-waiting rule (c626ad5)

v2.13.2

Compare Source

Bug Fixes
  • Wait incorrectly reported as unsafe to chain (7c20206)

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
  • Add 'unsafe-to-chain-command' rule (bf6a75d)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | devDependencies | major | [`^2.10.3` -> `^3.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-cypress/2.12.1/3.0.0) | --- ### Release Notes <details> <summary>cypress-io/eslint-plugin-cypress</summary> ### [`v3.0.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v3.0.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.2...v3.0.0) ##### BREAKING CHANGES - Support for ESlint v3, v4, v5 & v6 is removed ([bafb3b6](https://github.com/cypress-io/eslint-plugin-cypress/commit/bafb3b6efa589b7d9f93e95dafe30c754e8b4a86)) - Support ESLint v7 and v8 only (ESLint v9 is not yet supported) ### [`v2.15.2`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.15.2) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2) ##### Bug Fixes - **deps:** update semantic-release to 19.0.3 ([573be16](https://github.com/cypress-io/eslint-plugin-cypress/commit/573be1681451b954dbdaf7b4b47db81eff34d183)) ### [`v2.15.1`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.15.1) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.14.0...v2.15.1) ##### Bug Fixes - unsafe-to-chain-command: Fix the false positive of 'focus' regex matching 'focused' ([#&#8203;144](https://github.com/cypress-io/eslint-plugin-cypress/issues/144)) ([0c5f68b](https://github.com/cypress-io/eslint-plugin-cypress/commit/0c5f68b)) ### [`v2.14.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.14.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.4...v2.14.0) ##### Features - **pencil:** add option for unsafe chaining rule to check for custom cypress methods ([49c6eb3](https://github.com/cypress-io/eslint-plugin-cypress/commit/49c6eb3)) ### [`v2.13.4`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.4) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.3...v2.13.4) ##### Bug Fixes - bump globals package to latest ([8c9c9eb](https://github.com/cypress-io/eslint-plugin-cypress/commit/8c9c9eb)) ### [`v2.13.3`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.3) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.2...v2.13.3) ##### Bug Fixes - handle ImportBindings in `no-unnecessary-waiting` rule ([c626ad5](https://github.com/cypress-io/eslint-plugin-cypress/commit/c626ad5)) ### [`v2.13.2`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.2) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.1...v2.13.2) ##### Bug Fixes - Wait incorrectly reported as unsafe to chain ([7c20206](https://github.com/cypress-io/eslint-plugin-cypress/commit/7c20206)) ### [`v2.13.1`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.1) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.13.0...v2.13.1) ##### Bug Fixes - Solve unsafe to chain command does not exist ([#&#8203;126](https://github.com/cypress-io/eslint-plugin-cypress/issues/126)) ([1fdfef7](https://github.com/cypress-io/eslint-plugin-cypress/commit/1fdfef7)) ### [`v2.13.0`](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.0) [Compare Source](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v2.13.0) ##### Features - Add 'unsafe-to-chain-command' rule ([bf6a75d](https://github.com/cypress-io/eslint-plugin-cypress/commit/bf6a75d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2024-04-22 22:02:26 +02:00
chore(deps): update dependency eslint-plugin-cypress to v3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
15a344a8a6
kjuulh merged commit 15a344a8a6 into main 2024-04-22 22:44:45 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/backstage#12
No description provided.