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.25 (forgejo) (#6755)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6755

+5 -5
+4 -4
package-lock.json
··· 69 69 "@typescript-eslint/parser": "8.18.2", 70 70 "@vitejs/plugin-vue": "5.1.5", 71 71 "@vitest/coverage-v8": "2.1.8", 72 - "@vitest/eslint-plugin": "1.1.22", 72 + "@vitest/eslint-plugin": "1.1.25", 73 73 "@vue/test-utils": "2.4.6", 74 74 "eslint": "9.17.0", 75 75 "eslint-import-resolver-typescript": "3.7.0", ··· 4938 4938 } 4939 4939 }, 4940 4940 "node_modules/@vitest/eslint-plugin": { 4941 - "version": "1.1.22", 4942 - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.22.tgz", 4943 - "integrity": "sha512-ztvy2+thiCMmKnywvKGhH3AcKgEMGd4BsFK2QC9/EXqlyjXDp7Pg96PonbLx8bDvNCAjq4hfCw5YuZSAz1EDIg==", 4941 + "version": "1.1.25", 4942 + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.25.tgz", 4943 + "integrity": "sha512-u8DpDnMbPcqBmJOB4PeEtn6q7vKmLVTLFMpzoxSAo0hjYdl4iYSHRleqwPQo0ywc7UV0S6RKIahYRQ3BnZdMVw==", 4944 4944 "dev": true, 4945 4945 "license": "MIT", 4946 4946 "peerDependencies": {
+1 -1
package.json
··· 68 68 "@typescript-eslint/parser": "8.18.2", 69 69 "@vitejs/plugin-vue": "5.1.5", 70 70 "@vitest/coverage-v8": "2.1.8", 71 - "@vitest/eslint-plugin": "1.1.22", 71 + "@vitest/eslint-plugin": "1.1.25", 72 72 "@vue/test-utils": "2.4.6", 73 73 "eslint": "9.17.0", 74 74 "eslint-import-resolver-typescript": "3.7.0",