[PR #7646] [MERGED] chore: bump version #33063

Closed
opened 2026-04-17 23:44:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7646
Author: @himself65
Created: 1/27/2026
Status: Merged
Merged: 1/27/2026
Merged by: @himself65

Base: canaryHead: himself65/2026/01/27/bump


📝 Commits (7)

📊 Changes

24 files changed (+3166 additions, -3728 deletions)

View changed files

📝 demo/expo/app.config.ts (+1 -0)
📝 demo/expo/package.json (+20 -20)
📝 demo/nextjs/lib/auth.ts (+0 -3)
📝 demo/nextjs/next.config.ts (+1 -1)
📝 demo/nextjs/package.json (+1 -4)
📝 demo/stateless/package.json (+1 -1)
📝 docs/package.json (+3 -3)
📝 e2e/integration/package.json (+1 -1)
📝 e2e/smoke/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/cloudflare/package.json (+5 -5)
📝 package.json (+1 -1)
📝 packages/better-auth/package.json (+10 -10)
📝 packages/cli/package.json (+1 -1)
📝 packages/drizzle-adapter/package.json (+1 -1)
📝 packages/expo/package.json (+5 -5)
📝 packages/kysely-adapter/package.json (+1 -1)
📝 packages/memory-adapter/package.json (+1 -1)
📝 packages/mongo-adapter/package.json (+1 -1)
📝 packages/prisma-adapter/package.json (+2 -2)
📝 packages/redis-storage/package.json (+1 -1)

...and 4 more files

📄 Description

Summary by cubic

Bump dependency versions across the monorepo to latest patches, notably Next 16.1.6 and ioredis 5.9.2, and enable the expo-web-browser plugin in the Expo demo. Update pnpm workspace config and refresh the lockfile to keep installs consistent.

  • Dependencies

    • Next 16.1.6 in demos and docs; docs bump @ai-sdk/react 3.0.59 and ai 6.0.57.
    • ioredis 5.9.2 and Playwright 1.58.0 in tests; @types/bun 1.3.7; type-fest 5.4.2.
    • Adapters now use @better-auth/utils ^0.3.1.
    • better-auth devDeps: SvelteKit 2.50.1, TanStack Start 1.157.16, oauth2-mock-server 8.2.1, happy-dom 20.4.0, Vue 3.5.27.
  • Refactors

    • pnpm-workspace.yaml: enable blockExoticSubdeps and set minimumReleaseAge to 0.
    • demo/nextjs: narrow serverExternalPackages to only "libsql".
    • Update catalog (tsdown ^0.20.1) and regenerate pnpm-lock.yaml.

Written for commit 3cac024887. Summary will update 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/7646 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/01/27/bump` --- ### 📝 Commits (7) - [`e895a97`](https://github.com/better-auth/better-auth/commit/e895a972bdb3de4b93d9d317045039fa35065656) chore: bump version - [`e195162`](https://github.com/better-auth/better-auth/commit/e19516218adf2af29cc4c1dc706333af0caeb4ce) chore: bump version - [`1abccf8`](https://github.com/better-auth/better-auth/commit/1abccf851dba3d7dfa3d1567742d6658f7dda75e) chore: bump version - [`a8c030e`](https://github.com/better-auth/better-auth/commit/a8c030ebab1a29e93c2f461a20101e848db78583) chore: bump version - [`64bb229`](https://github.com/better-auth/better-auth/commit/64bb229631b3b3fb0965a361df687f3531cd317d) Revert "chore: bump version" - [`b37fc5c`](https://github.com/better-auth/better-auth/commit/b37fc5cdc528ae641cbdfaa8dda000bc62c18eda) chore: bump version - [`3cac024`](https://github.com/better-auth/better-auth/commit/3cac024887f9211275826f45e27e07a271110de8) chore: bump version ### 📊 Changes **24 files changed** (+3166 additions, -3728 deletions) <details> <summary>View changed files</summary> 📝 `demo/expo/app.config.ts` (+1 -0) 📝 `demo/expo/package.json` (+20 -20) 📝 `demo/nextjs/lib/auth.ts` (+0 -3) 📝 `demo/nextjs/next.config.ts` (+1 -1) 📝 `demo/nextjs/package.json` (+1 -4) 📝 `demo/stateless/package.json` (+1 -1) 📝 `docs/package.json` (+3 -3) 📝 `e2e/integration/package.json` (+1 -1) 📝 `e2e/smoke/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/cloudflare/package.json` (+5 -5) 📝 `package.json` (+1 -1) 📝 `packages/better-auth/package.json` (+10 -10) 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/drizzle-adapter/package.json` (+1 -1) 📝 `packages/expo/package.json` (+5 -5) 📝 `packages/kysely-adapter/package.json` (+1 -1) 📝 `packages/memory-adapter/package.json` (+1 -1) 📝 `packages/mongo-adapter/package.json` (+1 -1) 📝 `packages/prisma-adapter/package.json` (+2 -2) 📝 `packages/redis-storage/package.json` (+1 -1) _...and 4 more files_ </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Bump dependency versions across the monorepo to latest patches, notably Next 16.1.6 and ioredis 5.9.2, and enable the expo-web-browser plugin in the Expo demo. Update pnpm workspace config and refresh the lockfile to keep installs consistent. - **Dependencies** - Next 16.1.6 in demos and docs; docs bump @ai-sdk/react 3.0.59 and ai 6.0.57. - ioredis 5.9.2 and Playwright 1.58.0 in tests; @types/bun 1.3.7; type-fest 5.4.2. - Adapters now use @better-auth/utils ^0.3.1. - better-auth devDeps: SvelteKit 2.50.1, TanStack Start 1.157.16, oauth2-mock-server 8.2.1, happy-dom 20.4.0, Vue 3.5.27. - **Refactors** - pnpm-workspace.yaml: enable blockExoticSubdeps and set minimumReleaseAge to 0. - demo/nextjs: narrow serverExternalPackages to only "libsql". - Update catalog (tsdown ^0.20.1) and regenerate pnpm-lock.yaml. <sup>Written for commit 3cac024887f9211275826f45e27e07a271110de8. Summary will update 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-17 23:44:11 -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#33063