[PR #553] [MERGED] chore: upgrade to latest next.js version #1039

Closed
opened 2026-02-26 19:31:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/553
Author: @G3root
Created: 10/12/2023
Status: Merged
Merged: 10/18/2023
Merged by: @Mythie

Base: feat/refreshHead: upgrade-next


📝 Commits (10+)

  • a8a096a chore: upgrade next.js
  • d43efb1 fix: canvas not found error
  • d387e2d chore: upgrade package for marketing
  • 4d8187a Merge branch 'feat/refresh' into upgrade-next
  • 849f279 feat: add isServer conditional
  • c6cf1fa Merge branch 'feat/refresh' into upgrade-next
  • bafc926 fix: inverse isServer condition
  • 0de1dcc fix: normalize packages
  • 7eb1d48 Merge branch 'feat/refresh' into upgrade-next
  • 58f4529 fix: upgrade ee package

📊 Changes

24 files changed (+3931 additions, -4292 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 apps/marketing/next.config.js (+8 -0)
📝 apps/marketing/package.json (+2 -2)
apps/marketing/src/app/(marketing)/singleplayer/client.tsx (+247 -0)
📝 apps/marketing/src/app/(marketing)/singleplayer/page.tsx (+7 -241)
📝 apps/web/next.config.js (+8 -0)
📝 apps/web/package.json (+2 -2)
📝 apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx (+3 -3)
📝 package-lock.json (+3612 -4012)
📝 package.json (+3 -1)
📝 packages/ee/package.json (+1 -1)
📝 packages/email/render.ts (+1 -1)
📝 packages/eslint-config/package.json (+4 -4)
📝 packages/lib/package.json (+1 -1)
📝 packages/lib/universal/upload/get-file.ts (+2 -2)
📝 packages/lib/universal/upload/put-file.ts (+2 -1)
📝 packages/lib/universal/upload/server-actions.ts (+6 -1)
📝 packages/lib/universal/upload/update-file.ts (+2 -2)
📝 packages/prisma/package.json (+4 -4)
packages/prisma/tsconfig.seed.json (+6 -0)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/553 **Author:** [@G3root](https://github.com/G3root) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/18/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `feat/refresh` ← **Head:** `upgrade-next` --- ### 📝 Commits (10+) - [`a8a096a`](https://github.com/documenso/documenso/commit/a8a096a062fd536735e28db3495b4e9339a2897d) chore: upgrade next.js - [`d43efb1`](https://github.com/documenso/documenso/commit/d43efb16b1a105de68aeba0fcc0755eaf2add6ef) fix: canvas not found error - [`d387e2d`](https://github.com/documenso/documenso/commit/d387e2db4bafe6692485ee0804e6c51301ad8244) chore: upgrade package for marketing - [`4d8187a`](https://github.com/documenso/documenso/commit/4d8187ae3ce4ec15be341eb641bcb199ba837a72) Merge branch 'feat/refresh' into upgrade-next - [`849f279`](https://github.com/documenso/documenso/commit/849f2799eae48c744c70702609dc7bbab07bdfe4) feat: add isServer conditional - [`c6cf1fa`](https://github.com/documenso/documenso/commit/c6cf1fa4ce1f67a056897bba65afbf179af796c1) Merge branch 'feat/refresh' into upgrade-next - [`bafc926`](https://github.com/documenso/documenso/commit/bafc926d029eb0fef08bd4d6283d284f823240d4) fix: inverse isServer condition - [`0de1dcc`](https://github.com/documenso/documenso/commit/0de1dcc95a6f079fdff3087fc684840a08251e5c) fix: normalize packages - [`7eb1d48`](https://github.com/documenso/documenso/commit/7eb1d48ad0832ac33860631050c51937df1d376a) Merge branch 'feat/refresh' into upgrade-next - [`58f4529`](https://github.com/documenso/documenso/commit/58f452945a7e8e52b89a340f8f7b72c22fb79831) fix: upgrade ee package ### 📊 Changes **24 files changed** (+3931 additions, -4292 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `apps/marketing/next.config.js` (+8 -0) 📝 `apps/marketing/package.json` (+2 -2) ➕ `apps/marketing/src/app/(marketing)/singleplayer/client.tsx` (+247 -0) 📝 `apps/marketing/src/app/(marketing)/singleplayer/page.tsx` (+7 -241) 📝 `apps/web/next.config.js` (+8 -0) 📝 `apps/web/package.json` (+2 -2) 📝 `apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx` (+3 -3) 📝 `package-lock.json` (+3612 -4012) 📝 `package.json` (+3 -1) 📝 `packages/ee/package.json` (+1 -1) 📝 `packages/email/render.ts` (+1 -1) 📝 `packages/eslint-config/package.json` (+4 -4) 📝 `packages/lib/package.json` (+1 -1) 📝 `packages/lib/universal/upload/get-file.ts` (+2 -2) 📝 `packages/lib/universal/upload/put-file.ts` (+2 -1) 📝 `packages/lib/universal/upload/server-actions.ts` (+6 -1) 📝 `packages/lib/universal/upload/update-file.ts` (+2 -2) 📝 `packages/prisma/package.json` (+4 -4) ➕ `packages/prisma/tsconfig.seed.json` (+6 -0) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1039
No description provided.