Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7053048 to
05f5567
Compare
Failing test suitesCommit: dc19106 | About building and testing Next.js
Expand output● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › Promise.resolve().then(...) ● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › Promise.resolve().then(...) ● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › throw in unawaited async IIFE ● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › throw in unawaited async IIFE ● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › Promise.reject(...) ● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › Promise.reject(...) ● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › throw in async immediate ● uncaught errors in setImmediate do not affect surrounding tasks or other immediates › unhandled rejections › throw in async immediate |
Stats from current PR🟢 1 improvement
📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **399 kB** → **399 kB** ✅ -8 B80 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
📎 Tarball URL |
eb5179c to
dc19106
Compare
| @@ -0,0 +1,7 @@ | |||
| import type { NextConfigComplete } from '../../../server/config-shared' | |||
|
|
|||
| export function isFileSystemCacheEnabledForBuild( | |||
There was a problem hiding this comment.
This file as a whole is a bit overkill and should be inlined into the 3 places that use it?
| }) | ||
|
|
||
| describe('wrapWithMutableAccessCheck', () => { | ||
| let workUnitAsyncStorage: typeof import('../../../app-render/work-unit-async-storage.external').workUnitAsyncStorage |
There was a problem hiding this comment.
Do we really need to change it for the tests?
There was a problem hiding this comment.
It was transitively including some polyfill in the tests that is no longer the case now.

What?
No changes in functionality. Just skips requiring modules that are not used in the common hot path of builds.