Open renovate[bot] opened 1 year ago
This PR contains the following updates:
2.7.0
2.15.2
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
2.7.0
->2.15.2
Release Notes
cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)
### [`v2.15.2`](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...ec07c81ac3ce3b165617de7efbaec143d3384e2d) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.15.1...v2.15.2) ### [`v2.15.1`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.15.1) [Compare Source](https://togithub.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' ([#144](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/144)) ([0c5f68b](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/0c5f68b)) ### [`v2.14.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.14.0) [Compare Source](https://togithub.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://togithub.com/cypress-io/eslint-plugin-cypress/commit/49c6eb3)) ### [`v2.13.4`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.4) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.13.3...v2.13.4) ##### Bug Fixes - bump globals package to latest ([8c9c9eb](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/8c9c9eb)) ### [`v2.13.3`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.3) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.13.2...v2.13.3) ##### Bug Fixes - handle ImportBindings in `no-unnecessary-waiting` rule ([c626ad5](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/c626ad5)) ### [`v2.13.2`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.2) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.13.1...v2.13.2) ##### Bug Fixes - Wait incorrectly reported as unsafe to chain ([7c20206](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/7c20206)) ### [`v2.13.1`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.1) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.13.0...v2.13.1) ##### Bug Fixes - Solve unsafe to chain command does not exist ([#126](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/126)) ([1fdfef7](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/1fdfef7)) ### [`v2.13.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.13.0) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v2.13.0) ##### Features - Add 'unsafe-to-chain-command' rule ([bf6a75d](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/bf6a75d)) ### [`v2.12.1`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.12.1) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.12.0...v2.12.1) ##### Bug Fixes - Properly export "no-pause" rule ([#86](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/86)) ([874c51f](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/874c51f)) ### [`v2.12.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.12.0) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.11.3...v2.12.0) ##### Features - Add no-pause rule ([#85](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/85)) ([ba8c879](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/ba8c879)) ### [`v2.11.3`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.11.3) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.11.2...v2.11.3) ##### Bug Fixes - Fix crashing bug in no-force rule when using spread operator ([#79](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/79)) ([61a9de1](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/61a9de1)) ### [`v2.11.2`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.11.2) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.11.1...v2.11.2) ##### Bug Fixes - Replace deprecated scope.resolve method ([#70](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/70)) ([9bcf51e](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/9bcf51e)), closes [/eslint.org/docs/developer-guide/scope-manager-interface#deprecated-members-2](https://togithub.com//eslint.org/docs/developer-guide/scope-manager-interface/issues/deprecated-members-2) ### [`v2.11.1`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.11.1) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.11.0...v2.11.1) ##### Bug Fixes - Fix cypress/no-async-tests not found error ([#64](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/64)) ([28d978a](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/28d978a)) ### [`v2.11.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.11.0) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.10.3...v2.11.0) ##### Bug Fixes - Allow aliases in `require-data-selectors` rule ([#59](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/59)) ([0964b4e](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/0964b4e)) - Allow assignment of children of whitelisted commands in `no-assigning-return-values` rule ([#60](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/60)) ([2d127d0](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/2d127d0)) ##### Features - Add `no-async-tests` rule ([#61](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/61)) ([324ffac](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/324ffac)) ### [`v2.10.3`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.10.3) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.10.2...v2.10.3) ##### Bug Fixes - Add support for eslint 4 to `no-assigning-return-values` rule ([46bf46a](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/46bf46a)), closes [#14](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/14) ### [`v2.10.2`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.10.2) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.10.1...v2.10.2) ##### Bug Fixes - Add support for template literals to `require-data-selectors` rule ([958549f](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/958549f)) ### [`v2.10.1`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.10.1) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.10.0...v2.10.1) ##### Bug Fixes - add `no-force` to module exports ([#45](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/45)) ([6c1d538](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/6c1d538)) ### [`v2.10.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.10.0) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.9.0...v2.10.0) ##### Features - **rule:** add `no-force` rule ([#39](https://togithub.com/cypress-io/eslint-plugin-cypress/issues/39)) ([f43c64e](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/f43c64e)) ### [`v2.9.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.9.0) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.8.1...v2.9.0) ##### Features - Support chained wait in `no-unnecessary-waiting` rule ([3eb3d2e](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/3eb3d2e)) ### [`v2.8.1`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.8.1) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.8.0...v2.8.1) ##### Bug Fixes - Handle cy.wait in a function with a default parameter ([475a26c](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/475a26c)) ### [`v2.8.0`](https://togithub.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.8.0) [Compare Source](https://togithub.com/cypress-io/eslint-plugin-cypress/compare/v2.7.0...v2.8.0) ##### Features - Add handling for when the wait method is given an Identifier which has a number value ([e66bdfd](https://togithub.com/cypress-io/eslint-plugin-cypress/commit/e66bdfd))Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.