Skip to content

chore(deps): update devdependencies #1784

chore(deps): update devdependencies

chore(deps): update devdependencies #1784

Triggered via pull request November 5, 2025 16:55
Status Failure
Total duration 1m 21s
Artifacts

ci.yml

on: pull_request
Lint & Format
1m 13s
Lint & Format
TypeCheck
49s
TypeCheck
Qlty Check
17s
Qlty Check
Build & Test
1m 3s
Build & Test
Check Licenses
41s
Check Licenses
Spell Check
43s
Spell Check
Package Lock Drift Check
40s
Package Lock Drift Check
Audit - Production
42s
Audit - Production
Audit - All
41s
Audit - All
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 1 warning
Check Licenses
Process completed with exit code 1.
TypeCheck
Process completed with exit code 2.
TypeCheck: src/webviews/webview-side/ipywidgets/kernel/manager.ts#L278
Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'BlobPart'.
TypeCheck: src/notebooks/controllers/ipywidgets/message/ipyWidgetMessageDispatcher.ts#L461
Type '(ArrayBufferLike | ArrayBufferView<ArrayBufferLike>)[]' is not assignable to type '(ArrayBuffer | ArrayBufferView<ArrayBufferLike>)[]'.
Build & Test
Process completed with exit code 1.
Build & Test
Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'BlobPart'.
Build & Test
Type '(ArrayBufferLike | ArrayBufferView<ArrayBufferLike>)[]' is not assignable to type '(ArrayBuffer | ArrayBufferView<ArrayBufferLike>)[]'.
Lint & Format
Process completed with exit code 1.
Lint & Format: src/test/datascience/notebook/executionService.vscode.test.ts#L820
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/test/datascience/notebook/executionService.vscode.test.ts#L798
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/test/datascience/notebook/executionService.vscode.test.ts#L749
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/test/datascience/notebook/executionService.vscode.test.ts#L393
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/platform/common/utils/events.ts#L112
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/notebooks/languages/emptyNotebookCellLanguageService.ts#L82
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/notebooks/controllers/kernelSource/localPythonEnvKernelSourceSelector.node.ts#L198
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/kernels/jupyter/finder/remoteKernelFinderController.ts#L74
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
Lint & Format: src/platform/notebooks/deepnote/integrationStorage.ts#L205
'_version' is assigned a value but never used