From b9fc93b08dfa07df52f53032326c8f43224d47a2 Mon Sep 17 00:00:00 2001 From: vercel-release-bot Date: Wed, 10 Jul 2024 07:04:58 +0000 Subject: [PATCH] update/turbopack-manifest-1720595096949 --- test/turbopack-dev-tests-manifest.json | 312 +++++++++++++++++++++++-- 1 file changed, 294 insertions(+), 18 deletions(-) diff --git a/test/turbopack-dev-tests-manifest.json b/test/turbopack-dev-tests-manifest.json index 9636956f09f33..01124296ab79b 100644 --- a/test/turbopack-dev-tests-manifest.json +++ b/test/turbopack-dev-tests-manifest.json @@ -308,6 +308,16 @@ "flakey": [], "runtimeError": false }, + "packages/next/src/diagnostics/build-diagnostics.test.ts": { + "passed": [ + "build-diagnostics records build diagnostics to a file correctly", + "build-diagnostics records framework version to framework.json correctly" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "packages/next/src/lib/batcher.test.ts": { "passed": [ "Batcher batch should batch multiple calls to the same key", @@ -442,14 +452,14 @@ }, "packages/next/src/server/after/after-context.test.ts": { "passed": [ - "createAfterContext does not hang forever if onClose failed", - "createAfterContext runs after() callbacks added within an after()", - "createAfterContext runs after() callbacks from a run() callback that resolves", - "createAfterContext runs after() callbacks from a run() callback that streams", - "createAfterContext runs after() callbacks from a run() callback that throws", - "createAfterContext runs all after() callbacks even if some of them threw", - "createAfterContext throws from after() if onClose is not provided", - "createAfterContext throws from after() if waitUntil is not provided" + "AfterContext does not hang forever if onClose failed", + "AfterContext runs after() callbacks added within an after()", + "AfterContext runs after() callbacks from a run() callback that resolves", + "AfterContext runs after() callbacks from a run() callback that streams", + "AfterContext runs after() callbacks from a run() callback that throws", + "AfterContext runs all after() callbacks even if some of them threw", + "AfterContext throws from after() if onClose is not provided", + "AfterContext throws from after() if waitUntil is not provided" ], "failed": [], "pending": [], @@ -1059,7 +1069,7 @@ "ReactRefreshLogBox app turbo logbox: anchors links in error messages", "ReactRefreshLogBox app turbo module init error not shown", "ReactRefreshLogBox app turbo server component can recover from error thrown in the module", - "ReactRefreshLogBox app turbo should hide unrelated frames in stack trace with node:internal calls", + "ReactRefreshLogBox app turbo should hide unrelated frames in stack trace with nodejs internal calls", "ReactRefreshLogBox app turbo should hide unrelated frames in stack trace with unknown anonymous calls", "ReactRefreshLogBox app turbo should strip whitespace correctly with newline", "ReactRefreshLogBox app turbo unterminated JSX" @@ -1081,7 +1091,7 @@ "ReactRefreshLogBox app default module init error not shown", "ReactRefreshLogBox app default non-Error errors are handled properly", "ReactRefreshLogBox app default server component can recover from error thrown in the module", - "ReactRefreshLogBox app default should hide unrelated frames in stack trace with node:internal calls", + "ReactRefreshLogBox app default should hide unrelated frames in stack trace with nodejs internal calls", "ReactRefreshLogBox app default should hide unrelated frames in stack trace with unknown anonymous calls", "ReactRefreshLogBox app default should strip whitespace correctly with newline", "ReactRefreshLogBox app default unterminated JSX", @@ -1275,8 +1285,6 @@ "Error overlay - RSC build errors should error when createContext from react is used in server component", "Error overlay - RSC build errors should error when createFactory from react is used in server component", "Error overlay - RSC build errors should error when flushSync from react-dom is used in server component", - "Error overlay - RSC build errors should error when page component export is not valid", - "Error overlay - RSC build errors should error when page component export is not valid on initial load", "Error overlay - RSC build errors should error when unstable_batchedUpdates from react-dom is used in server component", "Error overlay - RSC build errors should error when useActionState from react is used in server component", "Error overlay - RSC build errors should error when useDeferredValue from react is used in server component", @@ -1347,6 +1355,18 @@ "flakey": [], "runtimeError": false }, + "test/development/acceptance-app/undefined-default-export.test.ts": { + "passed": [ + "Undefined default export should error if not-found component does not have default export when trigger not-found boundary", + "Undefined default export should error if page component does not have default export", + "Undefined default export should error when page component export is not valid", + "Undefined default export should error when page component export is not valid on initial load" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/acceptance-app/version-staleness.test.ts": { "passed": [ "Error Overlay version staleness should show version staleness in build error", @@ -1617,6 +1637,13 @@ "flakey": [], "runtimeError": false }, + "test/development/app-dir/hmr-parallel-routes/hmr-parallel-routes.test.ts": { + "passed": ["hmr-parallel-routes should update parallel routes via HMR"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/app-dir/missing-required-html-tags/index.test.ts": { "passed": [ "app-dir - missing required html tags should hmr when you fix the error", @@ -1762,6 +1789,7 @@ "basic HMR, basePath: \"\" Full reload should warn about full reload in cli output - runtime-error", "basic HMR, basePath: \"\" Hot Module Reloading delete a page and add it back should load the page properly", "basic HMR, basePath: \"\" Hot Module Reloading editing a page should detect the changes and display it", + "basic HMR, basePath: \"\" Hot Module Reloading editing a page should not full reload when nonlatin characters are used", "basic HMR, basePath: \"\" Hot Module Reloading editing a page should not reload unrelated pages", "basic HMR, basePath: \"\" Hot Module Reloading editing a page should update styles correctly", "basic HMR, basePath: \"\" Hot Module Reloading editing a page should update styles in a dynamic component correctly", @@ -1787,6 +1815,7 @@ "basic HMR, basePath: \"/docs\" Full reload should warn about full reload in cli output - runtime-error", "basic HMR, basePath: \"/docs\" Hot Module Reloading delete a page and add it back should load the page properly", "basic HMR, basePath: \"/docs\" Hot Module Reloading editing a page should detect the changes and display it", + "basic HMR, basePath: \"/docs\" Hot Module Reloading editing a page should not full reload when nonlatin characters are used", "basic HMR, basePath: \"/docs\" Hot Module Reloading editing a page should not reload unrelated pages", "basic HMR, basePath: \"/docs\" Hot Module Reloading editing a page should update styles correctly", "basic HMR, basePath: \"/docs\" Hot Module Reloading editing a page should update styles in a dynamic component correctly", @@ -2185,6 +2214,20 @@ "flakey": [], "runtimeError": false }, + "test/development/next-config-ts/hmr/index.test.ts": { + "passed": ["next-config-ts - dev-hmr should output config file change"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/development/next-config-ts/turbo/index.test.ts": { + "passed": ["next-config-ts - turbopack should work with Turbopack"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/next-font/build-errors.test.ts": { "passed": [], "failed": [], @@ -2633,6 +2676,7 @@ "app-dir action handling should not error when a forwarded action triggers a redirect (node)", "app-dir action handling should not log errors for non-action form POSTs", "app-dir action handling should only submit action once when resubmitting an action after navigation", + "app-dir action handling should propagate errors from a `text/plain` response to an error boundary", "app-dir action handling should push new route when redirecting", "app-dir action handling should report errors with bad inputs correctly", "app-dir action handling should support .bind", @@ -2651,6 +2695,7 @@ "app-dir action handling should support uploading files", "app-dir action handling should trigger a refresh for a server action that also dispatches a navigation event", "app-dir action handling should trigger a refresh for a server action that gets discarded due to a navigation", + "app-dir action handling should trigger an error boundary for action responses with an invalid content-type", "app-dir action handling should work with interception routes" ], "failed": [], @@ -3212,6 +3257,7 @@ "app-dir static/dynamic handling should cache correctly for fetchCache = default-cache", "app-dir static/dynamic handling should cache correctly for fetchCache = force-cache", "app-dir static/dynamic handling should cache correctly handle JSON body", + "app-dir static/dynamic handling should cache correctly when accessing search params opts into dynamic rendering", "app-dir static/dynamic handling should cache correctly with POST method and revalidate", "app-dir static/dynamic handling should cache correctly with authorization header and revalidate", "app-dir static/dynamic handling should cache correctly with cookie header and revalidate", @@ -3296,6 +3342,7 @@ "app-dir static/dynamic handling should cache correctly for fetchCache = default-cache", "app-dir static/dynamic handling should cache correctly for fetchCache = force-cache", "app-dir static/dynamic handling should cache correctly handle JSON body", + "app-dir static/dynamic handling should cache correctly when accessing search params opts into dynamic rendering", "app-dir static/dynamic handling should cache correctly with POST method and revalidate", "app-dir static/dynamic handling should cache correctly with authorization header and revalidate", "app-dir static/dynamic handling should cache correctly with cookie header and revalidate", @@ -3513,6 +3560,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/app/provide-paths.test.ts": { + "passed": ["Provided page/app paths should skip dev"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/app/standalone-gsp.test.ts": { "passed": ["should skip for non-next start"], "failed": [], @@ -3666,6 +3720,8 @@ "css-order turbo should load correct styles navigating first-client -> second", "css-order turbo should load correct styles navigating first-client -> second-client", "css-order turbo should load correct styles navigating first-client -> third", + "css-order turbo should load correct styles navigating global-first -> global-second", + "css-order turbo should load correct styles navigating global-second -> global-first", "css-order turbo should load correct styles navigating interleaved-a -> interleaved-b", "css-order turbo should load correct styles navigating interleaved-b -> interleaved-a", "css-order turbo should load correct styles navigating pages-first -> pages-second", @@ -3698,6 +3754,8 @@ "css-order turbo should load correct styles on big-interleaved-b", "css-order turbo should load correct styles on first", "css-order turbo should load correct styles on first-client", + "css-order turbo should load correct styles on global-first", + "css-order turbo should load correct styles on global-second", "css-order turbo should load correct styles on interleaved-a", "css-order turbo should load correct styles on interleaved-b", "css-order turbo should load correct styles on pages-first", @@ -3761,6 +3819,18 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/dedupe-rsc-error-log/dedupe-rsc-error-log.test.ts": { + "passed": [ + "dedupe-rsc-error-log should only log RSC error once for edge runtime", + "dedupe-rsc-error-log should only log RSC error once for nodejs runtime", + "dedupe-rsc-error-log should only log SSR error once for edge runtime", + "dedupe-rsc-error-log should only log SSR error once for nodejs runtime" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/draft-mode/draft-mode.test.ts": { "passed": [ "app dir - draft mode in edge runtime should be disabled from api route handler", @@ -3859,10 +3929,13 @@ "app dir - next/dynamic no SSR should not render client component imported through ssr: false in client components", "app dir - next/dynamic no SSR should not render client component imported through ssr: false in client components in edge runtime", "app dir - next/dynamic no SSR should support dynamic import with accessing named exports from client component", + "app dir - next/dynamic should directly raise error when dynamic component error on server", "app dir - next/dynamic should generate correct client manifest for dynamic chunks", "app dir - next/dynamic should handle next/dynamic in SSR correctly", "app dir - next/dynamic should handle next/dynamic in hydration correctly", - "app dir - next/dynamic should handle ssr: false in pages when appDir is enabled" + "app dir - next/dynamic should handle ssr: false in pages when appDir is enabled", + "app dir - next/dynamic should not render loading by default", + "app dir - next/dynamic should render loading by default if loading is specified and loader is slow" ], "failed": [], "pending": [], @@ -4550,6 +4623,97 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/next-config-ts/config-as-async-function/index.test.ts": { + "passed": [ + "next-config-ts-config-as-async-function should support config as async function" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/export-as-default/index.test.ts": { + "passed": [ + "next-config-ts-export-as-default should support export { x as default }" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/export-default/index.test.ts": { + "passed": [ + "next-config-ts-export-default should support export default { ... }" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/import-alias/index.test.ts": { + "passed": ["next-config-ts-import-alias should support import alias"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/import-from-node-modules/index.test.ts": { + "passed": [ + "next-config-ts-import-from-node-modules should import from node_modules" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/import-json/index.test.ts": { + "passed": ["next-config-ts-import-json should support import json"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/nested-imports/index.test.ts": { + "passed": ["next-config-ts-nested-imports should handle nested imports"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/node-api/index.test.ts": { + "passed": ["next-config-ts-node-api should be able to use Node.js API"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/pkg-commonjs/index.test.ts": { + "passed": [ + "next-config-ts-pkg-commonjs should handle ESM modules in CommonJS project" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/pkg-module/index.test.ts": { + "passed": [ + "next-config-ts-pkg-module should handle ESM modules in CommonJS project" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir/next-config-ts/type-error/index.test.ts": { + "passed": [ + "next-config-ts-type-error should throw with type error on build" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/next-config/index.test.ts": { "passed": [ "app dir - next config should support importing webpack in next.config" @@ -4563,7 +4727,7 @@ "passed": [ "next-dynamic-css should have correct order of global styles between layout and pages", "next-dynamic-css should have correct order of styles between global and css modules", - "next-dynamic-css should have correct order of styles on next/dymamic loaded component" + "next-dynamic-css should have correct order of styles on next/dynamic loaded component" ], "failed": [], "pending": [ @@ -4624,6 +4788,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/next-script/next-script.test.ts": { + "passed": [ + "Script component with crossOrigin props should be set crossOrigin also in preload link tag" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/not-found-default/index.test.ts": { "passed": [ "app dir - not found with default 404 page should be able to navigate to page calling not-found", @@ -4679,6 +4852,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/not-found/default/default.test.ts": { + "passed": [ + "app dir - not-found - default should has noindex in the head html" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/not-found/group-route-root-not-found/index.test.ts": { "passed": [ "app dir - group routes with root not-found should render default 404 with root layout for non-existent page", @@ -4878,6 +5060,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/parallel-routes-generate-static-params/parallel-routes-generate-static-params.test.ts": { + "passed": [ + "parallel-routes-generate-static-params should render the intercepted/non-intercepted modal" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/parallel-routes-layouts/parallel-routes-layouts.test.ts": { "passed": [ "parallel-routes-layouts should properly render layouts for multiple slots" @@ -5089,6 +5280,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/ppr-navigations/prefetch-navigation/prefetch-navigation.test.ts": { + "passed": [ + "prefetch-navigation is skipped in dev because there are no prefetches" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/ppr-navigations/search-params/search-params.test.ts": { "passed": ["search-params ppr is disabled in dev"], "failed": [], @@ -5167,6 +5367,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/react-owner-stacks-svgr/react-owner-stacks-svgr.test.ts": { + "passed": [ + "react-owner-stacks-svgr renders an SVG that is transformed by @svgr/webpack into a React component" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/resolve-extensions/resolve-extensions.test.ts": { "passed": [ "turbo-resolve-extensions should SSR", @@ -5784,6 +5993,16 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/server-actions-redirect-middleware-rewrite/server-actions-redirect-middleware-rewrite.test.ts": { + "passed": [ + "app-dir - server-actions-redirect-middleware-rewrite.test should redirect correctly in edge runtime with middleware rewrite", + "app-dir - server-actions-redirect-middleware-rewrite.test should redirect correctly in nodejs runtime with middleware rewrite" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/server-actions-relative-redirect/server-actions-relative-redirect.test.ts": { "passed": [ "server-actions-relative-redirect should work with absolute redirect", @@ -6445,6 +6664,13 @@ "flakey": [], "runtimeError": false }, + "test/e2e/geist-font/geist-font.test.ts": { + "passed": ["geist-font should work with geist font in pages router"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/getserversideprops/test/index.test.ts": { "passed": [ "getServerSideProps should SSR getServerSideProps page correctly", @@ -6796,6 +7022,16 @@ "flakey": [], "runtimeError": false }, + "test/e2e/import-meta/import-meta.test.ts": { + "passed": [ + "import-meta import.meta.url should work in browser", + "import-meta import.meta.url should work on the server" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/instrumentation-hook-src/instrumentation-hook-src.test.ts": { "passed": [ "instrumentation-hook-rsc instrumentation should not overlap with a instrumentation page", @@ -7322,6 +7558,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts": { + "passed": [], + "failed": [], + "pending": [ + "next-config-warnings - esm-externals-false should warn when using ESM externals: false" + ], + "flakey": [], + "runtimeError": false + }, "test/e2e/next-font/basepath.test.ts": { "passed": ["next/font/google basepath preload correct files"], "failed": [], @@ -10834,7 +11079,6 @@ "Next Build production mode eslint cache lives in the user defined build directory", "Next Build production mode eslint caching is enabled", "Next Build production mode eslint ignored directories do not fail the build", - "Next Build production mode first time setup", "Next Build production mode ignore during builds", "Next Build production mode invalid older eslint version", "Next Build production mode missing Next.js plugin", @@ -10845,6 +11089,7 @@ }, "test/integration/eslint/test/next-lint.test.js": { "passed": [ + "Next Lint First Time Setup creates .eslintrc.json file with a default app router configuration", "Next Lint First Time Setup creates .eslintrc.json file with a default configuration", "Next Lint First Time Setup installs eslint and eslint-config-next as devDependencies if missing with npm", "Next Lint First Time Setup installs eslint and eslint-config-next as devDependencies if missing with pnpm", @@ -13288,16 +13533,19 @@ "with contentDispositionType inline dev support with next.config.js should fail when q is less than 1", "with contentDispositionType inline dev support with next.config.js should fail when q is missing", "with contentDispositionType inline dev support with next.config.js should fail when q is not a number", + "with contentDispositionType inline dev support with next.config.js should fail when q is not an integer", "with contentDispositionType inline dev support with next.config.js should fail when url fails to load an image", "with contentDispositionType inline dev support with next.config.js should fail when url has file protocol", "with contentDispositionType inline dev support with next.config.js should fail when url has ftp protocol", "with contentDispositionType inline dev support with next.config.js should fail when url is missing", "with contentDispositionType inline dev support with next.config.js should fail when url is protocol relative", + "with contentDispositionType inline dev support with next.config.js should fail when url is recursive", "with contentDispositionType inline dev support with next.config.js should fail when url is too long", "with contentDispositionType inline dev support with next.config.js should fail when w is 0", "with contentDispositionType inline dev support with next.config.js should fail when w is less than 0", "with contentDispositionType inline dev support with next.config.js should fail when w is missing", "with contentDispositionType inline dev support with next.config.js should fail when w is not a number", + "with contentDispositionType inline dev support with next.config.js should fail when w is not an integer", "with contentDispositionType inline dev support with next.config.js should fail when width is not in next.config.js", "with contentDispositionType inline dev support with next.config.js should handle concurrent requests", "with contentDispositionType inline dev support with next.config.js should handle non-ascii characters in image url", @@ -13356,16 +13604,19 @@ "with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is less than 1", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is missing", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is not a number", + "with contentDispositionType inline Production Mode Server support with next.config.js should fail when q is not an integer", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when url fails to load an image", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when url has file protocol", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when url has ftp protocol", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when url is missing", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when url is protocol relative", + "with contentDispositionType inline Production Mode Server support with next.config.js should fail when url is recursive", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when url is too long", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is 0", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is less than 0", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is missing", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is not a number", + "with contentDispositionType inline Production Mode Server support with next.config.js should fail when w is not an integer", "with contentDispositionType inline Production Mode Server support with next.config.js should fail when width is not in next.config.js", "with contentDispositionType inline Production Mode Server support with next.config.js should handle concurrent requests", "with contentDispositionType inline Production Mode Server support with next.config.js should handle non-ascii characters in image url", @@ -13427,16 +13678,19 @@ "with dangerouslyAllowSVG config dev support with next.config.js should fail when q is less than 1", "with dangerouslyAllowSVG config dev support with next.config.js should fail when q is missing", "with dangerouslyAllowSVG config dev support with next.config.js should fail when q is not a number", + "with dangerouslyAllowSVG config dev support with next.config.js should fail when q is not an integer", "with dangerouslyAllowSVG config dev support with next.config.js should fail when url fails to load an image", "with dangerouslyAllowSVG config dev support with next.config.js should fail when url has file protocol", "with dangerouslyAllowSVG config dev support with next.config.js should fail when url has ftp protocol", "with dangerouslyAllowSVG config dev support with next.config.js should fail when url is missing", "with dangerouslyAllowSVG config dev support with next.config.js should fail when url is protocol relative", + "with dangerouslyAllowSVG config dev support with next.config.js should fail when url is recursive", "with dangerouslyAllowSVG config dev support with next.config.js should fail when url is too long", "with dangerouslyAllowSVG config dev support with next.config.js should fail when w is 0", "with dangerouslyAllowSVG config dev support with next.config.js should fail when w is less than 0", "with dangerouslyAllowSVG config dev support with next.config.js should fail when w is missing", "with dangerouslyAllowSVG config dev support with next.config.js should fail when w is not a number", + "with dangerouslyAllowSVG config dev support with next.config.js should fail when w is not an integer", "with dangerouslyAllowSVG config dev support with next.config.js should fail when width is not in next.config.js", "with dangerouslyAllowSVG config dev support with next.config.js should handle concurrent requests", "with dangerouslyAllowSVG config dev support with next.config.js should handle non-ascii characters in image url", @@ -13492,16 +13746,19 @@ "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when q is less than 1", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when q is missing", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when q is not a number", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when q is not an integer", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url fails to load an image", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url has file protocol", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url has ftp protocol", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url is missing", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url is protocol relative", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url is recursive", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when url is too long", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when w is 0", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when w is less than 0", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when w is missing", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when w is not a number", + "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when w is not an integer", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should fail when width is not in next.config.js", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should handle concurrent requests", "with dangerouslyAllowSVG config Production Mode Server support with next.config.js should handle non-ascii characters in image url", @@ -13595,16 +13852,19 @@ "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when q is less than 1", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when q is missing", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when q is not a number", + "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when q is not an integer", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url fails to load an image", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url has file protocol", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url has ftp protocol", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url is missing", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url is protocol relative", + "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url is recursive", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when url is too long", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when w is 0", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when w is less than 0", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when w is missing", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when w is not a number", + "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when w is not an integer", "with minimumCacheTTL of 5 sec dev support with next.config.js should fail when width is not in next.config.js", "with minimumCacheTTL of 5 sec dev support with next.config.js should handle concurrent requests", "with minimumCacheTTL of 5 sec dev support with next.config.js should handle non-ascii characters in image url", @@ -13663,16 +13923,19 @@ "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when q is less than 1", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when q is missing", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when q is not a number", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when q is not an integer", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url fails to load an image", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url has file protocol", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url has ftp protocol", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url is missing", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url is protocol relative", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url is recursive", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when url is too long", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when w is 0", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when w is less than 0", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when w is missing", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when w is not a number", + "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when w is not an integer", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should fail when width is not in next.config.js", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should handle concurrent requests", "with minimumCacheTTL of 5 sec Production Mode Server support with next.config.js should handle non-ascii characters in image url", @@ -13730,15 +13993,18 @@ "with latest sharp dev support w/o next.config.js should fail when q is less than 1", "with latest sharp dev support w/o next.config.js should fail when q is missing", "with latest sharp dev support w/o next.config.js should fail when q is not a number", + "with latest sharp dev support w/o next.config.js should fail when q is not an integer", "with latest sharp dev support w/o next.config.js should fail when url has file protocol", "with latest sharp dev support w/o next.config.js should fail when url has ftp protocol", "with latest sharp dev support w/o next.config.js should fail when url is missing", "with latest sharp dev support w/o next.config.js should fail when url is protocol relative", + "with latest sharp dev support w/o next.config.js should fail when url is recursive", "with latest sharp dev support w/o next.config.js should fail when url is too long", "with latest sharp dev support w/o next.config.js should fail when w is 0", "with latest sharp dev support w/o next.config.js should fail when w is less than 0", "with latest sharp dev support w/o next.config.js should fail when w is missing", "with latest sharp dev support w/o next.config.js should fail when w is not a number", + "with latest sharp dev support w/o next.config.js should fail when w is not an integer", "with latest sharp dev support w/o next.config.js should fail when width is not in next.config.js", "with latest sharp dev support w/o next.config.js should handle non-ascii characters in image url", "with latest sharp dev support w/o next.config.js should maintain animated gif", @@ -13787,16 +14053,19 @@ "with latest sharp dev support with next.config.js should fail when q is less than 1", "with latest sharp dev support with next.config.js should fail when q is missing", "with latest sharp dev support with next.config.js should fail when q is not a number", + "with latest sharp dev support with next.config.js should fail when q is not an integer", "with latest sharp dev support with next.config.js should fail when url fails to load an image", "with latest sharp dev support with next.config.js should fail when url has file protocol", "with latest sharp dev support with next.config.js should fail when url has ftp protocol", "with latest sharp dev support with next.config.js should fail when url is missing", "with latest sharp dev support with next.config.js should fail when url is protocol relative", + "with latest sharp dev support with next.config.js should fail when url is recursive", "with latest sharp dev support with next.config.js should fail when url is too long", "with latest sharp dev support with next.config.js should fail when w is 0", "with latest sharp dev support with next.config.js should fail when w is less than 0", "with latest sharp dev support with next.config.js should fail when w is missing", "with latest sharp dev support with next.config.js should fail when w is not a number", + "with latest sharp dev support with next.config.js should fail when w is not an integer", "with latest sharp dev support with next.config.js should fail when width is not in next.config.js", "with latest sharp dev support with next.config.js should handle concurrent requests", "with latest sharp dev support with next.config.js should handle non-ascii characters in image url", @@ -13851,15 +14120,18 @@ "with latest sharp Production Mode Server support w/o next.config.js should fail when q is less than 1", "with latest sharp Production Mode Server support w/o next.config.js should fail when q is missing", "with latest sharp Production Mode Server support w/o next.config.js should fail when q is not a number", + "with latest sharp Production Mode Server support w/o next.config.js should fail when q is not an integer", "with latest sharp Production Mode Server support w/o next.config.js should fail when url has file protocol", "with latest sharp Production Mode Server support w/o next.config.js should fail when url has ftp protocol", "with latest sharp Production Mode Server support w/o next.config.js should fail when url is missing", "with latest sharp Production Mode Server support w/o next.config.js should fail when url is protocol relative", + "with latest sharp Production Mode Server support w/o next.config.js should fail when url is recursive", "with latest sharp Production Mode Server support w/o next.config.js should fail when url is too long", "with latest sharp Production Mode Server support w/o next.config.js should fail when w is 0", "with latest sharp Production Mode Server support w/o next.config.js should fail when w is less than 0", "with latest sharp Production Mode Server support w/o next.config.js should fail when w is missing", "with latest sharp Production Mode Server support w/o next.config.js should fail when w is not a number", + "with latest sharp Production Mode Server support w/o next.config.js should fail when w is not an integer", "with latest sharp Production Mode Server support w/o next.config.js should fail when width is not in next.config.js", "with latest sharp Production Mode Server support w/o next.config.js should handle non-ascii characters in image url", "with latest sharp Production Mode Server support w/o next.config.js should maintain animated gif", @@ -13908,16 +14180,19 @@ "with latest sharp Production Mode Server support with next.config.js should fail when q is less than 1", "with latest sharp Production Mode Server support with next.config.js should fail when q is missing", "with latest sharp Production Mode Server support with next.config.js should fail when q is not a number", + "with latest sharp Production Mode Server support with next.config.js should fail when q is not an integer", "with latest sharp Production Mode Server support with next.config.js should fail when url fails to load an image", "with latest sharp Production Mode Server support with next.config.js should fail when url has file protocol", "with latest sharp Production Mode Server support with next.config.js should fail when url has ftp protocol", "with latest sharp Production Mode Server support with next.config.js should fail when url is missing", "with latest sharp Production Mode Server support with next.config.js should fail when url is protocol relative", + "with latest sharp Production Mode Server support with next.config.js should fail when url is recursive", "with latest sharp Production Mode Server support with next.config.js should fail when url is too long", "with latest sharp Production Mode Server support with next.config.js should fail when w is 0", "with latest sharp Production Mode Server support with next.config.js should fail when w is less than 0", "with latest sharp Production Mode Server support with next.config.js should fail when w is missing", "with latest sharp Production Mode Server support with next.config.js should fail when w is not a number", + "with latest sharp Production Mode Server support with next.config.js should fail when w is not an integer", "with latest sharp Production Mode Server support with next.config.js should fail when width is not in next.config.js", "with latest sharp Production Mode Server support with next.config.js should handle concurrent requests", "with latest sharp Production Mode Server support with next.config.js should handle non-ascii characters in image url", @@ -15857,11 +16132,12 @@ "runtimeError": false }, "test/integration/relay-graphql-swc-multi-project/test/index.test.js": { - "passed": [], + "passed": [ + "Relay Compiler Transform - Multi Project Config development mode project-a should resolve index page correctly", + "Relay Compiler Transform - Multi Project Config development mode project-b should resolve index page correctly" + ], "failed": [], "pending": [ - "Relay Compiler Transform - Multi Project Config development mode project-a should resolve index page correctly", - "Relay Compiler Transform - Multi Project Config development mode project-b should resolve index page correctly", "Relay Compiler Transform - Multi Project Config production mode project-a should resolve index page correctly", "Relay Compiler Transform - Multi Project Config production mode project-b should resolve index page correctly" ],