fix(deps): update dependency typescript-eslint to ^8.12.2 #3458
code-quality.yml
on: pull_request
lint
3m 40s
format
1m 12s
typecheck
4m 16s
test
2m 28s
build
2m 43s
Annotations
8 errors and 1 warning
lint:
packages/server-settings/src/index.ts#L3
A record is preferred over an index signature
|
lint:
packages/widgets/src/import.ts#L3
A record is preferred over an index signature
|
lint:
apps/nextjs/src/app/[locale]/manage/users/groups/[id]/permissions/_group-permission-form.tsx#L48
A record is preferred over an index signature
|
lint:
apps/nextjs/src/versions/package-reader.ts#L32
A record is preferred over an index signature
|
lint
@homarr/server-settings#lint: command (/home/runner/work/homarr/homarr/packages/server-settings) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint
@homarr/widgets#lint: command (/home/runner/work/homarr/homarr/packages/widgets) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint
@homarr/nextjs#lint: command (/home/runner/work/homarr/homarr/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint
Process completed with exit code 1.
|
lint:
apps/nextjs/src/app/[locale]/manage/users/groups/[id]/_rename-group-form.tsx#L61
React Hook useCallback has a missing dependency: 'disabled'. Either include it or remove the dependency array
|