Publish #924
Annotations
12 warnings
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions-ecosystem/action-regex-match@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
cosmos/index.tsx#L12
Unexpected console statement
|
packages/floating/src/Tooltip/TooltipTrigger.tsx#L10
Unexpected any. Specify a different type
|
packages/floating/src/Tooltip/TooltipTrigger.tsx#L15
Unexpected any. Specify a different type
|
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
|
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
|
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
|
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
|
packages/ui-kit/src/Autocomplete/components/AutocompleteItem/index.tsx#L10
Unexpected any. Specify a different type
|
packages/ui-kit/src/Autocomplete/fixtures/Autocomplete.fixture.tsx#L19
Unexpected console statement
|
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
|
This job succeeded
Loading