This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
fix(deps): update dependency workerpool to v9 #1101
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2.4.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
apps/console/src/atoms/viewport.ts#L43
React Hook useCallback has a missing dependency: 'selector'. Either include it or remove the dependency array. If 'selector' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
apps/console/src/hooks/biz/use-async-monaco.ts#L77
'unSaveConfirm' is assigned a value but never used. Allowed unused vars must match /^_/u
|
apps/console/src/hooks/biz/use-async-monaco.ts#L86
`import()` type annotations are forbidden
|
apps/console/src/hooks/biz/use-async-monaco.ts#L193
React Hook useEffect has missing dependencies: 'initialValue', 'isDark', 'monacoOptions', and 'onChange'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
apps/console/src/hooks/biz/use-query-pager.ts#L35
Empty block statement
|
apps/console/src/hooks/biz/use-save-confirm.ts#L38
React Hook useEffect has missing dependencies: 'beforeUnloadHandler' and 'enable'. Either include them or remove the dependency array
|
apps/console/src/hooks/biz/use-save-confirm.ts#L40
'present' is assigned a value but never used. Allowed unused vars must match /^_/u
|
apps/console/src/hooks/common/use-theme.ts#L27
React Hook useLayoutEffect has missing dependencies: 'mediaQuery' and 'updateActualTheme'. Either include them or remove the dependency array
|
apps/console/src/hooks/common/use-theme.ts#L36
React Hook useLayoutEffect has a missing dependency: 'updateActualTheme'. Either include it or remove the dependency array
|
apps/console/src/hooks/common/use-uncontrolled-input.ts#L14
React Hook useLayoutEffect has a missing dependency: 'initialValue'. Either include it or remove the dependency array
|
This job succeeded
Loading