fix(deps): update dependency @vitejs/plugin-react-swc to v3.7.2 #762
check.yml
on: pull_request
Backend Check
35s
Frontend Check
31s
Annotations
10 errors and 3 warnings
Backend Check:
backend/src/database/migrations/1699624915814-ranking.ts#L1
Replace `"typeorm"` with `'typeorm'`
|
Backend Check:
backend/src/database/migrations/1699624915814-ranking.ts#L4
Replace `····name·=·'Ranking1699624915814'` with `··name·=·'Ranking1699624915814';`
|
|
Backend 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'`,`
|
Backend 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'`,`
|
Backend Check:
backend/src/database/migrations/1699624915814-ranking.ts#L9
Replace `}⏎` with `);`
|
|
Backend 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"`,`
|
Backend 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"`,⏎····`
|
Backend Check:
backend/src/database/migrations/1699624915814-ranking.ts#L14
Replace `··}⏎` with `}`
|
Frontend Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Frontend Check:
frontend/src/app/sw-custom.ts#L3
'localforage' is defined but never used. Allowed unused vars must match /^_/u
|
Backend Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|