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 linters (forgejo)' (#4739) from renovate/forgejo-linters into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4739
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+14 -14
+12 -12
package-lock.json
··· 88 88 "license-checker-rseidelsohn": "4.3.0", 89 89 "markdownlint-cli": "0.41.0", 90 90 "postcss-html": "1.7.0", 91 - "stylelint": "16.7.0", 91 + "stylelint": "16.8.1", 92 92 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 93 - "stylelint-declaration-strict-value": "1.10.4", 93 + "stylelint-declaration-strict-value": "1.10.6", 94 94 "stylelint-value-no-unknown-custom-properties": "6.0.1", 95 95 "svgo": "3.2.0", 96 96 "vite-string-plugin": "1.3.4", ··· 12320 12320 "license": "ISC" 12321 12321 }, 12322 12322 "node_modules/stylelint": { 12323 - "version": "16.7.0", 12324 - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.7.0.tgz", 12325 - "integrity": "sha512-Q1ATiXlz+wYr37a7TGsfvqYn2nSR3T/isw3IWlZQzFzCNoACHuGBb6xBplZXz56/uDRJHIygxjh7jbV/8isewA==", 12323 + "version": "16.8.1", 12324 + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.1.tgz", 12325 + "integrity": "sha512-O8aDyfdODSDNz/B3gW2HQ+8kv8pfhSu7ZR7xskQ93+vI6FhKKGUJMQ03Ydu+w3OvXXE0/u4hWU4hCPNOyld+OA==", 12326 12326 "dev": true, 12327 12327 "funding": [ 12328 12328 { ··· 12346 12346 "cosmiconfig": "^9.0.0", 12347 12347 "css-functions-list": "^3.2.2", 12348 12348 "css-tree": "^2.3.1", 12349 - "debug": "^4.3.5", 12349 + "debug": "^4.3.6", 12350 12350 "fast-glob": "^3.3.2", 12351 12351 "fastest-levenshtein": "^1.0.16", 12352 12352 "file-entry-cache": "^9.0.0", ··· 12363 12363 "micromatch": "^4.0.7", 12364 12364 "normalize-path": "^3.0.0", 12365 12365 "picocolors": "^1.0.1", 12366 - "postcss": "^8.4.39", 12367 - "postcss-resolve-nested-selector": "^0.1.1", 12366 + "postcss": "^8.4.40", 12367 + "postcss-resolve-nested-selector": "^0.1.4", 12368 12368 "postcss-safe-parser": "^7.0.0", 12369 - "postcss-selector-parser": "^6.1.0", 12369 + "postcss-selector-parser": "^6.1.1", 12370 12370 "postcss-value-parser": "^4.2.0", 12371 12371 "resolve-from": "^5.0.0", 12372 12372 "string-width": "^4.2.3", ··· 12397 12397 } 12398 12398 }, 12399 12399 "node_modules/stylelint-declaration-strict-value": { 12400 - "version": "1.10.4", 12401 - "resolved": "https://registry.npmjs.org/stylelint-declaration-strict-value/-/stylelint-declaration-strict-value-1.10.4.tgz", 12402 - "integrity": "sha512-unOEftKCOb78Zr+WStqyVj9V1rCdUo+PJI3vFPiHPdu+O9o71K9Mu+txc6VDF7gBXyTTMHbbjIvHk3VNzuixzQ==", 12400 + "version": "1.10.6", 12401 + "resolved": "https://registry.npmjs.org/stylelint-declaration-strict-value/-/stylelint-declaration-strict-value-1.10.6.tgz", 12402 + "integrity": "sha512-aZGEW4Ee26Tx4UvpQJbcElVXZ42EleujEByiyKDTT7t83EeSe9t0lAG3OOLJnnvLjz/dQnp+L+3IYTMeQI51vQ==", 12403 12403 "dev": true, 12404 12404 "license": "MIT", 12405 12405 "engines": {
+2 -2
package.json
··· 87 87 "license-checker-rseidelsohn": "4.3.0", 88 88 "markdownlint-cli": "0.41.0", 89 89 "postcss-html": "1.7.0", 90 - "stylelint": "16.7.0", 90 + "stylelint": "16.8.1", 91 91 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 92 - "stylelint-declaration-strict-value": "1.10.4", 92 + "stylelint-declaration-strict-value": "1.10.6", 93 93 "stylelint-value-no-unknown-custom-properties": "6.0.1", 94 94 "svgo": "3.2.0", 95 95 "vite-string-plugin": "1.3.4",