Skip to content

test: add tsconfgis as given by OP [DO NOT MERGE] #3611

test: add tsconfgis as given by OP [DO NOT MERGE]

test: add tsconfgis as given by OP [DO NOT MERGE] #3611

Triggered via pull request January 14, 2024 09:10
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors
typecheck
Property 'create' does not exist on type 'never'.
typecheck
Property 'post' does not exist on type 'TRPCContextPropsBase<CreateRouterInner<RootConfig<{ ctx: { session: Session | null; db: PlanetScaleDatabase<{ post: MySqlTableWithColumns<{ name: "post"; schema: undefined; columns: { id: MySqlColumn<{ name: "id"; tableName: "post"; dataType: "number"; columnType: "MySqlSerial"; ... 5 more ...; baseColumn: never; },...'.
typecheck
Property 'all' does not exist on type 'never'.
typecheck
Property 'delete' does not exist on type 'never'.
typecheck
Property 'post' does not exist on type 'TRPCContextPropsBase<CreateRouterInner<RootConfig<{ ctx: { session: Session | null; db: PlanetScaleDatabase<{ post: MySqlTableWithColumns<{ name: "post"; schema: undefined; columns: { id: MySqlColumn<{ name: "id"; tableName: "post"; dataType: "number"; columnType: "MySqlSerial"; ... 5 more ...; baseColumn: never; },...'.
typecheck
Property 'post' does not exist on type 'TRPCContextPropsBase<CreateRouterInner<RootConfig<{ ctx: { session: Session | null; db: PlanetScaleDatabase<{ post: MySqlTableWithColumns<{ name: "post"; schema: undefined; columns: { id: MySqlColumn<{ name: "id"; tableName: "post"; dataType: "number"; columnType: "MySqlSerial"; ... 5 more ...; baseColumn: never; },...'.
typecheck
Type 'unknown' is not assignable to type '{ id: number; title: string; content: string; createdAt: Date; updatedAt: Date | null; }'.
typecheck
'p.item' is of type 'unknown'.
typecheck
Property 'byId' does not exist on type 'never'.
typecheck
Type 'CreateRouterInner<RootConfig<{ ctx: { session: Session | null; db: PlanetScaleDatabase<{ post: MySqlTableWithColumns<{ name: "post"; schema: undefined; columns: { id: MySqlColumn<{ name: "id"; tableName: "post"; dataType: "number"; columnType: "MySqlSerial"; data: number; ... 4 more ...; baseColumn: never; }, object...' does not satisfy the constraint 'Router<AnyRouterDef<AnyRootConfig>>'.
lint
@acme/expo#lint: command (/home/runner/work/create-t3-turbo/create-t3-turbo/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint
@acme/nextjs#lint: command (/home/runner/work/create-t3-turbo/create-t3-turbo/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint
Process completed with exit code 1.