chore(deps): bump vitest to 5.0.0 across all workspaces - #98
Merged
Conversation
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.
What
One coordinated bump of the vitest family in all three workspaces at once (a single root lockfile + vitest 5's exact
@vitest/*peer pins make per-package bumps unmergeable — that's why #92–#97 were closed):vitest@vitest/ui@vitest/coverage-v8fast-uri(transitive)Compatibility checks (pre-verified locally)
vite ^6.4.0 || ^7.0.0 || ^8.0.0— root Vite pin (^8.2.2) untouched,npm ls viteshows a single vite@8.2.2 everywherenode ^22.12.0 || ^24 || >=26— CI runs node 24 ✓vitest/environmentsetc.), nobench(), no snapshots, noexpect.poll, notest.sequential, noVITEST_POOL_IDusageclearMocksnow defaults totruein v5 — the whole suite passes without setting it backvitestbinary resolves to 5.0.0 (verified withvitest --versionin all three)Verification (local, on this branch)
astro check✓Contributor notes (vitest 5 behavior changes that apply here)
npm run test:uinow requires the token-authenticated URL vitest prints at startuptest:ci's json/html reporters now write to.vitest/instead of stdout/html/(script isn't referenced by CI or other tooling)Follow-up (not in this PR)
vitest-environment-miniflarein cod-server devDeps appears unused (no docblocks/imports anywhere in src) — candidate for removal in a separate cleanup