refactor: standardize ESM import paths and optimize shared package en… #309
Triggered via pull request
June 21, 2026 19:07
ShantKhatri
opened
#634
Status
Failure
Total duration
57s
Artifacts
–
ci.yml
on: pull_request_target
Annotations
17 errors and 9 warnings
|
backend-ci
Process completed with exit code 1.
|
|
backend-ci
Process completed with exit code 2.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci
Cannot find module '@devcard/shared' or its corresponding type declarations.
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L1
`fastify` type import should occur after import of `../utils/error.util.js`
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L1
There should be at least one empty line between import groups
|
|
backend-ci:
apps/backend/src/routes/team.ts#L331
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/team.ts#L289
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/team.ts#L227
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/team.ts#L164
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/team.ts#L164
Expected { after 'if' condition
|
|
backend-ci:
apps/backend/src/routes/team.ts#L51
'team' is already declared in the upper scope on line 50 column 19
|
|
backend-ci:
apps/backend/src/routes/team.ts#L32
'e' is defined but never used. Allowed unused caught errors must match /^_/u
|
|
backend-ci:
apps/backend/src/routes/team.ts#L32
Expected { after 'if' condition
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L70
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L63
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L56
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L50
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L20
Missing return type on function
|
|
backend-ci:
apps/backend/src/services/profileService.ts#L5
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/team.ts#L27
Missing return type on function
|
|
backend-ci:
apps/backend/src/routes/team.ts#L10
'PublicProfile' is an 'error' type that acts as 'any' and overrides all other types in this intersection type
|
|
backend-ci:
apps/backend/src/routes/cards.ts#L83
'Card' is an 'error' type that acts as 'any' and overrides all other types in this union type
|