Skip to content

fix: Validate GitHub API directory files response #211

fix: Validate GitHub API directory files response

fix: Validate GitHub API directory files response #211

Triggered via pull request January 23, 2026 08:58
Status Success
Total duration 2m 14s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
PR: src/routes/$libraryId/$version.docs.npm-stats.tsx#L302
'handleMenuOpenChange' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/routes/$libraryId/$version.docs.npm-stats.tsx#L111
'openMenuPackage' is assigned a value but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/routes/$libraryId/$version.docs.npm-stats.tsx#L2
'Link' is defined but never used. Allowed unused vars must match /(^_)|(^__+$)|(^e$)|(^error$)/u
PR: src/components/builder/ExplorerPanel.tsx#L242
The 'currentInjections' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentInjections' in its own useMemo() Hook
PR: src/components/builder/ExplorerPanel.tsx#L241
The 'currentFiles' logical expression could make the dependencies of useMemo Hook (at line 272) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'currentFiles' in its own useMemo() Hook
PR: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 533) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
PR: src/components/builder/ExplorerPanel.tsx#L234
The 'allFiles' logical expression could make the dependencies of useMemo Hook (at line 235) change on every render. To fix this, wrap the initialization of 'allFiles' in its own useMemo() Hook
PR: src/components/builder/DeployDialog.tsx#L252
React Hook useCallback has a missing dependency: 'providerInfo'. Either include it or remove the dependency array