Skip to content

Releases: vitest-dev/eslint-plugin-vitest

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

v1.1.17

17 Dec 03:35
c732cea
Compare
Choose a tag to compare

Bug Fixes

  • expect.hasAssertions() / expect.assertions() - Does not work when using expect() bound to current test (#595) (efe79c9)

What's Changed

  • Change jest.fn → vi.fn in prefer-called-with rule docs by @FloEdelmann in #592
  • fix: expect.hasAssertions() / expect.assertions() - Does not work when using expect() bound to current test by @y-hsgw in #595

Full Changelog: v1.1.16...v1.1.17

v1.1.16

11 Dec 12:58
79d11ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.15...v1.1.16

v1.1.15

10 Dec 16:17
84f9b68
Compare
Choose a tag to compare

Bug Fixes

  • padding-around-expect-groups doesn't detect expectTypeOf as an expect clause (#588) (1138003)

What's Changed

  • fix: padding-around-expect-groups doesn't detect expectTypeOf as an expect clause by @y-hsgw in #588

Full Changelog: v1.1.14...v1.1.15