[PR #3810] [MERGED] chore: bump vitest version #5020

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

📋 Pull Request Information

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

Base: canaryHead: himself65/2025/08/05/vitest


📝 Commits (2)

📊 Changes

10 files changed (+458 additions, -507 deletions)

View changed files

📝 dev/cloudflare/package.json (+2 -3)
📝 package.json (+3 -2)
📝 packages/better-auth/package.json (+0 -1)
📝 packages/better-auth/src/plugins/oidc-provider/oidc.test.ts (+20 -16)
📝 packages/cli/package.json (+0 -1)
📝 packages/expo/package.json (+1 -2)
📝 packages/sso/package.json (+0 -1)
📝 packages/stripe/package.json (+0 -1)
📝 pnpm-lock.yaml (+430 -479)
📝 pnpm-workspace.yaml (+2 -1)

📄 Description

Move vitest to top-level and bump the version

Summary by cubic

Upgraded Vitest to version 3.2.4 across the monorepo and removed old per-package Vitest dependencies.

  • Dependencies
    • Updated Vitest in the workspace to ^3.2.4.
    • Removed individual Vitest versions from package files to use the shared workspace version.

🔄 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/3810 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `canary` ← **Head:** `himself65/2025/08/05/vitest` --- ### 📝 Commits (2) - [`b536679`](https://github.com/better-auth/better-auth/commit/b536679184f3a1837d1fd8e449a3fb869c12b406) chore: bump vitest version - [`87d55ce`](https://github.com/better-auth/better-auth/commit/87d55ce846e42be1f478a15ae04d76f6ecd661f8) cleanup the server ### 📊 Changes **10 files changed** (+458 additions, -507 deletions) <details> <summary>View changed files</summary> 📝 `dev/cloudflare/package.json` (+2 -3) 📝 `package.json` (+3 -2) 📝 `packages/better-auth/package.json` (+0 -1) 📝 `packages/better-auth/src/plugins/oidc-provider/oidc.test.ts` (+20 -16) 📝 `packages/cli/package.json` (+0 -1) 📝 `packages/expo/package.json` (+1 -2) 📝 `packages/sso/package.json` (+0 -1) 📝 `packages/stripe/package.json` (+0 -1) 📝 `pnpm-lock.yaml` (+430 -479) 📝 `pnpm-workspace.yaml` (+2 -1) </details> ### 📄 Description Move vitest to top-level and bump the version <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Upgraded Vitest to version 3.2.4 across the monorepo and removed old per-package Vitest dependencies. - **Dependencies** - Updated Vitest in the workspace to ^3.2.4. - Removed individual Vitest versions from package files to use the shared workspace version. <!-- 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:07:57 -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#5020