Skip to content

chore(deps): update @primer/react to v38 #1697

chore(deps): update @primer/react to v38

chore(deps): update @primer/react to v38 #1697

Triggered via pull request October 28, 2025 15:52
Status Failure
Total duration 4m 2s
Artifacts

ci.yml

on: pull_request
Prepare CI
3s
Prepare CI
Lint App  /  biomejs
26s
Lint App / biomejs
Tests  /  Run Tests
33s
Tests / Run Tests
Tests  /  SonarQube Cloud Analysis
0s
Tests / SonarQube Cloud Analysis
Build  /  Build Linux (electron-builder)
Build / Build Linux (electron-builder)
Build  /  Build Windows (electron-builder)
Build / Build Windows (electron-builder)
Build  /  Build macOS (electron-builder)
Build / Build macOS (electron-builder)
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Tests / Run Tests: src/renderer/components/Sidebar.tsx#L168
No overload matches this call.
Tests / Run Tests: src/renderer/components/Sidebar.tsx#L144
No overload matches this call.
Tests / Run Tests: src/renderer/components/Sidebar.tsx#L132
No overload matches this call.
Tests / Run Tests: src/renderer/components/Sidebar.tsx#L119
No overload matches this call.
Tests / Run Tests: src/renderer/components/Sidebar.tsx#L105
No overload matches this call.
Tests / Run Tests: src/renderer/components/settings/SettingsReset.tsx#L35
No overload matches this call.
Tests / Run Tests: src/renderer/components/settings/SettingsReset.tsx#L32
This JSX tag's 'children' prop expects type 'never' which requires multiple children, but only a single child was provided.
Tests / Run Tests: src/renderer/components/primitives/Title.tsx#L28
No overload matches this call.
Tests / Run Tests: src/renderer/components/primitives/Title.tsx#L28
This JSX tag's 'children' prop expects type 'never' which requires multiple children, but only a single child was provided.
Tests / Run Tests: src/renderer/components/filters/SearchFilterSuggestions.tsx#L40
Type '{ children: Element; sx: { p: number; mt: number; width: string; }; }' is not assignable to type 'IntrinsicAttributes & { className?: string; width?: "auto" | "small" | "medium" | "large" | "xsmall" | "xlarge"; height?: "auto" | "small" | "medium" | "large" | "xlarge" | "fit-content"; overflow?: "auto" | ... 2 more ... | "visible"; } & HTMLProps<...> & { ...; }'.