chore: migrate from Yarn Classic to npm #60
Annotations
2 errors and 13 warnings
|
Build & test (Node 24.x)
Process completed with exit code 1.
|
|
Build & test (Node 22.x)
Process completed with exit code 1.
|
|
Build & test (Node 24.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build & test (Node 22.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
packages/coreui-react/src/components/form/CFormCheck.tsx#L114
React Hook useEffect has an unnecessary dependency: 'inputRef.current'. Either exclude it or remove the dependency array. Mutable values like 'inputRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L296
React Hook useEffect has a missing dependency: 'handleKeydown'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L289
React Hook useEffect has missing dependencies: '_visible', 'allowPopperUse', 'computedPopperConfig', and 'initPopper'. Either include them or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/dropdown/CDropdown.tsx#L277
React Hook useEffect has missing dependencies: '_visible', 'handleHide', and 'handleShow'. Either include them or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarouselItem.tsx#L96
React Hook useEffect has a missing dependency: 'setAnimating'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarouselItem.tsx#L64
React Hook useEffect has missing dependencies: 'count', 'direction', 'interval', and 'setCustomInterval'. Either include them or remove the dependency array. You can also do a functional update 'setCount(c => ...)' if you only need 'count' in the 'setCount' call
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L141
React Hook useEffect has a missing dependency: 'clearCycleTimeout'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L116
React Hook useEffect has missing dependencies: 'active', 'cycle', 'direction', 'onSlid', and 'onSlide'. Either include them or remove the dependency array. If 'onSlide' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
packages/coreui-react/src/components/carousel/CCarousel.tsx#L107
React Hook useEffect has a missing dependency: 'cycle'. Either include it or remove the dependency array
|
|
Lint:
packages/coreui-react/src/components/accordion/CAccordionItem.tsx#L44
React Hook useEffect has missing dependencies: 'alwaysOpen' and 'setActiveKey'. Either include them or remove the dependency array
|