[PR #1] [CLOSED] Nuxt 4 #1

Closed
opened 2026-02-17 17:12:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-base/pull/1
Author: @Huskydog9988
Created: 1/10/2026
Status: Closed

Base: mainHead: nuxt-4


📝 Commits (9)

📊 Changes

16 files changed (+8596 additions, -6384 deletions)

View changed files

📝 app/components/ConfirmationModal.vue (+2 -8)
📝 app/components/LoadingButton.vue (+0 -0)
📝 app/components/ModalStack.vue (+29 -21)
📝 app/components/ModalTemplate.vue (+8 -11)
app/components/NotificationModal.vue (+59 -0)
📝 app/components/TextInputModal.vue (+2 -8)
📝 app/composables/modal-stack.ts (+12 -10)
components/NotificationModal.vue (+0 -68)
eslint.config.js (+0 -3)
eslint.config.mjs (+33 -0)
📝 nuxt.config.ts (+18 -1)
📝 package.json (+14 -6)
pnpm-lock.yaml (+8397 -0)
pnpm-workspace.yaml (+4 -0)
tsconfig.json (+18 -0)
yarn.lock (+0 -6248)

📄 Description

Update to nuxt 4


🔄 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/Drop-OSS/drop-base/pull/1 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 1/10/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nuxt-4` --- ### 📝 Commits (9) - [`1770e54`](https://github.com/Drop-OSS/drop-base/commit/1770e548d1b85d700a6614a81bf33ab2894f3004) switch to pnpm - [`733dd62`](https://github.com/Drop-OSS/drop-base/commit/733dd629aadf8f63addb85b44c2a3b272e403567) upgrade to nuxt 4 - [`acd11dc`](https://github.com/Drop-OSS/drop-base/commit/acd11dc7ef671df1adc871e1eeb4ff429ad053cd) use nuxt 4 codemod - [`fd031d7`](https://github.com/Drop-OSS/drop-base/commit/fd031d7d0aa841670b6731c1e1b5032669f6586a) fix imports - [`43c5518`](https://github.com/Drop-OSS/drop-base/commit/43c55189c6f5fb1ad23a0523037659109355d56c) add typechecking - [`5461479`](https://github.com/Drop-OSS/drop-base/commit/5461479e9e64b51dedfe4e58fbdbe164af391c4d) fix error in modal - [`47cf5a9`](https://github.com/Drop-OSS/drop-base/commit/47cf5a9f3700448b994f5238247da5af80c64a50) rename package - [`6eff4a8`](https://github.com/Drop-OSS/drop-base/commit/6eff4a805c2d43548017a5fa5882fde1f5dafa62) use ts and eslint from drop repo - [`cd97189`](https://github.com/Drop-OSS/drop-base/commit/cd9718948741231bd73eb99abd5f7fef56b08265) fix (most) lint issues ### 📊 Changes **16 files changed** (+8596 additions, -6384 deletions) <details> <summary>View changed files</summary> 📝 `app/components/ConfirmationModal.vue` (+2 -8) 📝 `app/components/LoadingButton.vue` (+0 -0) 📝 `app/components/ModalStack.vue` (+29 -21) 📝 `app/components/ModalTemplate.vue` (+8 -11) ➕ `app/components/NotificationModal.vue` (+59 -0) 📝 `app/components/TextInputModal.vue` (+2 -8) 📝 `app/composables/modal-stack.ts` (+12 -10) ➖ `components/NotificationModal.vue` (+0 -68) ➖ `eslint.config.js` (+0 -3) ➕ `eslint.config.mjs` (+33 -0) 📝 `nuxt.config.ts` (+18 -1) 📝 `package.json` (+14 -6) ➕ `pnpm-lock.yaml` (+8397 -0) ➕ `pnpm-workspace.yaml` (+4 -0) ➕ `tsconfig.json` (+18 -0) ➖ `yarn.lock` (+0 -6248) </details> ### 📄 Description Update to nuxt 4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:18 -05:00
yindo changed title from [PR #1] Nuxt 4 to [PR #1] [CLOSED] Nuxt 4 2026-06-05 14:25:12 -04:00
yindo closed this issue 2026-06-05 14:25:12 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-base#1