loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update dependency @vitest/eslint-plugin to v1.1.38 (forgejo) (#7381) Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
forgejo-renovate-action
aecf60f2 c9853e9e

+6 -6
+5 -5
package-lock.json
··· 70 70 "@typescript-eslint/parser": "8.26.1", 71 71 "@vitejs/plugin-vue": "5.2.3", 72 72 "@vitest/coverage-v8": "3.0.8", 73 - "@vitest/eslint-plugin": "1.1.25", 73 + "@vitest/eslint-plugin": "1.1.38", 74 74 "@vue/test-utils": "2.4.6", 75 75 "eslint": "9.22.0", 76 76 "eslint-import-resolver-typescript": "4.1.1", ··· 3648 3648 } 3649 3649 }, 3650 3650 "node_modules/@vitest/eslint-plugin": { 3651 - "version": "1.1.25", 3652 - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.25.tgz", 3653 - "integrity": "sha512-u8DpDnMbPcqBmJOB4PeEtn6q7vKmLVTLFMpzoxSAo0hjYdl4iYSHRleqwPQo0ywc7UV0S6RKIahYRQ3BnZdMVw==", 3651 + "version": "1.1.38", 3652 + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.38.tgz", 3653 + "integrity": "sha512-KcOTZyVz8RiM5HyriiDVrP1CyBGuhRxle+lBsmSs6NTJEO/8dKVAq+f5vQzHj1/Kc7bYXSDO6yBe62Zx0t5iaw==", 3654 3654 "dev": true, 3655 3655 "license": "MIT", 3656 3656 "peerDependencies": { 3657 - "@typescript-eslint/utils": ">= 8.0", 3657 + "@typescript-eslint/utils": "^8.24.0", 3658 3658 "eslint": ">= 8.57.0", 3659 3659 "typescript": ">= 5.0.0", 3660 3660 "vitest": "*"
+1 -1
package.json
··· 69 69 "@typescript-eslint/parser": "8.26.1", 70 70 "@vitejs/plugin-vue": "5.2.3", 71 71 "@vitest/coverage-v8": "3.0.8", 72 - "@vitest/eslint-plugin": "1.1.25", 72 + "@vitest/eslint-plugin": "1.1.38", 73 73 "@vue/test-utils": "2.4.6", 74 74 "eslint": "9.22.0", 75 75 "eslint-import-resolver-typescript": "4.1.1",