Skip to content

Releases: vitest-dev/eslint-plugin-vitest

v1.6.5

02 Jan 21:00
23b771e

Choose a tag to compare

   🚀 Features

  • No-conditional-expect takes expect.assertions into account  -  by @vidarc in #840 (01f6d)

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

  • refactor: apply prettier to whole codebase by @G-Rath in #853
  • fix: treat vitest and vi the same by @G-Rath in #851
  • test(unbound-method): port most of the test suite by @G-Rath in #850
  • chore: update eslint-remote-tester by @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

24 Dec 05:38
3250a9c

Choose a tag to compare

   🚀 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.mocked by @G-Rath in #849
  • feat: create new prefer-mock-return-shorthand rule by @G-Rath in #848

New Contributors

Full Changelog: v1.6.3...v1.6.4

v1.6.3

23 Dec 04:30
0bb0623

Choose a tag to compare

   🚀 Features

    View changes on GitHub

What's Changed

  • feat: Option to disable autofix of prefer-import-in-mock by @nunomarks in #846

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.2

23 Dec 04:25
f6b33f2

Choose a tag to compare

v1.6.2 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v1.6.1

22 Dec 06:14
2f31996

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

Full Changelog: v1.5.4...v1.6.0

v1.6.0

22 Dec 06:13
034a750

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.5.4

19 Dec 08:32
649c915

Choose a tag to compare

No significant changes

    View changes on GitHub

v1.5.3

19 Dec 08:32
70bc786

Choose a tag to compare

No significant changes

    View changes on GitHub

What's Changed

  • New rule: no-unneeded-async-expect-function by @y-hsgw in #839

Full Changelog: v1.5.2...v1.5.3

v1.5.2

07 Dec 18:54
c2e94e2

Choose a tag to compare

   🐞 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

29 Nov 17:33
cc85c0a

Choose a tag to compare

   🐞 Bug Fixes

  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @y-hsgw in #832 (4ea56)
    View changes on GitHub