chore(deps): update swc monorepo #757
Annotations
10 errors and 1 warning
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L1
Replace `"typeorm"` with `'typeorm'`
|
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L4
Replace `····name·=·'Ranking1699624915814'` with `··name·=·'Ranking1699624915814';`
|
|
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L7
Replace `········await·queryRunner.query(`ALTER·TABLE·"user"·ADD·"latestBalanceMantissa"·character·varying·NOT·NULL·DEFAULT·'0'`);` with `····await·queryRunner.query(⏎······`ALTER·TABLE·"user"·ADD·"latestBalanceMantissa"·character·varying·NOT·NULL·DEFAULT·'0'`,`
|
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L8
Replace `····await·queryRunner.query(`ALTER·TABLE·"user"·ADD·"latestBalanceExponent"·character·varying·NOT·NULL·DEFAULT·'0'`);` with `);⏎····await·queryRunner.query(⏎······`ALTER·TABLE·"user"·ADD·"latestBalanceExponent"·character·varying·NOT·NULL·DEFAULT·'0'`,`
|
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L9
Replace `}⏎` with `);`
|
|
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L12
Replace `····await·queryRunner.query(`ALTER·TABLE·"user"·DROP·COLUMN·"latestBalanceExponent"`);` with `await·queryRunner.query(⏎······`ALTER·TABLE·"user"·DROP·COLUMN·"latestBalanceExponent"`,`
|
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L13
Replace `····await·queryRunner.query(`ALTER·TABLE·"user"·DROP·COLUMN·"latestBalanceMantissa"`` with `);⏎····await·queryRunner.query(⏎······`ALTER·TABLE·"user"·DROP·COLUMN·"latestBalanceMantissa"`,⏎····`
|
Lint check:
backend/src/database/migrations/1699624915814-ranking.ts#L14
Replace `··}⏎` with `}`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading