Poc deployable #8
Annotations
17 errors and 3 warnings
format
@acme/db#format: command (/home/runner/work/shared-expenses/shared-expenses/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Type 'SQLiteTableWithColumns<{ name: "user"; schema: undefined; columns: { id: SQLiteColumn<{ name: "id"; tableName: "user"; dataType: "string"; columnType: "SQLiteText"; data: string; driverParam: string; notNull: true; hasDefault: true; enumValues: [...]; baseColumn: never; }, object>; name: SQLiteColumn<...>; email: SQ...' is not assignable to type 'DefaultPostgresUsersTable'.
|
typecheck
Type 'SQLiteTableWithColumns<{ name: "account"; schema: undefined; columns: { userId: SQLiteColumn<{ name: "userId"; tableName: "account"; dataType: "string"; columnType: "SQLiteText"; data: string; driverParam: string; notNull: true; hasDefault: false; enumValues: [...]; baseColumn: never; }, object>; ... 9 more ...; ses...' is not assignable to type 'DefaultPostgresAccountsTable'.
|
typecheck
Type 'SQLiteTableWithColumns<{ name: "session"; schema: undefined; columns: { sessionToken: SQLiteColumn<{ name: "sessionToken"; tableName: "session"; dataType: "string"; columnType: "SQLiteText"; data: string; driverParam: string; notNull: true; hasDefault: false; enumValues: [...]; baseColumn: never; }, object>; userId:...' is not assignable to type 'DefaultPostgresSessionsTable | undefined'.
|
typecheck
@acme/auth#typecheck: command (/home/runner/work/shared-expenses/shared-expenses/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint:
apps/auth-proxy/routes/r/[...auth].ts#L13
AUTH_DISCORD_ID is not listed as a dependency in turbo.json
|
lint:
apps/auth-proxy/routes/r/[...auth].ts#L14
AUTH_DISCORD_SECRET is not listed as a dependency in turbo.json
|
lint:
packages/db/src/index.ts#L6
'process.env' is restricted from being used. Use `import { env } from '~/env'` instead to ensure validated types
|
lint:
packages/db/src/index.ts#L10
'process.env' is restricted from being used. Use `import { env } from '~/env'` instead to ensure validated types
|
lint:
packages/db/src/index.ts#L15
This assertion is unnecessary since it does not change the type of the expression
|
lint:
packages/db/src/index.ts#L15
Forbidden non-null assertion
|
lint:
packages/db/src/index.ts#L15
'process.env' is restricted from being used. Use `import { env } from '~/env'` instead to ensure validated types
|
lint:
packages/db/src/index.ts#L16
'process.env' is restricted from being used. Use `import { env } from '~/env'` instead to ensure validated types
|
lint:
packages/db/src/schema.ts#L2
'AdapterAccountType' is defined but never used. Allowed unused vars must match /^_/u
|
lint
Module '"@acme/db"' has no exported member 'desc'.
|
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/.
|
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/.
|
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/.
|