Skip to content

Releases: vitest-dev/eslint-plugin-vitest

v1.1.27

08 Feb 22:18
18886c5
Compare
Choose a tag to compare

Features

  • added the require-mock-type-parameters rule (#651) (5674c25)

What's Changed

  • docs(prefer-strict-boolean-matchers): added documentation for the rule by @marekdedic in #653
  • feat: added the require-mock-type-parameters rule by @marekdedic in #651

Full Changelog: v1.1.26...v1.1.27

v1.1.26

07 Feb 13:23
e2365c4
Compare
Choose a tag to compare

Features

  • added the prefer-strict-boolean-matchers rule (#650) (4d86836)

What's Changed

New Contributors

Full Changelog: v1.1.25...v1.1.26

v1.1.25

12 Jan 09:38
ad7171e
Compare
Choose a tag to compare

Bug Fixes

  • consistent-test-it: Remove duplicate imports inside the import statement (#638) (0ae4289)

v1.1.24

03 Jan 04:26
199d71b
Compare
Choose a tag to compare

Bug Fixes

v1.1.23

01 Jan 18:05
06896aa
Compare
Choose a tag to compare

Bug Fixes

  • make rule message punctuation more consistent and address some typos (#628) (31cae3b)

What's Changed

  • fix: make rule message punctuation more consistent and address some typos by @G-Rath in #628
  • chore: avoid nullish config type by @ST-DDT in #629

New Contributors

Full Changelog: v1.1.22...v1.1.23

v1.1.22

31 Dec 05:38
003846c
Compare
Choose a tag to compare

Bug Fixes

  • valid-title false positives when test.extend is used (#584) (9c2670a)

v1.1.21

27 Dec 22:00
3023345
Compare
Choose a tag to compare

Bug Fixes

Performance Improvements

  • only build regexp ones for detecting expectations (#608) (448650c)

What's Changed

Full Changelog: v1.1.20...v1.1.21

v1.1.20

19 Dec 15:52
0f4193c
Compare
Choose a tag to compare

Bug Fixes

  • detect expectations in chains with underscores (#607) (d31fdb7)

What's Changed

  • fix: detect expectations in chains with underscores by @ghusse in #607
  • docs: fix no-standalone-expect.md options example by @andykenward in #606

New Contributors

Full Changelog: v1.1.19...v1.1.20

v1.1.19

19 Dec 14:12
2abdad0
Compare
Choose a tag to compare

Bug Fixes

What's Changed

  • fix: Apply ESLint to .ts files by @y-hsgw in #602
  • fix: vitest/expect-expect throws false positive by @y-hsgw in #604

Full Changelog: v1.1.18...v1.1.19

v1.1.18

17 Dec 23:15
342ce00
Compare
Choose a tag to compare

Features

What's Changed

  • feat: add missing globals by @yongholeeme in #599
  • [prefer-expect-assertions]fix false negatives for test context usage by @y-hsgw in #600

New Contributors

Full Changelog: v1.1.17...v1.1.18