chore(deps): update node.js to v20.18.2 #5324
Annotations
12 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint code:
packages/pluggableWidgets/rating-web/src/StarRating.editorPreview.tsx#L36
Missing return type on function
|
Lint code:
packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L46
React Hook useCallback has a missing dependency: 'getValueBySourceType'. Either include it or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint code:
packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L92
React Hook useEffect has missing dependencies: 'getValueBySourceType' and 'update'. Either include them or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint code:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L19
React Hook useEffect has missing dependencies: 'requestTotalCount' and 'showPagingButtonsOrRows'. Either include them or remove the dependency array
|
Lint code:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L27
React Hook useMemo has an unnecessary dependency: 'pagination'. Either exclude it or remove the dependency array
|
Lint code
Missing return type on function
|
Lint code
Missing return type on function
|
Lint code
Missing return type on function
|
Lint code
Missing return type on function
|
Lint code
Missing return type on function
|
Loading