[PR #4551] [MERGED] chore: set node-linker to isolated #22344

Closed
opened 2026-04-15 20:58:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: canaryHead: himself65/2025/09/09/node-linker


📝 Commits (8)

📊 Changes

7 files changed (+195 additions, -74 deletions)

View changed files

📝 .npmrc (+0 -1)
📝 packages/better-auth/package.json (+24 -1)
📝 packages/sso/package.json (+3 -1)
📝 packages/stripe/package.json (+2 -1)
📝 packages/stripe/vitest.config.ts (+0 -1)
📝 pnpm-lock.yaml (+165 -68)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

Summary by cubic

Switch the workspace to pnpm’s isolated node linker by removing the hoisted override in .npmrc. This reduces hoisting conflicts and makes installs more predictable.

  • Migration
    • Delete node_modules (root and packages) and run pnpm install to re-create isolated node_modules.

🔄 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/4551 **Author:** [@himself65](https://github.com/himself65) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/09/09/node-linker` --- ### 📝 Commits (8) - [`8f05090`](https://github.com/better-auth/better-auth/commit/8f050908ae55272c46fd664b48546ab5443ef9d9) chore: set node-linker to `isolated` - [`232081f`](https://github.com/better-auth/better-auth/commit/232081f87e2064b3fdde4a907e0dd5a3bac30dce) fix: deps - [`2b72486`](https://github.com/better-auth/better-auth/commit/2b7248648692afe43076e5b601bcda9880ab900a) fix: deps - [`cb37c2f`](https://github.com/better-auth/better-auth/commit/cb37c2f37673547516025a9a807d4d7474cf590b) fix: no dotenv - [`23c0218`](https://github.com/better-auth/better-auth/commit/23c02187480d5de1ccba10dc1b68078ccfca268d) chore: add missing - [`b86f742`](https://github.com/better-auth/better-auth/commit/b86f742c19fb4439a7e4efdd1c76889959fb9d24) chore: add missing - [`0247e23`](https://github.com/better-auth/better-auth/commit/0247e238668f04826dcda19f45eac887927b6098) chore: add missing - [`1d89d1b`](https://github.com/better-auth/better-auth/commit/1d89d1b58ab73c4a519cb932353e38ab3e8b934a) chore: fix missing peer ### 📊 Changes **7 files changed** (+195 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `.npmrc` (+0 -1) 📝 `packages/better-auth/package.json` (+24 -1) 📝 `packages/sso/package.json` (+3 -1) 📝 `packages/stripe/package.json` (+2 -1) 📝 `packages/stripe/vitest.config.ts` (+0 -1) 📝 `pnpm-lock.yaml` (+165 -68) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Switch the workspace to pnpm’s isolated node linker by removing the hoisted override in .npmrc. This reduces hoisting conflicts and makes installs more predictable. - **Migration** - Delete node_modules (root and packages) and run pnpm install to re-create isolated node_modules. <!-- 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-15 20:58:51 -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#22344