chore(deps): update devdependencies #1784
ci.yml
on: pull_request
Lint & Format
1m 13s
TypeCheck
49s
Qlty Check
17s
Build & Test
1m 3s
Check Licenses
41s
Spell Check
43s
Package Lock Drift Check
40s
Audit - Production
42s
Audit - All
41s
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
|