Skip to content

Commit 2b9bd1b

Browse files
fix(deps): update dependency eslint-plugin-vitest to ^0.5.0
##### [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
1 parent a544825 commit 2b9bd1b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"eslint-plugin-react": "^7.33.2",
6363
"eslint-plugin-react-hooks": "^4.6.0",
6464
"eslint-plugin-unicorn": "^49.0.0",
65-
"eslint-plugin-vitest": "^0.3.26",
65+
"eslint-plugin-vitest": "^0.5.0",
6666
"eslint-plugin-wrapper": "0.1.0-1",
6767
"globals": "^14.0.0",
6868
"lodash": "^4.17.21",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)