Open
Description
TypeScript 5.2.2 comes with a breaking change that requires all @typescript-eslint/*
dependencies to move to >= v6: typescript-eslint/typescript-eslint#7155 (comment).
In this repository that specifically means moving from
"@typescript-eslint/experimental-utils": "^5.3.0"
to
"@typescript-eslint/utils": "^6.0.0"