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-wc to v2.2.0 (forgejo)' (#5495) from renovate/forgejo-linters into forgejo

+6 -6
+5 -5
package-lock.json
··· 83 83 "eslint-plugin-vitest-globals": "1.5.0", 84 84 "eslint-plugin-vue": "9.28.0", 85 85 "eslint-plugin-vue-scoped-css": "2.8.1", 86 - "eslint-plugin-wc": "2.1.1", 86 + "eslint-plugin-wc": "2.2.0", 87 87 "happy-dom": "15.7.4", 88 88 "license-checker-rseidelsohn": "4.4.2", 89 89 "markdownlint-cli": "0.42.0", ··· 9308 9308 } 9309 9309 }, 9310 9310 "node_modules/eslint-plugin-wc": { 9311 - "version": "2.1.1", 9312 - "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.1.1.tgz", 9313 - "integrity": "sha512-GfJo05ZgWfwAFbW6Gkf+9CMOIU6fmbd3b4nm+PKESHgUdUTmi7vawlELCrzOhdiQjXUPZxDfFIVxYt9D/v/GdQ==", 9311 + "version": "2.2.0", 9312 + "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.2.0.tgz", 9313 + "integrity": "sha512-kjPp+aXz23fOl0JZJOJS+6adwhEv98KjZ2FJqWpc4vtmk4Oenz/JJmmNZrGSARgtyR0BLIF/kVWC6GSlHA+5MA==", 9314 9314 "dev": true, 9315 9315 "license": "MIT", 9316 9316 "dependencies": { ··· 9318 9318 "js-levenshtein-esm": "^1.2.0" 9319 9319 }, 9320 9320 "peerDependencies": { 9321 - "eslint": ">=5" 9321 + "eslint": ">=8.40.0" 9322 9322 } 9323 9323 }, 9324 9324 "node_modules/eslint-rule-documentation": {
+1 -1
package.json
··· 82 82 "eslint-plugin-vitest-globals": "1.5.0", 83 83 "eslint-plugin-vue": "9.28.0", 84 84 "eslint-plugin-vue-scoped-css": "2.8.1", 85 - "eslint-plugin-wc": "2.1.1", 85 + "eslint-plugin-wc": "2.2.0", 86 86 "happy-dom": "15.7.4", 87 87 "license-checker-rseidelsohn": "4.4.2", 88 88 "markdownlint-cli": "0.42.0",