Skip to content

chore(deps): update definitelytyped #1809

chore(deps): update definitelytyped

chore(deps): update definitelytyped #1809

Triggered via pull request November 6, 2025 09:20
Status Failure
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
Lint & Format
1m 29s
Lint & Format
TypeCheck
53s
TypeCheck
Qlty Check
18s
Qlty Check
Build & Test
1m 6s
Build & Test
Check Licenses
46s
Check Licenses
Spell Check
44s
Spell Check
Package Lock Drift Check
38s
Package Lock Drift Check
Audit - Production
44s
Audit - Production
Audit - All
41s
Audit - All
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
TypeCheck
Process completed with exit code 2.
TypeCheck: src/test/datascience/notebook/helper.ts#L1572
Expected 0 type arguments, but got 1.
TypeCheck: src/platform/common/process/proc.node.ts#L229
Type 'string | NonSharedBuffer' is not assignable to type 'string'.
TypeCheck: src/platform/common/process/proc.node.ts#L229
Type 'string | NonSharedBuffer | undefined' is not assignable to type 'string | undefined'.
TypeCheck: src/platform/common/process/proc.node.ts#L225
No overload matches this call.
Build & Test
Process completed with exit code 1.
Build & Test
Expected 0 type arguments, but got 1.
Build & Test
Type 'string | NonSharedBuffer' is not assignable to type 'string'.
Build & Test
Type 'string | NonSharedBuffer | undefined' is not assignable to type 'string | undefined'.
Build & Test
No overload matches this call.
Lint & Format: src/platform/notebooks/deepnote/integrationStorage.ts#L205
'_version' is assigned a value but never used