[PR #5843] [CLOSED] chore: bump version #6270

Closed
opened 2026-03-13 12:52:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5843
Author: @himself65
Created: 11/7/2025
Status: Closed

Base: canaryHead: himself65/2025/11/07/vitest


📝 Commits (2)

📊 Changes

13 files changed (+701 additions, -230 deletions)

View changed files

📝 demo/nextjs/package.json (+1 -1)
📝 docs/package.json (+1 -1)
📝 packages/better-auth/package.json (+1 -1)
📝 packages/better-auth/src/api/check-endpoint-conflicts.test.ts (+2 -2)
📝 packages/better-auth/vitest.config.ts (+1 -5)
📝 packages/cli/package.json (+1 -1)
📝 packages/core/package.json (+1 -1)
📝 packages/expo/package.json (+1 -1)
📝 packages/passkey/package.json (+1 -1)
📝 packages/sso/package.json (+1 -1)
📝 packages/stripe/package.json (+1 -1)
📝 pnpm-lock.yaml (+688 -213)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

Summary by cubic

Upgrade Vitest to v4 and align the test config, and standardize Zod to ^4.1.5 across the monorepo. Regenerated the lockfile to reflect these changes.

  • Dependencies
    • Bumped Vitest from ^3.2.4 to ^4.0.8 (catalog + lockfile).
    • Updated Vitest config: moved "--expose-gc" to test.execArgv for v4 compatibility.
    • Set Zod to ^4.1.5 in all packages and overrides.
    • Updated pnpm-workspace catalog and regenerated pnpm-lock.yaml.

Written for commit 42bf97953c. 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/5843 **Author:** [@himself65](https://github.com/himself65) **Created:** 11/7/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `himself65/2025/11/07/vitest` --- ### 📝 Commits (2) - [`1dedc7f`](https://github.com/better-auth/better-auth/commit/1dedc7f00211453778bd5fd5fdc2428fd0c06187) chore: bump version - [`42bf979`](https://github.com/better-auth/better-auth/commit/42bf97953c0f2a7dd00624405267d5481f5bd130) fix: type ### 📊 Changes **13 files changed** (+701 additions, -230 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/package.json` (+1 -1) 📝 `docs/package.json` (+1 -1) 📝 `packages/better-auth/package.json` (+1 -1) 📝 `packages/better-auth/src/api/check-endpoint-conflicts.test.ts` (+2 -2) 📝 `packages/better-auth/vitest.config.ts` (+1 -5) 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/core/package.json` (+1 -1) 📝 `packages/expo/package.json` (+1 -1) 📝 `packages/passkey/package.json` (+1 -1) 📝 `packages/sso/package.json` (+1 -1) 📝 `packages/stripe/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+688 -213) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Upgrade Vitest to v4 and align the test config, and standardize Zod to ^4.1.5 across the monorepo. Regenerated the lockfile to reflect these changes. - **Dependencies** - Bumped Vitest from ^3.2.4 to ^4.0.8 (catalog + lockfile). - Updated Vitest config: moved "--expose-gc" to test.execArgv for v4 compatibility. - Set Zod to ^4.1.5 in all packages and overrides. - Updated pnpm-workspace catalog and regenerated pnpm-lock.yaml. <sup>Written for commit 42bf97953c0f2a7dd00624405267d5481f5bd130. 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-03-13 12:52:59 -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#6270