fix: build and types #2832
Annotations
2 errors and 55 warnings
cypress-run (firefox)
The process '/usr/local/bin/yarn' failed with exit code 6
|
cypress-run (chrome)
The process '/usr/local/bin/yarn' failed with exit code 6
|
fork/react-bootstrap/src/Carousel.test.js#L85
[no-unused-vars] 'event' is defined but never used.
|
fork/react-bootstrap/src/Carousel.test.js#L111
[no-unused-vars] 'index' is defined but never used.
|
packages/cmf-cqrs/src/middleware/smartWebsocket.test.js#L7
[no-undef] 'global' is not defined.
|
fork/react-bootstrap/src/Carousel.test.js#L111
[no-unused-vars] 'event' is defined but never used.
|
packages/components/src/Datalist/Datalist.component.test.js#L1
[@typescript-eslint/no-unused-vars] 'waitFor' is defined but never used.
|
fork/react-bootstrap/src/Carousel.test.js#L285
[jest-dom/prefer-in-document] Prefer .toBeInTheDocument() for asserting DOM node existence
|
fork/react-bootstrap/src/Carousel.test.js#L305
[jest-dom/prefer-in-document] Prefer .toBeInTheDocument() for asserting DOM node existence
|
packages/design-system/src/components/ButtonIcon/ButtonIcon.test.tsx#L3
[@typescript-eslint/no-unused-vars] 'ButtonIconFloating' is defined but never used.
|
packages/design-system/src/components/ButtonIcon/ButtonIcon.test.tsx#L3
[@typescript-eslint/no-unused-vars] 'ButtonIconToggle' is defined but never used.
|
packages/design-system/src/components/Clickable/Clickable.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Drawer/variants/FloatingDrawer/FloatingDrawer.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Drawer/variants/FloatingDrawer/FloatingDrawer.tsx#L18
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Drawer/variants/FloatingDrawer/FloatingDrawer.tsx#L19
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Drawer/variants/FloatingDrawer/FloatingDrawer.tsx#L51
[react/no-unknown-property] Unknown property 'hideOnClickOutside' found
|
packages/design-system/src/components/Drawer/variants/FloatingDrawer/FloatingDrawer.tsx#L52
[react/no-unknown-property] Unknown property 'hide' found
|
packages/design-system/src/components/Dropdown/Dropdown.tsx#L84
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Dropdown/Primitive/DropdownShell.tsx#L1
[@typescript-eslint/no-unused-vars] 'useEffect' is defined but never used.
|
packages/design-system/src/components/Form/Field/Input/Input.File.tsx#L100
[no-prototype-builtins] Do not access Object.prototype method 'hasOwnProperty' from target object.
|
packages/design-system/src/components/Form/Field/Input/hooks/useRevealPassword.tsx#L19
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Loading/Loading.tsx#L3
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/Popover.tsx#L15
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L30
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L31
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L36
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L37
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L37
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L38
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L39
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L40
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Popover/usePopover.tsx#L40
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L6
[@typescript-eslint/no-unused-vars] 'TabNavigation' is defined but never used.
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L7
[@typescript-eslint/no-unused-vars] 'TabPanel' is defined but never used.
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L47
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L48
[@typescript-eslint/no-unused-vars] 'ref' is defined but never used.
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L60
[react/no-unused-prop-types] 'id' PropType is defined but prop is never used
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L61
[react/no-unused-prop-types] 'children' PropType is defined but prop is never used
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L64
[@typescript-eslint/no-unused-vars] 'props' is defined but never used.
|
packages/design-system/src/components/Tabs/variants/TabsKit.tsx#L64
[@typescript-eslint/no-unused-vars] 'ref' is defined but never used.
|
packages/design-system/src/mergeRef.ts#L3
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/Card.stories.tsx#L16
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/EmptyState.stories.tsx#L49
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/FloatingDrawer.stories.tsx#L46
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/FormFieldset.stories.tsx#L138
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'unregister'. Either include it or remove the dependency array.
|
packages/design-system/src/stories/Popover.stories.tsx#L23
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/design-system/src/stories/docs/WithSelector.tsx#L8
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/faceted-search/stories/badge.stories.js#L1
[import/no-unresolved] Unable to resolve path to module '@talend/react-components'.
|
packages/faceted-search/stories/facetedSearch.stories.js#L4
[import/no-unresolved] Unable to resolve path to module '@talend/react-components'.
|
packages/faceted-search/stories/facetedSearch.stories.js#L54
[no-promise-executor-return] Return values from promise executor functions cannot be read.
|
packages/forms/src/UIForm/fields/NestedListView/NestedListView.test.js#L8
[no-undef] 'global' is not defined.
|
packages/storybook/src/WelcomeImage.tsx#L2
[import/no-extraneous-dependencies] 'react' should be listed in the project's dependencies, not devDependencies.
|
packages/storybook/src/tokens/ThemeWithTokens.tsx#L1
[import/no-extraneous-dependencies] 'react' should be listed in the project's dependencies, not devDependencies.
|
tools/scripts-config-jest/test-setup.js#L13
[import/newline-after-import] Expected 1 empty line after require statement not followed by another require.
|
tools/scripts-config-jest/test-setup.js#L98
[func-names] Unexpected unnamed function.
|
fork/react-bootstrap/src/Carousel.test.js#L1
[no-unused-vars] 'React' is defined but never used.
|
fork/react-bootstrap/src/Carousel.test.js#L85
[no-unused-vars] 'index' is defined but never used.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cypress-component-testing-chrome-screenshots
Expired
|
644 KB |
|
cypress-component-testing-chrome-videos
Expired
|
619 KB |
|
cypress-component-testing-firefox-screenshots
Expired
|
643 KB |
|
cypress-component-testing-firefox-videos
Expired
|
594 KB |
|