Update dependency @vitest/eslint-plugin to v1.1.43 (forgejo) (#7610)
Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
/ release (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions

Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2025-04-23 16:59:52 +00:00 committed by forgejo-renovate-action
parent 8e49c07187
commit 7c6d5aaa56
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -70,7 +70,7 @@
"@typescript-eslint/parser": "8.31.0",
"@vitejs/plugin-vue": "5.2.3",
"@vitest/coverage-v8": "3.1.2",
"@vitest/eslint-plugin": "1.1.38",
"@vitest/eslint-plugin": "1.1.43",
"@vue/test-utils": "2.4.6",
"eslint": "9.25.1",
"eslint-import-resolver-typescript": "4.3.4",
@ -3972,13 +3972,13 @@
}
},
"node_modules/@vitest/eslint-plugin": {
"version": "1.1.38",
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.38.tgz",
"integrity": "sha512-KcOTZyVz8RiM5HyriiDVrP1CyBGuhRxle+lBsmSs6NTJEO/8dKVAq+f5vQzHj1/Kc7bYXSDO6yBe62Zx0t5iaw==",
"version": "1.1.43",
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.43.tgz",
"integrity": "sha512-OLoUMO67Yg+kr7E6SjF5+Qvl2f6uNJ7ImQYnXT8WgnPiZE41ZQBsnzn70jehXrhFVadphHs2smk+yl0TFKLV5Q==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"@typescript-eslint/utils": "^8.24.0",
"@typescript-eslint/utils": ">= 8.24.0",
"eslint": ">= 8.57.0",
"typescript": ">= 5.0.0",
"vitest": "*"

View file

@ -69,7 +69,7 @@
"@typescript-eslint/parser": "8.31.0",
"@vitejs/plugin-vue": "5.2.3",
"@vitest/coverage-v8": "3.1.2",
"@vitest/eslint-plugin": "1.1.38",
"@vitest/eslint-plugin": "1.1.43",
"@vue/test-utils": "2.4.6",
"eslint": "9.25.1",
"eslint-import-resolver-typescript": "4.3.4",