mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
AAE-45695 Group @typescript-eslint/* packages in dependabot (#11880)
* [AAE-45695] Group @typescript-eslint/* packages in dependabot @typescript-eslint/parser and @typescript-eslint/eslint-plugin must be bumped together (matching versions) due to a peer-dependency between them. Grouping all @typescript-eslint/* packages ensures Dependabot updates them in lock-step instead of opening separate PRs that fail npm ci with a peer-dep conflict. Co-authored-by: Cursor <cursoragent@cursor.com> * [ci:force] AAE-45695 Bump @typescript-eslint/parser and eslint-plugin to 8.59.3 Bump both packages together (peer-dep requires matching versions) to unblock the Dependabot bump that was previously failing. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -100,8 +100,8 @@
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@types/node": "^18.16.9",
|
||||
"@types/pdfjs-dist": "2.10.378",
|
||||
"@typescript-eslint/eslint-plugin": "8.57.2",
|
||||
"@typescript-eslint/parser": "8.57.2",
|
||||
"@typescript-eslint/eslint-plugin": "8.59.3",
|
||||
"@typescript-eslint/parser": "8.59.3",
|
||||
"@typescript-eslint/typescript-estree": "8.41.0",
|
||||
"@typescript-eslint/utils": "^8.51.0",
|
||||
"ajv": "^8.18.0",
|
||||
|
||||
Reference in New Issue
Block a user