chore(deps): bump @mantine/core from 6.0.22 to 7.12.2 #382
Annotations
50 errors and 5 warnings
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/dynamic-progress.tsx#L3
Module '"@mantine/core"' has no exported member 'MantineNumberSize'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/dynamic-progress.tsx#L10
Interface 'DynamicProgressProps' incorrectly extends interface 'ProgressProps'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/dynamic-progress.tsx#L32
Type '{ value?: number | undefined; range?: DynamicProgressRangeInput[] | undefined; size: MantineNumberSize; color: string; striped?: boolean | undefined; animated?: boolean | undefined; ... 326 more ...; vars?: PartialVarsResolver<...> | undefined; }' is not assignable to type 'ProgressProps'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/page-wrapper.tsx#L14
Type '{ children: (ReactNode | Element)[]; spacing: string; h: string | number | undefined; pt: number; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/page-wrapper.tsx#L15
Type '{ children: (ReactNode | Element)[]; position: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/stats-ring.tsx#L19
Type '{ children: Element[]; noWrap: true; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/stats-ring.tsx#L31
Type '{ children: Element[]; sx: { flex: number; minWidth: number; }; }' is not assignable to type 'IntrinsicAttributes & BoxComponentProps & ComponentProp<"div"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "component" | keyof BoxComponentProps> & { ...; }'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/stats-ring.tsx#L37
Type '{ children: string; c: "dimmed"; size: "xs"; tt: "uppercase"; fw: number; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/components/stats-ring.tsx#L41
Type '{ children: string; fw: number; size: "lg"; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (macos-latest, --target universal-apple-darwin):
src/contants.ts#L92
Object literal may only specify known properties, and 'colorScheme' does not exist in type 'PartialObjectDeep<MantineTheme, {}>'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/dynamic-progress.tsx#L3
Module '"@mantine/core"' has no exported member 'MantineNumberSize'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/dynamic-progress.tsx#L10
Interface 'DynamicProgressProps' incorrectly extends interface 'ProgressProps'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/dynamic-progress.tsx#L32
Type '{ value?: number | undefined; range?: DynamicProgressRangeInput[] | undefined; size: MantineNumberSize; color: string; striped?: boolean | undefined; animated?: boolean | undefined; ... 326 more ...; vars?: PartialVarsResolver<...> | undefined; }' is not assignable to type 'ProgressProps'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/page-wrapper.tsx#L14
Type '{ children: (ReactNode | Element)[]; spacing: string; h: string | number | undefined; pt: number; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/page-wrapper.tsx#L15
Type '{ children: (ReactNode | Element)[]; position: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/stats-ring.tsx#L19
Type '{ children: Element[]; noWrap: true; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/stats-ring.tsx#L31
Type '{ children: Element[]; sx: { flex: number; minWidth: number; }; }' is not assignable to type 'IntrinsicAttributes & BoxComponentProps & ComponentProp<"div"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "component" | keyof BoxComponentProps> & { ...; }'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/stats-ring.tsx#L37
Type '{ children: string; c: "dimmed"; size: "xs"; tt: "uppercase"; fw: number; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/stats-ring.tsx#L41
Type '{ children: string; fw: number; size: "lg"; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/contants.ts#L92
Object literal may only specify known properties, and 'colorScheme' does not exist in type 'PartialObjectDeep<MantineTheme, {}>'.
|
test-tauri (ubuntu-22.04):
src/components/dynamic-progress.tsx#L3
Module '"@mantine/core"' has no exported member 'MantineNumberSize'.
|
test-tauri (ubuntu-22.04):
src/components/dynamic-progress.tsx#L10
Interface 'DynamicProgressProps' incorrectly extends interface 'ProgressProps'.
|
test-tauri (ubuntu-22.04):
src/components/dynamic-progress.tsx#L32
Type '{ value?: number | undefined; range?: DynamicProgressRangeInput[] | undefined; size: MantineNumberSize; color: string; striped?: boolean | undefined; animated?: boolean | undefined; ... 326 more ...; vars?: PartialVarsResolver<...> | undefined; }' is not assignable to type 'ProgressProps'.
|
test-tauri (ubuntu-22.04):
src/components/page-wrapper.tsx#L14
Type '{ children: (ReactNode | Element)[]; spacing: string; h: string | number | undefined; pt: number; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (ubuntu-22.04):
src/components/page-wrapper.tsx#L15
Type '{ children: (ReactNode | Element)[]; position: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (ubuntu-22.04):
src/components/stats-ring.tsx#L19
Type '{ children: Element[]; noWrap: true; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (ubuntu-22.04):
src/components/stats-ring.tsx#L31
Type '{ children: Element[]; sx: { flex: number; minWidth: number; }; }' is not assignable to type 'IntrinsicAttributes & BoxComponentProps & ComponentProp<"div"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "component" | keyof BoxComponentProps> & { ...; }'.
|
test-tauri (ubuntu-22.04):
src/components/stats-ring.tsx#L37
Type '{ children: string; c: "dimmed"; size: "xs"; tt: "uppercase"; fw: number; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (ubuntu-22.04):
src/components/stats-ring.tsx#L41
Type '{ children: string; fw: number; size: "lg"; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (ubuntu-22.04):
src/contants.ts#L92
Object literal may only specify known properties, and 'colorScheme' does not exist in type 'PartialObjectDeep<MantineTheme, {}>'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/dynamic-progress.tsx#L3
Module '"@mantine/core"' has no exported member 'MantineNumberSize'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/dynamic-progress.tsx#L10
Interface 'DynamicProgressProps' incorrectly extends interface 'ProgressProps'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/dynamic-progress.tsx#L32
Type '{ value?: number | undefined; range?: DynamicProgressRangeInput[] | undefined; size: MantineNumberSize; color: string; striped?: boolean | undefined; animated?: boolean | undefined; ... 326 more ...; vars?: PartialVarsResolver<...> | undefined; }' is not assignable to type 'ProgressProps'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/page-wrapper.tsx#L14
Type '{ children: (ReactNode | Element)[]; spacing: string; h: string | number | undefined; pt: number; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/page-wrapper.tsx#L15
Type '{ children: (ReactNode | Element)[]; position: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/stats-ring.tsx#L19
Type '{ children: Element[]; noWrap: true; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/stats-ring.tsx#L31
Type '{ children: Element[]; sx: { flex: number; minWidth: number; }; }' is not assignable to type 'IntrinsicAttributes & BoxComponentProps & ComponentProp<"div"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "component" | keyof BoxComponentProps> & { ...; }'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/stats-ring.tsx#L37
Type '{ children: string; c: "dimmed"; size: "xs"; tt: "uppercase"; fw: number; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/stats-ring.tsx#L41
Type '{ children: string; fw: number; size: "lg"; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/contants.ts#L92
Object literal may only specify known properties, and 'colorScheme' does not exist in type 'PartialObjectDeep<MantineTheme, {}>'.
|
test-tauri (windows-latest):
src/components/dynamic-progress.tsx#L3
Module '"@mantine/core"' has no exported member 'MantineNumberSize'.
|
test-tauri (windows-latest):
src/components/dynamic-progress.tsx#L10
Interface 'DynamicProgressProps' incorrectly extends interface 'ProgressProps'.
|
test-tauri (windows-latest):
src/components/dynamic-progress.tsx#L32
Type '{ value?: number | undefined; range?: DynamicProgressRangeInput[] | undefined; size: MantineNumberSize; color: string; striped?: boolean | undefined; animated?: boolean | undefined; ... 326 more ...; vars?: PartialVarsResolver<...> | undefined; }' is not assignable to type 'ProgressProps'.
|
test-tauri (windows-latest):
src/components/page-wrapper.tsx#L14
Type '{ children: (ReactNode | Element)[]; spacing: string; h: string | number | undefined; pt: number; }' is not assignable to type 'IntrinsicAttributes & StackProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (windows-latest):
src/components/page-wrapper.tsx#L15
Type '{ children: (ReactNode | Element)[]; position: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (windows-latest):
src/components/stats-ring.tsx#L19
Type '{ children: Element[]; noWrap: true; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
|
test-tauri (windows-latest):
src/components/stats-ring.tsx#L31
Type '{ children: Element[]; sx: { flex: number; minWidth: number; }; }' is not assignable to type 'IntrinsicAttributes & BoxComponentProps & ComponentProp<"div"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "component" | keyof BoxComponentProps> & { ...; }'.
|
test-tauri (windows-latest):
src/components/stats-ring.tsx#L37
Type '{ children: string; c: "dimmed"; size: "xs"; tt: "uppercase"; fw: number; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (windows-latest):
src/components/stats-ring.tsx#L41
Type '{ children: string; fw: number; size: "lg"; sx: { textOverflow: string; overflow: string; whiteSpace: string; }; }' is not assignable to type 'IntrinsicAttributes & TextProps & ComponentProp<"p"> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">, "component" | keyof TextProps> & { ...; }'.
|
test-tauri (windows-latest):
src/contants.ts#L92
Object literal may only specify known properties, and 'colorScheme' does not exist in type 'PartialObjectDeep<MantineTheme, {}>'.
|
test-tauri (macos-latest, --target universal-apple-darwin)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-tauri (macos-latest, --target x86_64-apple-darwin)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-tauri (ubuntu-22.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-tauri (macos-latest, --target aarch64-apple-darwin)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-tauri (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|