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

Add option to test for methods like fit or xit #44

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

sualko
Copy link

@sualko sualko commented May 31, 2024

fix #42

@sualko
Copy link
Author

sualko commented May 31, 2024

@atulpatildbz would be nice if you could test my changes.

@atulpatildbz
Copy link

@sualko Thanks for taking the time to fix this.

I have tested the change and it seems to be working fine

image

npx eslint cypress/e2e/test.cy.js

/Users/atul.patil/code/ui-automation/cypress/e2e/test.cy.js
  3:8  error  it.only not permitted  no-only-tests/no-only-tests
  4:5  error  xit not permitted      no-only-tests/no-only-tests

✖ 2 problems (2 errors, 0 warnings)

@sualko
Copy link
Author

sualko commented Jun 5, 2024

@levibuzolic would be awesome if you could look into this pull request

README.md Outdated Show resolved Hide resolved
@levibuzolic
Copy link
Owner

Thanks for the contribution @sualko, sorry I missed this earlier.

I think I'd prefer to merge this without the filename filtering as it's already possible to acheive with ESLint's config.

I'm also starting to realise the options API here isn't scaling very well and will look into putting together a new API that allows consumers to be more explicit with how they target their test runners' specific API. But I wont let that halt improving the existing version.

@sualko
Copy link
Author

sualko commented Jul 23, 2024

It took some time, but I removed the filename filter @levibuzolic

@sualko
Copy link
Author

sualko commented Aug 9, 2024

@levibuzolic can you look into this again?

@levibuzolic levibuzolic merged commit 21613b2 into levibuzolic:main Aug 9, 2024
@sualko
Copy link
Author

sualko commented Aug 9, 2024

@levibuzolic 🙏 thanks a lot for your work on this nice plugin

@levibuzolic
Copy link
Owner

@sualko I'm just going to add some test cases for the new functionality and will package a release as soon as I'm back at my desk. Thanks again for your contribution.

@sualko
Copy link
Author

sualko commented Aug 15, 2024

@levibuzolic an only test fooled me again, so I have currently a high motivation to add this plugin. Do you have an idea when you will release a new version? Otherwise I have to get it directly from Github.

@levibuzolic
Copy link
Owner

@sualko sorry for the delay, your contribution has been released in v3.2.0

renovate bot referenced this pull request in JoshuaKGoldberg/refined-saved-replies Aug 18, 2024
…604)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.2.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/refined-saved-replies).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/all-contributors-auto-action Aug 18, 2024
…585)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/all-contributors-auto-action).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/sentences-per-line Aug 18, 2024
…471)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/sentences-per-line).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/sinon-timers-repeatable Aug 18, 2024
…552)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/sinon-timers-repeatable).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/all-contributors-for-repository Aug 18, 2024
…466)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/all-contributors-for-repository).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/release-it-action Aug 19, 2024
…317)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/release-it-action).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in SAP/ui5-webcomponents-react Aug 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`20.14.15` ->
`20.16.1`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.15/20.16.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.15/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.15/20.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/SAP/ui5-webcomponents-react).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/eslint-plugin-package-json Aug 19, 2024
…485)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/github-username-to-emails Aug 25, 2024
…374)

[![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-no-only-tests](https://togithub.com/levibuzolic/no-only-tests#readme)
([source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://togithub.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://togithub.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://togithub.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://togithub.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/github-username-to-emails).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/tidelift-me-up-site Sep 2, 2024
…641)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-no-only-tests](https://redirect.github.com/levibuzolic/no-only-tests#readme)
([source](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests))
| [`3.1.0` ->
`3.3.0`](https://renovatebot.com/diffs/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-no-only-tests/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-no-only-tests/3.1.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levibuzolic/eslint-plugin-no-only-tests
(eslint-plugin-no-only-tests)</summary>

###
[`v3.3.0`](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.3.0)

[Compare
Source](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.2.0...v3.3.0)

#### What's Changed

- Support ESLint v9 by
[@&#8203;levibuzolic](https://redirect.github.com/levibuzolic) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/pull/45)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.2.0...v3.3.0

###
[`v3.2.0`](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/releases/tag/v3.2.0)

[Compare
Source](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/compare/v3.1.0...v3.2.0)

#### What's Changed

- Add option to test for methods like `fit` or `xit` by
[@&#8203;sualko](https://redirect.github.com/sualko) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

#### Development Changes

- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/pull/41)
- Bump semver from 7.3.5 to 7.5.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/pull/40)

#### New Contributors

- [@&#8203;sualko](https://redirect.github.com/sualko) made their first
contribution in
[https://github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44](https://redirect.github.com/levibuzolic/eslint-plugin-no-only-tests/pull/44)

**Full Changelog**:
levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.2.0

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/tidelift-me-up-site).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

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.

Support for xit?
3 participants