refractor Planetscale to Neon #165
Annotations
4 errors and 3 warnings
typecheck
Conversion of type '{ amount: number; currencyIso: string; date: Date; }' to type '{ date: Date; id: string; type: "AVAILABLE" | "BOOKED" | "EXPECTED"; currencyIso: string; amount: string; createdAt?: Date | undefined; updatedAt?: Date | undefined; originalPayload?: unknown; assetId?: string | ... 1 more ... | undefined; accountId?: string | ... 1 more ... | undefined; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
typecheck
Conversion of type '{ amount: number; currencyIso: string; date: Date; description: string; originalId: string; originalPayload: NordigenBookedTransaction; }' to type '{ date: Date; id: string; description: string; currencyIso: string; amount: string; createdAt?: Date | undefined; updatedAt?: Date | undefined; originalPayload?: unknown; assetId?: string | ... 1 more ... | undefined; originalId?: string | ... 1 more ... | undefined; accountId?: string | ... 1 more ... | undefined; ...' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
typecheck
@projectx/connector-gocardless#typecheck: command (/home/runner/work/Badget/Badget/plugins/gocardless) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (1)
|
typecheck
Process completed with exit code 1.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|