Hello,
I want to upgrade from 1.20.2 to the current version. yarn backstage-cli versions:bump works fine but when I try to create the new docker image yarn tsc fails:
yarn tsc
yarn run v1.22.19
$ tsc
node_modules/@backstage/core-plugin-api/dist/alpha.d.ts:123:59 - error TS1139: Type parameter declaration expected.
123 declare function createTranslationRef<TId extends string, const TNestedMessages extends AnyNestedMessages, TTranslations extends {
...
Found 11 errors in the same file, starting at: node_modules/@backstage/core-plugin-api/dist/alpha.d.ts:123
error Command failed with exit code 2.
Can you please help me?