Skip to content

Commit

Permalink
Bump eslint-plugin-vitest from 0.4.1 to 0.5.4
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-vitest](https://github.com/veritem/eslint-plugin-vitest) from 0.4.1 to 0.5.4.
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v0.4.1...v0.5.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and arturcic committed Jul 24, 2024
1 parent 8522f72 commit ccaf7b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"extends": [
"plugin:github/recommended",
"plugin:vitest/recommended",
"plugin:vitest/legacy-recommended",
"plugin:prettier/recommended"
],
"parser": "@typescript-eslint/parser",
Expand Down Expand Up @@ -128,4 +128,4 @@
"node": true,
"es6": true
}
}
}
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest": "^0.5.4",
"glob": "^11.0.0",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
Expand Down

0 comments on commit ccaf7b3

Please sign in to comment.