Skip to content

Releases: veritem/eslint-plugin-vitest

v0.3.8

22 Oct 23:20
v0.3.8
c058d3f
Compare
Choose a tag to compare

Features

  • no-disabled-tests: make error ranges smaller (#278) (8793664), closes #270

v0.3.6

22 Oct 03:22
v0.3.6
e772f8e
Compare
Choose a tag to compare

chore

  • valid-function-names: updated list of possible permutations of call chains (#276) (5375f2e)

v0.3.3

19 Oct 19:42
v0.3.3
b753b8c
Compare
Choose a tag to compare

Bug Fixes

Features

  • consistent-test-it: rewrite import statement as well (#274) (014bd70)

v0.3.2

03 Oct 02:21
v0.3.2
d65042d
Compare
Choose a tag to compare

Fixes

v0.3.1

02 Sep 14:38
v0.3.1
1c7032c
Compare
Choose a tag to compare
chore: release v0.3.1

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)