Skip to content

chore(deps): update nextjs monorepo to v15.5.5 #1539

chore(deps): update nextjs monorepo to v15.5.5

chore(deps): update nextjs monorepo to v15.5.5 #1539

Triggered via pull request May 22, 2025 23:25
Status Failure
Total duration 6m 12s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'.