Skip to content

refactor(admin): remove unused file #428

refactor(admin): remove unused file

refactor(admin): remove unused file #428

Triggered via push November 2, 2023 10:12
Status Success
Total duration 8m 19s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
test / test
Argument of type 'CheckboxGroupEmits<T>' is not assignable to parameter of type 'CheckboxGroupEmits<CheckboxGroupModelValue>'.
test / test
Argument of type 'CheckboxInputEmits<T>' is not assignable to parameter of type 'PdkElementEmits<unknown>'.
test / test
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
test / test
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<PdkElementProps<ComponentOrHtmlElement>, ComponentOrHtmlElement, ElementName, unknown>>'.
test / test
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
test / test
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, string>'.
test / test
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<PdkElementProps<ComponentOrHtmlElement>, ComponentOrHtmlElement, ElementName, unknown>>'.
test / test
Argument of type 'DropOffInputEmits' is not assignable to parameter of type '(name: "update:modelValue", ...args: unknown[]) => void'.
test / test
Argument of type '{ style?: unknown; title?: string | null | undefined; key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 10 more ...; height?: string | ... 2 more ... | undefined; }' is not assignable to parameter of type 'ImgHTMLAttributes & ReservedProps & Record<string, unknown>'.
test / test
Type '"modal"' is not assignable to type 'NotificationCategory'.
release
Argument of type 'CheckboxGroupEmits<T>' is not assignable to parameter of type 'CheckboxGroupEmits<CheckboxGroupModelValue>'.
release
Argument of type 'CheckboxInputEmits<T>' is not assignable to parameter of type 'PdkElementEmits<unknown>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<PdkElementProps<ComponentOrHtmlElement>, ComponentOrHtmlElement, ElementName, unknown>>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, boolean>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, string>'.
release
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record<0 | 1 | 2 | 3 | 4 | 5 | 6, ElementInstance<PdkElementProps<ComponentOrHtmlElement>, ComponentOrHtmlElement, ElementName, unknown>>'.
release
Argument of type 'DropOffInputEmits' is not assignable to parameter of type '(name: "update:modelValue", ...args: unknown[]) => void'.
release
Argument of type '{ style?: unknown; title?: string | null | undefined; key?: string | number | symbol | undefined; ref?: VNodeRef | undefined; ref_for?: boolean | undefined; ref_key?: string | undefined; ... 10 more ...; height?: string | ... 2 more ... | undefined; }' is not assignable to parameter of type 'ImgHTMLAttributes & ReservedProps & Record<string, unknown>'.
release
Type '"modal"' is not assignable to type 'NotificationCategory'.
release
The following actions uses node12 which is deprecated and will be forced to run on node16: oleksiyrudenko/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/