Skip to content

Commit

Permalink
chore(deps): bump eslint-plugin-vitest from 0.3.20 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.3.20 to 0.5.4.
- [Release notes](https://github.com/veritem/eslint-plugin-vitest/releases)
- [Commits](veritem/eslint-plugin-vitest@v0.3.20...v0.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and aisevim committed Jun 25, 2024
1 parent a060139 commit b4bb97c
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 68 deletions.
2 changes: 1 addition & 1 deletion fixtures/auto-detect-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"cypress": "npm:eslint",
"eslint": "^8.54.0",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion fixtures/disable-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"cypress": "npm:eslint",
"eslint": "^8.55.0",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion fixtures/options-erase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"eslint": "^8.55.0",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion fixtures/options-merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"eslint": "^8.55.0",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
2 changes: 1 addition & 1 deletion fixtures/setting-add-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"eslint": "^8.55.0",
"eslint-plugin-eslint-plugin": "6.0.0",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"eslint-plugin-security": "^2.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-vitest": "^0.3.15",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"eslint-plugin-yml": "^1.10.0",
Expand All @@ -83,7 +83,7 @@
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"peerDependencies": {
"eslint": ">=8.54.0"
Expand Down
Loading

0 comments on commit b4bb97c

Please sign in to comment.