[PR #1565] [MERGED] deps: Upgrade expo & nextjs to react 19 #1859

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1565
Author: @MohamedBassem
Created: 6/8/2025
Status: Merged
Merged: 8/20/2025
Merged by: @MohamedBassem

Base: mainHead: expo-next-upgrade


📝 Commits (10+)

📊 Changes

29 files changed (+2403 additions, -3336 deletions)

View changed files

📝 apps/browser-extension/package.json (+4 -4)
📝 apps/landing/package.json (+4 -5)
📝 apps/mobile/app.config.js (+4 -0)
📝 apps/mobile/app/_layout.tsx (+42 -37)
📝 apps/mobile/app/sharing.tsx (+6 -6)
📝 apps/mobile/components/ui/Input.tsx (+30 -31)
📝 apps/mobile/package.json (+29 -29)
📝 apps/web/app/admin/layout.tsx (+2 -1)
📝 apps/web/app/dashboard/@modal/(.)preview/[bookmarkId]/page.tsx (+4 -5)
📝 apps/web/app/dashboard/feeds/[feedId]/page.tsx (+3 -4)
📝 apps/web/app/dashboard/lists/[listId]/page.tsx (+6 -7)
📝 apps/web/app/dashboard/preview/[bookmarkId]/page.tsx (+3 -4)
📝 apps/web/app/dashboard/tags/[tagId]/page.tsx (+6 -7)
📝 apps/web/app/public/lists/[listId]/page.tsx (+6 -8)
📝 apps/web/app/settings/layout.tsx (+1 -1)
📝 apps/web/components/dashboard/bookmarks/EditorCard.tsx (+3 -1)
📝 apps/web/components/dashboard/search/SearchInput.tsx (+1 -1)
📝 apps/web/components/shared/sidebar/TSidebarItem.ts (+1 -1)
📝 apps/web/components/theme-provider.tsx (+1 -1)
📝 apps/web/components/ui/calendar.tsx (+185 -45)

...and 9 more files

📄 Description

An attempt


🔄 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/1565 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 8/20/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `expo-next-upgrade` --- ### 📝 Commits (10+) - [`d7b7a98`](https://github.com/karakeep-app/karakeep/commit/d7b7a98fad7ba1db68447f9083c550d897783b6d) Attempt to upgrade expo 53 - [`06723ba`](https://github.com/karakeep-app/karakeep/commit/06723baed5ecd3d3267227718129e6b5d16741c2) Attempt upgrade nextjs - [`abfcb78`](https://github.com/karakeep-app/karakeep/commit/abfcb78314139f9e1710b13454d4961961e4d45f) Merge branch 'main' into expo-next-upgrade - [`6912c0d`](https://github.com/karakeep-app/karakeep/commit/6912c0d63b373aa5a469ba57f0e55d12dc6a4869) Fix a bunch of peer deps - [`85fb657`](https://github.com/karakeep-app/karakeep/commit/85fb6574f3b8a7736620f06354f93888126f742a) upgrade some docs deps - [`d22c9ef`](https://github.com/karakeep-app/karakeep/commit/d22c9ef02aa6bcde7ac20ce83f265faacac30a26) fix typecheck - [`402ae12`](https://github.com/karakeep-app/karakeep/commit/402ae12fb37e534c972f39737e007c541d90e36d) update the shadcn calendar component - [`d54bd04`](https://github.com/karakeep-app/karakeep/commit/d54bd0438a8b2cf5ab5b33563c24c6f3f206034e) more fixes - [`08d37cc`](https://github.com/karakeep-app/karakeep/commit/08d37cceee8c442fe952a2a31cd1963517a2138d) Merge branch 'main' into expo-next-upgrade - [`bd46b89`](https://github.com/karakeep-app/karakeep/commit/bd46b89a091d1d072afdf13b972d9bf5234fdb6e) more fixes ### 📊 Changes **29 files changed** (+2403 additions, -3336 deletions) <details> <summary>View changed files</summary> 📝 `apps/browser-extension/package.json` (+4 -4) 📝 `apps/landing/package.json` (+4 -5) 📝 `apps/mobile/app.config.js` (+4 -0) 📝 `apps/mobile/app/_layout.tsx` (+42 -37) 📝 `apps/mobile/app/sharing.tsx` (+6 -6) 📝 `apps/mobile/components/ui/Input.tsx` (+30 -31) 📝 `apps/mobile/package.json` (+29 -29) 📝 `apps/web/app/admin/layout.tsx` (+2 -1) 📝 `apps/web/app/dashboard/@modal/(.)preview/[bookmarkId]/page.tsx` (+4 -5) 📝 `apps/web/app/dashboard/feeds/[feedId]/page.tsx` (+3 -4) 📝 `apps/web/app/dashboard/lists/[listId]/page.tsx` (+6 -7) 📝 `apps/web/app/dashboard/preview/[bookmarkId]/page.tsx` (+3 -4) 📝 `apps/web/app/dashboard/tags/[tagId]/page.tsx` (+6 -7) 📝 `apps/web/app/public/lists/[listId]/page.tsx` (+6 -8) 📝 `apps/web/app/settings/layout.tsx` (+1 -1) 📝 `apps/web/components/dashboard/bookmarks/EditorCard.tsx` (+3 -1) 📝 `apps/web/components/dashboard/search/SearchInput.tsx` (+1 -1) 📝 `apps/web/components/shared/sidebar/TSidebarItem.ts` (+1 -1) 📝 `apps/web/components/theme-provider.tsx` (+1 -1) 📝 `apps/web/components/ui/calendar.tsx` (+185 -45) _...and 9 more files_ </details> ### 📄 Description An attempt --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:30 +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#1859
No description provided.