Skip to content

chore(deps): update dependency @vitest/eslint-plugin to v1.6.20#801

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest-eslint-plugin-1.x
Open

chore(deps): update dependency @vitest/eslint-plugin to v1.6.20#801
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vitest-eslint-plugin-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitest/eslint-plugin 1.2.11.6.20 age confidence

Release Notes

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

v1.6.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.19

Compare Source

No significant changes

    View changes on GitHub

v1.6.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.16

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.15

Compare Source

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.14...v1.6.15

v1.6.14

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.13...v1.6.14

v1.6.13

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.12

Compare Source

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.11...v1.6.12

v1.6.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.10

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.8

Compare Source

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8

v1.6.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.6

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5

v1.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

  • docs(no-conditional-expect): add asymmetric matchers to example usage by @​wjhsf in #​847
  • fix(unbound-method): ignore functions passed to vi.mocked by @​G-Rath in #​849
  • feat: create new prefer-mock-return-shorthand rule by @​G-Rath in #​848

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.3...v1.6.4

v1.6.3

Compare Source

   🚀 Features
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2

v1.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0

v1.5.4

Compare Source

No significant changes

    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @​y-hsgw in #​832 (4ea56)
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names  -  by @​y-hsgw in #​828 (54be6)
    View changes on GitHub

What's Changed

  • fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @​y-hsgw in #​828
  • feat: Add rule to recommended Vitest ESLint config by @​y-hsgw in #​827

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0

v1.4.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4

v1.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.2

Compare Source

   🚀 Features
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.1...v1.4.2

v1.4.1

Compare Source

No significant changes

    View changes on GitHub

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.23

Compare Source

No significant changes

    View changes on GitHub

v1.3.22

Compare Source

No significant changes

    View changes on GitHub

v1.3.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.19

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.15

Compare Source

No significant changes

    View changes on GitHub

v1.3.14

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.13

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.8

Compare Source

No significant changes

    View changes on GitHub

v1.3.7

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.6

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.5

Compare Source

Bug Fixes
  • docs: fix incorrect rule name in vitest/require-mock-type-parameters example (#​740) (d48741a)
Features
  • prefer-describe-function-title: Check for unnecessary .name (#​744) (5f1fe04)

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.3.4...v1.3.5

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0: v1.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.7...v1.3.0

v1.2.7

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

What's Changed

  • Add no-importing-from-vitest-globals and prefer-importing-from-vitest-globals rules by @​samuelko123 in #​711

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.2...v1.2.3

v1.2.2

Compare Source

Bug Fixes
  • valid-title: Added support for call signatures as well (#​710) (6a06cf9)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from Valerioageno as a code owner July 19, 2025 15:53
@github-actions github-actions Bot added the typescript Requires typescript knowledge label Jul 19, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch 8 times, most recently from 9ecb438 to 886e752 Compare July 23, 2025 06:35
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 886e752 to 7fca5fa Compare August 10, 2025 12:45
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 7fca5fa to 76f1d8a Compare August 31, 2025 10:13
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.4 chore(deps): update dependency @vitest/eslint-plugin to v1.3.5 Aug 31, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 76f1d8a to 416372d Compare September 19, 2025 16:12
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.5 chore(deps): update dependency @vitest/eslint-plugin to v1.3.12 Sep 19, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 416372d to cc60ee7 Compare September 25, 2025 20:52
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.12 chore(deps): update dependency @vitest/eslint-plugin to v1.3.13 Sep 26, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from cc60ee7 to d72cfd7 Compare September 26, 2025 02:04
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.13 chore(deps): update dependency @vitest/eslint-plugin to v1.3.15 Oct 2, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from d72cfd7 to f986ffb Compare October 2, 2025 18:15
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.15 chore(deps): update dependency @vitest/eslint-plugin to v1.3.16 Oct 5, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from f986ffb to 43bc094 Compare October 5, 2025 21:35
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.16 chore(deps): update dependency @vitest/eslint-plugin to v1.3.17 Oct 12, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch 2 times, most recently from 82457c0 to 47bcfb3 Compare October 13, 2025 21:46
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.17 chore(deps): update dependency @vitest/eslint-plugin to v1.3.18 Oct 13, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 47bcfb3 to c7c07b3 Compare October 14, 2025 14:12
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.18 chore(deps): update dependency @vitest/eslint-plugin to v1.3.19 Oct 14, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from c7c07b3 to 505ccb0 Compare October 14, 2025 19:33
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.3.19 chore(deps): update dependency @vitest/eslint-plugin to v1.3.20 Oct 14, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.4.0 chore(deps): update dependency @vitest/eslint-plugin to v1.4.1 Nov 5, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 4794822 to 43e9a73 Compare November 5, 2025 16:10
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.4.1 chore(deps): update dependency @vitest/eslint-plugin to v1.4.2 Nov 9, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch 2 times, most recently from 94fa61b to 2811c6b Compare November 10, 2025 19:47
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 2811c6b to 3b8bd6a Compare November 17, 2025 02:44
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.4.2 chore(deps): update dependency @vitest/eslint-plugin to v1.4.3 Nov 17, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 3b8bd6a to e7192a8 Compare November 18, 2025 23:52
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.4.3 chore(deps): update dependency @vitest/eslint-plugin to v1.4.4 Nov 24, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch 2 times, most recently from a12db53 to f20f377 Compare November 25, 2025 00:54
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.4.4 chore(deps): update dependency @vitest/eslint-plugin to v1.5.0 Nov 25, 2025
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.5.0 chore(deps): update dependency @vitest/eslint-plugin to v1.5.1 Nov 29, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch 2 times, most recently from 2e45d74 to 5e4fa9a Compare December 3, 2025 20:07
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 5e4fa9a to fb00766 Compare December 7, 2025 21:58
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.5.1 chore(deps): update dependency @vitest/eslint-plugin to v1.5.2 Dec 7, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from fb00766 to d5e9e0f Compare December 19, 2025 09:41
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.5.2 chore(deps): update dependency @vitest/eslint-plugin to v1.5.4 Dec 19, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from d5e9e0f to 1bb3efd Compare December 22, 2025 10:50
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.5.4 chore(deps): update dependency @vitest/eslint-plugin to v1.6.1 Dec 22, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 1bb3efd to e9339af Compare December 23, 2025 05:05
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.6.1 chore(deps): update dependency @vitest/eslint-plugin to v1.6.3 Dec 23, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from e9339af to 8d2cf8e Compare December 24, 2025 06:03
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.6.3 chore(deps): update dependency @vitest/eslint-plugin to v1.6.4 Dec 24, 2025
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch 2 times, most recently from 150d141 to 2cb0e7d Compare January 2, 2026 21:32
@renovate renovate Bot changed the title chore(deps): update dependency @vitest/eslint-plugin to v1.6.4 chore(deps): update dependency @vitest/eslint-plugin to v1.6.5 Jan 2, 2026
@renovate renovate Bot force-pushed the renovate/vitest-eslint-plugin-1.x branch from 2cb0e7d to 9514104 Compare January 7, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

typescript Requires typescript knowledge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants