Update dependency @vitest/eslint-plugin to v1.1.42 #10

Open
renovate wants to merge 1 commit from renovate/vitest-eslint-plugin-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@vitest/eslint-plugin devDependencies patch 1.1.7 -> 1.1.42

Release Notes

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.1.42

Compare Source

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.40...v1.1.42

v1.1.40

Compare Source

v1.1.39

Compare Source

Bug Fixes
  • valid-title: report emptyTitle for string-like types (#​688) (c1909ab)

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.38...v1.1.39

v1.1.38

Compare Source

Bug Fixes
  • valid-title: also allow string types with settings.typecheck (#​682) (9fff541)

v1.1.37

Compare Source

Features

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.36...v1.1.37

v1.1.36

Compare Source

Bug Fixes
  • consistent-test-filename: match allTestPattern against full file path (#​674) (97dcb0f)

v1.1.35

Compare Source

Bug Fixes

v1.1.34

Compare Source

v1.1.33

Compare Source

v1.1.32

Compare Source

v1.1.31

Compare Source

Bug Fixes
  • require-mock-type-parameters: fixed checking of type annotation (#​661) (20a56a7)

v1.1.30

Compare Source

v1.1.29

Compare Source

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.28...v1.1.29

v1.1.28

Compare Source

Bug Fixes

v1.1.27

Compare Source

Features

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.26...v1.1.27

v1.1.26

Compare Source

Features

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.25...v1.1.26

v1.1.25

Compare Source

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

v1.1.24

Compare Source

Bug Fixes

v1.1.23

Compare Source

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

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.22...v1.1.23

v1.1.22

Compare Source

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

v1.1.21

Compare Source

Bug Fixes
Performance Improvements
  • only build regexp ones for detecting expectations (#​608) (448650c)

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.20...v1.1.21

v1.1.20

Compare Source

Bug Fixes

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.19...v1.1.20

v1.1.19

Compare Source

Bug Fixes

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.19

v1.1.18

Compare Source

Features

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.17...v1.1.18

v1.1.17

Compare Source

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

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.16...v1.1.17

v1.1.16

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.15...v1.1.16

v1.1.15

Compare Source

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

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.14...v1.1.15

v1.1.14

Compare Source

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.13...v1.1.14

v1.1.13

Compare Source

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.12...v1.1.13

v1.1.12

Compare Source

Bug Fixes

What's Changed

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.11...v1.1.12

v1.1.11

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.10...v1.1.11

v1.1.10

Compare Source

Bug Fixes

v1.1.9

Compare Source

Features

v1.1.8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | devDependencies | patch | [`1.1.7` -> `1.1.42`](https://renovatebot.com/diffs/npm/@vitest%2feslint-plugin/1.1.7/1.1.42) | --- ### Release Notes <details> <summary>vitest-dev/eslint-plugin-vitest (@&#8203;vitest/eslint-plugin)</summary> ### [`v1.1.42`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.42) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.40...v1.1.42) #### What's Changed - feat: add prefer-describe-function-title rule by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/690 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.40...v1.1.42 ### [`v1.1.40`](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.39...v1.1.40) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.39...v1.1.40) ### [`v1.1.39`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.39) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.38...v1.1.39) ##### Bug Fixes - **valid-title:** report emptyTitle for string-like types ([#&#8203;688](https://github.com/vitest-dev/eslint-plugin-vitest/issues/688)) ([c1909ab](https://github.com/vitest-dev/eslint-plugin-vitest/commit/c1909ab)) #### What's Changed - docs: add at sign to v8 rules readme section by [@&#8203;khendrikse](https://github.com/khendrikse) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/684 - fix(valid-title): report emptyTitle for string-like types by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/688 #### New Contributors - [@&#8203;khendrikse](https://github.com/khendrikse) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/684 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.38...v1.1.39 ### [`v1.1.38`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.38) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.37...v1.1.38) ##### Bug Fixes - **valid-title:** also allow string types with settings.typecheck ([#&#8203;682](https://github.com/vitest-dev/eslint-plugin-vitest/issues/682)) ([9fff541](https://github.com/vitest-dev/eslint-plugin-vitest/commit/9fff541)) ### [`v1.1.37`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.37) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.36...v1.1.37) ##### Features - add `name` property to configs ([#&#8203;680](https://github.com/vitest-dev/eslint-plugin-vitest/issues/680)) ([ded95d9](https://github.com/vitest-dev/eslint-plugin-vitest/commit/ded95d9)) #### What's Changed - docs: fix allowArguments in valid-title by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/679 - feat: add `name` property to configs by [@&#8203;aryaemami59](https://github.com/aryaemami59) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/680 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.36...v1.1.37 ### [`v1.1.36`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.36) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.35...v1.1.36) ##### Bug Fixes - **consistent-test-filename:** match allTestPattern against full file path ([#&#8203;674](https://github.com/vitest-dev/eslint-plugin-vitest/issues/674)) ([97dcb0f](https://github.com/vitest-dev/eslint-plugin-vitest/commit/97dcb0f)) ### [`v1.1.35`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.35) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.34...v1.1.35) ##### Bug Fixes - peer deps ([18fc2c7](https://github.com/vitest-dev/eslint-plugin-vitest/commit/18fc2c7)) ### [`v1.1.34`](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.33...v1.1.34) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.33...v1.1.34) ### [`v1.1.33`](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.32...v1.1.33) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.32...v1.1.33) ### [`v1.1.32`](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.31...v1.1.32) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.31...v1.1.32) ### [`v1.1.31`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.31) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.30...v1.1.31) ##### Bug Fixes - **require-mock-type-parameters:** fixed checking of type annotation ([#&#8203;661](https://github.com/vitest-dev/eslint-plugin-vitest/issues/661)) ([20a56a7](https://github.com/vitest-dev/eslint-plugin-vitest/commit/20a56a7)) ### [`v1.1.30`](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.29...v1.1.30) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.29...v1.1.30) ### [`v1.1.29`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.29) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.28...v1.1.29) ##### Bug Fixes - linter ([#&#8203;659](https://github.com/vitest-dev/eslint-plugin-vitest/issues/659)) ([02c5330](https://github.com/vitest-dev/eslint-plugin-vitest/commit/02c5330)) - remove conflict with another rule ([#&#8203;657](https://github.com/vitest-dev/eslint-plugin-vitest/issues/657)) ([d81da70](https://github.com/vitest-dev/eslint-plugin-vitest/commit/d81da70)) #### What's Changed - fix: remove conflict with another rule by [@&#8203;veritem](https://github.com/veritem) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/657 - Add `chai` global by [@&#8203;silverwind](https://github.com/silverwind) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/658 - fix: linter by [@&#8203;veritem](https://github.com/veritem) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/659 #### New Contributors - [@&#8203;silverwind](https://github.com/silverwind) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/658 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.28...v1.1.29 ### [`v1.1.28`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.28) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.27...v1.1.28) ##### Bug Fixes - remove the `module-sync` condition ([#&#8203;656](https://github.com/vitest-dev/eslint-plugin-vitest/issues/656)) ([68d2f76](https://github.com/vitest-dev/eslint-plugin-vitest/commit/68d2f76)) ### [`v1.1.27`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.27) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.26...v1.1.27) ##### Features - added the `require-mock-type-parameters` rule ([#&#8203;651](https://github.com/vitest-dev/eslint-plugin-vitest/issues/651)) ([5674c25](https://github.com/vitest-dev/eslint-plugin-vitest/commit/5674c25)) #### What's Changed - docs(prefer-strict-boolean-matchers): added documentation for the rule by [@&#8203;marekdedic](https://github.com/marekdedic) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/653 - feat: added the `require-mock-type-parameters` rule by [@&#8203;marekdedic](https://github.com/marekdedic) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/651 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.26...v1.1.27 ### [`v1.1.26`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.26) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.25...v1.1.26) ##### Features - added the `prefer-strict-boolean-matchers` rule ([#&#8203;650](https://github.com/vitest-dev/eslint-plugin-vitest/issues/650)) ([4d86836](https://github.com/vitest-dev/eslint-plugin-vitest/commit/4d86836)) #### What's Changed - fix: various build issues by [@&#8203;aryaemami59](https://github.com/aryaemami59) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/641 - feat: added the `prefer-strict-boolean-matchers` rule by [@&#8203;marekdedic](https://github.com/marekdedic) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/650 - chore: remove duplicate message id by [@&#8203;yasuaki640](https://github.com/yasuaki640) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/652 #### New Contributors - [@&#8203;marekdedic](https://github.com/marekdedic) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/650 - [@&#8203;yasuaki640](https://github.com/yasuaki640) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/652 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.25...v1.1.26 ### [`v1.1.25`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.25) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.24...v1.1.25) ##### Bug Fixes - **consistent-test-it:** Remove duplicate imports inside the import statement ([#&#8203;638](https://github.com/vitest-dev/eslint-plugin-vitest/issues/638)) ([0ae4289](https://github.com/vitest-dev/eslint-plugin-vitest/commit/0ae4289)) ### [`v1.1.24`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.24) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.23...v1.1.24) ##### Bug Fixes - fix types ([#&#8203;632](https://github.com/vitest-dev/eslint-plugin-vitest/issues/632)) ([b7b4f0f](https://github.com/vitest-dev/eslint-plugin-vitest/commit/b7b4f0f)) ### [`v1.1.23`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.23) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.22...v1.1.23) ##### Bug Fixes - make rule message punctuation more consistent and address some typos ([#&#8203;628](https://github.com/vitest-dev/eslint-plugin-vitest/issues/628)) ([31cae3b](https://github.com/vitest-dev/eslint-plugin-vitest/commit/31cae3b)) #### What's Changed - fix: make rule message punctuation more consistent and address some typos by [@&#8203;G-Rath](https://github.com/G-Rath) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/628 - chore: avoid nullish config type by [@&#8203;ST-DDT](https://github.com/ST-DDT) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/629 #### New Contributors - [@&#8203;G-Rath](https://github.com/G-Rath) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/628 - [@&#8203;ST-DDT](https://github.com/ST-DDT) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/629 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.22...v1.1.23 ### [`v1.1.22`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.22) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.21...v1.1.22) ##### Bug Fixes - `valid-title` false positives when `test.extend` is used ([#&#8203;584](https://github.com/vitest-dev/eslint-plugin-vitest/issues/584)) ([9c2670a](https://github.com/vitest-dev/eslint-plugin-vitest/commit/9c2670a)) ### [`v1.1.21`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.21) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.20...v1.1.21) ##### Bug Fixes - fix types ([1476da0](https://github.com/vitest-dev/eslint-plugin-vitest/commit/1476da0)) ##### Performance Improvements - only build regexp ones for detecting expectations ([#&#8203;608](https://github.com/vitest-dev/eslint-plugin-vitest/issues/608)) ([448650c](https://github.com/vitest-dev/eslint-plugin-vitest/commit/448650c)) #### What's Changed - perf: only build regexp once for detecting expectations by [@&#8203;ghusse](https://github.com/ghusse) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/608 - Refactor tsconfig for Stricter Type-Safe Settings by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/605 - chore(deps-dev): bump unbuild from 2.0.0 to 3.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/609 - chore(deps-dev): bump [@&#8203;types/node](https://github.com/types/node) from 20.17.10 to 22.10.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/610 - chore(deps-dev): bump bumpp from 9.9.1 to 9.9.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/611 - chore(deps-dev): bump [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 8.0.0 to 8.18.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/612 - chore(deps-dev): bump vitest from 1.6.0 to 2.1.8 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/613 - chore(deps-dev): bump eslint-doc-generator from 1.7.1 to 2.0.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/614 - fix false postive issues by [@&#8203;veritem](https://github.com/veritem) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/617 - make build work by [@&#8203;veritem](https://github.com/veritem) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/618 - chore: improve ci by [@&#8203;veritem](https://github.com/veritem) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/619 - Chore/ci by [@&#8203;veritem](https://github.com/veritem) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/620 - Feat/test extend by [@&#8203;veritem](https://github.com/veritem) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/621 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.20...v1.1.21 ### [`v1.1.20`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.20) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.19...v1.1.20) ##### Bug Fixes - detect expectations in chains with underscores ([#&#8203;607](https://github.com/vitest-dev/eslint-plugin-vitest/issues/607)) ([d31fdb7](https://github.com/vitest-dev/eslint-plugin-vitest/commit/d31fdb7)) #### What's Changed - fix: detect expectations in chains with underscores by [@&#8203;ghusse](https://github.com/ghusse) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/607 - docs: fix no-standalone-expect.md options example by [@&#8203;andykenward](https://github.com/andykenward) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/606 #### New Contributors - [@&#8203;ghusse](https://github.com/ghusse) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/607 - [@&#8203;andykenward](https://github.com/andykenward) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/606 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.19...v1.1.20 ### [`v1.1.19`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.19) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.19) ##### Bug Fixes - Apply ESLint to .ts files ([#&#8203;602](https://github.com/vitest-dev/eslint-plugin-vitest/issues/602)) ([085e320](https://github.com/vitest-dev/eslint-plugin-vitest/commit/085e320)) - vitest/expect-expect throws false positive ([#&#8203;604](https://github.com/vitest-dev/eslint-plugin-vitest/issues/604)) ([7fd75ea](https://github.com/vitest-dev/eslint-plugin-vitest/commit/7fd75ea)) #### What's Changed - fix: Apply ESLint to .ts files by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/602 - fix: vitest/expect-expect throws false positive by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/604 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.19 ### [`v1.1.18`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.18) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.17...v1.1.18) ##### Features - add missing globals (vitest-dev[#&#8203;598](https://github.com/vitest-dev/eslint-plugin-vitest/issues/598)) ([#&#8203;599](https://github.com/vitest-dev/eslint-plugin-vitest/issues/599)) ([a0e9641](https://github.com/vitest-dev/eslint-plugin-vitest/commit/a0e9641)) #### What's Changed - feat: add missing globals by [@&#8203;yongholeeme](https://github.com/yongholeeme) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/599 - \[prefer-expect-assertions]fix false negatives for test context usage by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/600 #### New Contributors - [@&#8203;yongholeeme](https://github.com/yongholeeme) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/599 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.17...v1.1.18 ### [`v1.1.17`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.17) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.16...v1.1.17) ##### Bug Fixes - expect.hasAssertions() / expect.assertions() - Does not work when using expect() bound to current test ([#&#8203;595](https://github.com/vitest-dev/eslint-plugin-vitest/issues/595)) ([efe79c9](https://github.com/vitest-dev/eslint-plugin-vitest/commit/efe79c9)) #### What's Changed - Change jest.fn → vi.fn in `prefer-called-with` rule docs by [@&#8203;FloEdelmann](https://github.com/FloEdelmann) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/592 - fix: expect.hasAssertions() / expect.assertions() - Does not work when using expect() bound to current test by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/595 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.16...v1.1.17 ### [`v1.1.16`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.16) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.15...v1.1.16) #### What's Changed - Change jest.mock → vi.mock in rule message by [@&#8203;FloEdelmann](https://github.com/FloEdelmann) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/590 #### New Contributors - [@&#8203;FloEdelmann](https://github.com/FloEdelmann) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/590 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.15...v1.1.16 ### [`v1.1.15`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.15) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.14...v1.1.15) ##### Bug Fixes - padding-around-expect-groups doesn't detect expectTypeOf as an expect clause ([#&#8203;588](https://github.com/vitest-dev/eslint-plugin-vitest/issues/588)) ([1138003](https://github.com/vitest-dev/eslint-plugin-vitest/commit/1138003)) #### What's Changed - fix: padding-around-expect-groups doesn't detect expectTypeOf as an expect clause by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/588 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.14...v1.1.15 ### [`v1.1.14`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.14) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.13...v1.1.14) #### What's Changed - docs: Add Documentation for valid-expect-in-promise Rule by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/581 - \[valid-describe-callback] Fix to support options as second parameter for valid-describe-callback by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/582 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.13...v1.1.14 ### [`v1.1.13`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.13) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.12...v1.1.13) #### What's Changed - Enhance "all" configuration and update documentation by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/578 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.12...v1.1.13 ### [`v1.1.12`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.12) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.11...v1.1.12) ##### Bug Fixes - dependancy import ([a63b6c9](https://github.com/vitest-dev/eslint-plugin-vitest/commit/a63b6c9)) #### What's Changed - \[valid-expect] Support typecheck by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/576 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.11...v1.1.12 ### [`v1.1.11`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.11) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.10...v1.1.11) #### What's Changed - docs: correct "ESLint" and "Vitest" capitalization in README.md by [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/575 - \[valid-expect] include fixer for adding missing await by [@&#8203;y-hsgw](https://github.com/y-hsgw) in https://github.com/vitest-dev/eslint-plugin-vitest/pull/574 #### New Contributors - [@&#8203;y-hsgw](https://github.com/y-hsgw) made their first contribution in https://github.com/vitest-dev/eslint-plugin-vitest/pull/574 **Full Changelog**: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.10...v1.1.11 ### [`v1.1.10`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.10) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.9...v1.1.10) ##### Bug Fixes - \__filename used by mistake ([#&#8203;573](https://github.com/vitest-dev/eslint-plugin-vitest/issues/573)) ([169413f](https://github.com/vitest-dev/eslint-plugin-vitest/commit/169413f)) ### [`v1.1.9`](https://github.com/vitest-dev/eslint-plugin-vitest/releases/tag/v1.1.9) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.8...v1.1.9) ##### Features - update depandancies ([#&#8203;571](https://github.com/vitest-dev/eslint-plugin-vitest/issues/571)) ([753808f](https://github.com/vitest-dev/eslint-plugin-vitest/commit/753808f)) - **vitest/valid-expect-in-promise:** add rule ([#&#8203;569](https://github.com/vitest-dev/eslint-plugin-vitest/issues/569)) ([b7cd69a](https://github.com/vitest-dev/eslint-plugin-vitest/commit/b7cd69a)) ### [`v1.1.8`](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.7...v1.1.8) [Compare Source](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.7...v1.1.8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMSIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-03-06 08:01:22 +00:00
Update dependency @vitest/eslint-plugin to v1.1.36
Some checks failed
renovate/artifacts Artifact file update failure
Testing / test (pull_request) Has been cancelled
0e374ce1f1
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: bun.lockb
Command failed: install-tool bun 1.2.9

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: bun.lockb ``` Command failed: install-tool bun 1.2.9 ```
renovate force-pushed renovate/vitest-eslint-plugin-1.x from 0e374ce1f1 to a7838a370d 2025-03-11 17:00:04 +00:00 Compare
renovate changed title from Update dependency @vitest/eslint-plugin to v1.1.36 to Update dependency @vitest/eslint-plugin to v1.1.37 2025-03-11 17:23:34 +00:00
renovate force-pushed renovate/vitest-eslint-plugin-1.x from a7838a370d to 052362bf9c 2025-03-18 02:00:41 +00:00 Compare
renovate changed title from Update dependency @vitest/eslint-plugin to v1.1.37 to Update dependency @vitest/eslint-plugin to v1.1.38 2025-03-18 02:00:43 +00:00
renovate force-pushed renovate/vitest-eslint-plugin-1.x from 052362bf9c to dfeecb7a6f 2025-04-02 16:01:07 +00:00 Compare
renovate changed title from Update dependency @vitest/eslint-plugin to v1.1.38 to Update dependency @vitest/eslint-plugin to v1.1.39 2025-04-02 16:01:09 +00:00
renovate force-pushed renovate/vitest-eslint-plugin-1.x from dfeecb7a6f to 5cc471e0b9 2025-04-06 02:02:19 +00:00 Compare
renovate force-pushed renovate/vitest-eslint-plugin-1.x from 5cc471e0b9 to a6f472d5b1 2025-04-08 23:02:06 +00:00 Compare
renovate changed title from Update dependency @vitest/eslint-plugin to v1.1.39 to Update dependency @vitest/eslint-plugin to v1.1.40 2025-04-08 23:02:07 +00:00
renovate force-pushed renovate/vitest-eslint-plugin-1.x from a6f472d5b1 to 3d9e8a4928 2025-04-11 00:04:15 +00:00 Compare
renovate changed title from Update dependency @vitest/eslint-plugin to v1.1.40 to Update dependency @vitest/eslint-plugin to v1.1.42 2025-04-11 00:04:17 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
Run Tests / Prepare environment (pull_request) Failing after 12s
Run Tests / Run unit tests (pull_request) Has been skipped
Run Tests / Run E2E tests (chrome) (pull_request) Has been skipped
Run Tests / Run E2E tests (edge) (pull_request) Has been skipped
Run Tests / Run E2E tests (firefox) (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/vitest-eslint-plugin-1.x:renovate/vitest-eslint-plugin-1.x
git checkout renovate/vitest-eslint-plugin-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/vitest-eslint-plugin-1.x
git checkout renovate/vitest-eslint-plugin-1.x
git rebase main
git checkout main
git merge --ff-only renovate/vitest-eslint-plugin-1.x
git checkout renovate/vitest-eslint-plugin-1.x
git rebase main
git checkout main
git merge --no-ff renovate/vitest-eslint-plugin-1.x
git checkout main
git merge --squash renovate/vitest-eslint-plugin-1.x
git checkout main
git merge --ff-only renovate/vitest-eslint-plugin-1.x
git checkout main
git merge renovate/vitest-eslint-plugin-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mad-star-studio/hub-site#10
No description provided.