Releases: vitest-dev/eslint-plugin-vitest
Releases · vitest-dev/eslint-plugin-vitest
v1.6.5
🚀 Features
🐞 Bug Fixes
View changes on GitHub
What's Changed
- refactor: apply prettier to whole codebase by @G-Rath in #853
- fix: treat
vitestandvithe same by @G-Rath in #851 - test(unbound-method): port most of the test suite by @G-Rath in #850
- chore: update
eslint-remote-testerby @G-Rath in #859 - fix(prefer-mock-return-shorthand): ignore use of update expressions by @G-Rath in #858
- fix(prefer-mock-return-shorthand): ignore async implementations by @G-Rath in #857
- fix(prefer-mock-return-shorthand): don't report mutable implementations by @G-Rath in #855
- refactor: Require rule name in createTestingLibraryRule return type and use rule.name in tests by @y-hsgw in #860
- feat: no-conditional-expect takes expect.assertions into account by @vidarc in #840
- docs: put rule descriptions after title by @G-Rath in #861
New Contributors
Full Changelog: v1.6.4...v1.6.5
v1.6.4
🚀 Features
🐞 Bug Fixes
View changes on GitHub
What's Changed
- docs(no-conditional-expect): add asymmetric matchers to example usage by @wjhsf in #847
- fix(unbound-method): ignore functions passed to
vi.mockedby @G-Rath in #849 - feat: create new
prefer-mock-return-shorthandrule by @G-Rath in #848
New Contributors
Full Changelog: v1.6.3...v1.6.4
v1.6.3
🚀 Features
- Option to disable autofix of prefer-import-in-mock - by @nunomarks in #846 (3046a)
View changes on GitHub
What's Changed
- feat: Option to disable autofix of prefer-import-in-mock by @nunomarks in #846
New Contributors
- @nunomarks made their first contribution in #846
Full Changelog: v1.6.1...v1.6.2
v1.6.2
🚀 Features
- Option to disable autofix of prefer-import-in-mock - by @nunomarks in #846 (3046a)
View changes on GitHub
v1.6.1
🐞 Bug Fixes
View changes on GitHub
What's Changed
- fix: Treat test.extend results as test calls by @y-hsgw in #843
- New rule: prefer-to-have-been-called-times by @y-hsgw in #842
- remove duplicate rules by @veritem in #844
- remove patched package by @veritem in #845
Full Changelog: 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
v1.5.2
🐞 Bug Fixes
- Regression for valid-title and prefer-hooks-on-top when using test.scoped - by @y-hsgw in #836 (bdf8e)
View changes on GitHub
v1.5.1
🐞 Bug Fixes
- no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError - by @y-hsgw in #832 (4ea56)