[PR #5465] [MERGED] fix: unused peer dependency #6022

Closed
opened 2026-03-13 12:44:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5465
Author: @himself65
Created: 10/21/2025
Status: Merged
Merged: 10/21/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/10/21/peer


📝 Commits (2)

📊 Changes

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

View changed files

📝 packages/core/package.json (+0 -1)
📝 packages/core/src/types/init-options.ts (+8 -3)

📄 Description

Fixes: https://github.com/better-auth/better-auth/issues/5461

Summary by cubic

Removed the unused better-sqlite3 dependency from core and switched the SQLite type to Kysely's SqliteDatabase to remove peer warnings and align with our DB layer. No runtime changes or migrations.


🔄 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/5465 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/21/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/10/21/peer` --- ### 📝 Commits (2) - [`e7aaf01`](https://github.com/better-auth/better-auth/commit/e7aaf01f5b234121aa5e625c21420b2ce2e168da) fix: unused peer dependency - [`e1d5d8a`](https://github.com/better-auth/better-auth/commit/e1d5d8ab988c820f32b7959e0ab331477a795425) chore: fix lint ### 📊 Changes **2 files changed** (+8 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/package.json` (+0 -1) 📝 `packages/core/src/types/init-options.ts` (+8 -3) </details> ### 📄 Description Fixes: https://github.com/better-auth/better-auth/issues/5461 <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Removed the unused better-sqlite3 dependency from core and switched the SQLite type to Kysely's SqliteDatabase to remove peer warnings and align with our DB layer. No runtime changes or migrations. <!-- 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-03-13 12:44:52 -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#6022