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

+7 -7
+6 -6
package-lock.json
··· 64 64 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 65 65 "@playwright/test": "1.47.2", 66 66 "@stoplight/spectral-cli": "6.13.1", 67 - "@stylistic/eslint-plugin-js": "2.8.0", 67 + "@stylistic/eslint-plugin-js": "2.9.0", 68 68 "@stylistic/stylelint-plugin": "3.1.1", 69 69 "@vitejs/plugin-vue": "5.1.4", 70 70 "@vitest/coverage-v8": "2.1.2", ··· 4477 4477 } 4478 4478 }, 4479 4479 "node_modules/@stylistic/eslint-plugin-js": { 4480 - "version": "2.8.0", 4481 - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.8.0.tgz", 4482 - "integrity": "sha512-/e7pSzVMrwBd6yzSDsKHwax3TS96+pd/xSKzELaTkOuYqUhYfj/becWdfDbFSBGQD7BBBCiiE4L8L2cUfu5h+A==", 4480 + "version": "2.9.0", 4481 + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.9.0.tgz", 4482 + "integrity": "sha512-h08DQybPsXxIvHIvQqU1tFWcu74M7kZK/0S0jVIDdoHSFq7jB+TzxikBWAg5j0lPR17WsGGGHAS8GHFlAAQXHA==", 4483 4483 "dev": true, 4484 4484 "license": "MIT", 4485 4485 "dependencies": { 4486 - "eslint-visitor-keys": "^4.0.0", 4487 - "espree": "^10.1.0" 4486 + "eslint-visitor-keys": "^4.1.0", 4487 + "espree": "^10.2.0" 4488 4488 }, 4489 4489 "engines": { 4490 4490 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+1 -1
package.json
··· 63 63 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 64 64 "@playwright/test": "1.47.2", 65 65 "@stoplight/spectral-cli": "6.13.1", 66 - "@stylistic/eslint-plugin-js": "2.8.0", 66 + "@stylistic/eslint-plugin-js": "2.9.0", 67 67 "@stylistic/stylelint-plugin": "3.1.1", 68 68 "@vitejs/plugin-vue": "5.1.4", 69 69 "@vitest/coverage-v8": "2.1.2",