Skip to content

fix(deps): update dependency @auth/core to ^0.35.0 #2892

fix(deps): update dependency @auth/core to ^0.35.0

fix(deps): update dependency @auth/core to ^0.35.0 #2892

Triggered via pull request September 16, 2024 09:34
Status Failure
Total duration 3m 8s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
typecheck
'session.user' is possibly 'undefined'.
typecheck
'session.user' is possibly 'undefined'.
typecheck
Argument of type 'import("/home/runner/work/homarr/homarr/node_modules/@auth/core/types").Session | null' is not assignable to parameter of type 'import("/home/runner/work/homarr/homarr/node_modules/next-auth/index").Session | null'.
typecheck
@homarr/auth#typecheck: command (/home/runner/work/homarr/homarr/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
packages/integrations/test/nzbget.spec.ts > Nzbget integration > Delete item should result in empty items: packages/integrations/test/nzbget.spec.ts#L132
AssertionError: expected { …(2) } to match object { items: [] } (4 matching properties omitted from actual) - Expected + Received Object { - "items": Array [], + "items": Array [ + Object { + "added": 1726479341000, + "category": "", + "downSpeed": 0, + "id": "1", + "index": 0, + "name": "test_download_100MB", + "progress": 0, + "size": 120314214, + "state": "downloading", + "time": 0, + "type": "usenet", + }, + ], } ❯ packages/integrations/test/nzbget.spec.ts:132:5
test
Process completed with exit code 1.