chore(deps): bump marked from 9.1.6 to 17.0.3 #63
pr-checks.yml
on: pull_request
Lint
48s
Type Check
42s
Build
45s
Format Check
48s
Smoke Test
45s
Conversion Tests
44s
Annotations
12 errors
|
Type Check
Process completed with exit code 2.
|
|
Type Check:
src/StepDetailPanel.ts#L884
Expected 1 arguments, but got 3.
|
|
Type Check:
src/StepDetailPanel.ts#L871
Type '(href: string, title: string | null | undefined, linkText: string) => string' is not assignable to type '({ href, title, tokens }: Link) => string'.
|
|
Conversion Tests
Process completed with exit code 2.
|
|
Conversion Tests:
src/StepDetailPanel.ts#L884
Expected 1 arguments, but got 3.
|
|
Conversion Tests:
src/StepDetailPanel.ts#L871
Type '(href: string, title: string | null | undefined, linkText: string) => string' is not assignable to type '({ href, title, tokens }: Link) => string'.
|
|
Build
Process completed with exit code 2.
|
|
Build:
src/StepDetailPanel.ts#L884
Expected 1 arguments, but got 3.
|
|
Build:
src/StepDetailPanel.ts#L871
Type '(href: string, title: string | null | undefined, linkText: string) => string' is not assignable to type '({ href, title, tokens }: Link) => string'.
|
|
Smoke Test
Process completed with exit code 2.
|
|
Smoke Test:
src/StepDetailPanel.ts#L884
Expected 1 arguments, but got 3.
|
|
Smoke Test:
src/StepDetailPanel.ts#L871
Type '(href: string, title: string | null | undefined, linkText: string) => string' is not assignable to type '({ href, title, tokens }: Link) => string'.
|