[PR #4345] [MERGED] chore: bump version #13568

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

📋 Pull Request Information

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

Base: canaryHead: himself65/2025/09/01/bump


📝 Commits (3)

📊 Changes

11 files changed (+650 additions, -1078 deletions)

View changed files

📝 demo/nextjs/package.json (+22 -25)
📝 docs/package.json (+8 -8)
📝 e2e/integration/vanilla-node/package.json (+3 -3)
📝 package.json (+2 -11)
📝 packages/better-auth/package.json (+4 -7)
📝 packages/better-auth/src/plugins/open-api/generator.ts (+4 -12)
📝 packages/cli/package.json (+2 -2)
📝 packages/expo/package.json (+1 -1)
📝 packages/sso/package.json (+1 -1)
📝 packages/stripe/package.json (+1 -1)
📝 pnpm-lock.yaml (+602 -1007)

📄 Description

Summary by cubic

Standardized dependency versions across the repo and removed old overrides to reduce conflicts. Key updates include zod v4.1.5, better-sqlite3 v12.2.0, and Next v15.5.2.

  • Dependencies

    • Align all packages on zod ^4.1.5; better-auth now requires zod v4.
    • Upgrade better-sqlite3 to ^12.2.0 and mysql2 to ^3.14.4.
    • Bump Next to 15.5.2 in apps/packages.
    • Major lib updates in demo/docs: date-fns 4, react-day-picker 9, react-resizable-panels 3, recharts 3, shiki 3, tailwind-merge 3, lucide-react 0.542, three 0.179, framer-motion 12.
    • Remove pnpm overrides (whatwg-url, mdast/remark/unified) and local overrides in packages.
  • Migration

    • Install zod ^4.1.5 (zod v3 is no longer supported by better-auth).
    • Upgrade better-sqlite3 to ^12.2.0.
    • Reinstall dependencies; clear lockfile if you relied on the removed overrides.

🔄 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/4345 **Author:** [@himself65](https://github.com/himself65) **Created:** 9/1/2025 **Status:** ✅ Merged **Merged:** 9/1/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/09/01/bump` --- ### 📝 Commits (3) - [`cb55264`](https://github.com/better-auth/better-auth/commit/cb55264a2ec946f4e3afcc42cb91e923aaef4f43) chore: bump version - [`9dd3d93`](https://github.com/better-auth/better-auth/commit/9dd3d931f534b8da9d16d30304e619ec6f4c12ae) chore: bump version - [`e8745b4`](https://github.com/better-auth/better-auth/commit/e8745b4842edc2a52ef537012a4e8ea2eea61751) fix: type ### 📊 Changes **11 files changed** (+650 additions, -1078 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/package.json` (+22 -25) 📝 `docs/package.json` (+8 -8) 📝 `e2e/integration/vanilla-node/package.json` (+3 -3) 📝 `package.json` (+2 -11) 📝 `packages/better-auth/package.json` (+4 -7) 📝 `packages/better-auth/src/plugins/open-api/generator.ts` (+4 -12) 📝 `packages/cli/package.json` (+2 -2) 📝 `packages/expo/package.json` (+1 -1) 📝 `packages/sso/package.json` (+1 -1) 📝 `packages/stripe/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+602 -1007) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Standardized dependency versions across the repo and removed old overrides to reduce conflicts. Key updates include zod v4.1.5, better-sqlite3 v12.2.0, and Next v15.5.2. - **Dependencies** - Align all packages on zod ^4.1.5; better-auth now requires zod v4. - Upgrade better-sqlite3 to ^12.2.0 and mysql2 to ^3.14.4. - Bump Next to 15.5.2 in apps/packages. - Major lib updates in demo/docs: date-fns 4, react-day-picker 9, react-resizable-panels 3, recharts 3, shiki 3, tailwind-merge 3, lucide-react 0.542, three 0.179, framer-motion 12. - Remove pnpm overrides (whatwg-url, mdast/remark/unified) and local overrides in packages. - **Migration** - Install zod ^4.1.5 (zod v3 is no longer supported by better-auth). - Upgrade better-sqlite3 to ^12.2.0. - Reinstall dependencies; clear lockfile if you relied on the removed overrides. <!-- 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:00:25 -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#13568