-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix require-soft-assertions rule name and link in README.md. #120
Merged
mskelton
merged 1 commit into
playwright-community:main
from
maxime-bc:fix_readme_require_soft_assertions
Jan 20, 2023
Merged
Fix require-soft-assertions rule name and link in README.md. #120
mskelton
merged 1 commit into
playwright-community:main
from
maxime-bc:fix_readme_require_soft_assertions
Jan 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mskelton
approved these changes
Jan 20, 2023
Thanks good catch! |
github-merge-queue bot
referenced
this pull request
in levaintech/keychain
Jun 28, 2023
[![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://github.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 <details> <summary>playwright-community/eslint-plugin-playwright (eslint-plugin-playwright)</summary> ### [`v0.15.2`](https://github.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.15.2) [Compare Source](https://github.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://github.com/playwright-community/eslint-plugin-playwright/commit/e7b108d1966aa8ba7271e88deee8a8228ba5616b)), closes [#​149](https://github.com/playwright-community/eslint-plugin-playwright/issues/149) - Support custom expect objects created with `expect.configure` ([73e4d06](https://github.com/playwright-community/eslint-plugin-playwright/commit/73e4d06241506d2d42059d9048e6d786d8ae1635)), closes [#​150](https://github.com/playwright-community/eslint-plugin-playwright/issues/150) ### [`v0.15.1`](https://github.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.15.1) [Compare Source](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.15.0...v0.15.1) ##### Bug Fixes - Fewer false negatives for `no-useless-await` ([79d8c7d](https://github.com/playwright-community/eslint-plugin-playwright/commit/79d8c7d8ddf78b2f09a2f1622cd82e7dca03ebf1)) ### [`v0.15.0`](https://github.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.15.0) [Compare Source](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.14.3...v0.15.0) ##### Features - Add `expect-expect` rule ([420ee4c](https://github.com/playwright-community/eslint-plugin-playwright/commit/420ee4c9d3fae67370a2d277fa860d245d72dfda)) - Add `no-nested-step` rule ([56ebc36](https://github.com/playwright-community/eslint-plugin-playwright/commit/56ebc361f75a68e908dcef6838d9e772b77126a0)) - Add `no-nth-methods` rule ([0579822](https://github.com/playwright-community/eslint-plugin-playwright/commit/0579822707ebbeaba4201d045867c15ce6e2961b)) - Add `prefer-to-contain` rule ([1507299](https://github.com/playwright-community/eslint-plugin-playwright/commit/15072995a73d2705553fe764c14ba5fbd8072058)) ### [`v0.14.3`](https://github.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.14.3) [Compare Source](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.14.0...v0.14.3) Fix publish ### [`v0.14.0`](https://github.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.14.0) [Compare Source](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.13.0...v0.14.0) #### What's Changed - Add `no-networkidle` rule by [@​mskelton](https://github.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/134](https://github.com/playwright-community/eslint-plugin-playwright/pull/134) - Add `no-useless-await` rule by [@​mskelton](https://github.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/135](https://github.com/playwright-community/eslint-plugin-playwright/pull/135) **Full Changelog**: playwright-community/eslint-plugin-playwright@v0.13.0...v0.14.0 ### [`v0.13.0`](https://github.com/playwright-community/eslint-plugin-playwright/releases/tag/v0.13.0) [Compare Source](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.12.0...v0.13.0) ##### Features - Add `prefer-web-first-assertions` rule by [@​mskelton](https://github.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/129](https://github.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://github.com/mskelton) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/132](https://github.com/playwright-community/eslint-plugin-playwright/pull/132) - Fix require-soft-assertions rule name and link in README.md. by [@​maxime-bc](https://github.com/maxime-bc) in [https://github.com/playwright-community/eslint-plugin-playwright/pull/120](https://github.com/playwright-community/eslint-plugin-playwright/pull/120) ##### New Contributors - [@​maxime-bc](https://github.com/maxime-bc) made their first contribution in [https://github.com/playwright-community/eslint-plugin-playwright/pull/120](https://github.com/playwright-community/eslint-plugin-playwright/pull/120) **Full Changelog**: playwright-community/eslint-plugin-playwright@v0.12.0...v0.13.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.