[PR #6189] [MERGED] build: fix package depends on itself #14757

Closed
opened 2026-04-13 09:37:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6189
Author: @hyoban
Created: 11/22/2025
Status: Merged
Merged: 11/22/2025
Merged by: @Bekacru

Base: canaryHead: 11-22-fix-build


📝 Commits (1)

  • c19bee8 build: fix package depends on itself

📊 Changes

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

View changed files

📝 e2e/smoke/test/fixtures/vite/package.json (+1 -1)

📄 Description

I tried running pnpm build locally.

> @better-auth/root@ build /Users/hyoban/f/better-auth
> turbo --filter "./packages/*" build

turbo 2.4.4

  × Invalid package dependency graph:
  ╰─▶ vite depends on itself

Summary by cubic

Fixed pnpm build by renaming the e2e Vite fixture package from "vite" to "fixture-vite". This removes Turbo’s "Invalid package dependency graph: vite depends on itself" error.

Written for commit c19bee8cab. 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/6189 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/22/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `11-22-fix-build` --- ### 📝 Commits (1) - [`c19bee8`](https://github.com/better-auth/better-auth/commit/c19bee8cabe36b0893a0539b314d164c1224a110) build: fix package depends on itself ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `e2e/smoke/test/fixtures/vite/package.json` (+1 -1) </details> ### 📄 Description I tried running `pnpm build` locally. ``` > @better-auth/root@ build /Users/hyoban/f/better-auth > turbo --filter "./packages/*" build turbo 2.4.4 × Invalid package dependency graph: ╰─▶ vite depends on itself ``` <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixed pnpm build by renaming the e2e Vite fixture package from "vite" to "fixture-vite". This removes Turbo’s "Invalid package dependency graph: vite depends on itself" error. <sup>Written for commit c19bee8cabe36b0893a0539b314d164c1224a110. 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-13 09:37:26 -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#14757