Skip to content

Commit

Permalink
Bump eslint-plugin-vitest from 0.4.1 to 0.5.4 (#721)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-vitest from 0.4.1 to 0.5.4

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](veritem/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] <support@github.com>

* Use legacy config

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Lentz <jesselentz@gmail.com>
  • Loading branch information
dependabot[bot] and lentz committed May 2, 2024
1 parent 2b8c8f6 commit 41ae048
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:import/typescript',
'plugin:import/recommended',
'plugin:vitest/recommended',
'plugin:vitest/legacy-recommended',
'prettier',
],
plugins: ['@typescript-eslint', 'vitest'],
Expand Down
192 changes: 186 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 @@ -50,7 +50,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest": "^0.5.4",
"pre-commit": "^1.2.2",
"prettier": "^3.2.5",
"tsx": "^4.8.2",
Expand Down

0 comments on commit 41ae048

Please sign in to comment.