fix(deps): update nextjs monorepo #679
Annotations
7 errors
Lint:
src/build/content/prerendered.ts#L253
Argument of type 'CachedFetchValueForMultipleVersions' is not assignable to parameter of type 'CachedRedirectValue | CachedImageValue | CachedFetchValue | NetlifyCachedRouteValue | NetlifyCachedAppPageValue | NetlifyCachedPageValue | null'.
|
Lint:
src/run/handlers/cache.cts#L174
Property 'renderingMode' is missing in type '{ experimentalPPR: undefined; dataRoute: string; srcRoute: null; initialRevalidateSeconds: number | false; prefetchDataRoute: undefined; }' but required in type 'SsgRoute'.
|
Lint:
src/run/handlers/cache.cts#L219
Property 'tags' does not exist on type '{}'.
|
Lint:
src/run/handlers/cache.cts#L219
Property 'softTags' does not exist on type '{}'.
|
Lint:
src/run/handlers/cache.cts#L231
Property 'revalidate' does not exist on type '{}'.
|
Lint:
src/run/handlers/cache.cts#L320
Type 'CachedRedirectValue | CachedImageValue | CachedFetchValueForMultipleVersions' is not assignable to type 'CachedRedirectValue | CachedImageValue | CachedFetchValue | NetlifyCachedRouteValue | NetlifyCachedAppPageValue | NetlifyCachedPageValue | null'.
|
Lint
Process completed with exit code 2.
|