Skip to content

fix(deps): update nextjs monorepo #73

fix(deps): update nextjs monorepo

fix(deps): update nextjs monorepo #73

Triggered via pull request June 24, 2024 02:05
Status Failure
Total duration 1m 9s
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#L151
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#L182
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#L189
Argument of type '{ lastModified: NetlifyCachedAppPageValue | undefined; status: any; }' is not assignable to parameter of type 'TimeInput | Attributes | undefined'.
Lint: src/run/handlers/cache.cts#L191
Argument of type 'NetlifyCachedRouteValue | NetlifyCachedAppPageValue | NetlifyCachedPageValue' is not assignable to parameter of type 'NetlifyCachedRouteValue'.
Lint: src/run/handlers/cache.cts#L202
Argument of type '{ lastModified: NetlifyCachedAppPageValue | undefined; }' is not assignable to parameter of type 'TimeInput | Attributes | undefined'.
Lint: src/run/handlers/cache.cts#L214
Argument of type '{ lastModified: NetlifyCachedAppPageValue | undefined; }' is not assignable to parameter of type 'TimeInput | Attributes | undefined'.