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 v1.7.2' (#3251) from renovate/stylistic-eslint-plugin-js-1.x into forgejo

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

Gusted 787bc6ed ada8bfa5

+9 -9
+8 -8
package-lock.json
··· 67 67 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 68 68 "@playwright/test": "1.43.0", 69 69 "@stoplight/spectral-cli": "6.11.1", 70 - "@stylistic/eslint-plugin-js": "1.7.0", 70 + "@stylistic/eslint-plugin-js": "1.7.2", 71 71 "@stylistic/stylelint-plugin": "2.1.1", 72 72 "@vitejs/plugin-vue": "5.0.4", 73 73 "@vue/test-utils": "2.4.5", ··· 2126 2126 } 2127 2127 }, 2128 2128 "node_modules/@stylistic/eslint-plugin-js": { 2129 - "version": "1.7.0", 2130 - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.7.0.tgz", 2131 - "integrity": "sha512-PN6On/+or63FGnhhMKSQfYcWutRlzOiYlVdLM6yN7lquoBTqUJHYnl4TA4MHwiAt46X5gRxDr1+xPZ1lOLcL+Q==", 2129 + "version": "1.7.2", 2130 + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.7.2.tgz", 2131 + "integrity": "sha512-ZYX7C5p7zlHbACwFLU+lISVh6tdcRP/++PWegh2Sy0UgMT5kU0XkPa2tKWEtJYzZmPhJxu9LxbnWcnE/tTwSDQ==", 2132 2132 "dev": true, 2133 2133 "dependencies": { 2134 - "@types/eslint": "^8.56.2", 2134 + "@types/eslint": "^8.56.8", 2135 2135 "acorn": "^8.11.3", 2136 2136 "escape-string-regexp": "^4.0.0", 2137 2137 "eslint-visitor-keys": "^3.4.3", ··· 2224 2224 } 2225 2225 }, 2226 2226 "node_modules/@types/eslint": { 2227 - "version": "8.56.7", 2228 - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.7.tgz", 2229 - "integrity": "sha512-SjDvI/x3zsZnOkYZ3lCt9lOZWZLB2jIlNKz+LBgCtDurK0JZcwucxYHn1w2BJkD34dgX9Tjnak0txtq4WTggEA==", 2227 + "version": "8.56.9", 2228 + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.9.tgz", 2229 + "integrity": "sha512-W4W3KcqzjJ0sHg2vAq9vfml6OhsJ53TcUjUqfzzZf/EChUtwspszj/S0pzMxnfRcO55/iGq47dscXw71Fxc4Zg==", 2230 2230 "dependencies": { 2231 2231 "@types/estree": "*", 2232 2232 "@types/json-schema": "*"
+1 -1
package.json
··· 66 66 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 67 67 "@playwright/test": "1.43.0", 68 68 "@stoplight/spectral-cli": "6.11.1", 69 - "@stylistic/eslint-plugin-js": "1.7.0", 69 + "@stylistic/eslint-plugin-js": "1.7.2", 70 70 "@stylistic/stylelint-plugin": "2.1.1", 71 71 "@vitejs/plugin-vue": "5.0.4", 72 72 "@vue/test-utils": "2.4.5",