[PR #4286] [MERGED] fix(stripe): peerDependencies #5290

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4286
Author: @himself65
Created: 8/28/2025
Status: Merged
Merged: 8/28/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/08/28/stripe-deps


📝 Commits (1)

  • 00014dc fix(stripe): peerDependencies

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 packages/stripe/package.json (+3 -0)

📄 Description

Related: https://github.com/better-auth/better-auth/issues/4279

Summary by cubic

Declared stripe as a peer dependency (^18) for the stripe package so consumers must provide it, preventing duplicate SDKs and version mismatches.

  • Migration
    • Install stripe@^18 in the consuming app.
    • Update lockfile and reinstall dependencies.

🔄 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/4286 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/08/28/stripe-deps` --- ### 📝 Commits (1) - [`00014dc`](https://github.com/better-auth/better-auth/commit/00014dc768a7d68ccf27c935a791f5b73e5ffad3) fix(stripe): peerDependencies ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/stripe/package.json` (+3 -0) </details> ### 📄 Description Related: https://github.com/better-auth/better-auth/issues/4279 <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Declared stripe as a peer dependency (^18) for the stripe package so consumers must provide it, preventing duplicate SDKs and version mismatches. - **Migration** - Install stripe@^18 in the consuming app. - Update lockfile and reinstall dependencies. <!-- 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:17:05 -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#5290