Conversation
🦋 Changeset detectedLatest commit: 3194f6e The changes in this PR will be included in the next version bump. This PR includes changesets to release 15 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❌ Some tests failed Summary
❌ Failed Tests🌍 Community Worlds (169 failed)mongodb (42 failed):
redis (42 failed):
starter (43 failed):
turso (42 failed):
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
|
📊 Benchmark Results
workflow with no steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 1 step💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 10 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | Next.js (Turbopack) workflow with 25 sequential steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Next.js (Turbopack) | Express | Nitro 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: Next.js (Turbopack) | Nitro | Express Promise.all with 25 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Nitro | Express | Next.js (Turbopack) Promise.all with 50 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Next.js (Turbopack) | Nitro Promise.race with 10 concurrent steps💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Nitro | 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: Next.js (Turbopack) | Express | Nitro Stream Benchmarks (includes TTFB metrics)workflow with stream💻 Local Development
▲ Production (Vercel)
🔍 Observability: Express | Next.js (Turbopack) | Nitro SummaryFastest Framework by WorldWinner determined by most benchmark wins
Fastest World by FrameworkWinner determined by most benchmark wins
Column Definitions
Worlds:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This pull request updates Next.js and React dependencies to their latest versions across three workbench projects.
Changes:
- Bumps Next.js from 16.0.10 to 16.1.6 in all three affected workbenches
- Updates React and React-DOM from various 19.x versions to 19.2.4 consistently
- Updates pnpm-lock.yaml with proper dependency resolution
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workbench/swc-playground/package.json | Updates Next.js to 16.1.6 and React/React-DOM to 19.2.4 |
| workbench/nextjs-webpack/package.json | Updates Next.js to 16.1.6 and React/React-DOM to 19.2.4 |
| workbench/nextjs-turbopack/package.json | Updates Next.js to 16.1.6 and React/React-DOM to 19.2.4 |
| pnpm-lock.yaml | Comprehensive lockfile update with all transitive dependencies properly resolved for the new versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches - Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility) - React/React-DOM: ^19.0.0/19.2.1 → 19.2.4 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
29da411 to
4b2d29d
Compare
| "@types/semver": "7.7.1", | ||
| "@types/watchpack": "2.4.4", | ||
| "next": "16.0.10" | ||
| "next": "16.1.6" |
There was a problem hiding this comment.
I think merging this would break 16.0 type compatibility with workflow. so new workflow versions will require you to use workflow >16.1
without this change, it looked like CI was failing: https://github.com/vercel/workflow/actions/runs/21695038244/job/62563367028?pr=944
There was a problem hiding this comment.
This is alright, peerDependency is the one that controls what versions users can have installed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…-parallelization * origin/main: Add x-workflow-run-id header to queue messages (#922) Bump Next.js and React in workbenches (#944) Add subpath export resolution for package IDs (#901) Consolidate console logging to structured logger utility (#935) # Conflicts: # packages/core/src/runtime/step-handler.ts
* Bump Next.js and React in workbenches - Next.js: 16.0.10 → 16.1.6 in nextjs-turbopack, nextjs-webpack, swc-playground workbenches - Next.js: 16.0.10 → 16.1.6 in @workflow/next devDependencies (for type compatibility) - React/React-DOM: ^19.0.0/19.2.1 → 19.2.4 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add changeset Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Summary
Test plan
🤖 Generated with Claude Code