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 @stylistic/eslint-plugin-js to v2 (forgejo)' (#4910) from renovate/forgejo-major-eslint-stylistic-monorepo into forgejo

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

Gusted 784173f7 6ba4fb5c

+60 -14
+59 -13
package-lock.json
··· 63 63 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 64 64 "@playwright/test": "1.46.0", 65 65 "@stoplight/spectral-cli": "6.11.1", 66 - "@stylistic/eslint-plugin-js": "1.8.1", 66 + "@stylistic/eslint-plugin-js": "2.6.2", 67 67 "@stylistic/stylelint-plugin": "3.0.0", 68 68 "@vitejs/plugin-vue": "5.1.1", 69 69 "@vitest/coverage-v8": "2.0.5", ··· 2320 2320 } 2321 2321 }, 2322 2322 "node_modules/@stylistic/eslint-plugin-js": { 2323 - "version": "1.8.1", 2324 - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.8.1.tgz", 2325 - "integrity": "sha512-c5c2C8Mos5tTQd+NWpqwEu7VT6SSRooAguFPMj1cp2RkTYl1ynKoXo8MWy3k4rkbzoeYHrqC2UlUzsroAN7wtQ==", 2323 + "version": "2.6.2", 2324 + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.2.tgz", 2325 + "integrity": "sha512-wCr/kVctAPayMU3pcOI1MKR7MoKIh6VKZU89lPklAqtJoxT+Em6RueiiARbpznUYG5eg3LymiU+aMD+aIZXdqA==", 2326 2326 "dev": true, 2327 2327 "license": "MIT", 2328 2328 "dependencies": { 2329 - "@types/eslint": "^8.56.10", 2330 - "acorn": "^8.11.3", 2331 - "escape-string-regexp": "^4.0.0", 2332 - "eslint-visitor-keys": "^3.4.3", 2333 - "espree": "^9.6.1" 2329 + "@types/eslint": "^9.6.0", 2330 + "acorn": "^8.12.1", 2331 + "eslint-visitor-keys": "^4.0.0", 2332 + "espree": "^10.1.0" 2334 2333 }, 2335 2334 "engines": { 2336 - "node": "^16.0.0 || >=18.0.0" 2335 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2337 2336 }, 2338 2337 "peerDependencies": { 2339 2338 "eslint": ">=8.40.0" 2339 + } 2340 + }, 2341 + "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": { 2342 + "version": "4.0.0", 2343 + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", 2344 + "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", 2345 + "dev": true, 2346 + "license": "Apache-2.0", 2347 + "engines": { 2348 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2349 + }, 2350 + "funding": { 2351 + "url": "https://opencollective.com/eslint" 2352 + } 2353 + }, 2354 + "node_modules/@stylistic/eslint-plugin-js/node_modules/espree": { 2355 + "version": "10.1.0", 2356 + "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", 2357 + "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", 2358 + "dev": true, 2359 + "license": "BSD-2-Clause", 2360 + "dependencies": { 2361 + "acorn": "^8.12.0", 2362 + "acorn-jsx": "^5.3.2", 2363 + "eslint-visitor-keys": "^4.0.0" 2364 + }, 2365 + "engines": { 2366 + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" 2367 + }, 2368 + "funding": { 2369 + "url": "https://opencollective.com/eslint" 2340 2370 } 2341 2371 }, 2342 2372 "node_modules/@stylistic/stylelint-plugin": { ··· 2428 2458 } 2429 2459 }, 2430 2460 "node_modules/@types/eslint": { 2431 - "version": "8.56.11", 2432 - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz", 2433 - "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==", 2461 + "version": "9.6.0", 2462 + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", 2463 + "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", 2434 2464 "license": "MIT", 2435 2465 "dependencies": { 2436 2466 "@types/estree": "*", ··· 12885 12915 }, 12886 12916 "bin": { 12887 12917 "glob": "dist/esm/bin.mjs" 12918 + }, 12919 + "funding": { 12920 + "url": "https://github.com/sponsors/isaacs" 12921 + } 12922 + }, 12923 + "node_modules/test-exclude/node_modules/minimatch": { 12924 + "version": "9.0.5", 12925 + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", 12926 + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", 12927 + "dev": true, 12928 + "license": "ISC", 12929 + "dependencies": { 12930 + "brace-expansion": "^2.0.1" 12931 + }, 12932 + "engines": { 12933 + "node": ">=16 || 14 >=14.17" 12888 12934 }, 12889 12935 "funding": { 12890 12936 "url": "https://github.com/sponsors/isaacs"
+1 -1
package.json
··· 62 62 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 63 63 "@playwright/test": "1.46.0", 64 64 "@stoplight/spectral-cli": "6.11.1", 65 - "@stylistic/eslint-plugin-js": "1.8.1", 65 + "@stylistic/eslint-plugin-js": "2.6.2", 66 66 "@stylistic/stylelint-plugin": "3.0.0", 67 67 "@vitejs/plugin-vue": "5.1.1", 68 68 "@vitest/coverage-v8": "2.0.5",