The `eslint-config-airbnb-typescript` package is no longer maintained and it's dependent on `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` version 7.x.x (check here - https://github.com/iamturns/eslint-config-airbnb-typescript/blob/303e346214847385bee4016367ff3b1b9978e337/package.json#L29), which means that these packages can not be updated. This problem was found when dependabot tried to bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.17.0 - #541