fix(deps): update nextjs monorepo to v13.4.18 #2857
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 warnings
Lint:
www/lib/components/sections/EdgeNetworkSection.tsx#L26
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
www/lib/components/sections/ExplainSection.tsx#L35
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
www/lib/components/sections/HomeSection.tsx#L62
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
www/mdx-components.tsx#L16
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Lint:
packages/dashboard/lib/pages/function/FunctionOverview.tsx#L125
React Hook useEffect has a missing dependency: 'calculateCron'. Either include it or remove the dependency array
|
Lint:
packages/dashboard/locales/index.ts#L31
React Hook useEffect has a missing dependency: 'changeLocale'. Either include it or remove the dependency array
|