[PR #5548] [MERGED] chore: remove baseUrl set to "." #22977

Closed
opened 2026-04-15 21:24:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5548
Author: @bytaesu
Created: 10/24/2025
Status: Merged
Merged: 10/24/2025
Merged by: @himself65

Base: canaryHead: 2025-10-25/chore/remove-baseurl


📝 Commits (1)

  • 82790db chore: remove baseUrl set to "."

📊 Changes

4 files changed (+0 additions, -15 deletions)

View changed files

📝 demo/stateless/tsconfig.json (+0 -1)
📝 docs/tsconfig.json (+0 -1)
📝 packages/cli/test/get-config.test.ts (+0 -12)
📝 tsconfig.base.json (+0 -1)

📄 Description

This PR removes the baseUrl set to "." in order to eliminate the following message.
There’s one remaining in the docs content, but I left it as is since it doesn’t affect the development environment.

Option 'baseUrl' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
  Visit https://aka.ms/ts6 for migration information.

Summary by cubic

Removed the deprecated "baseUrl": "." from tsconfig files to silence TypeScript 7 deprecation warnings and keep configs future-proof. Updated CLI tests to match the new config shape.

  • Refactors
    • Removed baseUrl from tsconfig.base.json, demo/stateless, and docs.
    • Updated get-config test fixtures to exclude baseUrl.

🔄 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/5548 **Author:** [@bytaesu](https://github.com/bytaesu) **Created:** 10/24/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `2025-10-25/chore/remove-baseurl` --- ### 📝 Commits (1) - [`82790db`](https://github.com/better-auth/better-auth/commit/82790dbf1b43478d05413391a9973915d1aa20a6) chore: remove baseUrl set to "." ### 📊 Changes **4 files changed** (+0 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `demo/stateless/tsconfig.json` (+0 -1) 📝 `docs/tsconfig.json` (+0 -1) 📝 `packages/cli/test/get-config.test.ts` (+0 -12) 📝 `tsconfig.base.json` (+0 -1) </details> ### 📄 Description This PR removes the baseUrl set to "." in order to eliminate the following message. There’s one remaining in the docs content, but I left it as is since it doesn’t affect the development environment. ``` Option 'baseUrl' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error. Visit https://aka.ms/ts6 for migration information. ``` <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removed the deprecated "baseUrl": "." from tsconfig files to silence TypeScript 7 deprecation warnings and keep configs future-proof. Updated CLI tests to match the new config shape. - **Refactors** - Removed baseUrl from tsconfig.base.json, demo/stateless, and docs. - Updated get-config test fixtures to exclude baseUrl. <!-- 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 21:24:03 -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#22977