From d0c9d272329d6067284e717a614b5920836fc318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:57:33 +0000 Subject: [PATCH] chore(deps): update nextjs monorepo to v15 --- accelerate/accelerate-hacker-news/package.json | 4 ++-- accelerate/nextjs-starter/package.json | 4 ++-- orm/graphql-nextjs/package.json | 2 +- orm/rest-nextjs-api-routes-auth/package.json | 2 +- orm/rest-nextjs-api-routes/package.json | 2 +- orm/rest-nextjs-express/frontend/package.json | 2 +- orm/trpc-nextjs/package.json | 2 +- pulse/fullstack-leaderboard/package.json | 4 ++-- pulse/fullstack-simple-chat/client/package.json | 4 ++-- pulse/product-search-with-typesense/frontend/package.json | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/accelerate/accelerate-hacker-news/package.json b/accelerate/accelerate-hacker-news/package.json index 9b40e5416066..bb4933518108 100644 --- a/accelerate/accelerate-hacker-news/package.json +++ b/accelerate/accelerate-hacker-news/package.json @@ -11,7 +11,7 @@ "dependencies": { "@prisma/client": "5.21.1", "@prisma/extension-accelerate": "1.2.1", - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1" }, @@ -22,7 +22,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "eslint": "8.57.1", - "eslint-config-next": "14.2.16", + "eslint-config-next": "15.0.1", "postcss": "8.4.47", "tailwindcss": "3.4.14", "tsx": "4.19.2", diff --git a/accelerate/nextjs-starter/package.json b/accelerate/nextjs-starter/package.json index 3b70d10b6f5c..2df6753d4379 100644 --- a/accelerate/nextjs-starter/package.json +++ b/accelerate/nextjs-starter/package.json @@ -16,8 +16,8 @@ "@types/react-dom": "18.3.1", "autoprefixer": "10.4.20", "eslint": "8.57.1", - "eslint-config-next": "14.2.16", - "next": "14.2.16", + "eslint-config-next": "15.0.1", + "next": "15.0.1", "node-fetch": "3.3.2", "openflights-cached": "1.3.15", "postcss": "8.4.47", diff --git a/orm/graphql-nextjs/package.json b/orm/graphql-nextjs/package.json index fd06fc4f360a..0aa4176620ee 100644 --- a/orm/graphql-nextjs/package.json +++ b/orm/graphql-nextjs/package.json @@ -18,7 +18,7 @@ "graphql": "16.9.0", "graphql-scalars": "1.23.0", "graphql-yoga": "5.7.0", - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", "react-markdown": "9.0.1" diff --git a/orm/rest-nextjs-api-routes-auth/package.json b/orm/rest-nextjs-api-routes-auth/package.json index 4999f6cff3bf..318fcf963abb 100644 --- a/orm/rest-nextjs-api-routes-auth/package.json +++ b/orm/rest-nextjs-api-routes-auth/package.json @@ -13,7 +13,7 @@ "dependencies": { "@next-auth/prisma-adapter": "1.0.7", "@prisma/client": "5.21.1", - "next": "14.2.16", + "next": "15.0.1", "next-auth": "4.24.10", "next-superjson": "0.0.4", "nodemailer": "6.9.15", diff --git a/orm/rest-nextjs-api-routes/package.json b/orm/rest-nextjs-api-routes/package.json index 439351146189..3177dcbc7101 100644 --- a/orm/rest-nextjs-api-routes/package.json +++ b/orm/rest-nextjs-api-routes/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@prisma/client": "5.21.1", - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", "react-markdown": "9.0.1", diff --git a/orm/rest-nextjs-express/frontend/package.json b/orm/rest-nextjs-express/frontend/package.json index f45378038d3f..46423d552600 100644 --- a/orm/rest-nextjs-express/frontend/package.json +++ b/orm/rest-nextjs-express/frontend/package.json @@ -12,7 +12,7 @@ "start": "next start" }, "dependencies": { - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", "react-markdown": "9.0.1" diff --git a/orm/trpc-nextjs/package.json b/orm/trpc-nextjs/package.json index 9ea536b37d95..912870f7d70f 100644 --- a/orm/trpc-nextjs/package.json +++ b/orm/trpc-nextjs/package.json @@ -15,7 +15,7 @@ "@trpc/next": "next", "@trpc/react-query": "next", "@trpc/server": "next", - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", "react-markdown": "9.0.1", diff --git a/pulse/fullstack-leaderboard/package.json b/pulse/fullstack-leaderboard/package.json index a785fc26a424..e4fa015a2420 100644 --- a/pulse/fullstack-leaderboard/package.json +++ b/pulse/fullstack-leaderboard/package.json @@ -13,7 +13,7 @@ "@prisma/client": "5.21.1", "@prisma/extension-pulse": "1.2.0", "@types/socket.io": "3.0.2", - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", "react-flip-move": "3.0.5", @@ -25,7 +25,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "eslint": "8.57.1", - "eslint-config-next": "14.2.16", + "eslint-config-next": "15.0.1", "postcss": "8.4.47", "prisma": "5.21.1", "tailwindcss": "3.4.14", diff --git a/pulse/fullstack-simple-chat/client/package.json b/pulse/fullstack-simple-chat/client/package.json index 53466fff4b94..6dce67d819fe 100644 --- a/pulse/fullstack-simple-chat/client/package.json +++ b/pulse/fullstack-simple-chat/client/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", "socket.io-client": "4.8.1" @@ -20,7 +20,7 @@ "@types/react-dom": "18.3.1", "autoprefixer": "10.4.20", "eslint": "8.57.1", - "eslint-config-next": "14.2.16", + "eslint-config-next": "15.0.1", "postcss": "8.4.47", "tailwindcss": "3.4.14", "typescript": "5.6.3" diff --git a/pulse/product-search-with-typesense/frontend/package.json b/pulse/product-search-with-typesense/frontend/package.json index 94bade0e71e8..37c3a7171029 100644 --- a/pulse/product-search-with-typesense/frontend/package.json +++ b/pulse/product-search-with-typesense/frontend/package.json @@ -18,7 +18,7 @@ "class-variance-authority": "0.7.0", "clsx": "2.1.1", "instantsearch.css": "8.5.1", - "next": "14.2.16", + "next": "15.0.1", "react": "18.3.1", "react-dom": "18.3.1", "react-hook-form": "7.53.1", @@ -36,7 +36,7 @@ "@types/react-dom": "18.3.1", "@types/react-instantsearch-dom": "6.12.8", "eslint": "8.57.1", - "eslint-config-next": "14.2.16", + "eslint-config-next": "15.0.1", "postcss": "8.4.47", "tailwindcss": "3.4.14", "typescript": "5.6.3"