Skip to content

Commit 225e2b7

Browse files
chore(deps): update dependency @vitest/eslint-plugin to v1.5.2 (main) (#39675)
* chore(deps): update dependency @vitest/eslint-plugin to v1.5.2 | datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | npm | @vitest/eslint-plugin | 1.4.4 | 1.5.2 | * chore: fixup --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <[email protected]>
1 parent 1bd574c commit 225e2b7

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

lib/modules/manager/kotlin-script/index.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ describe('modules/manager/kotlin-script/index', () => {
77
expect(defaultConfig.managerFilePatterns).toHaveLength(1);
88
defaultConfig.managerFilePatterns.forEach((pattern) => {
99
if (isRegexMatch(pattern)) {
10+
// eslint-disable-next-line vitest/no-conditional-expect
1011
expect(() => regEx(pattern)).not.toThrow();
1112
}
1213
});

lib/modules/versioning/versioning-metadata.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ describe('modules/versioning/versioning-metadata', () => {
4343
expect(versioningObj.urls).toBeArray();
4444
expect(versioningObj.supportsRanges).toBeBoolean();
4545
if (versioningObj.supportsRanges === true) {
46+
// eslint-disable-next-line vitest/no-conditional-expect
4647
expect(versioningObj.supportedRangeStrategies).toBeArrayOfStrings();
4748
}
4849
});

lib/util/git/index.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ describe('util/git/index', { timeout: 10000 }, () => {
104104

105105
await repo.checkout(defaultBranch);
106106

107+
// eslint-disable-next-line vitest/no-standalone-expect
107108
expect(git.getBranchList()).toBeEmptyArray();
108109
});
109110

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
"@types/tmp": "0.2.6",
320320
"@types/validate-npm-package-name": "4.0.2",
321321
"@vitest/coverage-v8": "4.0.15",
322-
"@vitest/eslint-plugin": "1.4.4",
322+
"@vitest/eslint-plugin": "1.5.2",
323323
"ajv": "8.17.1",
324324
"ajv-formats": "3.0.1",
325325
"aws-sdk-client-mock": "4.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)