[PR #5766] [MERGED] chore: bump version #31813

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5766
Author: @himself65
Created: 11/5/2025
Status: Merged
Merged: 11/5/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/11/04/bump


📝 Commits (7)

📊 Changes

13 files changed (+565 additions, -320 deletions)

View changed files

📝 packages/better-auth/package.json (+150 -150)
📝 packages/cli/package.json (+6 -6)
📝 packages/cli/test/info.test.ts (+7 -7)
📝 packages/core/package.json (+35 -35)
📝 packages/expo/package.json (+8 -8)
📝 packages/expo/tsdown.config.ts (+6 -0)
📝 packages/passkey/package.json (+8 -8)
📝 packages/passkey/tsdown.config.ts (+6 -0)
📝 packages/sso/package.json (+8 -8)
📝 packages/stripe/package.json (+8 -8)
📝 packages/telemetry/package.json (+6 -6)
📝 pnpm-lock.yaml (+316 -83)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

Summary by cubic

Standardize build output to explicit ESM by switching all packages to .mjs and .d.mts, and upgrade tsdown to 0.16.0 and type-fest to 5.2.0. No runtime behavior changes; lockfile refreshed.

  • Refactors

    • Updated package.json and exports in better-auth, core, cli, expo, passkey, sso, stripe, telemetry to use .mjs and .d.mts.
    • Added tsdown outExtension in expo and passkey to emit .mjs and .d.mts.
  • Dependencies

    • Upgrades: tsdown ^0.16.0, type-fest ^5.2.0.
    • Lockfile: rolldown 1.0.0-beta.46, rolldown-plugin-dts 0.17.3, birpc 2.7.0, dayjs 1.11.19, esrap 2.1.2, envinfo 7.20.0, sax 1.4.3, @whatwg-node/server 0.10.15.

Written for commit e47396d8b0. 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/5766 **Author:** [@himself65](https://github.com/himself65) **Created:** 11/5/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/11/04/bump` --- ### 📝 Commits (7) - [`cf441b4`](https://github.com/better-auth/better-auth/commit/cf441b4e4d223fc18afb2db3a0e12568373842b8) chore: bump version - [`cb27232`](https://github.com/better-auth/better-auth/commit/cb2723206d6c36075b6590eafdc53392d1600446) fix: lock - [`0bba637`](https://github.com/better-auth/better-auth/commit/0bba637e42eafa993f5d2c33460a513a760874b8) fix: rename - [`41cd5ce`](https://github.com/better-auth/better-auth/commit/41cd5ce8b5bea47f8c58089a1cc1d00f3819fdb4) fix: lint - [`318b993`](https://github.com/better-auth/better-auth/commit/318b9933e0937d11e3df3d82a4f9463d301664db) fix: lint - [`3dac3d6`](https://github.com/better-auth/better-auth/commit/3dac3d60f0b18a971e5ef1ba0b73b1a1d46a0577) fix: lint - [`e47396d`](https://github.com/better-auth/better-auth/commit/e47396d8b053fb493843b72ddf3b5a3f9516627c) test: fix ### 📊 Changes **13 files changed** (+565 additions, -320 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/package.json` (+150 -150) 📝 `packages/cli/package.json` (+6 -6) 📝 `packages/cli/test/info.test.ts` (+7 -7) 📝 `packages/core/package.json` (+35 -35) 📝 `packages/expo/package.json` (+8 -8) 📝 `packages/expo/tsdown.config.ts` (+6 -0) 📝 `packages/passkey/package.json` (+8 -8) 📝 `packages/passkey/tsdown.config.ts` (+6 -0) 📝 `packages/sso/package.json` (+8 -8) 📝 `packages/stripe/package.json` (+8 -8) 📝 `packages/telemetry/package.json` (+6 -6) 📝 `pnpm-lock.yaml` (+316 -83) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Standardize build output to explicit ESM by switching all packages to .mjs and .d.mts, and upgrade tsdown to 0.16.0 and type-fest to 5.2.0. No runtime behavior changes; lockfile refreshed. - **Refactors** - Updated package.json and exports in better-auth, core, cli, expo, passkey, sso, stripe, telemetry to use .mjs and .d.mts. - Added tsdown outExtension in expo and passkey to emit .mjs and .d.mts. - **Dependencies** - Upgrades: tsdown ^0.16.0, type-fest ^5.2.0. - Lockfile: rolldown 1.0.0-beta.46, rolldown-plugin-dts 0.17.3, birpc 2.7.0, dayjs 1.11.19, esrap 2.1.2, envinfo 7.20.0, sax 1.4.3, @whatwg-node/server 0.10.15. <sup>Written for commit e47396d8b053fb493843b72ddf3b5a3f9516627c. 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-04-17 22:41:15 -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#31813