Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/bump-nextjs-deps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@workflow/next": patch
---

Bump Next.js devDependency to 16.1.6 for type compatibility
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "catalog:",
"@types/semver": "7.7.1",
"@types/watchpack": "2.4.4",
"next": "16.0.10"
"next": "16.1.6"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

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

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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

},
"peerDependencies": {
"next": ">13"
Expand Down
1,889 changes: 895 additions & 994 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions workbench/nextjs-turbopack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"lodash.chunk": "^4.2.0",
"lucide-react": "0.555.0",
"mixpart": "0.0.4",
"next": "16.0.10",
"next": "16.1.6",
"openai": "6.9.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "3.4.0",
"workflow": "workspace:*",
"zod": "catalog:"
Expand Down
6 changes: 3 additions & 3 deletions workbench/nextjs-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"lodash.chunk": "^4.2.0",
"lucide-react": "0.555.0",
"mixpart": "0.0.4",
"next": "16.0.10",
"next": "16.1.6",
"openai": "6.9.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "3.4.0",
"workflow": "workspace:*",
"zod": "catalog:"
Expand Down
6 changes: 3 additions & 3 deletions workbench/swc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"input-otp": "1.4.1",
"lucide-react": "^0.454.0",
"monaco-editor": "latest",
"next": "16.0.10",
"next": "16.1.6",
"next-themes": "latest",
"react": "19.2.1",
"react": "19.2.4",
"react-day-picker": "9.8.0",
"react-dom": "19.2.1",
"react-dom": "19.2.4",
"react-hook-form": "^7.60.0",
"react-resizable-panels": "^2.1.7",
"recharts": "2.15.4",
Expand Down
Loading