Skip to content

chore: update dependencies #7794

chore: update dependencies

chore: update dependencies #7794

Triggered via pull request September 9, 2024 07:13
Status Failure
Total duration 2m 36s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  lint-eslint
2m 3s
nodejs / lint-eslint
nodejs  /  lint-prettier
37s
nodejs / lint-prettier
nodejs  /  lint-check-types
1m 26s
nodejs / lint-check-types
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
nodejs / lint-check-types: src/component/elements/Button.tsx#L323
Type 'InnerButtonProps<E> & Omit<ElementProps<E>, "style" | "color" | "fill" | "disabled"> & { theme: "success"; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<typeof Button, ButtonProps<E>>'.
nodejs / lint-check-types: src/component/elements/Button.tsx#L328
Type 'InnerButtonProps<E> & Omit<ElementProps<E>, "style" | "color" | "fill" | "disabled"> & { theme: "danger"; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<typeof Button, ButtonProps<E>>'.
nodejs / lint-check-types: src/component/elements/Button.tsx#L333
Type 'InnerButtonProps<E> & Omit<ElementProps<E>, "style" | "color" | "fill" | "disabled"> & { theme: "medium"; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<typeof Button, ButtonProps<E>>'.
nodejs / lint-check-types: src/component/elements/Button.tsx#L338
Type 'InnerButtonProps<E> & Omit<ElementProps<E>, "style" | "color" | "fill" | "disabled"> & { theme: "secondary"; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<typeof Button, ButtonProps<E>>'.
nodejs / lint-check-types: src/component/elements/Button.tsx#L355
Type '{ backgroundColor: { base: "white"; hover: "#f7f7f7"; active: "#e7e7e7"; }; color: { base: "black"; hover: "black"; }; style: { padding: string; }; } & InnerButtonProps<E> & Omit<...>' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<typeof Button, ButtonProps<E>>'.
nodejs / lint-check-types
Process completed with exit code 2.
nodejs / lint-eslint: src/component/assignment/index.tsx#L30
Unexpected 'todo' comment: 'TODO: Fix this type error. It's been...'
nodejs / lint-eslint: src/component/elements/ActionsButtonsPopover.tsx#L65
Do not use Array index in keys
nodejs / lint-eslint: src/component/elements/Alert.tsx#L151
Do not use Array index in keys
nodejs / lint-eslint: src/component/elements/Button.tsx#L1
Unexpected 'todo' comment: 'TODO resolve the eslint rules'
nodejs / lint-eslint: src/component/elements/InputRange.tsx#L44
Unexpected 'todo' comment: 'TODO: remove this hacky ref usage.'
nodejs / lint-eslint: src/component/elements/NumberInput2Controller.tsx#L16
Capture group '(\.\d+)' should be converted to a named or non-capturing group
nodejs / lint-eslint: src/component/modal/MultipletAnalysisModal.tsx#L175
Unexpected 'todo' comment: 'TODO: handle error'
nodejs / lint-eslint: src/component/panels/RangesPanel/hooks/useMapRanges.ts#L9
Unexpected 'todo' comment: 'TODO need to refactor the ranges table'
nodejs / lint-eslint: src/component/panels/SummaryPanel/utilities/Utilities.ts#L126
Unexpected 'todo' comment: 'TODO: handle default?'
nodejs / lint-eslint: src/component/panels/ZonesPanel/TableColumns/ActionsColumn.tsx#L10
`../../../elements/DialogManager` import should occur before import of `../../../elements/Select`