Is it Really Screaming Frog #76
Annotations
13 warnings
|
web
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
web:
web/src/components/compare/CompareCharts.tsx#L249
The 'curGa4' logical expression could make the dependencies of useMemo Hook (at line 261) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'curGa4' in its own useMemo() Hook
|
|
web:
web/src/components/compare/CompareCharts.tsx#L248
The 'baseGa4' logical expression could make the dependencies of useMemo Hook (at line 261) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'baseGa4' in its own useMemo() Hook
|
|
web:
web/src/components/compare/CompareCharts.tsx#L247
The 'curGsc' logical expression could make the dependencies of useMemo Hook (at line 257) change on every render. To fix this, wrap the initialization of 'curGsc' in its own useMemo() Hook
|
|
web:
web/src/components/compare/CompareCharts.tsx#L247
The 'curGsc' logical expression could make the dependencies of useMemo Hook (at line 253) change on every render. To fix this, wrap the initialization of 'curGsc' in its own useMemo() Hook
|
|
web:
web/src/components/compare/CompareCharts.tsx#L246
The 'baseGsc' logical expression could make the dependencies of useMemo Hook (at line 257) change on every render. To fix this, wrap the initialization of 'baseGsc' in its own useMemo() Hook
|
|
web:
web/src/components/compare/CompareCharts.tsx#L246
The 'baseGsc' logical expression could make the dependencies of useMemo Hook (at line 253) change on every render. To fix this, wrap the initialization of 'baseGsc' in its own useMemo() Hook
|
|
web:
web/src/components/UrlInspectorDrawer.tsx#L72
The 'links' logical expression could make the dependencies of useMemo Hook (at line 84) change on every render. To fix this, wrap the initialization of 'links' in its own useMemo() Hook
|
|
web:
web/src/components/UrlInspectorDrawer.tsx#L72
The 'links' logical expression could make the dependencies of useMemo Hook (at line 79) change on every render. To fix this, wrap the initialization of 'links' in its own useMemo() Hook
|
|
web:
web/src/components/GoogleIntegrationsPanel.tsx#L506
React Hook useCallback has unnecessary dependencies: 's.gscLinksUploadFailed' and 's.gscLinksUploadSuccess'. Either exclude them or remove the dependency array. Outer scope values like 's.gscLinksUploadFailed' aren't valid dependencies because mutating them doesn't re-render the component
|
|
web:
web/src/components/AppLogo.tsx#L9
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
|
|
python
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
docker
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|