[PR #5372] [MERGED] fix(organization): typecheck node exceeds the maximum length #31568

Closed
opened 2026-04-17 22:28:01 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: canaryHead: himself65/2025/10/16/limit


📝 Commits (6)

📊 Changes

13 files changed (+1078 additions, -195 deletions)

View changed files

📝 e2e/smoke/test/fixtures/tsconfig-decelration/package.json (+3 -1)
e2e/smoke/test/fixtures/tsconfig-decelration/src/demo.ts (+209 -0)
📝 packages/better-auth/src/api/index.ts (+4 -4)
📝 packages/better-auth/src/plugins/oauth-proxy/index.ts (+1 -1)
📝 packages/better-auth/src/plugins/open-api/generator.ts (+2 -2)
📝 packages/better-auth/src/plugins/open-api/index.ts (+2 -0)
📝 packages/better-auth/src/plugins/organization/client.ts (+22 -24)
📝 packages/better-auth/src/plugins/organization/organization.ts (+307 -152)
📝 packages/better-auth/src/plugins/organization/schema.ts (+510 -0)
📝 packages/better-auth/src/types/types.test.ts (+1 -1)
📝 packages/core/src/db/index.ts (+1 -2)
📝 packages/core/src/types/init-options.ts (+2 -2)
📝 pnpm-lock.yaml (+14 -6)

📄 Description

Looks sucks. But it is what it is


🔄 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/5372 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/10/16/limit` --- ### 📝 Commits (6) - [`8705e85`](https://github.com/better-auth/better-auth/commit/8705e8533608533d8738a694fe0a2a9328c65ec7) fix(organization): typecheck node exceeds the maximum length - [`6c70a41`](https://github.com/better-auth/better-auth/commit/6c70a41df64406f2244aa6377a51aa5927d0aa25) wtf? - [`3cca7f0`](https://github.com/better-auth/better-auth/commit/3cca7f096e342c7da1cdd685d12eb867263141ba) test: type - [`fad516c`](https://github.com/better-auth/better-auth/commit/fad516ce70a0256ee57e834ebf76f50f6ea10e1b) i made it - [`023ec10`](https://github.com/better-auth/better-auth/commit/023ec10b7439594028d461120dd4bcbb284d8cef) Update packages/better-auth/src/db/index.ts - [`60aac53`](https://github.com/better-auth/better-auth/commit/60aac53a2dce87b9dc6d43cf0b919d6f50129694) fix: separate code ### 📊 Changes **13 files changed** (+1078 additions, -195 deletions) <details> <summary>View changed files</summary> 📝 `e2e/smoke/test/fixtures/tsconfig-decelration/package.json` (+3 -1) ➕ `e2e/smoke/test/fixtures/tsconfig-decelration/src/demo.ts` (+209 -0) 📝 `packages/better-auth/src/api/index.ts` (+4 -4) 📝 `packages/better-auth/src/plugins/oauth-proxy/index.ts` (+1 -1) 📝 `packages/better-auth/src/plugins/open-api/generator.ts` (+2 -2) 📝 `packages/better-auth/src/plugins/open-api/index.ts` (+2 -0) 📝 `packages/better-auth/src/plugins/organization/client.ts` (+22 -24) 📝 `packages/better-auth/src/plugins/organization/organization.ts` (+307 -152) 📝 `packages/better-auth/src/plugins/organization/schema.ts` (+510 -0) 📝 `packages/better-auth/src/types/types.test.ts` (+1 -1) 📝 `packages/core/src/db/index.ts` (+1 -2) 📝 `packages/core/src/types/init-options.ts` (+2 -2) 📝 `pnpm-lock.yaml` (+14 -6) </details> ### 📄 Description Looks sucks. But it is what it is --- <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-17 22:28:01 -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#31568