chore: bump typescript from 5.6.3 to 5.7.2 #7083
Annotations
11 errors
Lint, Build, and Test on Node current:
node_modules/.pnpm/@types+node@22.0.0/node_modules/@types/node/buffer.d.ts#L632
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
|
Lint, Build, and Test on Node current:
node_modules/.pnpm/@types+node@22.0.0/node_modules/@types/node/fs/promises.d.ts#L59
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Lint, Build, and Test on Node current:
node_modules/.pnpm/@types+node@22.0.0/node_modules/@types/node/fs/promises.d.ts#L241
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
|
Lint, Build, and Test on Node current:
src/account.ts#L36
Argument of type 'Buffer' is not assignable to parameter of type 'Hex'.
|
Lint, Build, and Test on Node current:
src/account.ts#L44
Argument of type 'Buffer' is not assignable to parameter of type 'PublicKeyInitData'.
|
Lint, Build, and Test on Node current:
src/account.ts#L53
Type 'Buffer' is not assignable to type 'Uint8Array<ArrayBufferLike>'.
|
Lint, Build, and Test on Node current:
src/account.ts#L53
Type 'Buffer' is not assignable to type 'Uint8Array<ArrayBufferLike>'.
|
Lint, Build, and Test on Node current:
src/connection.ts#L483
Type '{ programIdIndex: number; accountKeyIndexes: number[]; data: Buffer; }[]' is not assignable to type 'MessageCompiledInstruction[]'.
|
Lint, Build, and Test on Node current:
src/connection.ts#L5579
Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array<ArrayBufferLike>'.
|
Lint, Build, and Test on Node current:
src/instruction.ts#L32
Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array<ArrayBufferLike>'.
|
Lint, Build, and Test on Node lts/*
The job was canceled because "current" failed.
|