feat: allow pinning of sidebar sections #2104
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.
|