CI (PR #1429)
#5521
Annotations
11 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
client/webui/frontend/src/lib/components/pages/TaskExecutionHistoryPage.tsx#L51
The 'executions' logical expression could make the dependencies of useEffect Hook (at line 66) change on every render. To fix this, wrap the initialization of 'executions' in its own useMemo() Hook
|
|
client/webui/frontend/src/lib/components/pages/ArtifactsPage.tsx#L344
React Hook useEffect has missing dependencies: 'artifact' and 'canShowTextPreview'. Either include them or remove the dependency array
|
|
client/webui/frontend/src/lib/components/models/ModelEditPage.tsx#L58
React Hook useCallback has a missing dependency: 'agentsRefetch'. Either include it or remove the dependency array
|
|
client/webui/frontend/src/lib/components/chat/file/FileMessage.tsx#L29
The 'artifacts' conditional could make the dependencies of useMemo Hook (at line 33) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'artifacts' in its own useMemo() Hook
|
|
client/webui/frontend/src/lib/components/chat/file/FileIcon.tsx#L180
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
client/webui/frontend/src/lib/components/chat/file/FileIcon.tsx#L46
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
client/webui/frontend/src/lib/components/chat/file/FileIcon.tsx#L23
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
client/webui/frontend/src/lib/components/chat/file/DocumentThumbnail.tsx#L91
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
client/webui/frontend/src/lib/components/chat/file/ArtifactMessage.tsx#L175
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
|
|
client/webui/frontend/src/lib/components/chat/UserAvatar.tsx#L14
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
The logs for this run have expired and are no longer available.
Loading