Skip to content

Releases: vitest-dev/eslint-plugin-vitest

v1.3.5

31 Aug 04:05
294fbf1
Compare
Choose a tag to compare

Bug Fixes

  • docs: fix incorrect rule name in vitest/require-mock-type-parameters example (#740) (d48741a)

Features

  • prefer-describe-function-title: Check for unnecessary .name (#744) (5f1fe04)

What's Changed

  • fix(docs): fix incorrect rule name in vitest/require-mock-type-parameters example by @sceee in #740
  • feat(prefer-describe-function-title): Check for unnecessary .name by @y-hsgw in #744
  • fix(build): add missing @typescript-eslint/scope-manager dependency by @y-hsgw in #747
  • chore(eslint): migrate to typescript-eslint and apply recommended config by @y-hsgw in #746

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

01 Jul 18:36
7fb864c
Compare
Choose a tag to compare
chore: release v1.3.4

v1.3.3

26 Jun 21:24
906f379
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.7...v1.3.0

v1.2.5

13 Jun 19:40
c05b63c
Compare
Choose a tag to compare
chore: release v1.2.5

v1.2.4

12 Jun 21:07
1e9b9ae
Compare
Choose a tag to compare
chore: release v1.2.4

v1.2.3

12 Jun 15:55
ae0c9e5
Compare
Choose a tag to compare

What's Changed

  • Add no-importing-from-vitest-globals and prefer-importing-from-vitest-globals rules by @samuelko123 in #711

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

10 Jun 15:54
fa557d6
Compare
Choose a tag to compare

Bug Fixes

  • valid-title: Added support for call signatures as well (#710) (6a06cf9)

v1.2.1

23 May 13:53
0cf72bf
Compare
Choose a tag to compare

Bug Fixes

  • valid-title: Please allow function-typed variables and aliases as valid describe titles (#708) (76653c9)

What's Changed

  • fix(valid-title): Please allow function-typed variables and aliases as valid describe titles by @y-hsgw in #708

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 May 15:31
2818d59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.44...v1.2.0

v1.1.44

01 May 13:28
37e9d9f
Compare
Choose a tag to compare

What's Changed

  • docs: fix incorrect rule title by @k-yle in #701

New Contributors

Full Changelog: v1.1.43...v1.1.44