This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | [`1.6.11` → `1.6.16`](https://renovatebot.com/diffs/npm/@vitest%2feslint-plugin/1.6.11/1.6.16) |  |  |
---
### Release Notes
<details>
<summary>vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)</summary>
### [`v1.6.16`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.6.16)
[Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.15...v1.6.16)
##### 🚀 Features
- **require-test-timeout**: Support ancestor traversal - by [@​hamirmahal](https://github.com/hamirmahal) in [#​890](https://github.com/vitest-dev/eslint-plugin-vitest/issues/890) [<samp>(8110b)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/8110bfa)
##### [View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.15...v1.6.16)
### [`v1.6.15`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.6.15)
[Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.14...v1.6.15)
#### What's Changed
- feat: allow same-file const variable timeouts by [@​hamirmahal](https://github.com/hamirmahal) in [#​888](https://github.com/vitest-dev/eslint-plugin-vitest/pull/888)
**Full Changelog**: <https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.14...v1.6.15>
### [`v1.6.14`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.6.14)
[Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.13...v1.6.14)
#### What's Changed
- chore: bump [@​typescript-eslint](https://github.com/typescript-eslint) packages to ^8.58.0 by [@​null0rUndefined](https://github.com/null0rUndefined) in [#​886](https://github.com/vitest-dev/eslint-plugin-vitest/pull/886)
#### New Contributors
- [@​null0rUndefined](https://github.com/null0rUndefined) made their first contribution in [#​886](https://github.com/vitest-dev/eslint-plugin-vitest/pull/886)
**Full Changelog**: <https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.13...v1.6.14>
### [`v1.6.13`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.6.13)
[Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.12...v1.6.13)
##### 🚀 Features
- **unbound-method**: Re-enable rule - by [@​FloEdelmann](https://github.com/FloEdelmann) in [#​883](https://github.com/vitest-dev/eslint-plugin-vitest/issues/883) [<samp>(944f2)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/944f2a3)
##### [View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.12...v1.6.13)
### [`v1.6.12`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.6.12)
[Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.11...v1.6.12)
##### [View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.11...v1.6.12)
#### What's Changed
- fix: detect class/function type more reliably by [@​FloEdelmann](https://github.com/FloEdelmann) in [#​882](https://github.com/vitest-dev/eslint-plugin-vitest/pull/882)
- fix(no-alias-methods): reverse toThrow/toThrowError alias direction by [@​FloEdelmann](https://github.com/FloEdelmann) in [#​881](https://github.com/vitest-dev/eslint-plugin-vitest/pull/881)
**Full Changelog**: <https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.11...v1.6.12>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuMTIyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
nitrix
changed title from Update dependency @vitest/eslint-plugin to v1.6.12 to Update dependency @vitest/eslint-plugin to v1.6.132026-03-22 04:02:41 +01:00
nitrix
changed title from Update dependency @vitest/eslint-plugin to v1.6.13 to Update dependency @vitest/eslint-plugin to v1.6.142026-03-31 16:02:53 +02:00
nitrix
changed title from Update dependency @vitest/eslint-plugin to v1.6.14 to Update dependency @vitest/eslint-plugin to v1.6.152026-04-09 02:03:08 +02:00
nitrix
changed title from Update dependency @vitest/eslint-plugin to v1.6.15 to Update dependency @vitest/eslint-plugin to v1.6.162026-04-15 17:02:08 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.6.11→1.6.16Release Notes
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.6.16Compare Source
🚀 Features
View changes on GitHub
v1.6.15Compare Source
What's Changed
Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.14...v1.6.15
v1.6.14Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.13...v1.6.14
v1.6.13Compare Source
🚀 Features
View changes on GitHub
v1.6.12Compare Source
View changes on GitHub
What's Changed
Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.11...v1.6.12
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.
Update dependency @vitest/eslint-plugin to v1.6.12to Update dependency @vitest/eslint-plugin to v1.6.13Update dependency @vitest/eslint-plugin to v1.6.13to Update dependency @vitest/eslint-plugin to v1.6.14Update dependency @vitest/eslint-plugin to v1.6.14to Update dependency @vitest/eslint-plugin to v1.6.15Update dependency @vitest/eslint-plugin to v1.6.15to Update dependency @vitest/eslint-plugin to v1.6.169b945c6987to7fa510d8d8