ReviewOS

also looking at this

pantry-pm/pantry

chore(deps): update nextjs monorepo to v16 (major)

#66
Closed renovate[bot] wants to merge renovate/major-nextjs-monorepo into main
1 file +2 -2

Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.

packages/ts/test-envs/bun-package-manager-with-deps/package.jsonmodified+2-2
Changes to packages/ts/test-envs/bun-package-manager-with-deps/package.json
@@ -12,7 +12,7 @@
1212 "test": "bun test"
1313 },
1414 "dependencies": {
15 "next": "^14.0.0",
15 "next": "^16.0.0",
1616 "react": "^18.0.0",
1717 "react-dom": "^18.0.0"
1818 },
@@ -20,7 +20,7 @@
2020 "@types/node": "^20.0.0",
2121 "@types/react": "^18.0.0",
2222 "eslint": "^8.0.0",
23 "eslint-config-next": "^14.0.0",
23 "eslint-config-next": "^16.0.0",
2424 "prettier": "^3.0.0",
2525 "typescript": "^5.0.0"
2626 }