[PR #7858] [MERGED] chore(electron): add electron to peerDependencies #15841

Closed
opened 2026-04-13 10:15:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7858
Author: @jslno
Created: 2/8/2026
Status: Merged
Merged: 2/10/2026
Merged by: @himself65

Base: canaryHead: 02-08-2026/electron-peer-dep


📝 Commits (5)

  • 6f82ee3 chore(electron): add electron to peerDependencies
  • f6a0cbc chore: lockfile
  • deda05e chore: add devDependency
  • 68114af chore(electron): downgrade electron version to >=36.0.0
  • 9ec6eb6 chore: update docu

📊 Changes

3 files changed (+26 additions, -7 deletions)

View changed files

📝 docs/content/docs/integrations/electron.mdx (+5 -0)
📝 packages/electron/package.json (+2 -0)
📝 pnpm-lock.yaml (+19 -7)

📄 Description

Summary by cubic

Declare Electron (>=36.0.0) as a peer dependency and add Electron ^38.8.0 as a devDependency to ensure a compatible runtime and support local builds/tests. Updated docs to clarify we support two major versions behind the latest Electron, and refreshed the pnpm lockfile (dev uses 38.8.0; another workspace resolves to 39.5.1).

  • Migration
    • Add electron >=36.0.0 to your app’s dependencies if not already installed.

Written for commit 9ec6eb69b1. Summary will update 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/7858 **Author:** [@jslno](https://github.com/jslno) **Created:** 2/8/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `02-08-2026/electron-peer-dep` --- ### 📝 Commits (5) - [`6f82ee3`](https://github.com/better-auth/better-auth/commit/6f82ee3011462e23466c518067ceca314f31c528) chore(electron): add `electron` to peerDependencies - [`f6a0cbc`](https://github.com/better-auth/better-auth/commit/f6a0cbc63c2f2b2d661672f73708cdb2386ff9f9) chore: lockfile - [`deda05e`](https://github.com/better-auth/better-auth/commit/deda05ec8dd1c01c6dc4491773f3516a250e7ca1) chore: add devDependency - [`68114af`](https://github.com/better-auth/better-auth/commit/68114afb5f3abbaa0f4a3474d999f85194c67554) chore(electron): downgrade electron version to >=36.0.0 - [`9ec6eb6`](https://github.com/better-auth/better-auth/commit/9ec6eb69b1ad0f24b7fbbdd731012c7a1973c980) chore: update docu ### 📊 Changes **3 files changed** (+26 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/integrations/electron.mdx` (+5 -0) 📝 `packages/electron/package.json` (+2 -0) 📝 `pnpm-lock.yaml` (+19 -7) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Declare Electron (>=36.0.0) as a peer dependency and add Electron ^38.8.0 as a devDependency to ensure a compatible runtime and support local builds/tests. Updated docs to clarify we support two major versions behind the latest Electron, and refreshed the pnpm lockfile (dev uses 38.8.0; another workspace resolves to 39.5.1). - **Migration** - Add electron >=36.0.0 to your app’s dependencies if not already installed. <sup>Written for commit 9ec6eb69b1ad0f24b7fbbdd731012c7a1973c980. Summary will update 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-13 10:15:31 -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#15841