Skip to content

refactor: clean up renderer #1487

refactor: clean up renderer

refactor: clean up renderer #1487

Triggered via push December 18, 2024 15:45
Status Failure
Total duration 1m 22s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

44 errors and 4 warnings
build (lts/*): demos/examples/DescriptionTooltip.ts#L2
Module '"@hydrofoil/shaperone-wc"' has no exported member 'html'.
build (lts/*): demos/examples/DescriptionTooltip.ts#L18
Type '(component: ComponentConstructor<Component<Term>>) => { lazyRender: () => Promise<(params: any, actions: any) => any>; editor: NamedNode<...>; extends?: NamedNode<...> | undefined; } | { ...; }' is not assignable to type '(component: ComponentConstructor<Component<Term>>) => ComponentConstructor<Component<Term>>'.
build (lts/*): demos/examples/DescriptionTooltip.ts#L23
'component.lazyRender' is of type 'unknown'.
build (lts/*): demos/examples/DescriptionTooltip.ts#L24
Parameter 'params' implicitly has an 'any' type.
build (lts/*): demos/examples/DescriptionTooltip.ts#L24
Parameter 'actions' implicitly has an 'any' type.
build (lts/*): demos/examples/DescriptionTooltip.ts#L25
'this' implicitly has type 'any' because it does not have a type annotation.
build (lts/*): demos/examples/DescriptionTooltip.ts#L33
Parameter 'params' implicitly has an 'any' type.
build (lts/*): demos/examples/DescriptionTooltip.ts#L33
Parameter 'actions' implicitly has an 'any' type.
build (lts/*): demos/examples/DescriptionTooltip.ts#L34
Property 'render' does not exist on type 'ComponentConstructor<Component<Term>>'.
build (lts/*): demos/examples/ErrorSummary/index.ts#L1
Cannot find module '@hydrofoil/shaperone-wc/templates.js' or its corresponding type declarations.
build (18)
The job was canceled because "lts__" failed.
build (18): demos/examples/DescriptionTooltip.ts#L2
Module '"@hydrofoil/shaperone-wc"' has no exported member 'html'.
build (18): demos/examples/DescriptionTooltip.ts#L18
Type '(component: ComponentConstructor<Component<Term>>) => { lazyRender: () => Promise<(params: any, actions: any) => any>; editor: NamedNode<...>; extends?: NamedNode<...> | undefined; } | { ...; }' is not assignable to type '(component: ComponentConstructor<Component<Term>>) => ComponentConstructor<Component<Term>>'.
build (18): demos/examples/DescriptionTooltip.ts#L23
'component.lazyRender' is of type 'unknown'.
build (18): demos/examples/DescriptionTooltip.ts#L24
Parameter 'params' implicitly has an 'any' type.
build (18): demos/examples/DescriptionTooltip.ts#L24
Parameter 'actions' implicitly has an 'any' type.
build (18): demos/examples/DescriptionTooltip.ts#L25
'this' implicitly has type 'any' because it does not have a type annotation.
build (18): demos/examples/DescriptionTooltip.ts#L33
Parameter 'params' implicitly has an 'any' type.
build (18): demos/examples/DescriptionTooltip.ts#L33
Parameter 'actions' implicitly has an 'any' type.
build (18): demos/examples/DescriptionTooltip.ts#L34
Property 'render' does not exist on type 'ComponentConstructor<Component<Term>>'.
build (18): demos/examples/ErrorSummary/index.ts#L1
Cannot find module '@hydrofoil/shaperone-wc/templates.js' or its corresponding type declarations.
core-tests
Process completed with exit code 1.
build (20)
The job was canceled because "lts__" failed.
build (20): demos/examples/DescriptionTooltip.ts#L2
Module '"@hydrofoil/shaperone-wc"' has no exported member 'html'.
build (20): demos/examples/DescriptionTooltip.ts#L18
Type '(component: ComponentConstructor<Component<Term>>) => { lazyRender: () => Promise<(params: any, actions: any) => any>; editor: NamedNode<...>; extends?: NamedNode<...> | undefined; } | { ...; }' is not assignable to type '(component: ComponentConstructor<Component<Term>>) => ComponentConstructor<Component<Term>>'.
build (20): demos/examples/DescriptionTooltip.ts#L23
'component.lazyRender' is of type 'unknown'.
build (20): demos/examples/DescriptionTooltip.ts#L24
Parameter 'params' implicitly has an 'any' type.
build (20): demos/examples/DescriptionTooltip.ts#L24
Parameter 'actions' implicitly has an 'any' type.
build (20): demos/examples/DescriptionTooltip.ts#L25
'this' implicitly has type 'any' because it does not have a type annotation.
build (20): demos/examples/DescriptionTooltip.ts#L33
Parameter 'params' implicitly has an 'any' type.
build (20): demos/examples/DescriptionTooltip.ts#L33
Parameter 'actions' implicitly has an 'any' type.
build (20): demos/examples/DescriptionTooltip.ts#L34
Property 'render' does not exist on type 'ComponentConstructor<Component<Term>>'.
build (20): demos/examples/ErrorSummary/index.ts#L1
Cannot find module '@hydrofoil/shaperone-wc/templates.js' or its corresponding type declarations.
lint: demos/examples/ErrorSummary/index.ts#L2
Unable to resolve path to module '@hydrofoil/shaperone-wc/templates.js'
lint: demos/examples/NestedShapesIndividually/renderer.ts#L2
Unable to resolve path to module '@hydrofoil/shaperone-wc/templates.js'
lint: demos/examples/XoneRenderer/index.ts#L2
Unable to resolve path to module '@hydrofoil/shaperone-wc/templates.js'
lint: demos/lit-html/src/configure.ts#L15
Unable to resolve path to module '@hydrofoil/shaperone-wc/templates.js'
lint: demos/storybook/stories/common.ts#L7
'@rdfjs/types' should be listed in the project's dependencies. Run 'npm i -S @rdfjs/types' to add it
lint: demos/storybook/stories/common.ts#L7
All imports in the declaration are only used as types. Use `import type`
lint: demos/storybook/stories/common.ts#L7
`@rdfjs/types` import should occur before import of `./render.js`
lint: demos/storybook/stories/common.ts#L7
A space is required after '{'
lint: demos/storybook/stories/common.ts#L7
A space is required before '}'
lint: demos/storybook/stories/common.ts#L7
Strings must use singlequote
wtr-tests
Process completed with exit code 1.
build (lts/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
core-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
wtr-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636