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-12 09:43:21 +00:00
committed by GitHub
co-authored by Cursor
parent 7bf7610cf5
commit e3430ae36e
4 changed files with 119 additions and 115 deletions
+2 -2
View File
@@ -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",