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

+7 -6
+6 -5
package-lock.json
··· 64 64 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 65 65 "@playwright/test": "1.47.0", 66 66 "@stoplight/spectral-cli": "6.11.1", 67 - "@stylistic/eslint-plugin-js": "2.7.2", 67 + "@stylistic/eslint-plugin-js": "2.8.0", 68 68 "@stylistic/stylelint-plugin": "3.0.1", 69 69 "@vitejs/plugin-vue": "5.1.3", 70 70 "@vitest/coverage-v8": "2.0.5", ··· 4401 4401 } 4402 4402 }, 4403 4403 "node_modules/@stylistic/eslint-plugin-js": { 4404 - "version": "2.7.2", 4405 - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.7.2.tgz", 4406 - "integrity": "sha512-PkwTDduCY6+ILlHNEfVT3BtShrtqrDJmyW3BW53PvCb+SHu7z88iReXbN+/uCr39fcP6qH49RA7RFsKRlpyMEQ==", 4404 + "version": "2.8.0", 4405 + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.8.0.tgz", 4406 + "integrity": "sha512-/e7pSzVMrwBd6yzSDsKHwax3TS96+pd/xSKzELaTkOuYqUhYfj/becWdfDbFSBGQD7BBBCiiE4L8L2cUfu5h+A==", 4407 4407 "dev": true, 4408 4408 "license": "MIT", 4409 4409 "dependencies": { 4410 - "@types/eslint": "^9.6.1", 4411 4410 "eslint-visitor-keys": "^4.0.0", 4412 4411 "espree": "^10.1.0" 4413 4412 }, ··· 4482 4481 "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", 4483 4482 "dev": true, 4484 4483 "license": "MIT", 4484 + "optional": true, 4485 + "peer": true, 4485 4486 "dependencies": { 4486 4487 "@types/estree": "*", 4487 4488 "@types/json-schema": "*"
+1 -1
package.json
··· 63 63 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 64 64 "@playwright/test": "1.47.0", 65 65 "@stoplight/spectral-cli": "6.11.1", 66 - "@stylistic/eslint-plugin-js": "2.7.2", 66 + "@stylistic/eslint-plugin-js": "2.8.0", 67 67 "@stylistic/stylelint-plugin": "3.0.1", 68 68 "@vitejs/plugin-vue": "5.1.3", 69 69 "@vitest/coverage-v8": "2.0.5",