Skip to content

Commit

Permalink
chore(deps): replace dependency eslint-plugin-vitest with @vitest/esl…
Browse files Browse the repository at this point in the history
…int-plugin 1.0.1 (#973)


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
renovate[bot] and viceice authored Nov 5, 2024
1 parent 51cbb51 commit ece27c8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 94 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ module.exports = {
'@typescript-eslint',
'typescript-enum',
'jest-formatting',
'@vitest',
],
extends: [
'eslint:recommended',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:import/typescript',
'plugin:vitest/legacy-recommended',
'plugin:@vitest/legacy-recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitest/coverage-v8": "2.1.4",
"@vitest/eslint-plugin": "1.0.1",
"@vitest/spy": "2.1.4",
"@vitest/ui": "2.1.4",
"conventional-changelog-conventionalcommits": "8.0.0",
Expand All @@ -73,7 +74,6 @@
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-typescript-enum": "2.1.0",
"eslint-plugin-vitest": "0.5.4",
"husky": "9.1.6",
"jest-extended": "4.0.2",
"lint-staged": "15.2.10",
Expand Down
118 changes: 26 additions & 92 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 ece27c8

Please sign in to comment.