build(deps): bump tar from 6.2.0 to 6.2.1 #155
Annotations
9 warnings
packages/swagger-ui-v3/src/views/migrations/hooks/use-migration-note.hook.ts#L17
React Hook useEffect has a missing dependency: 'hooks'. Either include it or remove the dependency array
|
packages/swagger-ui-v3/src/views/migrations/hooks/use-migration-notes.hook.ts#L17
React Hook useEffect has a missing dependency: 'hooks'. Either include it or remove the dependency array
|
packages/swagger-ui-v3/src/views/webhooks/hooks/webhooks.hook.ts#L27
React Hook useMemo has a missing dependency: 'initialToc'. Either include it or remove the dependency array
|
packages/swagger-ui-v3/src/views/webhooks/hooks/webhooks.hook.ts#L31
React Hook useEffect has a missing dependency: 'hooks'. Either include it or remove the dependency array
|
packages/ui/hooks/storage/useLocaleStorage.ts#L34
React Hook useEffect has missing dependencies: 'initialValue', 'key', and 'value'. Either include them or remove the dependency array. If 'setValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer
|
packages/ui/hooks/storage/useLocaleStorage.ts#L42
React Hook useCallback has missing dependencies: 'initialValue' and 'key'. Either include them or remove the dependency array. If 'setValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer
|
packages/ui/molecules/Forms/JsonEditorField/json-editor.theme.js#L6
Multiline support is limited to browsers supporting ES5 only
|
packages/ui/molecules/Forms/Select/useChoice.tsx#L153
React Hook useEffect has missing dependencies: 'disabled', 'name', and 'value'. Either include them or remove the dependency array
|
packages/ui/organisms/Header/HeaderMobile.tsx#L38
Unexpected string concatenation of literals
|
This job succeeded
Loading