Reapply "fix: remove types-internal alpha where not needed" #3910
Annotations
7 errors and 1 warning
Types
Type 'typeof import("/home/runner/work/slice-machine/slice-machine/packages/adapter-next/src/sliceTemplates/Hero/index")' is not assignable to type '{ mocks: { __TYPE__: "SharedSliceContent"; variation: string; primary: { [x: string]: GroupContent | { type: string; __TYPE__: "EmptyContent"; } | { __TYPE__: "BooleanContent"; value: boolean; } | ... 14 more ... | { ...; }; }; items: { ...; }[]; }[]; screenshotPaths: Record<...>; model: { ...; } & { ...; }; }'.
|
Types
Type 'typeof import("/home/runner/work/slice-machine/slice-machine/packages/adapter-next/src/sliceTemplates/CustomerLogos/index")' is not assignable to type '{ mocks: { __TYPE__: "SharedSliceContent"; variation: string; primary: { [x: string]: GroupContent | { type: string; __TYPE__: "EmptyContent"; } | { __TYPE__: "BooleanContent"; value: boolean; } | ... 14 more ... | { ...; }; }; items: { ...; }[]; }[]; screenshotPaths: Record<...>; model: { ...; } & { ...; }; }'.
|
Types
Type 'typeof import("/home/runner/work/slice-machine/slice-machine/packages/adapter-next/src/sliceTemplates/AlternateGrid/index")' is not assignable to type '{ mocks: { __TYPE__: "SharedSliceContent"; variation: string; primary: { [x: string]: GroupContent | { type: string; __TYPE__: "EmptyContent"; } | { __TYPE__: "BooleanContent"; value: boolean; } | ... 14 more ... | { ...; }; }; items: { ...; }[]; }[]; screenshotPaths: Record<...>; model: { ...; } & { ...; }; }'.
|
Types
Type 'typeof import("/home/runner/work/slice-machine/slice-machine/packages/adapter-next/src/sliceTemplates/CallToAction/index")' is not assignable to type '{ mocks: { __TYPE__: "SharedSliceContent"; variation: string; primary: { [x: string]: GroupContent | { type: string; __TYPE__: "EmptyContent"; } | { __TYPE__: "BooleanContent"; value: boolean; } | ... 14 more ... | { ...; }; }; items: { ...; }[]; }[]; screenshotPaths: Record<...>; model: { ...; } & { ...; }; }'.
|
Types
Type '{ id: string; label: string | null | undefined; repeatable: boolean; json: { [x: string]: { [x: string]: ({ type: "Boolean"; } & { config?: { label?: string | null | undefined; default_value?: boolean | undefined; placeholder_true?: string | undefined; placeholder_false?: string | undefined; } | undefined; }) | ... ...' is not assignable to type 'CustomTypeModel<string, CustomTypeModelDefinition<string>>'.
|
Types
Type '{ id: string; type: "SharedSlice"; name: string; variations: readonly ({ id: string; name: string; description: string; imageUrl: string; docURL: string; version: string; } & { display?: string | undefined; primary?: { ...; } | undefined; items?: { ...; } | undefined; })[]; } & { ...; }' is not assignable to type 'SharedSliceModel<string, SharedSliceModelVariation<string, Record<string, CustomTypeModelFieldForSlicePrimary>, Record<string, CustomTypeModelFieldForNestedGroup>>>'.
|
Types
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading