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:
Michaela
2026-05-20 14:19:29 +05:30
committed by Anamika Dey
co-authored by Cursor
parent 11829dad6b
commit 61e0580584
4 changed files with 119 additions and 115 deletions
+1
View File
@@ -8,6 +8,7 @@
"build": {
"executor": "nx:run-commands",
"outputs": ["{workspaceRoot}/dist/libs/cli"],
"dependsOn": ["installDeps"],
"options": {
"command": "cd lib/cli && npm run dist"
},