[PR #8251] [MERGED] chore: separate the demo into different lock files #24754

Closed
opened 2026-04-15 22:32:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8251
Author: @himself65
Created: 3/1/2026
Status: Merged
Merged: 3/1/2026
Merged by: @himself65

Base: canaryHead: chore/separate-demo-node-modules


📝 Commits (4)

  • 0d62724 chore: separate demo node_modules from workspace
  • 597a755 fix lock
  • 1f16d2a chore: separate the demo into different lock files
  • 9efbbf6 chore: add GitHub Actions workflow for demo builds

📊 Changes

18 files changed (+22454 additions, -5211 deletions)

View changed files

.github/workflows/demo.yml (+56 -0)
📝 demo/electron/package.json (+10 -10)
demo/electron/pnpm-lock.yaml (+4725 -0)
demo/electron/pnpm-workspace.yaml (+4 -0)
📝 demo/expo/package.json (+2 -2)
demo/expo/pnpm-lock.yaml (+8622 -0)
demo/expo/pnpm-workspace.yaml (+0 -0)
📝 demo/nextjs/package.json (+19 -19)
demo/nextjs/pnpm-lock.yaml (+5297 -0)
demo/nextjs/pnpm-workspace.yaml (+2 -0)
📝 demo/oidc-client/package.json (+9 -9)
demo/oidc-client/pnpm-lock.yaml (+2607 -0)
demo/oidc-client/pnpm-workspace.yaml (+0 -0)
📝 demo/stateless/package.json (+7 -7)
demo/stateless/pnpm-lock.yaml (+976 -0)
demo/stateless/pnpm-workspace.yaml (+0 -0)
📝 pnpm-lock.yaml (+116 -5163)
📝 pnpm-workspace.yaml (+2 -1)

📄 Description

No description provided


🔄 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/8251 **Author:** [@himself65](https://github.com/himself65) **Created:** 3/1/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `chore/separate-demo-node-modules` --- ### 📝 Commits (4) - [`0d62724`](https://github.com/better-auth/better-auth/commit/0d62724ef7fdf775f7914e3f52a3c16beba197be) chore: separate demo node_modules from workspace - [`597a755`](https://github.com/better-auth/better-auth/commit/597a75533e8dd408dd2e359d3b032aae829abc6e) fix lock - [`1f16d2a`](https://github.com/better-auth/better-auth/commit/1f16d2a7cf4e69f1a5d4db0f51be988213ed90fd) chore: separate the demo into different lock files - [`9efbbf6`](https://github.com/better-auth/better-auth/commit/9efbbf69d93eac7d7921a1b3712730a959a75c0e) chore: add GitHub Actions workflow for demo builds ### 📊 Changes **18 files changed** (+22454 additions, -5211 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/demo.yml` (+56 -0) 📝 `demo/electron/package.json` (+10 -10) ➕ `demo/electron/pnpm-lock.yaml` (+4725 -0) ➕ `demo/electron/pnpm-workspace.yaml` (+4 -0) 📝 `demo/expo/package.json` (+2 -2) ➕ `demo/expo/pnpm-lock.yaml` (+8622 -0) ➕ `demo/expo/pnpm-workspace.yaml` (+0 -0) 📝 `demo/nextjs/package.json` (+19 -19) ➕ `demo/nextjs/pnpm-lock.yaml` (+5297 -0) ➕ `demo/nextjs/pnpm-workspace.yaml` (+2 -0) 📝 `demo/oidc-client/package.json` (+9 -9) ➕ `demo/oidc-client/pnpm-lock.yaml` (+2607 -0) ➕ `demo/oidc-client/pnpm-workspace.yaml` (+0 -0) 📝 `demo/stateless/package.json` (+7 -7) ➕ `demo/stateless/pnpm-lock.yaml` (+976 -0) ➕ `demo/stateless/pnpm-workspace.yaml` (+0 -0) 📝 `pnpm-lock.yaml` (+116 -5163) 📝 `pnpm-workspace.yaml` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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-15 22:32:43 -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#24754