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-community/eslint-plugin-eslint-comments to v4.3.0' (#3151) from renovate/eslint-community-eslint-plugin-eslint-comments-4.x into forgejo

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

+6 -6
+5 -5
package-lock.json
··· 64 64 "wrap-ansi": "9.0.0" 65 65 }, 66 66 "devDependencies": { 67 - "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", 67 + "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 68 68 "@playwright/test": "1.42.1", 69 69 "@stoplight/spectral-cli": "6.11.1", 70 70 "@stylistic/eslint-plugin-js": "1.7.0", ··· 866 866 } 867 867 }, 868 868 "node_modules/@eslint-community/eslint-plugin-eslint-comments": { 869 - "version": "4.1.0", 870 - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.1.0.tgz", 871 - "integrity": "sha512-B2mwipifrBS5E00vN8vME68laPMZ0h3sNGOEDj5g9iUN9k5EU99Omq0Nc325eKNoFFDnDtiHp3DqIjO+1bstag==", 869 + "version": "4.3.0", 870 + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-4.3.0.tgz", 871 + "integrity": "sha512-6e93KtgsndNkvwCCa07LOQJSwzzLLxwrFll3+huyFoiiQXWG0KBcmo0Q1bVgYQQDLfWOOZl2VPBsXqZL6vHIBQ==", 872 872 "dev": true, 873 873 "dependencies": { 874 874 "escape-string-regexp": "^4.0.0", ··· 878 878 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 879 879 }, 880 880 "peerDependencies": { 881 - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 881 + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0" 882 882 } 883 883 }, 884 884 "node_modules/@eslint-community/eslint-utils": {
+1 -1
package.json
··· 63 63 "wrap-ansi": "9.0.0" 64 64 }, 65 65 "devDependencies": { 66 - "@eslint-community/eslint-plugin-eslint-comments": "4.1.0", 66 + "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 67 67 "@playwright/test": "1.42.1", 68 68 "@stoplight/spectral-cli": "6.11.1", 69 69 "@stylistic/eslint-plugin-js": "1.7.0",