Releases: vitest-dev/eslint-plugin-vitest
Releases · vitest-dev/eslint-plugin-vitest
v1.1.21
Bug Fixes
- fix types (1476da0)
Performance Improvements
What's Changed
- perf: only build regexp once for detecting expectations by @ghusse in #608
- Refactor tsconfig for Stricter Type-Safe Settings by @y-hsgw in #605
- chore(deps-dev): bump unbuild from 2.0.0 to 3.0.1 by @dependabot in #609
- chore(deps-dev): bump @types/node from 20.17.10 to 22.10.2 by @dependabot in #610
- chore(deps-dev): bump bumpp from 9.9.1 to 9.9.2 by @dependabot in #611
- chore(deps-dev): bump @typescript-eslint/parser from 8.0.0 to 8.18.2 by @dependabot in #612
- chore(deps-dev): bump vitest from 1.6.0 to 2.1.8 by @dependabot in #613
- chore(deps-dev): bump eslint-doc-generator from 1.7.1 to 2.0.2 by @dependabot in #614
- fix false postive issues by @veritem in #617
- make build work by @veritem in #618
- chore: improve ci by @veritem in #619
- Chore/ci by @veritem in #620
- Feat/test extend by @veritem in #621
Full Changelog: v1.1.20...v1.1.21
v1.1.20
Bug Fixes
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
- @ghusse made their first contribution in #607
- @andykenward made their first contribution in #606
Full Changelog: v1.1.19...v1.1.20
v1.1.19
v1.1.18
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
- @yongholeeme made their first contribution in #599
Full Changelog: v1.1.17...v1.1.18
v1.1.17
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
What's Changed
- Change jest.mock → vi.mock in rule message by @FloEdelmann in #590
New Contributors
- @FloEdelmann made their first contribution in #590
Full Changelog: v1.1.15...v1.1.16
v1.1.15
v1.1.14
v1.1.13
What's Changed
Full Changelog: v1.1.12...v1.1.13