fix(deps): update typescript-eslint monorepo to ^6.19.1 #3693
Annotations
10 errors and 1 warning
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<any, any>'.
|
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/.
|
The logs for this run have expired and are no longer available.
Loading