Skip to content

feat(NODE-7315): Use BSON ByteUtils instead of Nodejs Buffer #8717

feat(NODE-7315): Use BSON ByteUtils instead of Nodejs Buffer

feat(NODE-7315): Use BSON ByteUtils instead of Nodejs Buffer #8717

Triggered via pull request January 14, 2026 01:14
Status Success
Total duration 1m 34s
Artifacts

dependencies.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build: src/cmap/connection.ts#L805
Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'Buffer<ArrayBufferLike>'.
build: src/cmap/connection.ts#L762
Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'Buffer<ArrayBufferLike>'.
build: src/bson.ts#L56
Property 'concat' does not exist on type 'ByteUtils'.
build: src/bson.ts#L53
Property 'fromUTF8' does not exist on type 'ByteUtils'.