Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp
, '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" + '
Skip to content

Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp
, '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('^' + ".*" + '
Skip to content

Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp
, '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('^' + ".*" + '
Skip to content

Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp
, '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" + '
Skip to content

Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp
, '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('^' + ".*" + '
Skip to content

Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp
, '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('^' + ".*" + '
Skip to content

Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp
, '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); } })(); })();
Skip to content

Make TypeScript peer dependency optional - #1830

Merged
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript
Apr 28, 2026
Merged

Make TypeScript peer dependency optional#1830
ijjk merged 8 commits into
mainfrom
ijjk/optional-typescript

Conversation

@ijjk

@ijjkijjk commented Apr 22, 2026

Copy link
Copy Markdown
Member

Summary

  • mark typescript as an optional peer dependency in @workflow/typescript-plugin
  • add a patch changeset for the package

Testing

  • not run (package metadata change only)

@changeset-bot

changeset-botBot commented Apr 22, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec9a27

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

This PR includes changesets to release 18 packages
NameType
@workflow/typescript-pluginPatch
workflowPatch
@workflow/aiPatch
@workflow/world-testingPatch
@workflow/corePatch
@workflow/buildersPatch
@workflow/cliPatch
@workflow/nextPatch
@workflow/nitroPatch
@workflow/vitestPatch
@workflow/web-sharedPatch
@workflow/webPatch
@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

@vercel

vercelBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

@github-actions

github-actionsBot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

🧪 E2E Test Results

All tests passed

Summary

PassedFailedSkippedTotal
✅ ▲ Vercel Production9780671045
✅ 💻 Local Development10540861140
✅ 📦 Local Production10540861140
✅ 🐘 Local Postgres10540861140
✅ 🪟 Windows950095
✅ 📋 Other267018285
Total450203434845

Details by Category

✅ ▲ Vercel Production
AppPassedFailedSkipped
✅ astro8807
✅ example8807
✅ express8807
✅ fastify8807
✅ hono8807
✅ nextjs-turbopack9302
✅ nextjs-webpack9302
✅ nitro8807
✅ nuxt8807
✅ sveltekit8807
✅ vite8807
✅ 💻 Local Development
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 📦 Local Production
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🐘 Local Postgres
AppPassedFailedSkipped
✅ astro-stable8906
✅ express-stable8906
✅ fastify-stable8906
✅ hono-stable8906
✅ nextjs-turbopack-canary76019
✅ nextjs-turbopack-stable9500
✅ nextjs-webpack-canary76019
✅ nextjs-webpack-stable9500
✅ nitro-stable8906
✅ nuxt-stable8906
✅ sveltekit-stable8906
✅ vite-stable8906
✅ 🪟 Windows
AppPassedFailedSkipped
✅ nextjs-turbopack9500
✅ 📋 Other
AppPassedFailedSkipped
✅ e2e-local-dev-nest-stable8906
✅ e2e-local-postgres-nest-stable8906
✅ e2e-local-prod-nest-stable8906

📋 View full workflow run

@github-actions

github-actionsBot commented Apr 22, 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🥇 Nitro0.033s (-23.2% 🟢)1.004s (~)0.971s101.00x
💻 LocalExpress0.042s (-5.9% 🟢)1.005s (~)0.963s101.26x
🐘 PostgresExpress0.045s (-21.9% 🟢)1.009s (~)0.964s101.37x
💻 LocalNext.js (Turbopack)0.047s1.005s0.958s101.41x
🐘 PostgresNitro0.048s (-49.4% 🟢)1.010s (-3.2%)0.962s101.46x
🐘 PostgresNext.js (Turbopack)0.056s1.010s0.954s101.69x
workflow with 1 step

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
💻 Local🥇 Nitro1.108s (-2.1%)2.005s (~)0.897s101.00x
🐘 PostgresExpress1.114s (-2.8%)2.008s (~)0.895s101.01x
💻 LocalNext.js (Turbopack)1.118s2.006s0.888s101.01x
🐘 PostgresNitro1.121s (-1.6%)2.008s (~)0.887s101.01x
💻 LocalExpress1.127s (~)2.007s (~)0.880s101.02x
🐘 PostgresNext.js (Turbopack)1.134s2.010s0.876s101.02x
workflow with 10 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express10.658s (-2.8%)11.019s (~)0.361s31.00x
🐘 PostgresNitro10.737s (-1.2%)11.022s (~)0.286s31.01x
💻 LocalNitro10.769s (-1.6%)11.021s (~)0.252s31.01x
💻 LocalNext.js (Turbopack)10.783s11.023s0.240s31.01x
🐘 PostgresNext.js (Turbopack)10.859s11.022s0.163s31.02x
💻 LocalExpress10.909s (~)11.024s (~)0.115s31.02x
workflow with 25 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express14.013s (-3.9%)14.222s (-5.3% 🟢)0.209s51.00x
🐘 PostgresNitro14.099s (-3.4%)15.020s (~)0.922s41.01x
🐘 PostgresNext.js (Turbopack)14.496s15.024s0.528s41.03x
💻 LocalNitro14.569s (-3.3%)15.028s (-6.3% 🟢)0.459s41.04x
💻 LocalNext.js (Turbopack)14.585s15.029s0.443s41.04x
💻 LocalExpress14.977s (~)15.028s (~)0.052s41.07x
workflow with 50 sequential steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express12.971s (-7.4% 🟢)13.163s (-9.8% 🟢)0.193s71.00x
🐘 PostgresNitro13.104s (-6.2% 🟢)13.879s (-3.0%)0.776s71.01x
🐘 PostgresNext.js (Turbopack)13.875s14.021s0.146s71.07x
💻 LocalNitro15.084s (-10.1% 🟢)15.694s (-7.8% 🟢)0.610s61.16x
💻 LocalNext.js (Turbopack)15.737s16.029s0.292s61.21x
💻 LocalExpress16.558s (~)17.030s (~)0.471s61.28x
Promise.all with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.199s (-4.9%)2.008s (~)0.809s151.00x
🐘 PostgresNitro1.202s (-5.7% 🟢)2.010s (~)0.808s151.00x
🐘 PostgresNext.js (Turbopack)1.231s2.011s0.780s151.03x
💻 LocalNitro1.400s (-14.2% 🟢)2.005s (-3.3%)0.605s151.17x
💻 LocalExpress1.497s (+0.6%)2.005s (~)0.508s151.25x
💻 LocalNext.js (Turbopack)1.533s2.006s0.473s151.28x
Promise.all with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.293s (-2.9%)3.009s (~)0.716s101.00x
🐘 PostgresNitro2.325s (-1.1%)3.008s (~)0.683s101.01x
🐘 PostgresNext.js (Turbopack)2.409s3.008s0.600s101.05x
💻 LocalNitro2.460s (-21.7% 🟢)3.007s (-22.6% 🟢)0.547s101.07x
💻 LocalNext.js (Turbopack)2.796s3.309s0.514s101.22x
💻 LocalExpress3.046s (+3.2%)3.564s (+3.2%)0.518s91.33x
Promise.all with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.388s (-2.8%)4.009s (~)0.621s81.00x
🐘 PostgresNitro3.422s (-1.7%)4.013s (~)0.591s81.01x
🐘 PostgresNext.js (Turbopack)3.655s4.012s0.357s81.08x
💻 LocalNitro5.999s (-28.1% 🟢)6.816s (-24.4% 🟢)0.817s51.77x
💻 LocalNext.js (Turbopack)7.529s8.270s0.741s42.22x
💻 LocalExpress8.164s (-2.1%)8.770s (-2.8%)0.607s42.41x
Promise.race with 10 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.186s (-5.7% 🟢)2.007s (~)0.821s151.00x
🐘 PostgresNitro1.196s (-4.8%)2.007s (~)0.811s151.01x
🐘 PostgresNext.js (Turbopack)1.223s2.008s0.785s151.03x
💻 LocalNitro1.458s (-21.8% 🟢)2.004s (-14.4% 🟢)0.546s151.23x
💻 LocalNext.js (Turbopack)1.477s2.005s0.528s151.25x
💻 LocalExpress1.527s (-19.4% 🟢)2.005s (-15.2% 🟢)0.478s151.29x
Promise.race with 25 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.296s (-1.9%)3.011s (~)0.715s101.00x
🐘 PostgresNitro2.299s (-1.7%)3.009s (~)0.710s101.00x
💻 LocalNitro2.452s (-20.0% 🟢)3.008s (-22.6% 🟢)0.556s101.07x
🐘 PostgresNext.js (Turbopack)2.457s3.009s0.553s101.07x
💻 LocalNext.js (Turbopack)2.788s3.308s0.520s101.21x
💻 LocalExpress3.056s (-2.4%)3.884s (+3.2%)0.828s81.33x
Promise.race with 50 concurrent steps

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express3.386s (-3.2%)4.011s (~)0.625s81.00x
🐘 PostgresNitro3.395s (-2.5%)4.010s (~)0.615s81.00x
🐘 PostgresNext.js (Turbopack)3.643s4.010s0.367s81.08x
💻 LocalNitro6.592s (-27.9% 🟢)7.033s (-29.8% 🟢)0.441s51.95x
💻 LocalNext.js (Turbopack)7.715s8.267s0.552s42.28x
💻 LocalExpress8.995s (+2.2%)9.524s (+2.7%)0.530s42.66x
workflow with 10 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.613s (-26.9% 🟢)1.006s (-1.7%)0.393s601.00x
🐘 PostgresNitro0.625s (-23.9% 🟢)1.006s (~)0.381s601.02x
🐘 PostgresNext.js (Turbopack)0.772s1.006s0.234s601.26x
💻 LocalNext.js (Turbopack)0.827s1.021s0.194s591.35x
💻 LocalNitro0.915s (-6.7% 🟢)1.228s (+12.3% 🔺)0.313s491.49x
💻 LocalExpress0.988s (~)1.181s (+9.7% 🔺)0.193s511.61x
workflow with 25 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.432s (-27.6% 🟢)2.007s (-11.1% 🟢)0.575s451.00x
🐘 PostgresNitro1.552s (-19.5% 🟢)2.008s (-4.4%)0.456s451.08x
🐘 PostgresNext.js (Turbopack)1.963s2.203s0.239s411.37x
💻 LocalNext.js (Turbopack)2.629s3.008s0.378s301.84x
💻 LocalNitro2.640s (-13.0% 🟢)3.040s (-19.1% 🟢)0.401s301.84x
💻 LocalExpress3.001s (~)3.470s (-3.2%)0.468s262.10x
workflow with 50 sequential data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express2.943s (-26.2% 🟢)3.251s (-25.6% 🟢)0.308s371.00x
🐘 PostgresNitro3.204s (-21.9% 🟢)4.010s (-12.9% 🟢)0.806s301.09x
🐘 PostgresNext.js (Turbopack)3.957s4.296s0.339s281.34x
💻 LocalNitro7.764s (-16.5% 🟢)8.214s (-18.0% 🟢)0.450s152.64x
💻 LocalNext.js (Turbopack)8.482s9.017s0.536s142.88x
💻 LocalExpress9.071s (-1.5%)9.710s (-3.1%)0.640s133.08x
workflow with 10 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.227s (-19.8% 🟢)1.007s (~)0.780s601.00x
🐘 PostgresNitro0.234s (-17.4% 🟢)1.007s (~)0.773s601.03x
🐘 PostgresNext.js (Turbopack)0.242s1.007s0.765s601.07x
💻 LocalNitro0.490s (-19.0% 🟢)1.004s (-1.7%)0.514s602.16x
💻 LocalNext.js (Turbopack)0.551s1.004s0.453s602.43x
💻 LocalExpress0.574s (+2.4%)1.004s (~)0.430s602.53x
workflow with 25 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.356s (-30.1% 🟢)1.006s (~)0.649s901.00x
🐘 PostgresNitro0.372s (-25.1% 🟢)1.006s (~)0.634s901.04x
🐘 PostgresNext.js (Turbopack)0.476s1.006s0.530s901.34x
💻 LocalNitro2.045s (-19.4% 🟢)2.753s (-8.5% 🟢)0.708s335.74x
💻 LocalExpress2.478s (-1.4%)3.008s (~)0.530s306.96x
💻 LocalNext.js (Turbopack)2.560s3.009s0.448s307.19x
workflow with 50 concurrent data payload steps (10KB)

💻 Local Development

WorldFrameworkWorkflow TimeWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.566s (-30.9% 🟢)1.006s (-1.1%)0.440s1201.00x
🐘 PostgresNitro0.577s (-27.0% 🟢)1.006s (~)0.430s1201.02x
🐘 PostgresNext.js (Turbopack)0.767s1.006s0.240s1201.35x
💻 LocalNitro8.859s (-20.8% 🟢)9.502s (-18.5% 🟢)0.643s1315.65x
💻 LocalNext.js (Turbopack)10.800s11.302s0.502s1119.08x
💻 LocalExpress10.847s (-3.1%)11.302s (-5.3% 🟢)0.455s1119.16x
Stream Benchmarks(includes TTFB metrics)
workflow with stream

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.156s (-24.1% 🟢)1.000s (~)0.001s (-13.3% 🟢)1.010s (~)0.854s101.00x
🐘 PostgresExpress0.158s (-22.8% 🟢)1.000s (~)0.001s (-31.3% 🟢)1.010s (~)0.852s101.02x
💻 LocalNext.js (Turbopack)0.173s1.003s0.012s1.017s0.844s101.11x
💻 LocalNitro0.184s (-13.8% 🟢)1.003s (~)0.008s (-36.0% 🟢)1.013s (-0.6%)0.829s101.18x
🐘 PostgresNext.js (Turbopack)0.191s1.002s0.001s1.011s0.820s101.23x
💻 LocalExpress0.203s (+2.0%)1.004s (~)0.012s (-3.3%)1.018s (~)0.815s101.31x
stream pipeline with 5 transform steps (1MB)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express0.502s (-20.3% 🟢)1.007s (~)0.003s (-8.8% 🟢)1.021s (~)0.519s591.00x
🐘 PostgresNitro0.511s (-18.1% 🟢)1.007s (~)0.006s (+42.2% 🔺)1.025s (~)0.514s591.02x
🐘 PostgresNext.js (Turbopack)0.628s1.026s0.004s1.040s0.412s581.25x
💻 LocalNext.js (Turbopack)0.656s1.012s0.009s1.024s0.368s591.31x
💻 LocalNitro0.817s (-2.6%)1.048s (+3.6%)0.017s (+84.1% 🔺)1.163s (+4.2%)0.347s521.63x
💻 LocalExpress0.835s (+10.3% 🔺)1.012s (-1.7%)0.009s (-8.5% 🟢)1.115s (+7.2% 🔺)0.279s541.66x
10 parallel streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Nitro0.891s (-8.1% 🟢)1.052s (-15.7% 🟢)0.000s (+26.3% 🔺)1.060s (-15.7% 🟢)0.169s571.00x
🐘 PostgresExpress0.908s (-5.5% 🟢)1.072s (-16.1% 🟢)0.000s (-58.9% 🟢)1.087s (-16.8% 🟢)0.179s561.02x
🐘 PostgresNext.js (Turbopack)0.924s1.053s0.000s1.060s0.136s571.04x
💻 LocalNitro1.068s (-12.6% 🟢)1.780s (-11.9% 🟢)0.000s (+252.9% 🔺)1.782s (-11.9% 🟢)0.714s341.20x
💻 LocalExpress1.213s (-1.0%)2.020s (~)0.000s (~)2.022s (~)0.809s301.36x
💻 LocalNext.js (Turbopack)⚠️missing-----
fan-out fan-in 10 streams (1MB each)

💻 Local Development

WorldFrameworkWorkflow TimeTTFBSlurpWall TimeOverheadSamplesvs Fastest
🐘 Postgres🥇 Express1.611s (-9.1% 🟢)2.069s (-5.0%)0.000s (+Infinity% 🔺)2.103s (-4.3%)0.492s291.00x
🐘 PostgresNitro1.738s (-3.0%)2.104s (-1.7%)0.000s (+93.1% 🔺)2.114s (-2.8%)0.376s291.08x
🐘 PostgresNext.js (Turbopack)1.795s2.146s0.000s2.162s0.366s281.11x
💻 LocalNitro3.074s (-9.3% 🟢)3.569s (-11.5% 🟢)0.001s (+21.3% 🔺)3.572s (-11.5% 🟢)0.498s171.91x
💻 LocalNext.js (Turbopack)3.471s4.025s0.000s4.028s0.557s152.15x
💻 LocalExpress3.531s (+1.8%)4.165s (+3.3%)0.000s (-41.7% 🟢)4.167s (+3.2%)0.636s152.19x

Summary

Fastest Framework by World

Winner determined by most benchmark wins

World🥇 Fastest FrameworkWins
💻 LocalNitro17/21
🐘 PostgresExpress19/21
Fastest World by Framework

Winner determined by most benchmark wins

Framework🥇 Fastest WorldWins
Express🐘 Postgres20/21
Next.js (Turbopack)🐘 Postgres17/21
Nitro🐘 Postgres19/21
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
  • 🌐 Turso: Community world (local development)
  • 🌐 MongoDB: Community world (local development)
  • 🌐 Redis: Community world (local development)
  • 🌐 Jazz: Community world (local development)

📋 View full workflow run

@ijjk
ijjk enabled auto-merge (squash) April 28, 2026 21:00
@vercel
vercelBottemporarily deployed to Preview – workflow-docs April 28, 2026 21:31 Inactive
ijjkand others added 5 commits April 28, 2026 14:31
* ci: fix VERCEL_WORKFLOW_SERVER_* ternary so main actually unsets them
In GitHub Actions expressions, '' is falsy, so the original
`cond && '' || secrets.X` pattern always fell through to the secret
regardless of branch. The result was that pushes to main were sending
preview workflow-server values to production, causing 'invalid_url'
errors on `x-vercel-workflow-api-url` across all e2e jobs.
Flip the condition so the secret sits in the truthy branch and ||
correctly selects '' on main.
* ci: skip pnpm cache in matrix-generation jobs
The Get Test Matrix and Get Community Worlds Matrix jobs only run a
small Node script to emit a JSON matrix; they never run `pnpm install`.
With `cache: 'pnpm'` set on actions/setup-node, the post-job cache save
step fails with 'Path Validation Error' because the pnpm store path was
never created, marking the whole job as failed.
Add a cache-pnpm input to setup-workflow-dev (default true) and opt out
in the two matrix-generation jobs.
* test: enable step source-map assertions for vite local dev
Vite ^7.3.2 (bumped in #1827) preserves step bundle source maps in
dev mode, so stack traces now contain original file paths. Update
hasStepSourceMaps() so vite returns true in local dev and stays false
only in local prod, fixing the consistently failing 'basic step error'
and 'cross-file step error' e2e tests.
* chore: drop body from empty changeset
* address review: drop redundant vite local-prod guard
The default `!DEV_TEST_CONFIG` fall-through already returns false for
vite local prod, so the vite-specific guard is dead code. Just remove
the vite block entirely now that vite local dev matches the default
'has source maps' behavior.
…1861)
* ci: refactor wait-for-vercel-project to use GitHub Deployments API
Replaces the Vercel SDK / Vercel API token-based implementation with one
that resolves the deployment URL via the GitHub Deployments API:
- Find the GitHub Deployment for (target SHA, environment) where
environment matches the Vercel-app-created "Preview \u2013 <slug>" or
"Production \u2013 <slug>" naming pattern.
- Wait for the latest deployment status to be `success` (or `inactive`
when Vercel skips a duplicate build, in which case its environment_url
still points at the live deployment).
- Probe the URL to confirm the edge can route to it (any non-5xx
response counts as live, including 401/403 from Deployment Protection
and 404/405 from the app). Manual redirect handling treats redirects
to vercel.com as "still building".
- Resolve the dpl_xxx deployment ID from the matching commit status
(Vercel posts `Vercel \u2013 <slug>` statuses where target_url's last
path segment is the inspector ID == deployment ID without the prefix).
Inputs change: project-slug + bypass-secret + github-token (with
GITHUB_TOKEN default) replace team-id + project-id + vercel-token.
Removes the @vercel/sdk dependency, shrinking the bundled dist from
5.4MB to 829KB. The VERCEL_DOCS_TOKEN secret is no longer referenced
anywhere in the repo and can be deleted from GH after this lands.
* ci(wait-for-vercel-project): drop URL probe and bypass-secret input
The GitHub Deployment status transitions to `success` only after the
Vercel app finishes building and routing is live, so an extra HTTP
liveness probe of the deployment URL was redundant. Removing it lets
us also drop the bypass-secret input \u2014 protected deployments don't
need a workaround anymore because we never make the request.
Reduces the action surface area and eliminates a runtime fetch.
* ci(wait-for-vercel-project): address PR review
- Fail loudly when the dpl_xxx deployment ID can't be resolved instead
of returning an empty string. Consumers wire this into
VERCEL_DEPLOYMENT_ID, which world-target uses to pick between the
vercel and local worlds (packages/utils/src/world-target.ts), so an
empty value would silently flip execution mode.
- Pass the GitHub App token to wait-for-vercel-project in the dispatch
release workflow. The job sets `permissions: contents: read`, which
blocks the default GITHUB_TOKEN from reading the Deployments API.
The App token (already generated for workflow,front) has the
necessary scopes.
@ijjk
ijjkforce-pushed the ijjk/optional-typescript branch from 192fd89 to aec9a27CompareApril 28, 2026 21:31
@ijjk
ijjk merged commit a38f140 into mainApr 28, 2026
96 of 101 checks passed
@ijjk
ijjk deleted the ijjk/optional-typescript branch April 28, 2026 21:48
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.

3 participants

@ijjk@TooTallNate@pranaygp