fix(vite-frameworks): derive workflow roots#2725
Conversation
🦋 Changeset detectedLatest commit: 354c4fc The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
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 |
🧪 E2E Test Results✅ All tests passed Summary
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
✅ 📋 Other
|
📊 Benchmark Results
workflow with no steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) | Express workflow with 1 step💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) workflow with 10 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) workflow with 25 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) workflow with 50 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) Promise.all with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) Promise.all with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Next.js (Turbopack) | Express Promise.all with 50 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) Promise.race with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) Promise.race with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) Promise.race with 50 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) workflow with 10 sequential data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) workflow with 25 sequential data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 50 sequential data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 10 concurrent data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 25 concurrent data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 50 concurrent data payload steps (10KB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) stream pipeline with 5 transform steps (1MB)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) 10 parallel streams (1MB each)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) fan-out fan-in 10 streams (1MB each)💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
|
Refs #2716.
Summary
workingDirand route scan dirs from Astroconfig.root/config.srcDirprojectRootfrom the nearest workspace root while keeping explicit builder options as overridesVerification
PATH="/tmp/workflow-pnpm10-bin:/Users/nathancolosimo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" pnpm vitest run packages/astro/src/builder.test.ts packages/sveltekit/src/builder.test.tsPATH="/tmp/workflow-pnpm10-bin:/Users/nathancolosimo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" pnpm turbo build --filter @workflow/astro --filter @workflow/sveltekitPATH="/tmp/workflow-pnpm10-bin:/Users/nathancolosimo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" pnpm biome check packages/astro/src/builder.ts packages/astro/src/plugin.ts packages/astro/src/builder.test.ts packages/sveltekit/src/builder.ts packages/sveltekit/src/plugin.ts packages/sveltekit/src/builder.test.ts .changeset/derived-framework-roots.mdPATH="/tmp/workflow-pnpm10-bin:/Users/nathancolosimo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" pnpm turbo build --filter workflow --filter @workflow/sveltekit --filter @workflow/astroPATH="/tmp/workflow-pnpm10-bin:/Users/nathancolosimo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" pnpm turbo build --filter @workflow/aiPATH="/tmp/workflow-pnpm10-bin:/Users/nathancolosimo/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH" pnpm --filter @workflow/example-sveltekit buildNote: commits use
HUSKY=0locally because this machine's pre-commit hook invokes pnpm 11, which rejects the repo's current pnpm config layout before code checks run. The checks above use the repo-pinned pnpm 10 path.