Skip to content
Triggered via push May 8, 2024 12:43
Status Success
Total duration 1m 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions-ecosystem/action-regex-match@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-ecosystem/action-regex-match@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: cosmos/index.tsx#L12
Unexpected console statement
build: packages/floating/src/Tooltip/TooltipTrigger.tsx#L10
Unexpected any. Specify a different type
build: packages/floating/src/Tooltip/TooltipTrigger.tsx#L15
Unexpected any. Specify a different type
build: packages/floating/src/Tooltip/TooltipTrigger.tsx#L17
React Hook React.useLayoutEffect has missing dependencies: 'context.refs' and 'propRef'. Either include them or remove the dependency array
build: packages/floating/src/Tooltip/fixtures/MapTooltip.fixture.tsx#L11
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build: packages/floating/src/Tooltip/fixtures/MapTooltip.fixture.tsx#L19
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build: packages/floating/src/Tooltip/fixtures/MapTooltip.fixture.tsx#L52
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
build: packages/ui-kit/src/Autocomplete/components/AutocompleteItem/index.tsx#L10
Unexpected any. Specify a different type
build: packages/ui-kit/src/Autocomplete/index.tsx#L87
React Hook useEffect has missing dependencies: 'defaultSelectedItem' and 'items'. Either include them or remove the dependency array. If 'setSelectedItem' needs the current value of 'items', you can also switch to useReducer instead of useState and read 'items' in the reducer