-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
make sure "webpack" exists in the repo for typings #30371
Conversation
0ab430a
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
fixes "yarn types" needed before "yarn dev" use incremental typescript for next package
0ab430a
to
37fc182
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Failing test suitesCommit: e5b4057 test/e2e/prerender.test.ts
Expand output● Prerender › should navigate between pages successfully
● Prerender › should SSR normal page correctly
● Prerender › should SSR incremental page correctly
● Prerender › should SSR blocking path correctly (blocking)
● Prerender › should SSR blocking path correctly (pre-rendered)
● Prerender › should have gsp in NEXT_DATA
● Prerender › should not have gsp in NEXT_DATA for non-GSP page
● Prerender › should not supply query values to params or useRouter non-dynamic page SSR
● Prerender › should not supply query values to params in /_next/data request
● Prerender › should not supply query values to params or useRouter dynamic page SSR
● Prerender › should return data correctly
● Prerender › should return data correctly for dynamic page
● Prerender › should return data correctly for dynamic page (non-seeded)
● Prerender › should use correct caching headers for a revalidate page
● Prerender › should navigate to a normal page and back
● Prerender › should parse query values on mount correctly
● Prerender › should reload page on failed data request
● Prerender › should SSR dynamic page with brackets in param as object
● Prerender › should navigate to dynamic page with brackets in param as object
● Prerender › should SSR dynamic page with brackets in param as string
● Prerender › should navigate to dynamic page with brackets in param as string
● Prerender › should not return data for fallback: false and missing dynamic page
● Prerender › should server prerendered path correctly for SSG pages that starts with api-docs
● Prerender › should render correctly for SSG pages that starts with api-docs
● Prerender › should return data correctly for SSG pages that starts with api-docs
● Prerender › should SSR catch-all page with brackets in param as string
● Prerender › should navigate to catch-all page with brackets in param as string
● Prerender › should SSR catch-all page with brackets in param as object
● Prerender › should navigate to catch-all page with brackets in param as object
● Prerender › should reload page on failed data request, and retry
● Prerender › should support prerendered catchall route
● Prerender › should support lazy catchall route
● Prerender › should support nested lazy catchall route
● Prerender › should support prerendered catchall-explicit route (nested)
● Prerender › should support prerendered catchall-explicit route (single)
● Prerender › should handle fallback only page correctly HTML
● Prerender › should handle fallback only page correctly data
● Prerender › should 404 for a missing catchall explicit route
● Prerender › should 404 for an invalid data url
● Prerender › should allow rewriting to SSG page with fallback: false
● Prerender › should allow rewriting to SSG page with fallback: 'blocking'
● Prerender › should fetch /_next/data correctly with mismatched href and as
● Prerender › should not error when rewriting to fallback dynamic SSG page
● Prerender › should use correct caching headers for a no-revalidate page
● Prerender › should not show error for invalid JSON returned from getStaticProps on SSR
● Prerender › should not show error for invalid JSON returned from getStaticProps on CST
● Prerender › outputs dataRoutes in routes-manifest correctly
● Prerender › outputs a prerender-manifest correctly
● Prerender › outputs prerendered files correctly
● Prerender › should handle de-duping correctly
● Prerender › should not revalidate when set to false
● Prerender › should not revalidate when set to false in blocking fallback mode
● Prerender › should handle revalidating HTML correctly
● Prerender › should handle revalidating JSON correctly
● Prerender › should handle revalidating HTML correctly with blocking
● Prerender › should handle revalidating JSON correctly with blocking
● Prerender › should handle revalidating HTML correctly with blocking and seed
● Prerender › should handle revalidating JSON correctly with blocking and seed
● Prerender › should not fetch prerender data on mount
● Prerender › should not error when flushing cache files
● Prerender › should not have attempted sending invalid payload
● Prerender › should of formatted build output correctly
● Prerender › should output traces
● Test suite failed to run
● Test suite failed to run
test/integration/preload-viewport/test/index.test.js
Expand output● Prefetching Links in viewport › should not prefetch already loaded scripts
test/integration/create-next-app/index.test.js
Expand output● create next app › empty directory
● create next app › valid example
● create next app › should support typescript flag
● create next app › should fall back to default template
|
fixes "yarn types" needed before "yarn dev"
use incremental typescript for next package