1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-23 11:39:41 +02:00

Update dependency @stylistic/eslint-plugin to v5 (forgejo) (#8340)

Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2025-06-29 11:40:47 +02:00 committed by forgejo-renovate-action
parent 7a881e2f26
commit 3feceb10c7
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View file

@ -65,7 +65,7 @@
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0", "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
"@playwright/test": "1.52.0", "@playwright/test": "1.52.0",
"@stoplight/spectral-cli": "6.15.0", "@stoplight/spectral-cli": "6.15.0",
"@stylistic/eslint-plugin": "4.4.1", "@stylistic/eslint-plugin": "5.0.0",
"@stylistic/stylelint-plugin": "3.1.3", "@stylistic/stylelint-plugin": "3.1.3",
"@vitejs/plugin-vue": "5.2.4", "@vitejs/plugin-vue": "5.2.4",
"@vitest/coverage-v8": "3.2.3", "@vitest/coverage-v8": "3.2.3",
@ -3056,15 +3056,16 @@
} }
}, },
"node_modules/@stylistic/eslint-plugin": { "node_modules/@stylistic/eslint-plugin": {
"version": "4.4.1", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.1.tgz", "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.0.0.tgz",
"integrity": "sha512-CEigAk7eOLyHvdgmpZsKFwtiqS2wFwI1fn4j09IU9GmD4euFM4jEBAViWeCqaNLlbX2k2+A/Fq9cje4HQBXuJQ==", "integrity": "sha512-nVV2FSzeTJ3oFKw+3t9gQYQcrgbopgCASSY27QOtkhEGgSfdQQjDmzZd41NeT1myQ8Wc6l+pZllST9qIu4NKzg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^8.32.1", "@eslint-community/eslint-utils": "^4.7.0",
"eslint-visitor-keys": "^4.2.0", "@typescript-eslint/types": "^8.34.1",
"espree": "^10.3.0", "eslint-visitor-keys": "^4.2.1",
"espree": "^10.4.0",
"estraverse": "^5.3.0", "estraverse": "^5.3.0",
"picomatch": "^4.0.2" "picomatch": "^4.0.2"
}, },

View file

@ -64,7 +64,7 @@
"@eslint-community/eslint-plugin-eslint-comments": "4.5.0", "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
"@playwright/test": "1.52.0", "@playwright/test": "1.52.0",
"@stoplight/spectral-cli": "6.15.0", "@stoplight/spectral-cli": "6.15.0",
"@stylistic/eslint-plugin": "4.4.1", "@stylistic/eslint-plugin": "5.0.0",
"@stylistic/stylelint-plugin": "3.1.3", "@stylistic/stylelint-plugin": "3.1.3",
"@vitejs/plugin-vue": "5.2.4", "@vitejs/plugin-vue": "5.2.4",
"@vitest/coverage-v8": "3.2.3", "@vitest/coverage-v8": "3.2.3",