chore(deps): update definitelytyped #1809
ci.yml
on: pull_request
Lint & Format
1m 29s
TypeCheck
53s
Qlty Check
18s
Build & Test
1m 6s
Check Licenses
46s
Spell Check
44s
Package Lock Drift Check
38s
Audit - Production
44s
Audit - All
41s
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
|