fix: resolve CI build errors from UI/UX Audit merge#152
Open
VictorGjn wants to merge 7 commits into
Open
Annotations
10 errors and 11 warnings
|
Build:
src/metaprompt/v2/assembler.ts#L3
'NativeTool' is declared but its value is never read.
|
|
Build:
src/metaprompt/v2/__tests__/evaluator.test.ts#L52
Type '{ persona: string; role: string; workflow_steps: WorkflowStep[]; context_strategy: string; output_schema: OutputSchema; agentic_pillars: AgenticPillars; self_check: SelfCheck; native_tools?: { ...; }[] | undefined; }' is not assignable to type 'AssembledAgent'.
|
|
Build:
src/graph/embeddingResolver.ts#L85
Property 'firstSentence' does not exist on type 'TreeNode'.
|
|
Build:
src/graph/embeddingResolver.ts#L84
Property 'firstSentence' does not exist on type 'TreeNode'.
|
|
Build:
src/graph/embeddingResolver.ts#L28
'LEXICAL_WEIGHT' is declared but its value is never read.
|
|
Build:
src/context/ContextCollapse.ts#L89
'language' is declared but its value is never read.
|
|
Build:
src/components/SettingsPage.tsx#L433
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
|
|
Build:
src/components/SettingsPage.tsx#L432
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
|
|
Build:
src/components/SettingsPage.tsx#L97
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
|
|
Build:
src/components/SettingsPage.tsx#L97
Argument of type 'ThemePalette & { isDark: boolean; }' is not assignable to parameter of type '{ statusSuccess: string; statusWarning: string; statusError: string; textMuted: string; }'.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. 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/
|
|
Lint:
src/panels/knowledge/GraphPanel.tsx#L111
React Hook useCallback has an unnecessary dependency: 'treeIndexes'. Either exclude it or remove the dependency array
|
|
Lint:
src/panels/SourcesPanel.tsx#L140
React Hook useCallback has a missing dependency: 'onGapsChange'. Either include it or remove the dependency array. If 'onGapsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
src/panels/PipelineObservabilityPanel.tsx#L841
React Hook useEffect has missing dependencies: 'expandedStages' and 'pipelineEvents'. Either include them or remove the dependency array
|
|
Lint:
src/components/test/ContextInspector.tsx#L24
React Hook useEffect has a missing dependency: 'previousStats'. Either include it or remove the dependency array. You can also do a functional update 'setPreviousStats(p => ...)' if you only need 'previousStats' in the 'setPreviousStats' call
|
|
Lint:
src/components/Topbar.tsx#L35
React Hook useEffect has a missing dependency: 'versions.length'. Either include it or remove the dependency array
|
|
Lint:
src/components/PipedreamPicker.tsx#L12
React Hook useEffect has a missing dependency: 'loadAccounts'. Either include it or remove the dependency array
|
|
Lint:
src/components/PipedreamPicker.tsx#L11
React Hook useEffect has a missing dependency: 'checkStatus'. Either include it or remove the dependency array
|
|
Lint
React Hook useCallback has a missing dependency: 'handleConfirmAdd'. Either include it or remove the dependency array
|
|
Lint:
src/components/ConnectionPicker.tsx#L122
React Hook useEffect has a missing dependency: 'oauthEntries'. Either include it or remove the dependency array
|
|
Lint:
src/App.tsx#L71
React Hook useEffect has a missing dependency: 'setShowSettings'. Either include it or remove the dependency array
|
background
wait
wait-all
cancel
parallel
Loading