build(deps): bump actions/checkout from 3 to 4 #1
Annotations
6 errors and 3 warnings
eslint-tsc:
src/components/features/hero-banner/HeroBanner.tsx#L31
Property 'userId' does not exist on type 'ExperimentContextProps'.
|
eslint-tsc:
src/components/features/hero-banner/HeroBanner.tsx#L68
Type '{ __typename?: "Asset" | undefined; contentType?: Maybe<string> | undefined; contentfulMetadata: ContentfulMetadata; description?: Maybe<string> | undefined; ... 7 more ...; width?: Maybe<...> | undefined; }' is not assignable to type 'ImageProps'.
|
eslint-tsc:
src/components/shared/ExperimentProvider/ExperimentProvider.tsx#L32
Type '{ demoExperimentMode: boolean; setDemoExperimentMode: Dispatch<SetStateAction<boolean>>; experimentVariant: string; setExperimentVariant: Dispatch<SetStateAction<string>>; userId: string; }' is not assignable to type 'ExperimentContextProps'.
|
eslint-tsc:
src/components/templates/header/header.tsx#L24
Property 'userId' does not exist on type 'ExperimentContextProps'.
|
eslint-tsc:
src/components/templates/header/header.tsx#L43
Property 'alt' is missing in type '{ src: string; width: "144"; height: "38"; }' but required in type '{ src: string | StaticImport; alt: string; width?: SafeNumber | undefined; height?: SafeNumber | undefined; fill?: boolean | undefined; loader?: ImageLoader | undefined; ... 11 more ...; lazyRoot?: string | undefined; }'.
|
eslint-tsc
Process completed with exit code 2.
|
eslint-tsc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint-tsc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
eslint-tsc
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|