[PR #5712] [MERGED] fix(cli): move type dependencies to devDependencies #31773

Closed
opened 2026-04-17 22:39:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5712
Author: @bdkopen
Created: 11/1/2025
Status: Merged
Merged: 11/2/2025
Merged by: @himself65

Base: canaryHead: fix/move-type-packages-to-devdependencies


📝 Commits (1)

  • 0047309 fix: move type dependencies to devDependencies

📊 Changes

2 files changed (+8 additions, -8 deletions)

View changed files

📝 packages/cli/package.json (+2 -2)
📝 pnpm-lock.yaml (+6 -6)

📄 Description

Moves @types/better-sqlite3 and @types/prompts into devDependencies since they are only needed for development.


Summary by cubic

Moved @types/better-sqlite3 and @types/prompts to devDependencies in the CLI so type-only packages aren’t shipped to users. This reduces install size and avoids unnecessary dependencies, with no behavior change.

Written for commit 00473097cb. Summary will update automatically on new commits.


🔄 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/better-auth/better-auth/pull/5712 **Author:** [@bdkopen](https://github.com/bdkopen) **Created:** 11/1/2025 **Status:** ✅ Merged **Merged:** 11/2/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `fix/move-type-packages-to-devdependencies` --- ### 📝 Commits (1) - [`0047309`](https://github.com/better-auth/better-auth/commit/00473097cb851804b4073559931d45252bd26f75) fix: move type dependencies to devDependencies ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/cli/package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+6 -6) </details> ### 📄 Description Moves `@types/better-sqlite3` and `@types/prompts` into devDependencies since they are only needed for development. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Moved @types/better-sqlite3 and @types/prompts to devDependencies in the CLI so type-only packages aren’t shipped to users. This reduces install size and avoids unnecessary dependencies, with no behavior change. <sup>Written for commit 00473097cb851804b4073559931d45252bd26f75. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 22:39:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#31773