feat(fuselage): Introduce Callout
actions
#3470
Annotations
10 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2, actions/cache@v2, actions/upload-artifact@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 uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v2, actions/checkout@v2, actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
packages/fuselage-hooks/src/useBreakpoints.ts#L23
Forbidden non-null assertion
|
packages/fuselage/src/components/AutoComplete/AutoComplete.tsx#L1
Do not use "@ts-nocheck" because it alters compilation errors
|
packages/fuselage/src/components/AutoComplete/AutoComplete.tsx#L127
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
|
packages/fuselage/src/components/InputBox/InputBox.tsx#L97
React Hook useLayoutEffect has a missing dependency: 'addon'. Either include it or remove the dependency array
|
packages/fuselage/src/components/MultiSelect/MultiSelect.tsx#L122
React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array
|
packages/fuselage/src/components/Select/SelectLegacy.tsx#L49
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
packages/fuselage/src/components/Select/SelectLegacy.tsx#L49
React Hook useEffect has a missing dependency: 'fn'. Either include it or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "storybooks-1415".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading