mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +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:
@@ -21,6 +21,9 @@ updates:
|
||||
nrwl:
|
||||
patterns:
|
||||
- "@nrwl/*"
|
||||
typescript-eslint:
|
||||
patterns:
|
||||
- "@typescript-eslint/*"
|
||||
ignore:
|
||||
- dependency-name: "pdfjs-dist"
|
||||
- dependency-name: "@types/*"
|
||||
|
||||
Reference in New Issue
Block a user