Skip to content

chore: bump typescript from 5.6.3 to 5.7.2 #7083

chore: bump typescript from 5.6.3 to 5.7.2

chore: bump typescript from 5.6.3 to 5.7.2 #7083

Triggered via pull request December 2, 2024 10:55
Status Failure
Total duration 52s
Artifacts

pull-requests.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

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.