chore(deps): update nextjs monorepo #271
Annotations
10 errors
Lint:
src/build/content/prerendered.ts#L36
Type 'number' is not assignable to type 'NetlifyCachedAppPageValue'.
|
Lint:
src/build/content/prerendered.ts#L48
Type '{ kind: "PAGE"; html: string; pageData: any; headers: undefined; status: undefined; }' is not assignable to type 'NetlifyCachedPageValue'.
|
Lint:
src/run/handlers/cache.cts#L95
Type 'NetlifyCachedAppPageValue' is not assignable to type 'number | undefined'.
|
Lint:
src/run/handlers/cache.cts#L189
Type '{ lastModified: NetlifyCachedAppPageValue | undefined; value: { body: Buffer; headers: OutgoingHttpHeaders; kind: "ROUTE"; status: number; }; } | { ...; } | { ...; } | null' is not assignable to type 'CacheHandlerValue | null'.
|
Lint:
src/run/handlers/cache.cts#L221
Argument of type '{ lastModified: NetlifyCachedAppPageValue | undefined; revalidate: Revalidate | undefined; }' is not assignable to parameter of type 'TimeInput | Attributes | undefined'.
|
Lint:
src/run/handlers/cache.cts#L228
Argument of type '{ lastModified: NetlifyCachedAppPageValue | undefined; status: any; }' is not assignable to parameter of type 'TimeInput | Attributes | undefined'.
|
Lint:
src/run/handlers/cache.cts#L230
Argument of type 'NetlifyCachedRouteValue | NetlifyCachedAppPageValue | NetlifyCachedPageValue' is not assignable to parameter of type 'NetlifyCachedRouteValue'.
|
Lint:
src/run/handlers/cache.cts#L241
Argument of type '{ lastModified: NetlifyCachedAppPageValue | undefined; }' is not assignable to parameter of type 'TimeInput | Attributes | undefined'.
|
Lint:
src/run/handlers/cache.cts#L253
Argument of type '{ lastModified: NetlifyCachedAppPageValue | undefined; }' is not assignable to parameter of type 'TimeInput | Attributes | undefined'.
|
Lint:
src/run/handlers/cache.cts#L255
Property 'rscData' does not exist on type 'NetlifyCachedRouteValue | NetlifyCachedAppPageValue | NetlifyCachedPageValue'.
|