⬆️ Bump @tailwindcss/typography from 0.5.15 to 0.5.16 #8881
Annotations
7 warnings
Build, test, lint:
apps/metaforecast/src/web/questions/components/CaptureQuestion.tsx#L140
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Build, test, lint:
apps/metaforecast/src/web/questions/components/CaptureQuestion.tsx#L140
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Build, test, lint:
apps/metaforecast/src/web/questions/components/QuestionCard/index.tsx#L138
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Build, test, lint:
apps/metaforecast/src/web/questions/components/QuestionChartOrVisualization.tsx#L11
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Build, test, lint:
apps/website/src/app/(home)/page.tsx#L11
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Build, test, lint:
apps/website/src/app/docs/[[...slug]]/page.tsx#L68
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Build, test, lint:
apps/hub/src/relative-values/components/views/PlotView/ForcePlot.tsx#L177
React Hook useMemo has a missing dependency: 'forceFn'. Either include it or remove the dependency array
|