Skip to content

feat: allow pinning of sidebar sections #2104

feat: allow pinning of sidebar sections

feat: allow pinning of sidebar sections #2104

Triggered via pull request February 1, 2026 12:20
Status Failure
Total duration 1m 18s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
a11y
Process completed with exit code 1.
lint
Process completed with exit code 2.
test
Process completed with exit code 2.
test: test/nuxt/a11y.spec.ts#L1599
Type '{ packageName: string; installScripts: { scripts: "postinstall"[]; content: { postinstall: string; }; npxDependencies: { husky: string; }; }; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly packageName: string; readonly installScripts: { ...; }; readonly order: number; } & AllowedComponentProps & ComponentCustomProps'.
test: test/nuxt/a11y.spec.ts#L1584
Type '{ packageName: string; installScripts: { scripts: "postinstall"[]; content: { postinstall: string; }; npxDependencies: {}; }; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly packageName: string; readonly installScripts: { ...; }; readonly order: number; } & AllowedComponentProps & ComponentCustomProps'.
test: app/components/Package/WeeklyDownloadStats.vue#L205
Property 'showModal' does not exist on type '{ openChartModal: () => void; dataset: { value: number; period: string; }[]; config: { theme: string; skeletonConfig: { style: { backgroundColor: string; dataLabel: { show: boolean; color: string; }; area: { color: string | undefined; useGradient: boolean; opacity: number; }; line: { ...; }; }; }; skeletonDataset: n...'.
browser
Process completed with exit code 1.