-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix experimental undici warning #41077
Conversation
Failing test suitesCommit: 0d3aa86
Expand output● app-dir edge SSR › should handle edge only routes
Read more about building and testing Next.js in contributing.md.
Expand output● Switchable runtime › Switchable runtime (dev) › should sort edge SSR routes correctly
● Switchable runtime › Switchable runtime (dev) › should be able to navigate between edge SSR routes without any errors
● Switchable runtime › Switchable runtime (dev) › should be possible to switch between runtimes in pages
● Switchable runtime › Switchable runtime (dev) › should not crash the dev server when invalid runtime is configured
Read more about building and testing Next.js in contributing.md.
Expand output● app dir › should use application/octet-stream for flight
● app dir › should use application/octet-stream for flight with edge runtime
● app dir › should pass props from getServerSideProps in root layout
● app dir › should serve from pages
● app dir › should serve dynamic route from pages
● app dir › should serve from public
● app dir › should serve from app
● app dir › should serve /index as separate page
● app dir › should serve polyfills for browsers that do not support modules
● app dir › should handle css imports in next/dynamic correctly
● app dir › should include layouts when no direct parent layout
● app dir › should not include parent when not in parent directory with route in directory
● app dir › should use new root layout when provided
● app dir › should not create new root layout when nested (optional)
● app dir › should include parent document when no direct parent layout
● app dir › should not include parent when not in parent directory
● app dir › should serve nested parent
● app dir › should serve dynamic parameter
● app dir › should include document html and body
● app dir › should not serve when layout is provided but no folder index
● app dir › should match partial parameters
● app dir › rewrites › should support rewrites on initial load
● app dir › rewrites › should support rewrites on client-side navigation from pages to app with existing pages path
● app dir › rewrites › should support rewrites on client-side navigation
● app dir › should not rerender layout when navigating between routes in the same layout
● app dir › should handle hash in initial url
● app dir › parallel routes › should match parallel routes
● app dir › parallel routes › should match parallel routes in route groups
● app dir › › should hard push
● app dir › › should hard replace
● app dir › › should soft push
● app dir › › should soft replace
● app dir › › should be soft for back navigation
● app dir › › should be soft for forward navigation
● app dir › › should allow linking from app page to pages page
● app dir › server components › should not serve .server.js as a path
● app dir › server components › should not serve .client.js as a path
● app dir › server components › should serve shared component
● app dir › server components › dynamic routes › should only pass params that apply to the layout
● app dir › server components › catch-all routes › should handle optional segments
● app dir › server components › catch-all routes › should handle optional segments root
● app dir › server components › catch-all routes › should handle required segments
● app dir › server components › catch-all routes › should handle required segments root as not found
● app dir › server components › should serve client component › should serve server-side
● app dir › server components › should serve client component › should serve client-side
● app dir › server components › should include client component layout with server component route › should include it server-side
● app dir › server components › should include client component layout with server component route › should include it client-side
● app dir › server components › Loading › should render loading.js in initial html for slow page
● app dir › server components › Loading › should render loading.js in browser for slow page
● app dir › server components › Loading › should render loading.js in initial html for slow layout
● app dir › server components › Loading › should render loading.js in browser for slow layout
● app dir › server components › Loading › should render loading.js in initial html for slow layout and page
● app dir › server components › Loading › should render loading.js in browser for slow layout and page
● app dir › server components › middleware › should strip internal query parameters from requests to middleware for rewrite
● app dir › server components › middleware › should strip internal query parameters from requests to middleware for redirect
● app dir › server components › next/router › should always return null when accessed from /app
● app dir › server components › hooks › cookies function › should retrieve cookies in a server component
● app dir › server components › hooks › cookies function › should access cookies on navigation
● app dir › server components › hooks › headers function › should have access to incoming headers in a server component
● app dir › server components › hooks › headers function › should access headers on navigation
● app dir › server components › hooks › previewData function › should return no preview data when there is none
● app dir › server components › hooks › previewData function › should return preview data when there is some
● app dir › server components › hooks › useRouter › should throw an error when imported
● app dir › server components › hooks › useParams › should throw an error when imported
● app dir › server components › hooks › useSearchParams › should throw an error when imported
● app dir › server components › hooks › usePathname › should throw an error when imported
● app dir › server components › hooks › useLayoutSegments › should throw an error when imported
● app dir › server components › hooks › useSelectedLayoutSegment › should throw an error when imported
● app dir › client components › hooks › cookies function › should throw an error when imported
● app dir › client components › hooks › previewData function › should throw an error when imported
● app dir › client components › hooks › headers function › should throw an error when imported
● app dir › client components › hooks › usePathname › should have the correct pathname
● app dir › client components › hooks › useSearchParams › should have the correct search params
● app dir › client components › hooks › useRouter › should allow access to the router
● app dir › client components › hooks › useRouter › should have consistent query and params handling
● app dir › css support › server layouts › should support global css inside server layouts
● app dir › css support › server layouts › should support css modules inside server layouts
● app dir › css support › server pages › should support global css inside server pages
● app dir › css support › server pages › should support css modules inside server pages
● app dir › css support › server pages › should not include unused css modules in the page in prod
● app dir › css support › client layouts › should support css modules inside client layouts
● app dir › css support › client layouts › should support global css inside client layouts
● app dir › css support › client pages › should support css modules inside client pages
● app dir › css support › client pages › should support global css inside client pages
● app dir › Subresource Integrity › does not include nonce when not enabled
● app dir › Subresource Integrity › includes a nonce value with inline scripts when Content-Security-Policy header is defined
● app dir › Subresource Integrity › includes an integrity attribute on scripts
● app dir › Subresource Integrity › throws when escape characters are included in nonce
● app dir › template component › should render the template that holds state in a client component and reset on navigation
● app dir › template component › should render the template that is a server component and rerender on navigation
● app dir › error component › should trigger error component when an error happens during rendering
● app dir › error component › should allow resetting error boundary
● app dir › error component › should hydrate empty shell to handle server-side rendering errors
● app dir › known bugs › should not share flight data between requests
● app dir › not-found › should trigger not-found in a server component
● app dir › not-found › should trigger not-found in a client component
● app dir › not-found › should trigger not-found client-side
● app dir › redirect › components › should redirect in a server component
● app dir › redirect › components › should redirect in a client component
● app dir › redirect › components › should redirect client-side
● app dir › redirect › next.config.js redirects › should redirect from next.config.js
● app dir › redirect › next.config.js redirects › should redirect from next.config.js with link navigation
● app dir › redirect › middleware redirects › should redirect from middleware
● app dir › redirect › middleware redirects › should redirect from middleware with link navigation
Read more about building and testing Next.js in contributing.md. |
Merging as failing tests are from canary and will be investigated separate |
Fixes: https://vercel.slack.com/archives/C03KAR5DCKC/p1664581332858249 ## Bug - [x] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md`
Fixes: https://vercel.slack.com/archives/C03KAR5DCKC/p1664581332858249 ## Bug - [x] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md`
Fixes: https://vercel.slack.com/archives/C03KAR5DCKC/p1664581332858249
Bug
fixes #number
contributing.md