Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(no-focused-tests): add autofix #424

Merged

Conversation

luxass
Copy link
Contributor

@luxass luxass commented Apr 13, 2024

Adds autofix to focused tests to eliminate the only. The autofix can be disabled by passing false to the fixable option. This should maybe be reversed, so it isn't enabled by default, but rather an opt-in?

Before

image

After

image

Copy link
Member

@veritem veritem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thank you!

@veritem veritem merged commit 07be616 into vitest-dev:main Apr 13, 2024
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 20, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 20, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 20, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 20, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 20, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 20, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 21, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 22, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
renovate bot added a commit to mmkal/eslint-plugin-mmkal that referenced this pull request Aug 22, 2024
##### [v0.5.4](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.4)

##### Features

-   support old Eslint configuration
-   update dependencies
##### [v0.5.3](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.3)

##### Bug Fixes

-   configs in plugin declaration file ([#428](vitest-dev/eslint-plugin-vitest#428)) ([a554dd2](vitest-dev/eslint-plugin-vitest@a554dd2))
##### [v0.5.2](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.2)

##### Features

-   **no-focused-tests:** add autofix ([#424](vitest-dev/eslint-plugin-vitest#424)) ([07be616](vitest-dev/eslint-plugin-vitest@07be616))
##### [v0.5.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.1)

##### Bug Fixes

-   **no-focused-tests:** support .each template strings ([#420](vitest-dev/eslint-plugin-vitest#420)) ([36e5b9a](vitest-dev/eslint-plugin-vitest@36e5b9a))
##### [v0.5.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.5.0)

##### ‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0
##### [v0.4.1](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.1)

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.1...v0.4.1

##### Changes

-   Remove `max-expect` rule in favor of `max-expects`
##### [v0.4.0](https://github.com/veritem/eslint-plugin-vitest/releases/tag/v0.4.0)

##### Bug Fixes

-   support ESLint v9 getScope() ([#399](vitest-dev/eslint-plugin-vitest#399)) ([bbe0130](vitest-dev/eslint-plugin-vitest@bbe0130))

**Full Changelog**: vitest-dev/eslint-plugin-vitest@v0.4.0...v0.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants