Skip to content

fix(deps): update nextjs monorepo #86

fix(deps): update nextjs monorepo

fix(deps): update nextjs monorepo #86

Triggered via pull request June 24, 2024 15:52
Status Failure
Total duration 1m 5s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: src/build/content/prerendered.ts#L35
Type 'number' is not assignable to type 'NetlifyCachedAppPageValue'.
Lint: src/build/content/prerendered.ts#L47
Type '{ kind: "PAGE"; html: string; pageData: any; headers: undefined; status: undefined; }' is not assignable to type 'NetlifyCachedPageValue'.
Lint: src/build/content/prerendered.ts#L209
Argument of type 'CachedFetchValue' is not assignable to parameter of type 'NetlifyIncrementalCacheValue'.
Lint: src/run/handlers/cache.cts#L95
Type 'NetlifyCachedAppPageValue' is not assignable to type 'number | undefined'.
Lint: src/run/handlers/cache.cts#L141
Property 'pageData' does not exist on type 'NetlifyIncrementalCacheValue'.
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'.