chore: bump vitest 3.2.7 -> 4.1.10 (Dependabot #5) - #31
Merged
Conversation
Vitest 4 peers on vite ^6||^7||^8 -- Mill's frontend is already on vite 8.2.1, so this is a clean, isolated bump with no vite cascade (the hypothetical vite-5 scenario the goal brief flagged doesn't apply here). vite.config.ts's `test` block is a plain `exclude` array (no `workspace` config), so the workspace->projects rename in vitest 4 doesn't touch this repo either. No source changes needed -- package.json/package-lock.json only. Full local suite green: 231/231 vitest tests (29 files -- the jump from 227/28 reflects goal 0037's seedLifecycle.test.ts merging to main concurrently, not a vitest 4 behavior change, confirmed by diffing the file list), eslint (0 errors, 4 pre-existing warnings), tsc, boundaries, frontend build, go vet, go build (desktop+server), file-loc-limit, root-file-naming. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FYwojT8GdUbYSoggbvEFft
alicoding
enabled auto-merge (squash)
August 12, 2026 20:12
alicoding
added a commit
that referenced
this pull request
Aug 15, 2026
Vitest 4 peers on vite ^6||^7||^8 -- Mill's frontend is already on vite 8.2.1, so this is a clean, isolated bump with no vite cascade (the hypothetical vite-5 scenario the goal brief flagged doesn't apply here). vite.config.ts's `test` block is a plain `exclude` array (no `workspace` config), so the workspace->projects rename in vitest 4 doesn't touch this repo either. No source changes needed -- package.json/package-lock.json only. Full local suite green: 231/231 vitest tests (29 files -- the jump from 227/28 reflects goal 0037's seedLifecycle.test.ts merging to main concurrently, not a vitest 4 behavior change, confirmed by diffing the file list), eslint (0 errors, 4 pre-existing warnings), tsc, boundaries, frontend build, go vet, go build (desktop+server), file-loc-limit, root-file-naming. Claude-Session: https://claude.ai/code/session_01FYwojT8GdUbYSoggbvEFft Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vite ^6||^7||^8, and Mill's frontend is already on vite 8.2.1 -- no vite cascade needed (the goal brief's hypothetical vite-5-forces-a-cascade scenario doesn't apply to this repo).vite.config.ts'stestblock is a plainexcludearray, noworkspaceconfig -- vitest 4'sworkspace->projectsrename doesn't touch anything here.package.json/package-lock.jsononly.Test plan
npm run test-- 231/231 vitest tests pass (29 files; the jump from 227/28 is goal 0037'sseedLifecycle.test.tsmerging to main concurrently while this branch was in flight, confirmed by diffing the file list, not a vitest 4 behavior change)npm run lint-- 0 errors, 4 pre-existing warningsnpx tsc --noEmit-- cleannpm run boundaries-- no dependency violationsnpm run build-- production build succeedsgo vet . ./internal/...,go build(desktop + server tags) -- green🤖 Generated with Claude Code
https://claude.ai/code/session_01FYwojT8GdUbYSoggbvEFft