[PR #4144] [MERGED] chore: bump fumadocs #5219

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4144
Author: @himself65
Created: 8/22/2025
Status: Merged
Merged: 8/22/2025
Merged by: @himself65

Base: canaryHead: himself65/2025/08/21/fumadocs


📝 Commits (9)

📊 Changes

10 files changed (+1042 additions, -219 deletions)

View changed files

📝 docs/app/docs/[[...slug]]/page.tsx (+1 -3)
📝 docs/app/global.css (+2 -2)
📝 docs/components/api-method.tsx (+3 -2)
📝 docs/components/side-bar.tsx (+1 -1)
📝 docs/next.config.js (+0 -0)
📝 docs/package.json (+7 -5)
📝 docs/postcss.config.js (+0 -0)
📝 docs/source.config.ts (+6 -2)
📝 docs/tailwind.config.js (+0 -1)
📝 pnpm-lock.yaml (+1022 -203)

📄 Description

Summary by cubic

Upgrade fumadocs packages and update the docs page to the new AutoTypeTable API to stay compatible with fumadocs-typescript v4.

  • Dependencies

    • Bump fumadocs-core/ui to 15.7.0, mdx to 11.8.0, typescript to 4.0.6, docgen to 2.1.0.
  • Refactors

    • Replace createTypeTable() usage with direct AutoTypeTable import in docs page.

🔄 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/4144 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/22/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `himself65/2025/08/21/fumadocs` --- ### 📝 Commits (9) - [`24ca746`](https://github.com/better-auth/better-auth/commit/24ca74696f59fee07927df30de5d8b5562fa494a) chore: bump fumadocs - [`3af9aac`](https://github.com/better-auth/better-auth/commit/3af9aac7de1940286488ca46d64ced6e7e49c759) fix: missing packages - [`949f90e`](https://github.com/better-auth/better-auth/commit/949f90e9edddd51bf19617f51ae2b273d3e672ce) fix: generator - [`3ea973d`](https://github.com/better-auth/better-auth/commit/3ea973da62276967099c0f2d0adfda2d96c07231) fix: deprecated code - [`b847387`](https://github.com/better-auth/better-auth/commit/b847387f2037b6dcb17088d162c907ed7ca215ad) fix: esm default - [`fabec0d`](https://github.com/better-auth/better-auth/commit/fabec0d27bd1270feebd75634a5aa84bb7343c17) fix: build - [`bfc5710`](https://github.com/better-auth/better-auth/commit/bfc5710f1779e4b5ebcdfab210357afcf25c0a0d) fix: api code - [`6744401`](https://github.com/better-auth/better-auth/commit/6744401cf2245c1aa6ed185e7a943d90082c30d6) revert - [`8d43a7a`](https://github.com/better-auth/better-auth/commit/8d43a7aefecb97195219a28d84a044d1664c915a) fix: css ### 📊 Changes **10 files changed** (+1042 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/docs/[[...slug]]/page.tsx` (+1 -3) 📝 `docs/app/global.css` (+2 -2) 📝 `docs/components/api-method.tsx` (+3 -2) 📝 `docs/components/side-bar.tsx` (+1 -1) 📝 `docs/next.config.js` (+0 -0) 📝 `docs/package.json` (+7 -5) 📝 `docs/postcss.config.js` (+0 -0) 📝 `docs/source.config.ts` (+6 -2) 📝 `docs/tailwind.config.js` (+0 -1) 📝 `pnpm-lock.yaml` (+1022 -203) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Upgrade fumadocs packages and update the docs page to the new AutoTypeTable API to stay compatible with fumadocs-typescript v4. - **Dependencies** - Bump fumadocs-core/ui to 15.7.0, mdx to 11.8.0, typescript to 4.0.6, docgen to 2.1.0. - **Refactors** - Replace createTypeTable() usage with direct AutoTypeTable import in docs page. <!-- 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:14:37 -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#5219