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 eslint-plugin-vue to v9.27.0' (#4312) from renovate/linters into forgejo

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

+6 -6
+5 -5
package-lock.json
··· 84 84 "eslint-plugin-unicorn": "52.0.0", 85 85 "eslint-plugin-vitest": "0.5.4", 86 86 "eslint-plugin-vitest-globals": "1.5.0", 87 - "eslint-plugin-vue": "9.26.0", 87 + "eslint-plugin-vue": "9.27.0", 88 88 "eslint-plugin-vue-scoped-css": "2.8.1", 89 89 "eslint-plugin-wc": "2.1.0", 90 90 "happy-dom": "14.12.3", ··· 6461 6461 "license": "MIT" 6462 6462 }, 6463 6463 "node_modules/eslint-plugin-vue": { 6464 - "version": "9.26.0", 6465 - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.26.0.tgz", 6466 - "integrity": "sha512-eTvlxXgd4ijE1cdur850G6KalZqk65k1JKoOI2d1kT3hr8sPD07j1q98FRFdNnpxBELGPWxZmInxeHGF/GxtqQ==", 6464 + "version": "9.27.0", 6465 + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.27.0.tgz", 6466 + "integrity": "sha512-5Dw3yxEyuBSXTzT5/Ge1X5kIkRTQ3nvBn/VwPwInNiZBSJOO/timWMUaflONnFBzU6NhB68lxnCda7ULV5N7LA==", 6467 6467 "dev": true, 6468 6468 "license": "MIT", 6469 6469 "dependencies": { ··· 6473 6473 "nth-check": "^2.1.1", 6474 6474 "postcss-selector-parser": "^6.0.15", 6475 6475 "semver": "^7.6.0", 6476 - "vue-eslint-parser": "^9.4.2", 6476 + "vue-eslint-parser": "^9.4.3", 6477 6477 "xml-name-validator": "^4.0.0" 6478 6478 }, 6479 6479 "engines": {
+1 -1
package.json
··· 83 83 "eslint-plugin-unicorn": "52.0.0", 84 84 "eslint-plugin-vitest": "0.5.4", 85 85 "eslint-plugin-vitest-globals": "1.5.0", 86 - "eslint-plugin-vue": "9.26.0", 86 + "eslint-plugin-vue": "9.27.0", 87 87 "eslint-plugin-vue-scoped-css": "2.8.1", 88 88 "eslint-plugin-wc": "2.1.0", 89 89 "happy-dom": "14.12.3",