Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-testing-library to v6 (#33)
Browse files Browse the repository at this point in the history
[![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-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
| [`^5.11.1` ->
`^6.0.2`](https://renovatebot.com/diffs/npm/eslint-plugin-testing-library/5.11.1/6.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-testing-library/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-testing-library/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-testing-library/5.11.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-testing-library/5.11.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testing-library/eslint-plugin-testing-library
(eslint-plugin-testing-library)</summary>

###
[`v6.0.2`](https://github.com/testing-library/eslint-plugin-testing-library/releases/tag/v6.0.2)

[Compare
Source](https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.0.1...v6.0.2)

##### Bug Fixes

- **await-async-events:** sync userEvent.setup() should not be reported
([#&#8203;817](https://github.com/testing-library/eslint-plugin-testing-library/issues/817))
([c0b6e6f](https://github.com/testing-library/eslint-plugin-testing-library/commit/c0b6e6f11fc4c536ad45c98cb058daef82b58258)),
closes
[#&#8203;800](https://github.com/testing-library/eslint-plugin-testing-library/issues/800)

###
[`v6.0.1`](https://github.com/testing-library/eslint-plugin-testing-library/releases/tag/v6.0.1)

[Compare
Source](https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.0.0...v6.0.1)

##### Bug Fixes

- **no-await-sync-events:** stop reporting `user-event` by default
([#&#8203;803](https://github.com/testing-library/eslint-plugin-testing-library/issues/803))
([88246fc](https://github.com/testing-library/eslint-plugin-testing-library/commit/88246fca7919b06a00d0564913779db33de4de19))

###
[`v6.0.0`](https://github.com/testing-library/eslint-plugin-testing-library/releases/tag/v6.0.0)

[Compare
Source](https://github.com/testing-library/eslint-plugin-testing-library/compare/v5.11.1...v6.0.0)

You can follow the [migration guide to
v6](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v6.md).

##### BREAKING CHANGES

- **await-async-query:** `await-async-query` is now called
`await-async-queries`
- **no-await-sync-events:** `no-await-sync-events` is now enabled by
default in the DOM, Angular & React configs
- **no-await-sync-query:** `no-await-sync-query` is now called
`no-await-sync-queries`
- **no-debugging-utils:** `no-debugging-utils` now enables all debug
methods in all configs by default
- **no-node-access:** `no-node-access` is now enabled by default in the
DOM config
- **await-fire-event:** `await-fire-event` is now called
`await-async-event`
- **no-global-regexp-flag-in-query:** `no-global-regexp-flag-in-query`
is now enabled by default in all configs
- **no-manual-cleanup:** `no-manual-cleanup` is now enabled by default
in the React & Vue configs
- **no-render-in-setup:** `no-render-in-setup` is now called
`no-render-in-lifecycle`
-   **prefer-wait-for:** `prefer-wait-for` is now removed

##### Bug Fixes

- **await-async-event:** pluralize to await-async-events
([#&#8203;670](https://github.com/testing-library/eslint-plugin-testing-library/issues/670))
([7238f76](https://github.com/testing-library/eslint-plugin-testing-library/commit/7238f76c44d026798c8ad7c41700a717a065aef6))
- **await-async-events:** improve fixer
([#&#8203;675](https://github.com/testing-library/eslint-plugin-testing-library/issues/675))
([9d5554c](https://github.com/testing-library/eslint-plugin-testing-library/commit/9d5554cb6bd44f3dbb9e370d67b684b54010c704))

##### Features

- **await-async-event:** add basic fixer
([#&#8203;656](https://github.com/testing-library/eslint-plugin-testing-library/issues/656))
([b4b5394](https://github.com/testing-library/eslint-plugin-testing-library/commit/b4b5394b18979e7fde175d36e0cbe9cec5fb2f85))
- **await-async-query:** rename to `await-async-queries`
([#&#8203;665](https://github.com/testing-library/eslint-plugin-testing-library/issues/665))
([c1803df](https://github.com/testing-library/eslint-plugin-testing-library/commit/c1803df5e35188ed5fcaeaf45ebcea379fa36838))
- **await-fire-event:** rename to `await-async-event` + add support for
`user-event`
([#&#8203;652](https://github.com/testing-library/eslint-plugin-testing-library/issues/652))
([b4ce9bb](https://github.com/testing-library/eslint-plugin-testing-library/commit/b4ce9bb2ddec61f1790aa422412b3557f2baaf90))
- **no-await-sync-events:** add to DOM, Angular & React configs by
default
([#&#8203;667](https://github.com/testing-library/eslint-plugin-testing-library/issues/667))
([afce5ea](https://github.com/testing-library/eslint-plugin-testing-library/commit/afce5ea7888db3070711c39baf470e46a01f99a7))
- **no-await-sync-query:** rename to `no-await-sync-queries`
([#&#8203;666](https://github.com/testing-library/eslint-plugin-testing-library/issues/666))
([7ed3da8](https://github.com/testing-library/eslint-plugin-testing-library/commit/7ed3da8ef5b454baea76f8f14465644311366270))
- **no-debugging-utils:** enable all debug methods in all configs by
default
([#&#8203;663](https://github.com/testing-library/eslint-plugin-testing-library/issues/663))
([e394ce0](https://github.com/testing-library/eslint-plugin-testing-library/commit/e394ce0962616e79d45b9abed8afead7e00f5d13))
- **no-debugging-utils:** warn instead of error in all configs
([#&#8203;662](https://github.com/testing-library/eslint-plugin-testing-library/issues/662))
([8063f8f](https://github.com/testing-library/eslint-plugin-testing-library/commit/8063f8f6a8e1ed0304c6eefc3b00493997952cd1))
- **no-global-regexp-flag-in-query:** add to all configs by default
([#&#8203;660](https://github.com/testing-library/eslint-plugin-testing-library/issues/660))
([c76a7bf](https://github.com/testing-library/eslint-plugin-testing-library/commit/c76a7bfa153d8f206bd88cd3928e3f8bd107be18))
- **no-manual-cleanup:** add to React & Vue configs by default
([#&#8203;659](https://github.com/testing-library/eslint-plugin-testing-library/issues/659))
([8f6ebf5](https://github.com/testing-library/eslint-plugin-testing-library/commit/8f6ebf567b0e3bd136db3f917ef1ac6def5f14cb))
- **no-node-access:** add to DOM config by default
([#&#8203;661](https://github.com/testing-library/eslint-plugin-testing-library/issues/661))
([8dfe155](https://github.com/testing-library/eslint-plugin-testing-library/commit/8dfe155f5658c14004c80ddef274171e1d2950b1))
- **no-render-in-setup:** rename to `no-render-in-lifecycle`
([#&#8203;649](https://github.com/testing-library/eslint-plugin-testing-library/issues/649))
([9acba43](https://github.com/testing-library/eslint-plugin-testing-library/commit/9acba430da3729bf3e4c781d1b9d2f3ff3ed6962))
- **prefer-wait-for:** remove rule
([#&#8203;648](https://github.com/testing-library/eslint-plugin-testing-library/issues/648))
([20f23ad](https://github.com/testing-library/eslint-plugin-testing-library/commit/20f23ad0810654ab046e7056560653c72274d50a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
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/remcolakens/next-boilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 2, 2023
1 parent 5eb0c01 commit df12f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-testing-library": "^5.11.1",
"eslint-plugin-testing-library": "^6.0.2",
"husky": "^8.0.3",
"inquirer": "8.2.6",
"jest": "^29.7.0",
Expand Down
20 changes: 6 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df12f26

Please sign in to comment.