chore: Bump Storybook dependencies to v8 #5621
Annotations
5 errors and 1 warning
Type '{ title: string; bannerTitle: string; description: string; instructionsTitle: string; instructionsDescription: string; fee: number; hidePay: true; }' is not assignable to type 'Partial<{ title?: string | undefined; bannerTitle?: string | undefined; description?: string | undefined; fee: number; instructionsTitle?: string | undefined; instructionsDescription?: string | undefined; ... 12 more ...; hidePay?: boolean | undefined; }> & { ...; }'.
|
|
Type '{ label: string; value: string; bordered: true; id: string; }' is not assignable to type 'Partial<{ label?: string | undefined; value?: string | undefined; error?: string | undefined; bordered?: boolean | undefined; id?: string | undefined; onChange: (newDate: string, eventType: string) => void; }> & { ...; }'.
|
Type '{ label: string; value: string; bordered: true; id: string; error: string; }' is not assignable to type 'Partial<{ label?: string | undefined; value?: string | undefined; error?: string | undefined; bordered?: boolean | undefined; id?: string | undefined; onChange: (newDate: string, eventType: string) => void; }> & { ...; }'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: andstor/file-existence-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading