Update dependency @vitest/eslint-plugin to v1.3.4 (forgejo) (#8420)
Some checks are pending
/ release (push) Waiting to run
testing-integration / test-unit (push) Waiting to run
testing-integration / test-sqlite (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-07-05 16:38:18 +02:00 committed by forgejo-renovate-action
parent 5f514a6e4d
commit 6e239a7f65
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -69,7 +69,7 @@
"@stylistic/stylelint-plugin": "3.1.3",
"@vitejs/plugin-vue": "6.0.0",
"@vitest/coverage-v8": "3.2.4",
"@vitest/eslint-plugin": "1.2.2",
"@vitest/eslint-plugin": "1.3.4",
"@vue/test-utils": "2.4.6",
"eslint": "9.30.1",
"eslint-import-resolver-typescript": "4.4.4",
@ -4140,13 +4140,13 @@
}
},
"node_modules/@vitest/eslint-plugin": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.2.2.tgz",
"integrity": "sha512-R8NwW+VxyKqVGcMfYsUbdThQyMbtNcoeg+jJeTgMHqWdFdcS0nrODAQXhkplvWzgd7jIJ+GQeydGqFLibsxMxg==",
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.3.4.tgz",
"integrity": "sha512-EOg8d0jn3BAiKnR55WkFxmxfWA3nmzrbIIuOXyTe6A72duryNgyU+bdBEauA97Aab3ho9kLmAwgPX63Ckj4QEg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@typescript-eslint/utils": "^8.24.0"
"@typescript-eslint/utils": "^8.24.1"
},
"peerDependencies": {
"eslint": ">= 8.57.0",

View file

@ -68,7 +68,7 @@
"@stylistic/stylelint-plugin": "3.1.3",
"@vitejs/plugin-vue": "6.0.0",
"@vitest/coverage-v8": "3.2.4",
"@vitest/eslint-plugin": "1.2.2",
"@vitest/eslint-plugin": "1.3.4",
"@vue/test-utils": "2.4.6",
"eslint": "9.30.1",
"eslint-import-resolver-typescript": "4.4.4",