[PR #7626] [MERGED] chore: bump version #24351

Closed
opened 2026-04-15 22:19:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (3)

📊 Changes

57 files changed (+1708 additions, -1623 deletions)

View changed files

📝 demo/nextjs/package.json (+25 -25)
📝 demo/oidc-client/package.json (+3 -3)
📝 demo/stateless/package.json (+1 -1)
📝 docs/package.json (+29 -29)
📝 e2e/adapter/package.json (+1 -1)
📝 e2e/integration/solid-vinxi/package.json (+4 -4)
📝 e2e/integration/vanilla-node/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/cloudflare/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/ipv6/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/tsconfig-declaration/package.json (+3 -3)
📝 package.json (+5 -5)
📝 packages/better-auth/package.json (+4 -4)
📝 packages/better-auth/src/plugins/admin/admin.ts (+0 -1)
📝 packages/better-auth/src/plugins/anonymous/index.ts (+0 -1)
📝 packages/better-auth/src/plugins/api-key/index.ts (+0 -1)
📝 packages/better-auth/src/plugins/bearer/index.ts (+0 -1)
📝 packages/better-auth/src/plugins/captcha/index.ts (+0 -1)
📝 packages/better-auth/src/plugins/custom-session/index.ts (+0 -1)
📝 packages/better-auth/src/plugins/device-authorization/index.ts (+0 -1)
📝 packages/better-auth/src/plugins/email-otp/index.ts (+0 -1)

...and 37 more files

📄 Description

Summary by cubic

Bumped workspace dependencies across demos, docs, packages, and tests to recent patch/minor versions for stability and compatibility. Cleaned up lint suppressions in plugin/type modules; updated package.json files and pnpm-lock.yaml with no functional changes.

  • Dependencies

    • Frameworks: Next 16.1.5; SolidJS/Vinxi minor bumps.
    • Core libs: Zod 4.3.6; Stripe 20.2.0; SimpleWebAuthn 13.2.2.
    • React ecosystem: react-hook-form 7.71.1; framer-motion/motion 12.29.2; lucide-react 0.563.0; Radix UI patches.
    • Data/server: mysql2 3.16.2; postgres 3.4.8; Hono 4.11.6.
    • Tooling/tests: Vitest 4.0.18; @types/node 25.0.10; turbo 2.7.6; biome 2.3.13; prettier 3.8.1.
    • Misc: @modelcontextprotocol/sdk 1.25.3; mcp-handler 1.0.7; docs deps (ai SDK, fumadocs, shiki) updated.
  • Refactors

    • Removed obsolete biome-ignore comments across plugin registry files and tests to satisfy lint rules; behavior unchanged.

Written for commit d41c4680fe. 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/7626 **Author:** [@himself65](https://github.com/himself65) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2026/01/24/bump` --- ### 📝 Commits (3) - [`2ad65b4`](https://github.com/better-auth/better-auth/commit/2ad65b42a5c64d3093ce72e27d9e52e9e6fe9dc9) chore: bump version - [`c0e3494`](https://github.com/better-auth/better-auth/commit/c0e3494b3ab4af31a936fd39fd670097f57e5781) chore: lint fix - [`d41c468`](https://github.com/better-auth/better-auth/commit/d41c4680fe11ff6a1a89fdd6212954f9cab66220) chore: bump ### 📊 Changes **57 files changed** (+1708 additions, -1623 deletions) <details> <summary>View changed files</summary> 📝 `demo/nextjs/package.json` (+25 -25) 📝 `demo/oidc-client/package.json` (+3 -3) 📝 `demo/stateless/package.json` (+1 -1) 📝 `docs/package.json` (+29 -29) 📝 `e2e/adapter/package.json` (+1 -1) 📝 `e2e/integration/solid-vinxi/package.json` (+4 -4) 📝 `e2e/integration/vanilla-node/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/cloudflare/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/ipv6/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/tsconfig-declaration/package.json` (+3 -3) 📝 `package.json` (+5 -5) 📝 `packages/better-auth/package.json` (+4 -4) 📝 `packages/better-auth/src/plugins/admin/admin.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/anonymous/index.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/api-key/index.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/bearer/index.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/captcha/index.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/custom-session/index.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/device-authorization/index.ts` (+0 -1) 📝 `packages/better-auth/src/plugins/email-otp/index.ts` (+0 -1) _...and 37 more files_ </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Bumped workspace dependencies across demos, docs, packages, and tests to recent patch/minor versions for stability and compatibility. Cleaned up lint suppressions in plugin/type modules; updated package.json files and pnpm-lock.yaml with no functional changes. - **Dependencies** - Frameworks: Next 16.1.5; SolidJS/Vinxi minor bumps. - Core libs: Zod 4.3.6; Stripe 20.2.0; SimpleWebAuthn 13.2.2. - React ecosystem: react-hook-form 7.71.1; framer-motion/motion 12.29.2; lucide-react 0.563.0; Radix UI patches. - Data/server: mysql2 3.16.2; postgres 3.4.8; Hono 4.11.6. - Tooling/tests: Vitest 4.0.18; @types/node 25.0.10; turbo 2.7.6; biome 2.3.13; prettier 3.8.1. - Misc: @modelcontextprotocol/sdk 1.25.3; mcp-handler 1.0.7; docs deps (ai SDK, fumadocs, shiki) updated. - **Refactors** - Removed obsolete biome-ignore comments across plugin registry files and tests to satisfy lint rules; behavior unchanged. <sup>Written for commit d41c4680fe11ff6a1a89fdd6212954f9cab66220. 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-15 22:19:34 -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#24351