[PR #7780] [MERGED] chore: remove deprecated downlevelIteration option #7550

Closed
opened 2026-03-13 13:41:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7780
Author: @RyanCavanaugh
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @himself65

Base: canaryHead: remove-downlevelIteration


📝 Commits (1)

  • 2ea2d45 Remove deprecated downlevelIteration option

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 tsconfig.base.json (+0 -1)

📄 Description

This option is deprecated in TypeScript 6.0. It doesn't do anything when target is esnext, so can be safely removed from this config file.


Summary by cubic

Removed the deprecated downlevelIteration option from tsconfig. It’s a no-op with target esnext in TypeScript 6.0, so this simplifies the config and avoids deprecation warnings.

Written for commit 2ea2d4526b. 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/7780 **Author:** [@RyanCavanaugh](https://github.com/RyanCavanaugh) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `remove-downlevelIteration` --- ### 📝 Commits (1) - [`2ea2d45`](https://github.com/better-auth/better-auth/commit/2ea2d4526b1d38a8c986fc24e64a28feb7389529) Remove deprecated downlevelIteration option ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tsconfig.base.json` (+0 -1) </details> ### 📄 Description This option is deprecated in TypeScript 6.0. It doesn't do anything when `target` is `esnext`, so can be safely removed from this config file. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removed the deprecated downlevelIteration option from tsconfig. It’s a no-op with target esnext in TypeScript 6.0, so this simplifies the config and avoids deprecation warnings. <sup>Written for commit 2ea2d4526b1d38a8c986fc24e64a28feb7389529. 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-03-13 13:41:09 -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#7550