[PR #5516] [CLOSED] chore: bump test deps #14302

Closed
opened 2026-04-13 09:24:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5516
Author: @himself65
Created: 10/23/2025
Status: Closed

Base: canaryHead: himself65/2025/10/23/bump


📝 Commits (3)

📊 Changes

9 files changed (+220 additions, -280 deletions)

View changed files

📝 e2e/integration/package.json (+1 -1)
📝 e2e/integration/vanilla-node/package.json (+1 -1)
📝 e2e/smoke/test/fixtures/vite/package.json (+1 -1)
📝 packages/better-auth/src/adapters/prisma-adapter/test/generate-prisma-schema.ts (+1 -15)
packages/better-auth/src/adapters/prisma-adapter/test/package.json (+5 -0)
📝 packages/better-auth/vitest.config.ts (+1 -5)
📝 packages/cli/package.json (+9 -1)
📝 pnpm-lock.yaml (+200 -255)
📝 pnpm-workspace.yaml (+1 -1)

📄 Description

Summary by cubic

Update test tooling to current versions for more reliable e2e and smoke runs. Upgrades Vitest to 4.0.1, Playwright to 1.56.1, and Vite to 7.1.12, with workspace catalog and lockfile refreshed.

  • Dependencies

    • Vitest: 3.2.4 → 4.0.1 (pnpm workspace catalog + lockfile)
    • Playwright test: ^1.55.0 → ^1.56.1 (e2e/integration)
    • Vite: ^7.1.5 → ^7.1.12 (e2e/vanilla-node and smoke fixtures)
  • Migration

    • Ensure Node.js >= 20 for Vitest 4.
    • Reinstall deps (pnpm install). No code changes required.

🔄 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/5516 **Author:** [@himself65](https://github.com/himself65) **Created:** 10/23/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `himself65/2025/10/23/bump` --- ### 📝 Commits (3) - [`737e087`](https://github.com/better-auth/better-auth/commit/737e087d4e2672628da2f2cd8324f8937c6a3490) chore: bump test deps - [`0678e64`](https://github.com/better-auth/better-auth/commit/0678e6461d8cd22637a23f8dd6ef8d5bc99b9978) fix: type - [`08e795b`](https://github.com/better-auth/better-auth/commit/08e795bcf36aab165b09b879d0eda0b4bee87fad) chore: fix deps ### 📊 Changes **9 files changed** (+220 additions, -280 deletions) <details> <summary>View changed files</summary> 📝 `e2e/integration/package.json` (+1 -1) 📝 `e2e/integration/vanilla-node/package.json` (+1 -1) 📝 `e2e/smoke/test/fixtures/vite/package.json` (+1 -1) 📝 `packages/better-auth/src/adapters/prisma-adapter/test/generate-prisma-schema.ts` (+1 -15) ➕ `packages/better-auth/src/adapters/prisma-adapter/test/package.json` (+5 -0) 📝 `packages/better-auth/vitest.config.ts` (+1 -5) 📝 `packages/cli/package.json` (+9 -1) 📝 `pnpm-lock.yaml` (+200 -255) 📝 `pnpm-workspace.yaml` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Update test tooling to current versions for more reliable e2e and smoke runs. Upgrades Vitest to 4.0.1, Playwright to 1.56.1, and Vite to 7.1.12, with workspace catalog and lockfile refreshed. - **Dependencies** - Vitest: 3.2.4 → 4.0.1 (pnpm workspace catalog + lockfile) - Playwright test: ^1.55.0 → ^1.56.1 (e2e/integration) - Vite: ^7.1.5 → ^7.1.12 (e2e/vanilla-node and smoke fixtures) - **Migration** - Ensure Node.js >= 20 for Vitest 4. - Reinstall deps (pnpm install). No code changes required. <!-- 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-13 09:24:18 -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#14302