Skip to content

Commit

Permalink
chore(dev): update dependency @vitest/eslint-plugin to v1.1.24 (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
Co-authored-by: Marcus R. Brown <[email protected]>
  • Loading branch information
bfra-me[bot] and marcusrbrown authored Jan 8, 2025
1 parent 06be708 commit 3526467
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-1575303.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bfra.me/eslint-config': patch
---

Updated dependency `@vitest/eslint-plugin` to `1.1.24`.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@eslint/js": "9.17.0",
"@types/eslint-config-prettier": "6.11.3",
"@typescript-eslint/types": "8.19.0",
"@vitest/eslint-plugin": "1.1.23",
"@vitest/eslint-plugin": "1.1.24",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/src/configs/vitest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export async function vitest(options: VitestOptions = {}): Promise<Config[]> {
'no-unused-expressions': 'off',

'vitest/no-only-tests': isInEditor ? 'warn' : 'error',
// @ts-expect-error - @vitest/eslint-plugin types are incorrect
'vitest/valid-title': ['error', {allowArguments: true}],

...overrides,
Expand Down
10 changes: 5 additions & 5 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 3526467

Please sign in to comment.