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-no-jquery to v3 (forgejo)' (#5054) from renovate/forgejo-eslint-plugin-no-jquery-3.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5054
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted 0c2ec195 61e018f8

+6 -6
+5 -5
package-lock.json
··· 74 74 "eslint-plugin-github": "4.10.2", 75 75 "eslint-plugin-i": "2.29.1", 76 76 "eslint-plugin-jquery": "1.5.1", 77 - "eslint-plugin-no-jquery": "2.7.0", 77 + "eslint-plugin-no-jquery": "3.0.2", 78 78 "eslint-plugin-no-use-extend-native": "0.5.0", 79 79 "eslint-plugin-playwright": "1.6.2", 80 80 "eslint-plugin-regexp": "2.6.0", ··· 6284 6284 } 6285 6285 }, 6286 6286 "node_modules/eslint-plugin-no-jquery": { 6287 - "version": "2.7.0", 6288 - "resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-2.7.0.tgz", 6289 - "integrity": "sha512-Aeg7dA6GTH1AcWLlBtWNzOU9efK5KpNi7b0EhBO0o0M+awyzguUUo8gF6hXGjQ9n5h8/uRtYv9zOqQkeC5CG0w==", 6287 + "version": "3.0.2", 6288 + "resolved": "https://registry.npmjs.org/eslint-plugin-no-jquery/-/eslint-plugin-no-jquery-3.0.2.tgz", 6289 + "integrity": "sha512-n/+6p6PFhWDNPVLJj1463hw4OTIRBbROGcbhmtOHTgw7yihSKzkwZiQ00EJTneyeR3jRiw5lpWSMCCBhtb8t2g==", 6290 6290 "dev": true, 6291 6291 "license": "MIT", 6292 6292 "peerDependencies": { 6293 - "eslint": ">=2.3.0" 6293 + "eslint": ">=8.0.0" 6294 6294 } 6295 6295 }, 6296 6296 "node_modules/eslint-plugin-no-only-tests": {
+1 -1
package.json
··· 73 73 "eslint-plugin-github": "4.10.2", 74 74 "eslint-plugin-i": "2.29.1", 75 75 "eslint-plugin-jquery": "1.5.1", 76 - "eslint-plugin-no-jquery": "2.7.0", 76 + "eslint-plugin-no-jquery": "3.0.2", 77 77 "eslint-plugin-no-use-extend-native": "0.5.0", 78 78 "eslint-plugin-playwright": "1.6.2", 79 79 "eslint-plugin-regexp": "2.6.0",