Skip to content

Releases: vitest-dev/eslint-plugin-vitest

v0.3.0

02 Sep 03:45
v0.3.0
c5ec82f
Compare
Choose a tag to compare

What's Changed

  • Update prefer-to-be-falsy.md by @veritem in #220
  • chore(deps-dev): bump @typescript-eslint/rule-tester from 6.2.0 to 6.3.0 by @dependabot in #223
  • chore: remove source codes and tests from the same place by @veritem in #218
  • chore(deps-dev): bump eslint from 8.45.0 to 8.47.0 by @dependabot in #225
  • chore(deps-dev): bump vitest from 0.33.0 to 0.34.1 by @dependabot in #227
  • chore(deps-dev): bump @types/node from 20.4.5 to 20.5.0 by @dependabot in #226
  • Replace jest/consistent-test-it with vitest/consistent-test-it in example code by @molily in #230
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.4.0 by @dependabot in #229
  • chore(deps-dev): bump @typescript-eslint/rule-tester from 6.3.0 to 6.4.0 by @dependabot in #228
  • Chore/no commented out tests by @veritem in #207
  • feat/toHaveBeenCalledWithOnce by @veritem in #231
  • Add custom options to expect-expect by @samayer12 in #235
  • Feat/fix tests by @veritem in #236
  • feat/build by @veritem in #239

New Contributors

Full Changelog: v0.2.8...v0.3.0

v0.2.8

27 Jul 12:52
v0.2.8
2231e79
Compare
Choose a tag to compare

What's Changed

  • chore: revert experimental eslint flat config support by @veritem in #217

Full Changelog: v0.2.7...v0.2.8

v0.2.7

27 Jul 12:20
v0.2.7
815eabd
Compare
Choose a tag to compare

Features

What's Changed

  • chore(deps-dev): bump @types/node from 20.2.5 to 20.3.1 by @dependabot in #195
  • chore(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.59.11 by @dependabot in #194
  • feat: add autoFix to prefer-called-with by @veritem in #205
  • chore/no-commented-out-tests by @veritem in #206
  • feat/chore migrating to typescript-eslint v6 by @veritem in #210
  • experimental support for eslint flat config files by @veritem in #216

Full Changelog: v0.2.6...v0.2.7

v0.2.6

09 Jun 20:52
v0.2.6
b903275
Compare
Choose a tag to compare
chore: release v0.2.6

v0.2.5

26 May 20:43
v0.2.5
67a7949
Compare
Choose a tag to compare

Features

  • prefer-lowercase-title: introduce lowercaseFirstCharacterOnly option (#190) (a234637)
  • allow passing arguments as title (#187) (6d6e797)

v0.2.4

26 May 20:44
v0.2.4
05d567b
Compare
Choose a tag to compare

Features

v0.2.3

21 May 21:25
v0.2.3
ea17f67
Compare
Choose a tag to compare

Bug Fixes

v0.2.2

07 May 11:34
v0.2.2
29e9338
Compare
Choose a tag to compare
chore: release v0.2.2

v0.2.1

07 May 11:32
v0.2.1
73c030d
Compare
Choose a tag to compare
chore: release v0.2.1

v0.2.0

07 May 09:58
v0.2.0
902cfd1
Compare
Choose a tag to compare

Features

  • make recommeded rules fail instead of warning (2ff1a5f)