deps: Upgrade expo & nextjs to react 19 #1372
ci.yml
on: pull_request
lint
2m 12s
format
1m 13s
typecheck
2m 16s
tests
5m 55s
open-api-spec
1m 2s
Annotations
7 errors
format
Process completed with exit code 1.
|
format
@karakeep/web#format: command (/home/runner/work/karakeep/karakeep/apps/web) /opt/hostedtoolcache/node/22.16.0/x64/bin/pnpm run format --cache-location node_modules/.cache/.prettiercache exited (1)
|
lint
Process completed with exit code 1.
|
lint
@karakeep/web#lint: command (/home/runner/work/karakeep/karakeep/apps/web) /opt/hostedtoolcache/node/22.16.0/x64/bin/pnpm run lint --cache-location node_modules/.cache/.eslintcache exited (1)
|
typecheck
Process completed with exit code 2.
|
typecheck
@karakeep/mobile#typecheck: command (/home/runner/work/karakeep/karakeep/apps/mobile) /opt/hostedtoolcache/node/22.16.0/x64/bin/pnpm run typecheck exited (2)
|
typecheck
Type '(input: RequestInfo, init?: RequestInit | undefined) => Promise<Response>' is not assignable to type '{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | Request | URL, init?: RequestInit | undefined): Promise<...>; (input: RequestInfo, init?: RequestInit | undefined): Promise<...>; }'.
|