diff --git a/test/rspack-dev-tests-manifest.json b/test/rspack-dev-tests-manifest.json index f9c415181b9d..f2a875ac5a4b 100644 --- a/test/rspack-dev-tests-manifest.json +++ b/test/rspack-dev-tests-manifest.json @@ -2237,6 +2237,9 @@ "Error overlay - RSC build errors importing 'next/cache' APIs in a client component unstable_expirePath is not allowed", "Error overlay - RSC build errors importing 'next/cache' APIs in a client component unstable_expireTag is not allowed", "Error overlay - RSC build errors importing 'next/cache' APIs in a client component unstable_noStore is allowed", + "Error overlay - RSC build errors next/root-params importing 'next/root-params' in a client component", + "Error overlay - RSC build errors next/root-params importing 'next/root-params' in a client component in a way that bypasses import analysis", + "Error overlay - RSC build errors next/root-params importing 'next/root-params' when experimental.rootParams is not enabled", "Error overlay - RSC build errors should allow to use and handle rsc poisoning client-only", "Error overlay - RSC build errors should allow to use and handle rsc poisoning server-only", "Error overlay - RSC build errors should error for invalid undefined module retuning from next dynamic", @@ -2495,7 +2498,8 @@ "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_cacheTag is not allowed", "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_expirePath is not allowed", "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_expireTag is not allowed", - "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_noStore is allowed" + "Error Overlay for server components compiler errors in pages importing 'next/cache' APIs in pages unstable_noStore is allowed", + "Error Overlay for server components compiler errors in pages importing 'next/root-params' in pages" ], "failed": [ "Error Overlay for server components compiler errors in pages importing 'next/headers' in pages", @@ -2583,6 +2587,17 @@ "flakey": [], "runtimeError": false }, + "test/development/app-dir/cache-components-dev-fallback-validation/cache-components-dev-fallback-validation.test.ts": { + "passed": [ + "Cache Components Fallback Validation should not warn about missing Suspense when accessing params if static params are completely known at build time", + "Cache Components Fallback Validation should warn about missing Suspense when accessing params if static params are entirely missing at build time", + "Cache Components Fallback Validation should warn about missing Suspense when accessing params if static params are partially known at build time" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/app-dir/cache-components-dev-warmup/cache-components.dev-warmup.test.ts": { "passed": [ "cache-components-dev-warmup logs with Prerender or Server environment depending based on whether the timing of when the log runs relative to this environment boundary" @@ -2976,7 +2991,9 @@ "source-mapping should work with server actions imported from client components", "source-mapping should work with server actions passed to client components" ], - "failed": [], + "failed": [ + "source-mapping should show an error when client functions are called from server components" + ], "pending": [], "flakey": [], "runtimeError": false @@ -3692,6 +3709,15 @@ "flakey": [], "runtimeError": false }, + "test/development/config-validation/index.test.ts": { + "passed": [ + "config validation - validation only runs once should validate config only once in root process" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/correct-tsconfig-defaults/index.test.ts": { "passed": [ "correct tsconfig.json defaults should add `moduleResolution` when generating tsconfig.json in dev", @@ -5050,6 +5076,55 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts": { + "passed": [ + "app-root-param-getters - generateStaticParams should allow reading root params that were not prerendered", + "app-root-param-getters - generateStaticParams should be part of the static shell", + "app-root-param-getters - generateStaticParams should be statically prerenderable" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/app-root-params-getters/multiple-roots.test.ts": { + "passed": [ + "app-root-param-getters - multiple roots should add getters when new root layouts are added or renamed", + "app-root-param-getters - multiple roots should have root params on dashboard pages", + "app-root-param-getters - multiple roots should not have root params on marketing pages" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/app-root-params-getters/simple.test.ts": { + "passed": [ + "app-root-param-getters - simple should allow reading catch-all root params", + "app-root-param-getters - simple should allow reading optional catch-all root params", + "app-root-param-getters - simple should allow reading root params", + "app-root-param-getters - simple should allow reading root params in nested pages", + "app-root-param-getters - simple should error when used in a route handler (until we implement it)", + "app-root-param-getters - simple should error when used in a server action", + "app-root-param-getters - simple should not generate getters for non-root params", + "app-root-param-getters - simple should render the not found page without errors" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/app-root-params-getters/use-cache.test.ts": { + "passed": [ + "app-root-param-getters - cache - at build noop in dev", + "app-root-param-getters - cache - at runtime should error when using root params within `unstable_cache` - dev", + "app-root-param-getters - cache - at runtime should error when using root params within a \"use cache\" - dev" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/app-root-params/generate-static-params.test.ts": { "passed": [ "app-root-params - generateStaticParams should be a cache hit for fully prerendered pages", @@ -5325,6 +5400,8 @@ "app-dir static/dynamic handling should not have cache tags header for non-minimal mode", "app-dir static/dynamic handling should not throw Dynamic Server Usage error when using generateStaticParams with draftMode", "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", + "app-dir static/dynamic handling should respond correctly for dynamic route with dynamicParams false in layout", + "app-dir static/dynamic handling should respond correctly for partially dynamic route with dynamicParams false in layout", "app-dir static/dynamic handling should skip cache in draft mode", "app-dir static/dynamic handling should skip fetch cache when accessing request properties", "app-dir static/dynamic handling should skip fetch cache when an authorization header is present after dynamic usage", @@ -5373,7 +5450,6 @@ "app-dir static/dynamic handling it should revalidate tag correctly with edge route handler", "app-dir static/dynamic handling it should revalidate tag correctly with node route handler", "app-dir static/dynamic handling should allow dynamic routes to access cookies", - "app-dir static/dynamic handling should build dynamic param with edge runtime correctly", "app-dir static/dynamic handling should bypass fetch cache with cache-control: no-cache", "app-dir static/dynamic handling should cache correctly for cache: \"force-cache\" and \"revalidate\"", "app-dir static/dynamic handling should cache correctly for cache: no-store", @@ -5417,6 +5493,8 @@ "app-dir static/dynamic handling should not have cache tags header for non-minimal mode", "app-dir static/dynamic handling should not throw Dynamic Server Usage error when using generateStaticParams with draftMode", "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", + "app-dir static/dynamic handling should respond correctly for dynamic route with dynamicParams false in layout", + "app-dir static/dynamic handling should respond correctly for partially dynamic route with dynamicParams false in layout", "app-dir static/dynamic handling should revalidate correctly with config and fetch revalidate", "app-dir static/dynamic handling should skip cache in draft mode", "app-dir static/dynamic handling should skip fetch cache when accessing request properties", @@ -5450,7 +5528,9 @@ "app-dir static/dynamic handling useSearchParams client should bailout to client rendering - with suspense boundary", "app-dir static/dynamic handling useSearchParams client should have values from canonical url on rewrite" ], - "failed": [], + "failed": [ + "app-dir static/dynamic handling should build dynamic param with edge runtime correctly" + ], "pending": [ "app-dir static/dynamic handling should correctly de-dupe fetch without next cache /react-fetch-deduping-edge", "app-dir static/dynamic handling should correctly de-dupe fetch without next cache /react-fetch-deduping-node", @@ -5537,7 +5617,7 @@ "app dir - basic server components client components should have consistent query and params handling", "app dir - basic server components dynamic routes should only pass params that apply to the layout", "app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect", - "app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite", + "app dir - basic server components next/router should support router.back and router.forward", "app dir - basic server components should include client component layout with server component route should include it client-side", "app dir - basic server components should include client component layout with server component route should include it server-side", "app dir - basic server components should not serve .client.js as a path", @@ -5581,7 +5661,7 @@ ], "failed": [ "app dir - basic should navigate to pages dynamic route from pages page if it overlaps with an app page", - "app dir - basic server components next/router should support router.back and router.forward" + "app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite" ], "pending": [ "app dir - basic HMR should HMR correctly when changing the component type", @@ -5782,7 +5862,12 @@ "Cache Components Errors Dev Sync Dynamic Request server params should return `undefined` for `params.slug`", "Cache Components Errors Dev Sync Dynamic Request server params should show a collapsed redbox with a sync access error", "Cache Components Errors Dev Sync Dynamic Request server searchParams should return `undefined` for `searchParams.foo`", - "Cache Components Errors Dev Sync Dynamic Request server searchParams should show a collapsed redbox with a sync access error" + "Cache Components Errors Dev Sync Dynamic Request server searchParams should show a collapsed redbox with a sync access error", + "Cache Components Errors Dev With `use cache: private` in `unstable_cache` should show a redbox error", + "Cache Components Errors Dev With `use cache: private` in `use cache` should show a redbox error", + "Cache Components Errors Dev With `use cache: private` with `connection()` should show a redbox error", + "Cache Components Errors Dev With `use cache: private` with `headers()` should show a redbox error", + "Cache Components Errors Dev With `use cache: private` without Suspense should show a redbox error" ], "failed": [ "Cache Components Errors Dev Sync Dynamic Request cookies should show a redbox with a sync access error and a runtime error", @@ -8830,6 +8915,9 @@ "rewrite-headers next.config.js rewrites static HTML (/hello/other) should have the expected headers", "rewrite-headers next.config.js rewrites static Prefetch RSC (/hello/other) should have the expected headers", "rewrite-headers next.config.js rewrites static RSC (/hello/other) should have the expected headers", + "rewrite-headers next.config.js rewrites with path-matched query HTML (/rewrites-to-query/andrew) should have the expected headers", + "rewrite-headers next.config.js rewrites with path-matched query Prefetch RSC (/rewrites-to-query/andrew) should have the expected headers", + "rewrite-headers next.config.js rewrites with path-matched query RSC (/rewrites-to-query/andrew) should have the expected headers", "rewrite-headers next.config.js rewrites with query HTML (/hello/fred) should have the expected headers", "rewrite-headers next.config.js rewrites with query Prefetch RSC (/hello/fred) should have the expected headers", "rewrite-headers next.config.js rewrites with query RSC (/hello/fred) should have the expected headers", @@ -10004,6 +10092,17 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/use-cache-private/use-cache-private.test.ts": { + "passed": [ + "use-cache-private allows reading cookies in private caches", + "use-cache-private allows reading search params in private caches", + "use-cache-private excludes private caches from prerenders" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/use-cache-route-handler-only/use-cache-route-handler-only.test.ts": { "passed": [ "use-cache-route-handler-only should cache results in node route handlers" @@ -13285,6 +13384,7 @@ "API routes dev support should not conflict with /api routes", "API routes dev support should not show warning if using externalResolver flag", "API routes dev support should not show warning when the API resolves and the response is piped", + "API routes dev support should not strip .json from API route", "API routes dev support should not warn if response body is larger than 4MB with responseLimit config = false", "API routes dev support should parse JSON body", "API routes dev support should parse bigger body then 1mb", @@ -13338,6 +13438,7 @@ "API routes production mode should handle 204 status correctly", "API routes production mode should handle proxying to self correctly", "API routes production mode should not conflict with /api routes", + "API routes production mode should not strip .json from API route", "API routes production mode should not warn if response body is larger than 4MB with responseLimit config = false", "API routes production mode should parse JSON body", "API routes production mode should parse bigger body then 1mb", @@ -18273,17 +18374,21 @@ "with contentDispositionType inline dev support with next.config.js should maintain animated png 2", "with contentDispositionType inline dev support with next.config.js should maintain animated webp", "with contentDispositionType inline dev support with next.config.js should maintain bmp", + "with contentDispositionType inline dev support with next.config.js should maintain heic", "with contentDispositionType inline dev support with next.config.js should maintain icns", "with contentDispositionType inline dev support with next.config.js should maintain ico format", + "with contentDispositionType inline dev support with next.config.js should maintain jp2", "with contentDispositionType inline dev support with next.config.js should maintain jpg format for old Safari", - "with contentDispositionType inline dev support with next.config.js should maintain pic/pct", + "with contentDispositionType inline dev support with next.config.js should maintain jxl", "with contentDispositionType inline dev support with next.config.js should maintain png format for old Safari", "with contentDispositionType inline dev support with next.config.js should normalize invalid status codes", + "with contentDispositionType inline dev support with next.config.js should not allow pdf format", "with contentDispositionType inline dev support with next.config.js should not allow svg with application header", "with contentDispositionType inline dev support with next.config.js should not allow svg with comma header", "with contentDispositionType inline dev support with next.config.js should not allow svg with uppercase header", "with contentDispositionType inline dev support with next.config.js should not allow svg with wrong header", "with contentDispositionType inline dev support with next.config.js should not allow vector svg", + "with contentDispositionType inline dev support with next.config.js should not forward cookie header", "with contentDispositionType inline dev support with next.config.js should not resize if requested width is larger than original source image", "with contentDispositionType inline dev support with next.config.js should resize absolute url from localhost", "with contentDispositionType inline dev support with next.config.js should resize avif", @@ -18347,17 +18452,21 @@ "with contentDispositionType inline Production Mode Server support with next.config.js should maintain animated png 2", "with contentDispositionType inline Production Mode Server support with next.config.js should maintain animated webp", "with contentDispositionType inline Production Mode Server support with next.config.js should maintain bmp", + "with contentDispositionType inline Production Mode Server support with next.config.js should maintain heic", "with contentDispositionType inline Production Mode Server support with next.config.js should maintain icns", "with contentDispositionType inline Production Mode Server support with next.config.js should maintain ico format", + "with contentDispositionType inline Production Mode Server support with next.config.js should maintain jp2", "with contentDispositionType inline Production Mode Server support with next.config.js should maintain jpg format for old Safari", - "with contentDispositionType inline Production Mode Server support with next.config.js should maintain pic/pct", + "with contentDispositionType inline Production Mode Server support with next.config.js should maintain jxl", "with contentDispositionType inline Production Mode Server support with next.config.js should maintain png format for old Safari", "with contentDispositionType inline Production Mode Server support with next.config.js should normalize invalid status codes", + "with contentDispositionType inline Production Mode Server support with next.config.js should not allow pdf format", "with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with application header", "with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with comma header", "with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with uppercase header", "with contentDispositionType inline Production Mode Server support with next.config.js should not allow svg with wrong header", "with contentDispositionType inline Production Mode Server support with next.config.js should not allow vector svg", + "with contentDispositionType inline Production Mode Server support with next.config.js should not forward cookie header", "with contentDispositionType inline Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with contentDispositionType inline Production Mode Server support with next.config.js should resize absolute url from localhost", "with contentDispositionType inline Production Mode Server support with next.config.js should resize avif", @@ -18424,13 +18533,17 @@ "with dangerouslyAllowSVG config dev support with next.config.js should maintain animated png 2", "with dangerouslyAllowSVG config dev support with next.config.js should maintain animated webp", "with dangerouslyAllowSVG config dev support with next.config.js should maintain bmp", + "with dangerouslyAllowSVG config dev support with next.config.js should maintain heic", "with dangerouslyAllowSVG config dev support with next.config.js should maintain icns", "with dangerouslyAllowSVG config dev support with next.config.js should maintain ico format", + "with dangerouslyAllowSVG config dev support with next.config.js should maintain jp2", "with dangerouslyAllowSVG config dev support with next.config.js should maintain jpg format for old Safari", - "with dangerouslyAllowSVG config dev support with next.config.js should maintain pic/pct", + "with dangerouslyAllowSVG config dev support with next.config.js should maintain jxl", "with dangerouslyAllowSVG config dev support with next.config.js should maintain png format for old Safari", "with dangerouslyAllowSVG config dev support with next.config.js should maintain vector svg", "with dangerouslyAllowSVG config dev support with next.config.js should normalize invalid status codes", + "with dangerouslyAllowSVG config dev support with next.config.js should not allow pdf format", + "with dangerouslyAllowSVG config dev support with next.config.js should not forward cookie header", "with dangerouslyAllowSVG config dev support with next.config.js should not resize if requested width is larger than original source image", "with dangerouslyAllowSVG config dev support with next.config.js should resize absolute url from localhost", "with dangerouslyAllowSVG config dev support with next.config.js should resize avif", @@ -18495,13 +18608,17 @@ "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain animated png 2", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain animated webp", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain bmp", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain heic", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain icns", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain ico format", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain jp2", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain jpg format for old Safari", - "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain pic/pct", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain jxl", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain png format for old Safari", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should maintain vector svg", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should normalize invalid status codes", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should not allow pdf format", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should not forward cookie header", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should resize absolute url from localhost", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should resize avif", @@ -18563,16 +18680,20 @@ "with isrFlushToDisk false config dev support w/o next.config.js should maintain animated png 2", "with isrFlushToDisk false config dev support w/o next.config.js should maintain animated webp", "with isrFlushToDisk false config dev support w/o next.config.js should maintain bmp", + "with isrFlushToDisk false config dev support w/o next.config.js should maintain heic", "with isrFlushToDisk false config dev support w/o next.config.js should maintain icns", "with isrFlushToDisk false config dev support w/o next.config.js should maintain ico format", + "with isrFlushToDisk false config dev support w/o next.config.js should maintain jp2", "with isrFlushToDisk false config dev support w/o next.config.js should maintain jpg format for old Safari", - "with isrFlushToDisk false config dev support w/o next.config.js should maintain pic/pct", + "with isrFlushToDisk false config dev support w/o next.config.js should maintain jxl", "with isrFlushToDisk false config dev support w/o next.config.js should maintain png format for old Safari", + "with isrFlushToDisk false config dev support w/o next.config.js should not allow pdf format", "with isrFlushToDisk false config dev support w/o next.config.js should not allow svg with application header", "with isrFlushToDisk false config dev support w/o next.config.js should not allow svg with comma header", "with isrFlushToDisk false config dev support w/o next.config.js should not allow svg with uppercase header", "with isrFlushToDisk false config dev support w/o next.config.js should not allow svg with wrong header", "with isrFlushToDisk false config dev support w/o next.config.js should not allow vector svg", + "with isrFlushToDisk false config dev support w/o next.config.js should not forward cookie header", "with isrFlushToDisk false config dev support w/o next.config.js should not resize if requested width is larger than original source image", "with isrFlushToDisk false config dev support w/o next.config.js should resize avif", "with isrFlushToDisk false config dev support w/o next.config.js should resize gif (not animated)", @@ -18628,17 +18749,21 @@ "with isrFlushToDisk false config dev support with next.config.js should maintain animated png 2", "with isrFlushToDisk false config dev support with next.config.js should maintain animated webp", "with isrFlushToDisk false config dev support with next.config.js should maintain bmp", + "with isrFlushToDisk false config dev support with next.config.js should maintain heic", "with isrFlushToDisk false config dev support with next.config.js should maintain icns", "with isrFlushToDisk false config dev support with next.config.js should maintain ico format", + "with isrFlushToDisk false config dev support with next.config.js should maintain jp2", "with isrFlushToDisk false config dev support with next.config.js should maintain jpg format for old Safari", - "with isrFlushToDisk false config dev support with next.config.js should maintain pic/pct", + "with isrFlushToDisk false config dev support with next.config.js should maintain jxl", "with isrFlushToDisk false config dev support with next.config.js should maintain png format for old Safari", "with isrFlushToDisk false config dev support with next.config.js should normalize invalid status codes", + "with isrFlushToDisk false config dev support with next.config.js should not allow pdf format", "with isrFlushToDisk false config dev support with next.config.js should not allow svg with application header", "with isrFlushToDisk false config dev support with next.config.js should not allow svg with comma header", "with isrFlushToDisk false config dev support with next.config.js should not allow svg with uppercase header", "with isrFlushToDisk false config dev support with next.config.js should not allow svg with wrong header", "with isrFlushToDisk false config dev support with next.config.js should not allow vector svg", + "with isrFlushToDisk false config dev support with next.config.js should not forward cookie header", "with isrFlushToDisk false config dev support with next.config.js should not resize if requested width is larger than original source image", "with isrFlushToDisk false config dev support with next.config.js should resize absolute url from localhost", "with isrFlushToDisk false config dev support with next.config.js should resize avif", @@ -18696,16 +18821,20 @@ "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain animated png 2", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain animated webp", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain bmp", + "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain heic", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain icns", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain ico format", + "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain jp2", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain jpg format for old Safari", - "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain pic/pct", + "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain jxl", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should maintain png format for old Safari", + "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not allow pdf format", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not allow svg with application header", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not allow svg with comma header", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not allow svg with uppercase header", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not allow svg with wrong header", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not allow vector svg", + "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not forward cookie header", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should not resize if requested width is larger than original source image", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should resize avif", "with isrFlushToDisk false config Production Mode Server support w/o next.config.js should resize gif (not animated)", @@ -18761,17 +18890,21 @@ "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain animated png 2", "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain animated webp", "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain bmp", + "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain heic", "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain icns", "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain ico format", + "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain jp2", "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain jpg format for old Safari", - "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain pic/pct", + "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain jxl", "with isrFlushToDisk false config Production Mode Server support with next.config.js should maintain png format for old Safari", "with isrFlushToDisk false config Production Mode Server support with next.config.js should normalize invalid status codes", + "with isrFlushToDisk false config Production Mode Server support with next.config.js should not allow pdf format", "with isrFlushToDisk false config Production Mode Server support with next.config.js should not allow svg with application header", "with isrFlushToDisk false config Production Mode Server support with next.config.js should not allow svg with comma header", "with isrFlushToDisk false config Production Mode Server support with next.config.js should not allow svg with uppercase header", "with isrFlushToDisk false config Production Mode Server support with next.config.js should not allow svg with wrong header", "with isrFlushToDisk false config Production Mode Server support with next.config.js should not allow vector svg", + "with isrFlushToDisk false config Production Mode Server support with next.config.js should not forward cookie header", "with isrFlushToDisk false config Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with isrFlushToDisk false config Production Mode Server support with next.config.js should resize absolute url from localhost", "with isrFlushToDisk false config Production Mode Server support with next.config.js should resize avif", @@ -18880,17 +19013,21 @@ "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain animated png 2", "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain animated webp", "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain bmp", + "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain heic", "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain icns", "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain ico format", + "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain jp2", "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain jpg format for old Safari", - "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain pic/pct", + "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain jxl", "with minimumCacheTTL of 5 sec dev support with next.config.js should maintain png format for old Safari", "with minimumCacheTTL of 5 sec dev support with next.config.js should normalize invalid status codes", + "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow pdf format", "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow svg with application header", "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow svg with comma header", "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow svg with uppercase header", "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow svg with wrong header", "with minimumCacheTTL of 5 sec dev support with next.config.js should not allow vector svg", + "with minimumCacheTTL of 5 sec dev support with next.config.js should not forward cookie header", "with minimumCacheTTL of 5 sec dev support with next.config.js should not resize if requested width is larger than original source image", "with minimumCacheTTL of 5 sec dev support with next.config.js should resize absolute url from localhost", "with minimumCacheTTL of 5 sec dev support with next.config.js should resize avif", @@ -18954,17 +19091,21 @@ "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain animated png 2", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain animated webp", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain bmp", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain heic", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain icns", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain ico format", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain jp2", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain jpg format for old Safari", - "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain pic/pct", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain jxl", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should maintain png format for old Safari", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should normalize invalid status codes", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow pdf format", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow svg with application header", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow svg with comma header", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow svg with uppercase header", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow svg with wrong header", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not allow vector svg", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not forward cookie header", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should resize absolute url from localhost", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should resize avif", @@ -19025,16 +19166,20 @@ "with latest sharp dev support w/o next.config.js should maintain animated png 2", "with latest sharp dev support w/o next.config.js should maintain animated webp", "with latest sharp dev support w/o next.config.js should maintain bmp", + "with latest sharp dev support w/o next.config.js should maintain heic", "with latest sharp dev support w/o next.config.js should maintain icns", "with latest sharp dev support w/o next.config.js should maintain ico format", + "with latest sharp dev support w/o next.config.js should maintain jp2", "with latest sharp dev support w/o next.config.js should maintain jpg format for old Safari", - "with latest sharp dev support w/o next.config.js should maintain pic/pct", + "with latest sharp dev support w/o next.config.js should maintain jxl", "with latest sharp dev support w/o next.config.js should maintain png format for old Safari", + "with latest sharp dev support w/o next.config.js should not allow pdf format", "with latest sharp dev support w/o next.config.js should not allow svg with application header", "with latest sharp dev support w/o next.config.js should not allow svg with comma header", "with latest sharp dev support w/o next.config.js should not allow svg with uppercase header", "with latest sharp dev support w/o next.config.js should not allow svg with wrong header", "with latest sharp dev support w/o next.config.js should not allow vector svg", + "with latest sharp dev support w/o next.config.js should not forward cookie header", "with latest sharp dev support w/o next.config.js should not resize if requested width is larger than original source image", "with latest sharp dev support w/o next.config.js should resize avif", "with latest sharp dev support w/o next.config.js should resize gif (not animated)", @@ -19090,17 +19235,21 @@ "with latest sharp dev support with next.config.js should maintain animated png 2", "with latest sharp dev support with next.config.js should maintain animated webp", "with latest sharp dev support with next.config.js should maintain bmp", + "with latest sharp dev support with next.config.js should maintain heic", "with latest sharp dev support with next.config.js should maintain icns", "with latest sharp dev support with next.config.js should maintain ico format", + "with latest sharp dev support with next.config.js should maintain jp2", "with latest sharp dev support with next.config.js should maintain jpg format for old Safari", - "with latest sharp dev support with next.config.js should maintain pic/pct", + "with latest sharp dev support with next.config.js should maintain jxl", "with latest sharp dev support with next.config.js should maintain png format for old Safari", "with latest sharp dev support with next.config.js should normalize invalid status codes", + "with latest sharp dev support with next.config.js should not allow pdf format", "with latest sharp dev support with next.config.js should not allow svg with application header", "with latest sharp dev support with next.config.js should not allow svg with comma header", "with latest sharp dev support with next.config.js should not allow svg with uppercase header", "with latest sharp dev support with next.config.js should not allow svg with wrong header", "with latest sharp dev support with next.config.js should not allow vector svg", + "with latest sharp dev support with next.config.js should not forward cookie header", "with latest sharp dev support with next.config.js should not resize if requested width is larger than original source image", "with latest sharp dev support with next.config.js should resize absolute url from localhost", "with latest sharp dev support with next.config.js should resize avif", @@ -19158,16 +19307,20 @@ "with latest sharp Production Mode Server support w/o next.config.js should maintain animated png 2", "with latest sharp Production Mode Server support w/o next.config.js should maintain animated webp", "with latest sharp Production Mode Server support w/o next.config.js should maintain bmp", + "with latest sharp Production Mode Server support w/o next.config.js should maintain heic", "with latest sharp Production Mode Server support w/o next.config.js should maintain icns", "with latest sharp Production Mode Server support w/o next.config.js should maintain ico format", + "with latest sharp Production Mode Server support w/o next.config.js should maintain jp2", "with latest sharp Production Mode Server support w/o next.config.js should maintain jpg format for old Safari", - "with latest sharp Production Mode Server support w/o next.config.js should maintain pic/pct", + "with latest sharp Production Mode Server support w/o next.config.js should maintain jxl", "with latest sharp Production Mode Server support w/o next.config.js should maintain png format for old Safari", + "with latest sharp Production Mode Server support w/o next.config.js should not allow pdf format", "with latest sharp Production Mode Server support w/o next.config.js should not allow svg with application header", "with latest sharp Production Mode Server support w/o next.config.js should not allow svg with comma header", "with latest sharp Production Mode Server support w/o next.config.js should not allow svg with uppercase header", "with latest sharp Production Mode Server support w/o next.config.js should not allow svg with wrong header", "with latest sharp Production Mode Server support w/o next.config.js should not allow vector svg", + "with latest sharp Production Mode Server support w/o next.config.js should not forward cookie header", "with latest sharp Production Mode Server support w/o next.config.js should not resize if requested width is larger than original source image", "with latest sharp Production Mode Server support w/o next.config.js should resize avif", "with latest sharp Production Mode Server support w/o next.config.js should resize gif (not animated)", @@ -19223,17 +19376,21 @@ "with latest sharp Production Mode Server support with next.config.js should maintain animated png 2", "with latest sharp Production Mode Server support with next.config.js should maintain animated webp", "with latest sharp Production Mode Server support with next.config.js should maintain bmp", + "with latest sharp Production Mode Server support with next.config.js should maintain heic", "with latest sharp Production Mode Server support with next.config.js should maintain icns", "with latest sharp Production Mode Server support with next.config.js should maintain ico format", + "with latest sharp Production Mode Server support with next.config.js should maintain jp2", "with latest sharp Production Mode Server support with next.config.js should maintain jpg format for old Safari", - "with latest sharp Production Mode Server support with next.config.js should maintain pic/pct", + "with latest sharp Production Mode Server support with next.config.js should maintain jxl", "with latest sharp Production Mode Server support with next.config.js should maintain png format for old Safari", "with latest sharp Production Mode Server support with next.config.js should normalize invalid status codes", + "with latest sharp Production Mode Server support with next.config.js should not allow pdf format", "with latest sharp Production Mode Server support with next.config.js should not allow svg with application header", "with latest sharp Production Mode Server support with next.config.js should not allow svg with comma header", "with latest sharp Production Mode Server support with next.config.js should not allow svg with uppercase header", "with latest sharp Production Mode Server support with next.config.js should not allow svg with wrong header", "with latest sharp Production Mode Server support with next.config.js should not allow vector svg", + "with latest sharp Production Mode Server support with next.config.js should not forward cookie header", "with latest sharp Production Mode Server support with next.config.js should not resize if requested width is larger than original source image", "with latest sharp Production Mode Server support with next.config.js should resize absolute url from localhost", "with latest sharp Production Mode Server support with next.config.js should resize avif",