[PR #748] [CLOSED] deps: Upgrade to Nextjs 15 and React 19 #1685

Closed
opened 2026-03-02 11:58:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/748
Author: @MohamedBassem
Created: 12/22/2024
Status: Closed

Base: mainHead: nextjs-15


📝 Commits (7)

📊 Changes

32 files changed (+8780 additions, -5310 deletions)

View changed files

📝 apps/browser-extension/package.json (+5 -5)
📝 apps/browser-extension/tsconfig.json (+1 -1)
📝 apps/landing/package.json (+6 -6)
📝 apps/mobile/package.json (+1 -1)
📝 apps/web/app/api/assets/[assetId]/route.ts (+2 -4)
📝 apps/web/app/api/v1/bookmarks/[bookmarkId]/route.ts (+15 -15)
📝 apps/web/app/api/v1/lists/[listId]/bookmarks/[bookmarkId]/route.ts (+14 -8)
📝 apps/web/app/api/v1/lists/[listId]/route.ts (+15 -15)
📝 apps/web/app/api/v1/tags/[tagId]/bookmarks/route.ts (+5 -5)
📝 apps/web/app/api/v1/tags/[tagId]/route.ts (+15 -15)
📝 apps/web/app/dashboard/@modal/(.)preview/[bookmarkId]/page.tsx (+7 -6)
📝 apps/web/app/dashboard/feeds/[feedId]/page.tsx (+6 -5)
📝 apps/web/app/dashboard/lists/[listId]/page.tsx (+6 -5)
📝 apps/web/app/dashboard/preview/[bookmarkId]/page.tsx (+6 -5)
📝 apps/web/app/dashboard/tags/[tagId]/page.tsx (+6 -5)
📝 apps/web/components/HoarderIcon.tsx (+14 -4)
📝 apps/web/components/dashboard/bookmarks/EditorCard.tsx (+1 -1)
📝 apps/web/components/dashboard/search/SearchInput.tsx (+1 -1)
📝 apps/web/components/dashboard/sidebar/ModileSidebar.tsx (+10 -2)
📝 apps/web/components/dashboard/sidebar/Sidebar.tsx (+1 -1)

...and 12 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/karakeep-app/karakeep/pull/748 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 12/22/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nextjs-15` --- ### 📝 Commits (7) - [`394b238`](https://github.com/karakeep-app/karakeep/commit/394b23835c7c9e25c096e03a0a46a7b6b98dc175) upgrade to react 19 and nextjs 15 - [`78455f3`](https://github.com/karakeep-app/karakeep/commit/78455f3fcdcc4f16a62b965d88e978022a501e42) Asyncfy dynamic apis - [`70d0499`](https://github.com/karakeep-app/karakeep/commit/70d049925a7982b82cca6c087eca7d79abfad51b) Fix svg errors - [`df11da1`](https://github.com/karakeep-app/karakeep/commit/df11da1c3736578162c89944580638f2fcdc569b) fix lint errors - [`53e8866`](https://github.com/karakeep-app/karakeep/commit/53e8866b792a23be414cf43989e0703dde27e863) Revert docs and mobile to use react 18 - [`afbc69c`](https://github.com/karakeep-app/karakeep/commit/afbc69c10d32ed6620a9a4f8c555fecb81ea05f1) fix extension build - [`e02e01b`](https://github.com/karakeep-app/karakeep/commit/e02e01b9c7891e15121e4875086209429afd6e8e) fix ts errors ### 📊 Changes **32 files changed** (+8780 additions, -5310 deletions) <details> <summary>View changed files</summary> 📝 `apps/browser-extension/package.json` (+5 -5) 📝 `apps/browser-extension/tsconfig.json` (+1 -1) 📝 `apps/landing/package.json` (+6 -6) 📝 `apps/mobile/package.json` (+1 -1) 📝 `apps/web/app/api/assets/[assetId]/route.ts` (+2 -4) 📝 `apps/web/app/api/v1/bookmarks/[bookmarkId]/route.ts` (+15 -15) 📝 `apps/web/app/api/v1/lists/[listId]/bookmarks/[bookmarkId]/route.ts` (+14 -8) 📝 `apps/web/app/api/v1/lists/[listId]/route.ts` (+15 -15) 📝 `apps/web/app/api/v1/tags/[tagId]/bookmarks/route.ts` (+5 -5) 📝 `apps/web/app/api/v1/tags/[tagId]/route.ts` (+15 -15) 📝 `apps/web/app/dashboard/@modal/(.)preview/[bookmarkId]/page.tsx` (+7 -6) 📝 `apps/web/app/dashboard/feeds/[feedId]/page.tsx` (+6 -5) 📝 `apps/web/app/dashboard/lists/[listId]/page.tsx` (+6 -5) 📝 `apps/web/app/dashboard/preview/[bookmarkId]/page.tsx` (+6 -5) 📝 `apps/web/app/dashboard/tags/[tagId]/page.tsx` (+6 -5) 📝 `apps/web/components/HoarderIcon.tsx` (+14 -4) 📝 `apps/web/components/dashboard/bookmarks/EditorCard.tsx` (+1 -1) 📝 `apps/web/components/dashboard/search/SearchInput.tsx` (+1 -1) 📝 `apps/web/components/dashboard/sidebar/ModileSidebar.tsx` (+10 -2) 📝 `apps/web/components/dashboard/sidebar/Sidebar.tsx` (+1 -1) _...and 12 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-03-02 11:58:43 +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/karakeep#1685
No description provided.