chore(deps): update nextjs monorepo to v15.5.5 #1539
Annotations
8 errors
Lint
Process completed with exit code 2.
|
Lint:
src/run/handlers/cache.cts#L409
Type 'CachedRedirectValue | CachedImageValue | CachedFetchValueForMultipleVersions' is not assignable to type 'CachedRedirectValue | CachedImageValue | CachedFetchValue | NetlifyCachedRouteValue | NetlifyCachedAppPageValue | NetlifyCachedPageValue | null'.
|
Lint:
src/run/handlers/cache.cts#L303
Property 'revalidate' does not exist on type '{}'.
|
Lint:
src/run/handlers/cache.cts#L294
Property 'fetchUrl' does not exist on type '{}'.
|
Lint:
src/run/handlers/cache.cts#L283
Property 'softTags' does not exist on type '{}'.
|
Lint:
src/run/handlers/cache.cts#L282
Property 'tags' does not exist on type '{}'.
|
Lint:
src/run/handlers/cache.cts#L220
Type '{ experimentalPPR: undefined; dataRoute: string; srcRoute: null; initialRevalidateSeconds: number | false; prefetchDataRoute: undefined; }' is missing the following properties from type 'SsgRoute': renderingMode, allowHeader
|
Lint:
src/build/content/prerendered.ts#L257
Argument of type 'CachedFetchValueForMultipleVersions' is not assignable to parameter of type 'CachedRedirectValue | CachedImageValue | CachedFetchValue | NetlifyCachedRouteValue | NetlifyCachedAppPageValue | NetlifyCachedPageValue | null'.
|