Skip to content
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
merged 1 commit into from
Jan 20, 2023
Merged

Fix require-soft-assertions rule name and link in README.md. #120

merged 1 commit into from
Jan 20, 2023

Conversation

maxime-bc
Copy link
Contributor

No description provided.

@mskelton mskelton merged commit 546c8b7 into playwright-community:main Jan 20, 2023
@mskelton
Copy link
Member

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
[#&#8203;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
[#&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants