Replace eslint and prettier with biome #245
main.yml
on: push
🧶 Lint
11s
👮🏻♂️ Typecheck
11s
🧪 Test
2m 25s
📦 Build and verify
12s
Annotations
13 errors and 4 warnings
🧶 Lint
Process completed with exit code 1.
|
📦 Build and verify:
src/SheetBackdrop.tsx#L18
Type '{ ref: ForwardedRef<any>; className: string; style: { pointerEvents: "auto" | "none"; filter?: MotionValue<any> | MotionValue<number> | MotionValue<...> | CustomValueType | Filter | undefined; ... 848 more ...; image?: string | ... 1 more ... | undefined; }; ... 59 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
📦 Build and verify:
src/SheetContainer.tsx#L39
Type '{ children: ((string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | MotionValue<...> | MotionValue<...>) & (string | ... 6 more ... | Promise<...>)) | null | undefined; ... 61 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
📦 Build and verify:
src/SheetContent.tsx#L25
Type '{ children: ((string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | MotionValue<...> | MotionValue<...>) & (string | ... 6 more ... | Promise<...>)) | null | undefined; ... 61 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
📦 Build and verify:
src/SheetHeader.tsx#L38
Type '{ className: string; style: { transform: MotionValue<string>; accentColor?: AccentColor | undefined; alignContent?: AlignContent | undefined; ... 821 more ...; vectorEffect?: VectorEffect | undefined; }; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
📦 Build and verify:
src/SheetHeader.tsx#L42
Type '{ className: string; style: { transform: MotionValue<string>; accentColor?: AccentColor | undefined; alignContent?: AlignContent | undefined; ... 821 more ...; vectorEffect?: VectorEffect | undefined; }; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
📦 Build and verify
Process completed with exit code 1.
|
👮🏻♂️ Typecheck:
src/SheetBackdrop.tsx#L18
Type '{ ref: ForwardedRef<any>; className: string; style: { pointerEvents: "auto" | "none"; filter?: MotionValue<any> | MotionValue<number> | MotionValue<...> | CustomValueType | Filter | undefined; ... 848 more ...; image?: string | ... 1 more ... | undefined; }; ... 59 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
👮🏻♂️ Typecheck:
src/SheetContainer.tsx#L39
Type '{ children: ((string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | MotionValue<...> | MotionValue<...>) & (string | ... 6 more ... | Promise<...>)) | null | undefined; ... 61 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
👮🏻♂️ Typecheck:
src/SheetContent.tsx#L25
Type '{ children: ((string | number | bigint | boolean | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | MotionValue<...> | MotionValue<...>) & (string | ... 6 more ... | Promise<...>)) | null | undefined; ... 61 more ...; ignoreStrict?: boolean | undefined; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
👮🏻♂️ Typecheck:
src/SheetHeader.tsx#L38
Type '{ className: string; style: { transform: MotionValue<string>; accentColor?: AccentColor | undefined; alignContent?: AlignContent | undefined; ... 821 more ...; vectorEffect?: VectorEffect | undefined; }; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
👮🏻♂️ Typecheck:
src/SheetHeader.tsx#L42
Type '{ className: string; style: { transform: MotionValue<string>; accentColor?: AccentColor | undefined; alignContent?: AlignContent | undefined; ... 821 more ...; vectorEffect?: VectorEffect | undefined; }; }' is not assignable to type 'IntrinsicAttributes & HTMLAttributesWithoutMotionProps<unknown, unknown> & MotionProps & RefAttributes<unknown>'.
|
👮🏻♂️ Typecheck
Process completed with exit code 2.
|
🧶 Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
📦 Build and verify
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
👮🏻♂️ Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧪 Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|