Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Add copy buttons to all
 blocks
(function() {
function addCopyButtons() {
document.querySelectorAll('pre code').forEach(function(codeBlock) {
if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;
codeBlock.parentElement.setAttribute('data-copy-added', 'true');
var btn = document.createElement('button');
btn.textContent = 'Copy';
btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';
btn.onmouseover = function() { this.style.opacity = '1'; };
btn.onmouseout = function() { this.style.opacity = '0.7'; };
btn.onclick = function() {
navigator.clipboard.writeText(codeBlock.textContent).then(function() {
btn.textContent = 'Copied!';
setTimeout(function() { btn.textContent = 'Copy'; }, 1500);
});
};
codeBlock.parentElement.style.position = 'relative';
codeBlock.parentElement.appendChild(btn);
});
}
addCopyButtons();
// Re-run on dynamic content
var observer = new MutationObserver(addCopyButtons);
observer.observe(document.body, { childList: true, subtree: true });
})();
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
Bump Next.js and React in workbenches by pranaygp · Pull Request #944 · vercel/workflow · GitHub
Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Force GitHub README to respect dark mode (function() { var style = document.createElement('style'); style.textContent = ' .markdown-body { color-scheme: dark light; } .markdown-body pre { background: #161b22 !important; } .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; } .markdown-body table th, .markdown-body table td { border-color: #30363d !important; } .markdown-body img { background: #0d1117; } .markdown-body blockquote { border-left-color: #8b949e; } .markdown-body hr { border-color: #30363d; } '; document.head.appendChild(style); })(); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Bump Next.js and React in workbenches by pranaygp · Pull Request #944 · vercel/workflow · GitHub
Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Highlight search terms from Google/DuckDuckGo/Bing referrer (function() { var ref = document.referrer; var terms = []; if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) { var url = new URL(ref); var q = url.searchParams.get('q') || url.searchParams.get('p'); if (q) { terms = q.split(/\s+/).filter(function(t) { return t.length > 2; }); } } if (terms.length === 0) return; var style = document.createElement('style'); style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }'; document.head.appendChild(style); function highlight(node) { if (node.nodeType === 3) { // text node var text = node.textContent; var found = false; terms.forEach(function(term) { var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\]\\]/g, '\\') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Bump Next.js and React in workbenches by pranaygp · Pull Request #944 · vercel/workflow · GitHub
Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ' Bump Next.js and React in workbenches by pranaygp · Pull Request #944 · vercel/workflow · GitHub
Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Bump Next.js and React in workbenches by pranaygp · Pull Request #944 · vercel/workflow · GitHub
Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ' Bump Next.js and React in workbenches by pranaygp · Pull Request #944 · vercel/workflow · GitHub
Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3
, 'i'); if (__m === '*' || __re.test(location.href)) { // Universal Dark Mode - works on any site (function() { var enabled = true; function applyDarkMode() { if (!enabled) return; // Create style element if it doesn't exist var style = document.getElementById('universal-dark-mode-style'); if (!style) { style = document.createElement('style'); style.id = 'universal-dark-mode-style'; document.head.appendChild(style); } // Dark mode CSS - inverts colors but preserves images/video style.textContent = ' /* Invert everything except media */ html { filter: invert(1) hue-rotate(180deg) !important; background: #1a1a2e !important; } /* Restore images, videos, iframes, canvas */ img, video, iframe, canvas, svg, picture, [style*="background-image"] { filter: invert(1) hue-rotate(180deg) !important; } /* Preserve specific elements that should not be inverted */ .no-dark-mode, .no-dark-mode *, [data-theme="light"], [data-theme="light"], .ace_editor, .ace_editor *, .CodeMirror, .CodeMirror *, .monaco-editor, .monaco-editor *, .markdown-body pre, .markdown-body pre *, .highlight, .highlight *, pre code, pre code * { filter: none !important; } /* Fix common UI elements */ .modal, .popup, .dropdown-menu, .tooltip, .popover { filter: invert(1) hue-rotate(180deg) !important; background: #2d2d44 !important; border-color: #444 !important; } /* Scrollbars */ ::-webkit-scrollbar { background: #1a1a2e !important; } ::-webkit-scrollbar-thumb { background: #444 !important; } ::-webkit-scrollbar-thumb:hover { background: #555 !important; } /* Selection */ ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; } ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; } '; } function removeDarkMode() { var style = document.getElementById('universal-dark-mode-style'); if (style) style.remove(); } // Toggle with Alt+Shift+D document.addEventListener('keydown', function(e) { if (e.altKey && e.shiftKey && e.key === 'D') { e.preventDefault(); enabled = !enabled; if (enabled) { applyDarkMode(); console.log('[Universal Dark Mode] Enabled'); } else { removeDarkMode(); console.log('[Universal Dark Mode] Disabled'); } } }); // Apply on load applyDarkMode(); // Re-apply on dynamic content var observer = new MutationObserver(function(mutations) { if (enabled && !document.getElementById('universal-dark-mode-style')) { applyDarkMode(); } }); observer.observe(document.head, { childList: true }); console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle'); })(); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })(); Bump Next.js and React in workbenches by pranaygp · Pull Request #944 · vercel/workflow · GitHub
Skip to content

Bump Next.js and React in workbenches - #944

Merged
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep
Feb 5, 2026
Merged

Bump Next.js and React in workbenches#944
pranaygp merged 2 commits into
mainfrom
pranaygp/bump-nextjs-dep

Conversation

@pranaygp

Copy link
Copy Markdown
Contributor

Summary

  • Bumps Next.js from 16.0.10 to 16.1.6 in nextjs-turbopack, nextjs-webpack, and swc-playground workbenches
  • Bumps React and React-DOM to 19.2.4 in the same workbenches

Test plan

  • CI passes
  • Workbenches build successfully

🤖 Generated with Claude Code

CopilotAI review requested due to automatic review settings February 5, 2026 01:21
@vercel

vercelBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

@changeset-bot

changeset-botBot commented Feb 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3194f6e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 15 packages
NameType
@workflow/nextPatch
@workflow/docs-typecheckPatch
workflowPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nitroPatch
@workflow/web-sharedPatch
@workflow/astroPatch
@workflow/nestPatch
@workflow/rollupPatch
@workflow/sveltekitPatch
@workflow/vitePatch
@workflow/nuxtPatch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

Some tests failed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production479038517
✅ 💻 Local Development438032470
✅ 📦 Local Production438032470
✅ 🐘 Local Postgres438032470
✅ 🪟 Windows470047
❌ 🌍 Community Worlds311690200
✅ 📋 Other129012141
Total20001691462315

❌ Failed Tests

🌍 Community Worlds (169 failed)

mongodb (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

redis (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

starter (43 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • health check (CLI) - workflow health command reports healthy endpoints
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

turso (42 failed):

  • addTenWorkflow
  • addTenWorkflow
  • should work with react rendering in step
  • promiseAllWorkflow
  • promiseRaceWorkflow
  • promiseAnyWorkflow
  • readableStreamWorkflow
  • hookWorkflow
  • webhookWorkflow
  • sleepingWorkflow
  • nullByteWorkflow
  • workflowAndStepMetadataWorkflow
  • outputStreamWorkflow
  • outputStreamInsideStepWorkflow - getWritable() called inside step functions
  • fetchWorkflow
  • promiseRaceStressTestWorkflow
  • error handling error propagation workflow errors nested function calls preserve message and stack trace
  • error handling error propagation workflow errors cross-file imports preserve message and stack trace
  • error handling error propagation step errors basic step error preserves message and stack trace
  • error handling error propagation step errors cross-file step error preserves message and function names in stack
  • error handling retry behavior regular Error retries until success
  • error handling retry behavior FatalError fails immediately without retries
  • error handling retry behavior RetryableError respects custom retryAfter delay
  • error handling retry behavior maxRetries=0 disables retries
  • error handling catchability FatalError can be caught and detected with FatalError.is()
  • hookCleanupTestWorkflow - hook token reuse after workflow completion
  • concurrent hook token conflict - two workflows cannot use the same hook token simultaneously
  • stepFunctionPassingWorkflow - step function references can be passed as arguments (without closure vars)
  • stepFunctionWithClosureWorkflow - step function with closure variables passed as argument
  • closureVariableWorkflow - nested step functions with closure variables
  • spawnWorkflowFromStepWorkflow - spawning a child workflow using start() inside a step
  • pathsAliasWorkflow - TypeScript path aliases resolve correctly
  • Calculator.calculate - static workflow method using static step methods from another class
  • AllInOneService.processNumber - static workflow method using sibling static step methods
  • ChainableService.processWithThis - static step methods using this to reference the class
  • thisSerializationWorkflow - step function invoked with .call() and .apply()
  • customSerializationWorkflow - custom class serialization with WORKFLOW_SERIALIZE/WORKFLOW_DESERIALIZE
  • instanceMethodStepWorkflow - instance methods with "use step" directive
  • crossContextSerdeWorkflow - classes defined in step code are deserializable in workflow context
  • pages router addTenWorkflow via pages router
  • pages router promiseAllWorkflow via pages router
  • pages router sleepingWorkflow via pages router

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro4304
✅ example4304
✅ express4304
✅ fastify4304
✅ hono4304
✅ nextjs-turbopack4601
✅ nextjs-webpack4601
✅ nitro4304
✅ nuxt4304
✅ sveltekit4304
✅ vite4304
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable4304
✅ express-stable4304
✅ fastify-stable4304
✅ hono-stable4304
✅ nextjs-turbopack-stable4700
✅ nextjs-webpack-stable4700
✅ nitro-stable4304
✅ nuxt-stable4304
✅ sveltekit-stable4304
✅ vite-stable4304
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack4700
❌ 🌍 Community Worlds
AppPassedFailedSkipped
✅ mongodb-dev300
❌ mongodb5420
✅ redis-dev300
❌ redis5420
✅ starter-dev300
❌ starter4430
✅ turso-dev300
❌ turso5420
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable4304
✅ e2e-local-postgres-nest-stable4304
✅ e2e-local-prod-nest-stable4304

📋 View full workflow run

@github-actions

github-actionsBot commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

📊 Benchmark Results

📈 Comparing against baseline from main branch. Green 🟢 = faster, Red 🔺 = slower.

workflow with no steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.033s (-23.3% 🟢)1.009s (~)0.976s101.00x
💻 LocalNext.js (Turbopack)0.038s (-5.0% 🟢)1.015s (~)0.978s101.15x
💻 LocalNitro0.045s (+3.2%)1.008s (~)0.963s101.35x
🐘 PostgresExpress0.184s (-26.0% 🟢)1.015s (~)0.831s105.58x
🐘 PostgresNitro0.367s (+151.4% 🔺)1.015s (-0.7%)0.648s1011.12x
🐘 PostgresNext.js (Turbopack)0.372s (+2.3%)1.019s (~)0.647s1011.28x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express0.625s (-9.1% 🟢)1.616s (+2.6%)0.992s101.00x
▲ VercelNitro0.699s (+2.0%)1.687s (-2.6%)0.988s101.12x
▲ VercelNext.js (Turbopack)0.895s (+35.2% 🔺)1.896s (-5.4% 🟢)1.001s101.43x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.080s (-3.2%)2.008s (~)0.928s101.00x
💻 LocalNext.js (Turbopack)1.093s (~)2.012s (~)0.920s101.01x
💻 LocalNitro1.118s (~)2.007s (~)0.888s101.04x
🐘 PostgresNext.js (Turbopack)2.167s (+0.9%)3.017s (~)0.850s102.01x
🐘 PostgresExpress2.325s (+22.9% 🔺)3.015s (+49.7% 🔺)0.691s102.15x
🐘 PostgresNitro2.372s (-4.8%)3.015s (~)0.643s102.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.838s (-6.0% 🟢)3.713s (-2.5%)0.875s101.00x
▲ VercelNitro2.891s (+1.6%)3.871s (-0.6%)0.980s101.02x
▲ VercelNext.js (Turbopack)2.909s (+0.6%)3.893s (+7.0% 🔺)0.984s101.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express10.588s (-2.2%)11.015s (~)0.427s31.00x
💻 LocalNext.js (Turbopack)10.720s (~)11.020s (~)0.300s31.01x
💻 LocalNitro10.846s (~)11.018s (~)0.172s31.02x
🐘 PostgresNitro20.245s (-0.8%)21.048s (~)0.802s21.91x
🐘 PostgresNext.js (Turbopack)20.308s (-0.9%)21.049s (~)0.741s21.92x
🐘 PostgresExpress20.419s (+33.5% 🔺)21.036s (+31.2% 🔺)0.618s21.93x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express22.143s (-4.1%)23.041s (-3.1%)0.897s21.00x
▲ VercelNitro22.803s (+1.4%)23.642s (+2.6%)0.839s21.03x
▲ VercelNext.js (Turbopack)24.020s (+6.7% 🔺)24.916s (+6.5% 🔺)0.897s21.08x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express26.870s (-2.1%)27.030s (-3.6%)0.160s31.00x
💻 LocalNext.js (Turbopack)27.140s (~)28.035s (~)0.895s31.01x
💻 LocalNitro27.506s (~)28.033s (~)0.526s31.02x
🐘 PostgresNitro50.128s (~)51.088s (~)0.960s21.87x
🐘 PostgresExpress50.319s (+33.6% 🔺)51.086s (+34.2% 🔺)0.767s21.87x
🐘 PostgresNext.js (Turbopack)50.493s (~)51.067s (~)0.573s21.88x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)55.278s (-3.2%)56.374s (-2.3%)1.096s21.00x
▲ VercelExpress58.119s (+1.4%)58.954s (+2.0%)0.835s21.05x
▲ VercelNitro60.640s (+7.4% 🔺)61.004s (+5.9% 🔺)0.364s11.10x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express55.859s (-2.1%)56.030s (-2.6%)0.171s21.00x
💻 LocalNext.js (Turbopack)56.580s (~)57.043s (~)0.463s21.01x
💻 LocalNitro57.251s (~)58.054s (~)0.803s21.02x
🐘 PostgresNext.js (Turbopack)77.378s (-20.5% 🟢)77.626s (-20.9% 🟢)0.248s21.39x
🐘 PostgresExpress100.123s (+32.7% 🔺)101.111s (+32.8% 🔺)0.988s11.79x
🐘 PostgresNitro100.500s (~)101.150s (~)0.650s11.80x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro125.136s (+3.7%)125.970s (+3.4%)0.834s11.00x
▲ VercelExpress129.015s (+4.8%)129.736s (+4.3%)0.721s11.03x
▲ VercelNext.js (Turbopack)133.578s (+6.9% 🔺)134.633s (+6.8% 🔺)1.055s11.07x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Next.js (Turbopack)1.380s (~)2.011s (~)0.631s151.00x
💻 LocalExpress1.389s (-0.7%)2.007s (~)0.618s151.01x
💻 LocalNitro1.413s (-0.9%)2.006s (~)0.593s151.02x
🐘 PostgresNitro2.289s (-2.0%)3.016s (~)0.727s101.66x
🐘 PostgresExpress2.311s (-2.1%)3.013s (+9.9% 🔺)0.702s101.67x
🐘 PostgresNext.js (Turbopack)2.442s (+4.5%)3.016s (~)0.575s101.77x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.000s (-16.9% 🟢)3.795s (-12.2% 🟢)0.795s81.00x
▲ VercelNitro3.027s (+2.1%)3.894s (-0.7%)0.867s81.01x
▲ VercelExpress3.195s (+2.8%)3.975s (~)0.780s81.06x

🔍 Observability: Next.js (Turbopack) | Nitro | Express

Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.333s (-6.8% 🟢)3.307s (+9.9% 🔺)0.974s101.00x
💻 LocalNext.js (Turbopack)2.457s (+0.8%)3.054s (+1.0%)0.597s101.05x
💻 LocalNitro2.547s (-2.0%)3.016s (~)0.470s101.09x
🐘 PostgresNitro8.831s (~)9.299s (~)0.469s43.78x
🐘 PostgresExpress9.053s (-21.7% 🟢)9.588s (-18.0% 🟢)0.535s43.88x
🐘 PostgresNext.js (Turbopack)10.343s (-15.2% 🟢)11.072s (-12.8% 🟢)0.728s34.43x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Nitro3.193s (-33.7% 🟢)3.881s (-30.4% 🟢)0.689s81.00x
▲ VercelExpress3.442s (+4.4%)4.203s (+4.7%)0.761s81.08x
▲ VercelNext.js (Turbopack)3.594s (-13.7% 🟢)4.151s (-24.6% 🟢)0.557s81.13x

🔍 Observability: Nitro | Express | Next.js (Turbopack)

Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express6.654s (-5.6% 🟢)7.654s (+0.5%)0.999s41.00x
💻 LocalNitro7.144s (-5.9% 🟢)7.580s (-11.7% 🟢)0.436s51.07x
💻 LocalNext.js (Turbopack)7.239s (+9.7% 🔺)7.978s (+2.0%)0.739s41.09x
🐘 PostgresNitro49.066s (+1.8%)49.314s (~)0.248s17.37x
🐘 PostgresExpress52.248s (-0.6%)53.147s (~)0.899s17.85x
🐘 PostgresNext.js (Turbopack)53.772s (-4.0%)54.225s (-3.4%)0.453s18.08x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.554s (-38.4% 🟢)4.314s (-34.6% 🟢)0.760s71.00x
▲ VercelNext.js (Turbopack)4.135s (-26.7% 🟢)4.771s (-26.1% 🟢)0.636s71.16x
▲ VercelNitro4.383s (-18.8% 🟢)5.243s (-20.6% 🟢)0.860s61.23x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express1.403s (-2.8%)2.007s (~)0.604s151.00x
💻 LocalNext.js (Turbopack)1.425s (-2.6%)2.011s (~)0.586s151.02x
💻 LocalNitro1.457s (+0.6%)2.006s (~)0.549s151.04x
🐘 PostgresExpress2.040s (-2.3%)2.518s (-3.1%)0.478s121.45x
🐘 PostgresNitro2.188s (+0.8%)2.741s (-3.1%)0.553s111.56x
🐘 PostgresNext.js (Turbopack)2.363s (+4.4%)2.843s (+3.3%)0.480s111.68x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express2.892s (-9.1% 🟢)3.810s (-3.0%)0.918s81.00x
▲ VercelNitro2.908s (-1.4%)3.796s (-2.9%)0.888s81.01x
▲ VercelNext.js (Turbopack)2.985s (~)3.977s (+4.6%)0.992s81.03x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express2.546s (-3.6%)3.027s (+0.6%)0.482s101.00x
💻 LocalNext.js (Turbopack)2.592s (-4.7%)3.035s (~)0.443s101.02x
💻 LocalNitro2.699s (-4.1%)3.020s (~)0.320s101.06x
🐘 PostgresExpress10.713s (-14.4% 🟢)11.034s (-15.3% 🟢)0.322s34.21x
🐘 PostgresNitro11.727s (-3.3%)12.083s (-4.8%)0.356s34.61x
🐘 PostgresNext.js (Turbopack)13.250s (-3.2%)13.702s (-2.3%)0.452s35.20x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.002s (-4.5%)3.750s (-4.0%)0.747s91.00x
▲ VercelNitro3.222s (+6.0% 🔺)3.974s (+2.9%)0.753s81.07x
▲ VercelNext.js (Turbopack)3.274s (~)4.040s (+2.8%)0.766s81.09x

🔍 Observability: Express | Nitro | Next.js (Turbopack)

Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express7.205s (-3.8%)8.104s (-4.5%)0.899s41.00x
💻 LocalNext.js (Turbopack)7.787s (+10.0% 🔺)8.681s (+11.8% 🔺)0.895s41.08x
💻 LocalNitro8.290s (+6.0% 🔺)9.295s (+5.9% 🔺)1.005s41.15x
🐘 PostgresExpress50.405s (-5.8% 🟢)51.141s (-5.5% 🟢)0.736s17.00x
🐘 PostgresNitro51.740s (-4.5%)52.161s (-5.4% 🟢)0.421s17.18x
🐘 PostgresNext.js (Turbopack)55.567s (~)56.220s (~)0.653s17.71x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Next.js (Turbopack)3.301s (-64.1% 🟢)4.123s (-58.8% 🟢)0.822s81.00x
▲ VercelExpress3.604s (-31.9% 🟢)4.361s (-26.6% 🟢)0.757s81.09x
▲ VercelNitro4.353s (-43.9% 🟢)5.083s (-38.7% 🟢)0.730s71.32x

🔍 Observability: Next.js (Turbopack) | Express | Nitro

Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Express0.121s (-33.1% 🟢)0.999s (+0.6%)0.013s (-8.8% 🟢)1.019s (~)0.898s101.00x
💻 LocalNext.js (Turbopack)0.142s (-6.0% 🟢)1.003s (~)0.018s (+4.6%)1.028s (~)0.887s101.17x
💻 LocalNitro0.189s (+2.7%)0.992s (~)0.015s (+7.1% 🔺)1.023s (~)0.834s101.55x
🐘 PostgresNext.js (Turbopack)1.214s (-14.5% 🟢)1.875s (+12.0% 🔺)0.000s (-100.0% 🟢)2.019s (~)0.805s1010.01x
🐘 PostgresNitro2.193s (-7.6% 🟢)2.850s (+6.8% 🔺)0.000s (-100.0% 🟢)3.016s (~)0.823s1018.08x
🐘 PostgresExpress2.369s (+114.6% 🔺)2.679s (+38.6% 🔺)0.000s (NaN%)3.017s (+49.7% 🔺)0.648s1019.53x

▲ Production (Vercel)

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
▲ Vercel🥇 Express3.043s (-5.7% 🟢)3.238s (+2.4%)0.162s (-45.0% 🟢)3.928s (-2.1%)0.885s101.00x
▲ VercelNext.js (Turbopack)3.258s (+2.7%)3.606s (+10.5% 🔺)0.223s (-64.0% 🟢)4.394s (-0.7%)1.135s101.07x
▲ VercelNitro4.887s (+59.4% 🔺)4.245s (+27.6% 🔺)0.209s (-11.1% 🟢)5.928s (+42.8% 🔺)1.041s101.61x

🔍 Observability: Express | Next.js (Turbopack) | Nitro

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalExpress11/12
🐘 PostgresNitro5/12
▲ VercelExpress7/12
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express💻 Local10/12
Next.js (Turbopack)💻 Local10/12
Nitro💻 Local10/12
Column Definitions
  • Workflow Time: Runtime reported by workflow (completedAt - createdAt) - primary metric
  • TTFB: Time to First Byte - time from workflow start until first stream byte received (stream benchmarks only)
  • Slurp: Time from first byte to complete stream consumption (stream benchmarks only)
  • Wall Time: Total testbench time (trigger workflow + poll for result)
  • Overhead: Testbench overhead (Wall Time - Workflow Time)
  • Samples: Number of benchmark iterations run
  • vs Fastest: How much slower compared to the fastest configuration for this benchmark

Worlds:

  • 💻 Local: In-memory filesystem world (local development)
  • 🐘 Postgres: PostgreSQL database world (local development)
  • ▲ Vercel: Vercel production/preview deployment
  • 🌐 Starter: Community world (local development)
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@socket-security

socket-securityBot commented Feb 5, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

DiffPackageSupply Chain
Security
VulnerabilityQualityMaintenanceLicense
Addednpm/​next@​16.1.662100909770
Updatednpm/​react@​19.2.1 ⏵ 19.2.41001008497100
Updatednpm/​react-dom@​19.2.1 ⏵ 19.2.41001009298100

View full report

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.

Changes:

  • Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
  • Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
  • Updates pnpm-lock.yaml with proper dependency resolution

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

FileDescription
workbench/swc-playground/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-webpack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
workbench/nextjs-turbopack/package.jsonUpdates Next.js to 16.1.6 and React/React-DOM to 19.2.4
pnpm-lock.yamlComprehensive lockfile update with all transitive dependencies properly resolved for the new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VaguelySeriousVaguelySerious left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me for re-review once e2e tests for nextjs pass

- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1

without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alright, peerDependency is the one that controls what versions users can have installed.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@pranaygp
pranaygp merged commit fed805a into mainFeb 5, 2026
95 checks passed
@pranaygp
pranaygp deleted the pranaygp/bump-nextjs-dep branch February 5, 2026 02:07
pranaygp added a commit that referenced this pull request Feb 5, 2026
…-parallelization
* origin/main:
Add x-workflow-run-id header to queue messages (#922)
Bump Next.js and React in workbenches (#944)
Add subpath export resolution for package IDs (#901)
Consolidate console logging to structured logger utility (#935)
# Conflicts:
#	packages/core/src/runtime/step-handler.ts
TooTallNate pushed a commit that referenced this pull request Feb 5, 2026
* Bump Next.js and React in workbenches
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches
- Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility)
- React/React-DOM: ^19.0.0/19.2.1 → 19.2.4
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add changeset
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@pranaygp@ijjk@VaguelySerious@karthikscale3