deps: update @vitest/eslint-plugin to 1.6.6 #10

Open
minori wants to merge 2 commits from dependencies/update--vitest-eslint-plugin into main
Owner

Dependency Update

Updates @vitest/eslint-plugin from 1.1.24 to 1.6.6.

Type

dependencies

Changelog

Changelog

v1.6.6

   🚀 Features

    View changes on GitHub

v1.6.5

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.4...v1.6.5

v1.6.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.3...v1.6.4

v1.6.3

   🚀 Features

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.1...v1.6.2

v1.6.2

   🚀 Features

    View changes on GitHub

v1.6.1

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.0

v1.6.0

   🐞 Bug Fixes

    View changes on GitHub

v1.5.4

No significant changes

    View changes on GitHub

v1.5.3

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.2...v1.5.3

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🐞 Bug Fixes

    View changes on GitHub

v1.5.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.4...v1.5.0

v1.4.4

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.3...v1.4.4

v1.4.3

   🐞 Bug Fixes

    View changes on GitHub

v1.4.2

   🚀 Features

    View changes on GitHub

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.1...v1.4.2

v1.4.1

No significant changes

    View changes on GitHub

v1.4.0

   🐞 Bug Fixes

    View changes on GitHub

v1.3.26

   🐞 Bug Fixes

    View changes on GitHub

v1.3.25

   🐞 Bug Fixes

    View changes on GitHub

v1.3.24

   🐞 Bug Fixes

    View changes on GitHub

v1.3.23

No significant changes

    View changes on GitHub

v1.3.22

No significant changes

    View changes on GitHub

v1.3.21

   🚀 Features

    View changes on GitHub

v1.3.20

   🐞 Bug Fixes

    View changes on GitHub

v1.3.19

   🐞 Bug Fixes

    View changes on GitHub

v1.3.18

   🐞 Bug Fixes

    View changes on GitHub

v1.3.17

   🐞 Bug Fixes

    View changes on GitHub

v1.3.16

   🐞 Bug Fixes

    View changes on GitHub

v1.3.15

No significant changes

    View changes on GitHub

v1.3.14

   🚀 Features

    View changes on GitHub

This PR was created by Minori, your friendly dependency updater! 🌸

## Dependency Update Updates **@vitest/eslint-plugin** from `1.1.24` to `1.6.6`. ### Type dependencies ### Changelog ## Changelog ### v1.6.6 ### &nbsp;&nbsp;&nbsp;🚀 Features - Add require-test-timeout rule &nbsp;-&nbsp; by @hamirmahal in https://github.com/vitest-dev/eslint-plugin-vitest/issues/863 [<samp>(0829c)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/0829c0a) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.5...v1.6.6) ### v1.6.5 ### &nbsp;&nbsp;&nbsp;🚀 Features - No-conditional-expect takes expect.assertions into account &nbsp;-&nbsp; by @vidarc in https://github.com/vitest-dev/eslint-plugin-vitest/issues/840 [<samp>(01f6d)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/01f6df9) ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Treat `vitest` and `vi` the same &nbsp;-&nbsp; by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/issues/851 [<samp>(48aa6)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/48aa682) - **prefer-mock-return-shorthand**: - Ignore use of update expressions &nbsp;-&nbsp; by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/issues/858 [<samp>(da4b6)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/da4b6f7) - Ignore async implementations &nbsp;-&nbsp; by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/issues/857 [<samp>(1881e)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/1881ed0) - Don't report mutable implementations &nbsp;-&nbsp; by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/issues/1908 and https://github.com/vitest-dev/eslint-plugin-vitest/issues/855 [<samp>(9636a)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/9636ae8) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.4...v1.6.5) ## What's Changed * refactor: apply prettier to whole codebase by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/853 * fix: treat `vitest` and `vi` the same by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/851 * test(unbound-method): port most of the test suite by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/850 * chore: update `eslint-remote-tester` by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/859 * fix(prefer-mock-return-shorthand): ignore use of update expressions by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/858 * fix(prefer-mock-return-shorthand): ignore async implementations by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/857 * fix(prefer-mock-return-shorthand): don't report mutable implementations by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/855 * refactor: Require rule name in createTestingLibraryRule return type and use rule.name in tests by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/860 * feat: no-conditional-expect takes expect.assertions into account by @vidarc in https://github.com/vitest-dev/eslint-plugin-vitest/pull/840 * docs: put rule descriptions after title by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/861 ## New Contributors * @vidarc made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/840 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.4...v1.6.5 ### v1.6.4 ### &nbsp;&nbsp;&nbsp;🚀 Features - Create new `prefer-mock-return-shorthand` rule &nbsp;-&nbsp; by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/issues/848 [<samp>(c0b72)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/c0b7223) ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **unbound-method**: Ignore functions passed to `vi.mocked` &nbsp;-&nbsp; by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/issues/849 [<samp>(aa8af)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/aa8af4d) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.3...v1.6.4) ## What's Changed * docs(no-conditional-expect): add asymmetric matchers to example usage by @wjhsf in https://github.com/vitest-dev/eslint-plugin-vitest/pull/847 * fix(unbound-method): ignore functions passed to `vi.mocked` by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/849 * feat: create new `prefer-mock-return-shorthand` rule by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/pull/848 ## New Contributors * @wjhsf made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/847 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.3...v1.6.4 ### v1.6.3 ### &nbsp;&nbsp;&nbsp;🚀 Features - Option to disable autofix of prefer-import-in-mock &nbsp;-&nbsp; by @nunomarks in https://github.com/vitest-dev/eslint-plugin-vitest/issues/846 [<samp>(3046a)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/3046a82) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.1...v1.6.2) ## What's Changed * feat: Option to disable autofix of prefer-import-in-mock by @nunomarks in https://github.com/vitest-dev/eslint-plugin-vitest/pull/846 ## New Contributors * @nunomarks made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/846 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.1...v1.6.2 ### v1.6.2 ### &nbsp;&nbsp;&nbsp;🚀 Features - Option to disable autofix of prefer-import-in-mock &nbsp;-&nbsp; by @nunomarks in https://github.com/vitest-dev/eslint-plugin-vitest/issues/846 [<samp>(3046a)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/3046a82) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.1...v1.6.2) ### v1.6.1 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Treat test.extend results as test calls &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/843 [<samp>(7a401)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/7a4014c) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.0) ## What's Changed * fix: Treat test.extend results as test calls by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/843 * New rule: prefer-to-have-been-called-times by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/842 * remove duplicate rules by @veritem in https://github.com/vitest-dev/eslint-plugin-vitest/pull/844 * remove patched package by @veritem in https://github.com/vitest-dev/eslint-plugin-vitest/pull/845 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.0 ### v1.6.0 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Treat test.extend results as test calls &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/843 [<samp>(7a401)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/7a4014c) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.4...v1.6.0) ### v1.5.4 *No significant changes* ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.3...v1.5.4) ### v1.5.3 *No significant changes* ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.2...v1.5.3) ## What's Changed * New rule: no-unneeded-async-expect-function by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/839 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.2...v1.5.3 ### v1.5.2 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Regression for valid-title and prefer-hooks-on-top when using test.scoped &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/836 [<samp>(bdf8e)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/bdf8e66) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.1...v1.5.2) ### v1.5.1 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **no-alias-methods**: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/832 [<samp>(4ea56)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/4ea5673) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.5.0...v1.5.1) ### v1.5.0 ### &nbsp;&nbsp;&nbsp;🚀 Features - Add rule to recommended Vitest ESLint config &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/827 [<samp>(bc95b)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/bc95b10) ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **consistent-test-it**: Handle aliased Vitest imports when enforcing consistent test names &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/828 [<samp>(54be6)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/54be66e) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.4...v1.5.0) ## What's Changed * fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/828 * feat: Add rule to recommended Vitest ESLint config by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/827 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.4...v1.5.0 ### v1.4.4 ### &nbsp;&nbsp;&nbsp;🚀 Features - Adding `require-import-vi-mock` rule &nbsp;-&nbsp; by @axel7083 in https://github.com/vitest-dev/eslint-plugin-vitest/issues/820 [<samp>(abdea)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/abdeab3) - Add rule consistent-each-for &nbsp;-&nbsp; by @figueiredoluiz in https://github.com/vitest-dev/eslint-plugin-vitest/issues/826 [<samp>(db570)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/db570c8) ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **expect-expect**: Potential false positives for expect-expect and valid-title when using it.scoped &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/822 [<samp>(765ee)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/765eeac) - **no-identical-title**: FP when using `test.for` &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/825 [<samp>(962de)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/962defb) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.3...v1.4.4) ## What's Changed * fix(expect-expect): Potential false positives for expect-expect and valid-title when using it.scoped by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/822 * feat: adding `require-import-vi-mock` rule by @axel7083 in https://github.com/vitest-dev/eslint-plugin-vitest/pull/820 * docs(prefer-equality-matcher): correct (e)quality typo in description by @JoshuaKGoldberg in https://github.com/vitest-dev/eslint-plugin-vitest/pull/824 * fix(no-identical-title): FP when using `test.for` by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/825 * feat: add rule consistent-each-for by @figueiredoluiz in https://github.com/vitest-dev/eslint-plugin-vitest/pull/826 ## New Contributors * @axel7083 made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/820 * @figueiredoluiz made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/826 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.3...v1.4.4 ### v1.4.3 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **prefer-called-exactly-once-with**: Preserve TypeScript generic parameters &nbsp;-&nbsp; by @G-Rath in https://github.com/vitest-dev/eslint-plugin-vitest/issues/818 [<samp>(2e3e9)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/2e3e9f8) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.2...v1.4.3) ### v1.4.2 ### &nbsp;&nbsp;&nbsp;🚀 Features - Add rule `require-awaited-expect-poll` &nbsp;-&nbsp; by @StyleShit in https://github.com/vitest-dev/eslint-plugin-vitest/issues/817 [<samp>(ebf57)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/ebf5717) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.1...v1.4.2) ## What's Changed * refactor: Enforce no-unsafe-optional-chaining as an Error by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/pull/816 * feat: add rule `require-awaited-expect-poll` by @StyleShit in https://github.com/vitest-dev/eslint-plugin-vitest/pull/817 ## New Contributors * @StyleShit made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/817 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.1...v1.4.2 ### v1.4.1 *No significant changes* ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.4.0...v1.4.1) ### v1.4.0 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Add `describe.for` chains &nbsp;-&nbsp; by @paescuj in https://github.com/vitest-dev/eslint-plugin-vitest/issues/808 [<samp>(97702)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/977022f) - Workaround for plugin type &nbsp;-&nbsp; by @paescuj in https://github.com/vitest-dev/eslint-plugin-vitest/issues/811 [<samp>(30053)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/3005315) - Make `.extend` exclusive, add `.scoped` &nbsp;-&nbsp; by @paescuj in https://github.com/vitest-dev/eslint-plugin-vitest/issues/809 [<samp>(70708)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/7070806) - **no-done-callback**: Remove rule from 'all' list &nbsp;-&nbsp; by @paescuj in https://github.com/vitest-dev/eslint-plugin-vitest/issues/807 [<samp>(20e53)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/20e5301) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.26...v1.4.0) ### v1.3.26 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Dynamically require typescript &nbsp;-&nbsp; by @paescuj in https://github.com/vitest-dev/eslint-plugin-vitest/issues/803 [<samp>(2ff2d)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/2ff2dcd) - **no-done-callback**: False positive when using `.for` &nbsp;-&nbsp; by @paescuj in https://github.com/vitest-dev/eslint-plugin-vitest/issues/804 [<samp>(a3ab8)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/a3ab834) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.25...v1.3.26) ### v1.3.25 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **consistent-test-filename**: Correct expected options type &nbsp;-&nbsp; by @paescuj in https://github.com/vitest-dev/eslint-plugin-vitest/issues/801 [<samp>(8a14d)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/8a14d46) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.24...v1.3.25) ### v1.3.24 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **no-standalone-expect**: Add it.for/test.for chains &nbsp;-&nbsp; by @y-hsgw in https://github.com/vitest-dev/eslint-plugin-vitest/issues/800 [<samp>(7558b)</samp>](https://github.com/vitest-dev/eslint-plugin-vitest/commit/7558b7e) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.23...v1.3.24) ### v1.3.23 *No significant changes* ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.22...v1.3.23) ### v1.3.22 *No significant changes* ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.21...v1.3.22) ### v1.3.21 ### &nbsp;&nbsp;&nbsp;🚀 Features - Add support for custom vitest imports &nbsp;-&nbsp; by @rothsandro in https://github.com/veritem/eslint-plugin-vitest/issues/793 [<samp>(83307)</samp>](https://github.com/veritem/eslint-plugin-vitest/commit/8330763) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.20...v1.3.21) ### v1.3.20 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Correct and align retrievement of rule options &nbsp;-&nbsp; by @paescuj in https://github.com/veritem/eslint-plugin-vitest/issues/785 [<samp>(9648b)</samp>](https://github.com/veritem/eslint-plugin-vitest/commit/9648b95) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.19...v1.3.20) ### v1.3.19 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **prefer-called-exactly-once-with**: Check for `toHaveBeenCalledOnce` &nbsp;-&nbsp; by @paescuj in https://github.com/veritem/eslint-plugin-vitest/issues/784 [<samp>(44646)</samp>](https://github.com/veritem/eslint-plugin-vitest/commit/4464657) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.18...v1.3.19) ### v1.3.18 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **prefer-called-exactly-once-with**: Detect mock resets between assertions &nbsp;-&nbsp; by @y-hsgw in https://github.com/veritem/eslint-plugin-vitest/issues/780 [<samp>(0ccaf)</samp>](https://github.com/veritem/eslint-plugin-vitest/commit/0ccafa4) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.17...v1.3.18) ### v1.3.17 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - **prefer-called-exactly-once-with**: Incorrect auto-fix behavior &nbsp;-&nbsp; by @y-hsgw in https://github.com/veritem/eslint-plugin-vitest/issues/778 [<samp>(6229b)</samp>](https://github.com/veritem/eslint-plugin-vitest/commit/6229b2b) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.16...v1.3.17) ### v1.3.16 ### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes - Correct fixer for prefer-called-exactly-once-with &nbsp;-&nbsp; by @WikiRik in https://github.com/veritem/eslint-plugin-vitest/issues/774 [<samp>(64ef8)</samp>](https://github.com/veritem/eslint-plugin-vitest/commit/64ef899) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.15...v1.3.16) ### v1.3.15 *No significant changes* ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.14...v1.3.15) ### v1.3.14 ### &nbsp;&nbsp;&nbsp;🚀 Features - Reintroduce rule for prefer-called-exactly-once-with in alignment with Vitest 3.0.0 &nbsp;-&nbsp; by @y-hsgw in https://github.com/veritem/eslint-plugin-vitest/issues/772 [<samp>(4e7df)</samp>](https://github.com/veritem/eslint-plugin-vitest/commit/4e7df3d) ##### &nbsp;&nbsp;&nbsp;&nbsp;[View changes on GitHub](https://github.com/veritem/eslint-plugin-vitest/compare/v1.3.13...v1.3.14) --- ✨ This PR was created by Minori, your friendly dependency updater! 🌸
minori added 1 commit 2026-02-03 19:21:14 -08:00
deps: update @vitest/eslint-plugin to 1.6.6
Node.js CI / CI (pull_request) Failing after 11s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m25s
795358db2a
minori added 1 commit 2026-02-20 07:00:51 -08:00
deps: update @vitest/eslint-plugin to 1.6.7
Node.js CI / CI (pull_request) Failing after 16s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m27s
5758e55b73
Some required checks failed
Node.js CI / CI (pull_request) Failing after 16s
Required
Details
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m27s
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependencies/update--vitest-eslint-plugin:dependencies/update--vitest-eslint-plugin
git checkout dependencies/update--vitest-eslint-plugin
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/eslint-config#10