From db2838db6f975653d392fecff1c25ce40951b9c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:55:55 +0800 Subject: [PATCH] bump(deps): update dependency eslint-plugin-playwright to ^0.15.2 (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-playwright](https://togithub.com/playwright-community/eslint-plugin-playwright) | [`^0.12.0` -> `^0.15.2`](https://renovatebot.com/diffs/npm/eslint-plugin-playwright/0.12.0/0.15.2) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-playwright/0.15.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-playwright/0.15.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-playwright/0.15.2/compatibility-slim/0.12.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-playwright/0.15.2/confidence-slim/0.12.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
playwright-community/eslint-plugin-playwright (eslint-plugin-playwright) ### [`v0.15.2`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.15.2) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v0.15.1...v0.15.2) ##### Bug Fixes - Fix false positive for `expect-expect` when using `test.step` ([e7b108d](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/e7b108d1966aa8ba7271e88deee8a8228ba5616b)), closes [#​149](https://togithub.com/playwright-community/eslint-plugin-playwright/issues/149) - Support custom expect objects created with `expect.configure` ([73e4d06](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/73e4d06241506d2d42059d9048e6d786d8ae1635)), closes [#​150](https://togithub.com/playwright-community/eslint-plugin-playwright/issues/150) ### [`v0.15.1`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.15.1) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v0.15.0...v0.15.1) ##### Bug Fixes - Fewer false negatives for `no-useless-await` ([79d8c7d](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/79d8c7d8ddf78b2f09a2f1622cd82e7dca03ebf1)) ### [`v0.15.0`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.15.0) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v0.14.3...v0.15.0) ##### Features - Add `expect-expect` rule ([420ee4c](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/420ee4c9d3fae67370a2d277fa860d245d72dfda)) - Add `no-nested-step` rule ([56ebc36](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/56ebc361f75a68e908dcef6838d9e772b77126a0)) - Add `no-nth-methods` rule ([0579822](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/0579822707ebbeaba4201d045867c15ce6e2961b)) - Add `prefer-to-contain` rule ([1507299](https://togithub.com/playwright-community/eslint-plugin-playwright/commit/15072995a73d2705553fe764c14ba5fbd8072058)) ### [`v0.14.3`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.14.3) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v0.14.0...v0.14.3) Fix publish ### [`v0.14.0`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.14.0) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v0.13.0...v0.14.0) #### What's Changed - Add `no-networkidle` rule by [@​mskelton](https://togithub.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/134](https://togithub.com/playwright-community/eslint-plugin-playwright/pull/134) - Add `no-useless-await` rule by [@​mskelton](https://togithub.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/135](https://togithub.com/playwright-community/eslint-plugin-playwright/pull/135) **Full Changelog**: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.13.0...v0.14.0 ### [`v0.13.0`](https://togithub.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.13.0) [Compare Source](https://togithub.com/playwright-community/eslint-plugin-playwright/compare/v0.12.0...v0.13.0) ##### Features - Add `prefer-web-first-assertions` rule by [@​mskelton](https://togithub.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/129](https://togithub.com/playwright-community/eslint-plugin-playwright/pull/129) - Add `recommended` config to replace the `playwright-test` config. The existing `playwright-test` config will be removed in v1. ##### Bug fixes - Identify custom page objects in rules by [@​mskelton](https://togithub.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/132](https://togithub.com/playwright-community/eslint-plugin-playwright/pull/132) - Fix require-soft-assertions rule name and link in README.md. by [@​maxime-bc](https://togithub.com/maxime-bc) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/120](https://togithub.com/playwright-community/eslint-plugin-playwright/pull/120) ##### New Contributors - [@​maxime-bc](https://togithub.com/maxime-bc) made their first contribution in [https://github.com/playwright-community/eslint-plugin-playwright/pull/120](https://togithub.com/playwright-community/eslint-plugin-playwright/pull/120) **Full Changelog**: https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.12.0...v0.13.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/levaintech/keychain). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/eslint-config/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7b589f5..f72698f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -6,6 +6,6 @@ "dependencies": { "@stickyjs/eslint-config": "1.2.0", "eslint-config-universe": "11.2.0", - "eslint-plugin-playwright": "^0.12.0" + "eslint-plugin-playwright": "^0.15.2" } } diff --git a/yarn.lock b/yarn.lock index 6603e35..7fdbd07 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4150,10 +4150,10 @@ eslint-plugin-node@^11.1.0: resolve "^1.10.1" semver "^6.1.0" -eslint-plugin-playwright@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-0.12.0.tgz#0c728e07c217b5ea48acef46c52eefba9cf8ebd3" - integrity sha512-KXuzQjVzca5irMT/7rvzJKsVDGbQr43oQPc8i+SLEBqmfrTxlwMwRqfv9vtZqh4hpU0jmrnA/EOfwtls+5QC1w== +eslint-plugin-playwright@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.2.tgz#88328dc5fe2b2af39d88abb495ed9bfc562c896b" + integrity sha512-Q2jQ7ORjZscvwxR6MEgITZy23vxlnYlJlMR7aICFczWVMijTCZPGvvMoZaLWkAzx5J6fciulwbg+JJeRjMkTig== eslint-plugin-prettier@^4.2.1: version "4.2.1"