Add magic wand to app name field, lock locale changes on read-only ve… #144
Annotations
12 warnings
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
tests/unit/nominations-route.test.ts#L293
'response' is assigned a value but never used
|
|
lint:
tests/unit/nominations-route.test.ts#L152
'response' is assigned a value but never used
|
|
lint:
tests/unit/nominations-route.test.ts#L91
'response' is assigned a value but never used
|
|
lint:
src/lib/hooks/use-bulk-ai.ts#L177
React Hook useEffect has missing dependencies: 'mode', 'runCopy', and 'runTranslate'. Either include them or remove the dependency array
|
|
lint:
src/components/layout/app-sidebar.tsx#L171
React Hook useCallback has a missing dependency: 'PAGE_SHORTCUTS'. Either include it or remove the dependency array
|
|
lint:
src/app/dashboard/apps/[appId]/testflight/[buildId]/page.tsx#L109
React Hook useEffect has a missing dependency: 'build'. Either include it or remove the dependency array
|
|
lint:
src/app/dashboard/apps/[appId]/screenshots/page.tsx#L85
React Hook useEffect has missing dependencies: 'setLocales' and 'setSelectedLocale'. Either include them or remove the dependency array
|
|
lint:
src/app/dashboard/apps/[appId]/aso/keywords/_components/keywords-context.tsx#L203
React Hook useMemo has missing dependencies: 'getDescription', 'getSubtitle', 'getTitle', and 'handleKeywordsChange'. Either include them or remove the dependency array
|
|
lint:
src/app/dashboard/apps/[appId]/aso/keywords/_components/fix-all-dialog.tsx#L226
React Hook useEffect has missing dependencies: 'fixableLocales' and 'runFix'. Either include them or remove the dependency array
|
|
lint:
src/app/dashboard/apps/[appId]/analytics/performance/page.tsx#L124
The 'perfMetrics' logical expression could make the dependencies of useMemo Hook (at line 127) change on every render. To fix this, wrap the initialization of 'perfMetrics' in its own useMemo() Hook
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|