build(deps-dev): bump typescript from 5.6.3 to 5.7.3 #1084
Annotations
10 errors and 1 warning
Build:
src/agent/agentjs-cbor-copy.ts#L37
Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'ArrayBuffer'.
|
Build:
src/agent/agentjs-cbor-copy.ts#L55
Argument of type 'Uint8Array<ArrayBuffer>' is not assignable to parameter of type 'ArrayBuffer'.
|
Build:
src/agent/agentjs-cbor-copy.ts#L120
Type 'Uint8Array<any>' is missing the following properties from type 'ArrayBuffer': maxByteLength, resizable, resize, detached, and 2 more.
|
Build:
src/agent/agentjs-cbor-copy.ts#L137
Argument of type 'Uint8Array<ArrayBuffer>' is not assignable to parameter of type 'ArrayBuffer'.
|
Build:
src/agent/agentjs-cbor-copy.ts#L139
Argument of type 'Uint8Array<ArrayBuffer>' is not assignable to parameter of type 'ArrayBuffer'.
|
Build:
src/agent/custom-http-agent.ts#L63
Type 'Uint8Array<ArrayBufferLike>' is missing the following properties from type 'ArrayBuffer': maxByteLength, resizable, resize, detached, and 2 more.
|
Build:
src/agent/custom-http-agent.ts#L162
Type 'Uint8Array<ArrayBufferLike> | RequestId' is not assignable to type 'string | ArrayBuffer'.
|
Build:
src/agent/custom-http-agent.ts#L162
Type 'string | Uint8Array<ArrayBufferLike> | RequestId' is not assignable to type 'string | ArrayBuffer'.
|
Build:
src/agent/custom-http-agent.ts#L169
Type 'Uint8Array<ArrayBufferLike> | RequestId' is not assignable to type 'string | ArrayBuffer'.
|
Build:
src/agent/custom-http-agent.ts#L169
Type 'string | Uint8Array<ArrayBufferLike> | RequestId' is not assignable to type 'string | ArrayBuffer'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading