fix(deps): update dependency @wcj/markdown-to-html to v3 (#28) #106
Annotations
10 errors
src/nodes/header.ts#L63
Type 'ElementContent | { type: "element"; tagName: string; children: { type: "text"; value: string; }[]; } | { type: "element"; tagName: string; children: { type: "text"; value: string; }[]; }' is not assignable to type 'ElementContent'.
|
src/nodes/header.ts#L64
Type '{ type: "element"; tagName: string; children: { type: "text"; value: string; }[]; }' is not assignable to type 'ElementContent'.
|
src/nodes/header.ts#L74
Type '{ type: "element"; tagName: string; children: { type: "text"; value: string; }[]; }' is not assignable to type 'ElementContent'.
|
src/utils/create.ts#L76
Type '() => void | Transformer<Root, Root>' is not assignable to type 'Pluggable'.
|
src/utils/create.ts#L78
Type '(options?: void | Options) => void | Transformer<Root, Root>' is not assignable to type 'Pluggable'.
|
src/utils/create.ts#L79
Type '(options?: void | Options) => void | Transformer<Root, Root>' is not assignable to type 'Pluggable'.
|
src/utils/create.ts#L81
Type '(options?: void | Options) => void | Transformer<Root, Root>' is not assignable to type 'Plugin<any[], any, any>'.
|
src/utils/create.ts#L100
Argument of type '(options?: void | Options) => void | Transformer<Root, Root>' is not assignable to parameter of type 'Pluggable'.
|
src/utils/create.ts#L146
Argument of type 'import("/home/runner/work/refs-cli/refs-cli/node_modules/@types/hast/index").ElementContent[]' is not assignable to parameter of type 'import("/home/runner/work/refs-cli/refs-cli/node_modules/rehype-document/node_modules/@types/hast/index").ElementContent[]'.
|
src/utils/getTocsTree.ts#L21
Argument of type 'import("/home/runner/work/refs-cli/refs-cli/node_modules/@types/hast/index").ElementContent[]' is not assignable to parameter of type 'import("/home/runner/work/refs-cli/refs-cli/node_modules/rehype-document/node_modules/@types/hast/index").ElementContent[]'.
|
The logs for this run have expired and are no longer available.
Loading