[PR #3784] [MERGED] chore: bump biome #21902

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

📋 Pull Request Information

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

Base: canaryHead: himself65/2025/08/04/biome


📝 Commits (2)

📊 Changes

41 files changed (+283 additions, -257 deletions)

View changed files

📝 biome.json (+21 -18)
📝 demo/nextjs/app/dashboard/change-plan.tsx (+1 -4)
📝 demo/nextjs/components/account-switch.tsx (+1 -5)
📝 docs/app/global.css (+4 -5)
📝 docs/components/api-method.tsx (+4 -1)
📝 docs/components/builder/tabs.tsx (+1 -5)
📝 docs/components/landing/section-svg.tsx (+1 -5)
📝 docs/components/side-bar.tsx (+4 -1)
📝 examples/nextjs-mcp/app/globals.css (+13 -13)
📝 examples/tanstack-example/app/components/login-form.tsx (+2 -0)
📝 examples/tanstack-example/app/components/ui/avatar.tsx (+1 -1)
📝 examples/tanstack-example/app/components/ui/button.tsx (+1 -1)
📝 examples/tanstack-example/app/components/ui/dialog.tsx (+1 -1)
📝 examples/tanstack-example/app/components/ui/label.tsx (+1 -1)
📝 examples/tanstack-example/app/lib/auth.ts (+1 -1)
📝 examples/tanstack-example/app/lib/icons/X.tsx (+1 -0)
📝 examples/tanstack-example/app/lib/style/global.css (+3 -1)
📝 examples/tanstack-example/app/routeTree.gen.ts (+3 -3)
📝 examples/tanstack-example/app/routes/__root.tsx (+7 -2)
📝 examples/tanstack-example/app/routes/index.tsx (+9 -10)

...and 21 more files

📄 Description

Upstream: https://github.com/better-auth/better-auth/pull/3783#issuecomment-3151756544

  • Add noMisusedPromises

Summary by cubic

Upgraded Biome to the latest version and enabled the noMisusedPromises rule to improve code quality and consistency.

  • Refactors
    • Updated Biome config files and formatting settings.
    • Applied minor code style and import order changes across the codebase to match new lint rules.

🔄 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/3784 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `himself65/2025/08/04/biome` --- ### 📝 Commits (2) - [`b1eb1ea`](https://github.com/better-auth/better-auth/commit/b1eb1ea08299a49313b4215a28c695ecd5f90b57) chore: bump `biome` - [`c8c7190`](https://github.com/better-auth/better-auth/commit/c8c71904de2b7cac76419048c6ac884578ab7ecd) lint fix ### 📊 Changes **41 files changed** (+283 additions, -257 deletions) <details> <summary>View changed files</summary> 📝 `biome.json` (+21 -18) 📝 `demo/nextjs/app/dashboard/change-plan.tsx` (+1 -4) 📝 `demo/nextjs/components/account-switch.tsx` (+1 -5) 📝 `docs/app/global.css` (+4 -5) 📝 `docs/components/api-method.tsx` (+4 -1) 📝 `docs/components/builder/tabs.tsx` (+1 -5) 📝 `docs/components/landing/section-svg.tsx` (+1 -5) 📝 `docs/components/side-bar.tsx` (+4 -1) 📝 `examples/nextjs-mcp/app/globals.css` (+13 -13) 📝 `examples/tanstack-example/app/components/login-form.tsx` (+2 -0) 📝 `examples/tanstack-example/app/components/ui/avatar.tsx` (+1 -1) 📝 `examples/tanstack-example/app/components/ui/button.tsx` (+1 -1) 📝 `examples/tanstack-example/app/components/ui/dialog.tsx` (+1 -1) 📝 `examples/tanstack-example/app/components/ui/label.tsx` (+1 -1) 📝 `examples/tanstack-example/app/lib/auth.ts` (+1 -1) 📝 `examples/tanstack-example/app/lib/icons/X.tsx` (+1 -0) 📝 `examples/tanstack-example/app/lib/style/global.css` (+3 -1) 📝 `examples/tanstack-example/app/routeTree.gen.ts` (+3 -3) 📝 `examples/tanstack-example/app/routes/__root.tsx` (+7 -2) 📝 `examples/tanstack-example/app/routes/index.tsx` (+9 -10) _...and 21 more files_ </details> ### 📄 Description Upstream: https://github.com/better-auth/better-auth/pull/3783#issuecomment-3151756544 - Add `noMisusedPromises` <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Upgraded Biome to the latest version and enabled the `noMisusedPromises` rule to improve code quality and consistency. - **Refactors** - Updated Biome config files and formatting settings. - Applied minor code style and import order changes across the codebase to match new lint rules. <!-- 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 20: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#21902