fix(deps): update dependency lucide-react to ^0.475.0 #4793
Annotations
7 errors and 10 warnings
Lint:
src/components/Layout/Footer.tsx#L152
Type '[keyof ReactSVG, Record<string, string>][]' is not assignable to type '[elementName: SVGElementType, attrs: Record<string, string>][]'.
|
Lint:
src/components/icon.tsx#L4
Cannot find module 'lucide-react/dynamicIconImports' or its corresponding type declarations.
|
Lint:
src/components/icon.tsx#L33
Type '{ color?: string | undefined; size?: number | undefined; className?: string | undefined; fill?: string | undefined; }' has no properties in common with type 'IntrinsicAttributes'.
|
Lint:
src/pages/batch-changes.tsx#L131
Type '[keyof ReactSVG, Record<string, string>][]' is not assignable to type '[elementName: SVGElementType, attrs: Record<string, string>][]'.
|
Lint:
src/pages/code-insights.tsx#L447
Type '[keyof ReactSVG, Record<string, string>][]' is not assignable to type '[elementName: SVGElementType, attrs: Record<string, string>][]'.
|
Lint:
src/pages/index.tsx#L258
Type '[keyof ReactSVG, Record<string, string>][]' is not assignable to type '[elementName: SVGElementType, attrs: Record<string, string>][]'.
|
Lint
Process completed with exit code 1.
|
Lint:
src/components/Badge.tsx#L35
Missing @param "props.iconPosition"
|
Lint:
src/components/Carousels/InfiniteCarousel.tsx#L106
Do not use Array index in keys
|
Lint:
src/components/Carousels/InfiniteCarousel.tsx#L111
Do not use Array index in keys
|
Lint:
src/components/Carousels/InfiniteCarousel.tsx#L128
Do not use Array index in keys
|
Lint:
src/components/Carousels/TimedCarousel.tsx#L100
Do not use Array index in keys
|
Lint:
src/components/CaseStudies/MoreCaseStudies.tsx#L46
Do not use Array index in keys
|
Lint:
src/components/Changelog/Heading.tsx#L9
Unexpected any. Specify a different type
|
Lint:
src/components/Changelog/Heading.tsx#L13
Unexpected any. Specify a different type
|
Lint:
src/components/Changelog/Heading.tsx#L27
Unexpected any. Specify a different type
|
Lint:
src/components/Changelog/Heading.tsx#L27
Unexpected any. Specify a different type
|
Loading