mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #612] [MERGED] chore: upgrade vitest to v4 and enable agent reporter #711
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#711
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/612
Author: @southpolesteve
Created: 3/20/2026
Status: ✅ Merged
Merged: 3/20/2026
Merged by: @southpolesteve
Base:
main← Head:chore/upgrade-vitest-v4📝 Commits (5)
eb98c75chore: bump pnpm to 10.32.1 and enable vitest agent reporter2cb1114chore: upgrade GitHub Actions to Node 24 compatible versions1dfbcf4perf: re-land unit/integration split and add CI shardinga18a810chore: remove unused deploy-preview slash command workflow9f8de8bci: add sentinel job for stable branch protection rule📊 Changes
13 files changed (+144 additions, -216 deletions)
View changed files
📝
.github/workflows/benchmarks.yml(+2 -2)📝
.github/workflows/bigbonk.yml(+1 -1)📝
.github/workflows/bonk.yml(+1 -1)📝
.github/workflows/ci.yml(+62 -10)📝
.github/workflows/deploy-examples.yml(+3 -4)➖
.github/workflows/deploy-preview-command.yml(+0 -181)📝
.github/workflows/ecosystem-run.yml(+1 -1)📝
.github/workflows/ecosystem.yml(+1 -1)📝
.github/workflows/preview-release.yml(+1 -1)📝
.github/workflows/publish.yml(+1 -1)📝
.github/workflows/tip.yml(+2 -2)📝
package.json(+1 -1)📝
vite.config.ts(+68 -10)📄 Description
Summary
vitestfrom^3.2.1to^4.1.0agentreporter to the local dev reporter configThe
agentreporter (new in vitest 4) suppresses passing test output and console logs from passing tests, reducing token noise when running tests inside an AI coding agent. Since thereportersarray is explicitly configured, auto-detection doesn't apply -- adding it explicitly alongsidedefaultenables it for local/agent runs while leaving CI unchanged (which usesgithub-actions).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.