Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-vitest to ^0.5.0
Browse files Browse the repository at this point in the history
##### [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
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent e66e8f2 commit 95857dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-vitest": "^0.3.26",
"eslint-plugin-vitest": "^0.5.0",
"eslint-plugin-wrapper": "0.1.0-1",
"globals": "^14.0.0",
"lodash": "^4.17.21",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95857dc

Please sign in to comment.