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.

Merge pull request 'Update dependency @vitest/eslint-plugin to v1.1.5 (forgejo)' (#5452) from renovate/forgejo-vitest-eslint-plugin-1.x into forgejo

+5 -11
+4 -10
package-lock.json
··· 68 68 "@stylistic/stylelint-plugin": "3.1.0", 69 69 "@vitejs/plugin-vue": "5.1.4", 70 70 "@vitest/coverage-v8": "2.1.2", 71 - "@vitest/eslint-plugin": "1.1.4", 71 + "@vitest/eslint-plugin": "1.1.5", 72 72 "@vue/test-utils": "2.4.6", 73 73 "eslint": "8.57.1", 74 74 "eslint-plugin-array-func": "4.0.0", ··· 4906 4906 } 4907 4907 }, 4908 4908 "node_modules/@vitest/eslint-plugin": { 4909 - "version": "1.1.4", 4910 - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.4.tgz", 4911 - "integrity": "sha512-kudjgefmJJ7xQ2WfbUU6pZbm7Ou4gLYRaao/8Ynide3G0QhVKHd978sDyWX4KOH0CCMH9cyrGAkFd55eGzJ48Q==", 4909 + "version": "1.1.5", 4910 + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.5.tgz", 4911 + "integrity": "sha512-a02F1HAJ/A1ietP96QDxkRqZROdgCJvNXSkmHAXTcTHnmj9Hh2gqi7x4M+miOj1sDIef2qGqE8zmMBb2PgTE8w==", 4912 4912 "dev": true, 4913 4913 "license": "MIT", 4914 4914 "peerDependencies": { ··· 4918 4918 "vitest": "*" 4919 4919 }, 4920 4920 "peerDependenciesMeta": { 4921 - "@typescript-eslint/utils": { 4922 - "optional": true 4923 - }, 4924 4921 "typescript": { 4925 - "optional": true 4926 - }, 4927 - "vitest": { 4928 4922 "optional": true 4929 4923 } 4930 4924 }
+1 -1
package.json
··· 67 67 "@stylistic/stylelint-plugin": "3.1.0", 68 68 "@vitejs/plugin-vue": "5.1.4", 69 69 "@vitest/coverage-v8": "2.1.2", 70 - "@vitest/eslint-plugin": "1.1.4", 70 + "@vitest/eslint-plugin": "1.1.5", 71 71 "@vue/test-utils": "2.4.6", 72 72 "eslint": "8.57.1", 73 73 "eslint-plugin-array-func": "4.0.0",