Skip to content

chore(deps): adopt vitest 4 - #434

Merged
rubenvdlinde merged 1 commit into
developmentfrom
chore/adopt-vitest-4
Aug 30, 2026
Merged

chore(deps): adopt vitest 4#434
rubenvdlinde merged 1 commit into
developmentfrom
chore/adopt-vitest-4

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Why dependabot could not land this

Dependabot bumped @vitest/coverage-v8 to 4 on its own and left vitest and @vitest/ui on 3. coverage-v8@4.1.11 peers vitest@4.1.11 exactly, so a split trio cannot resolve at all. That is precisely what took launchpad's npm ci from green to red.

Several apps were sitting on a split already, one dependabot merge away from the same failure.

What this does

Moves all three together to 4.1.11, the current published version of each.

Verified

npm install and this app's own test script both exit 0.

Note on keepiq

keepiq is deliberately not in this batch. It is the one app using environmentMatchGlobs, which vitest removed in 4, so its DOM specs lose jsdom and fail with ReferenceError: window is not defined. Migrating it means restructuring its config onto vitest 4's projects API, which deserves its own change rather than riding along here. It stays on vitest 3 and green.

Dependabot bumped `@vitest/coverage-v8` to 4 on its own in several apps and
left `vitest` and `@vitest/ui` on 3. coverage-v8 4 peers vitest 4.1.11 exactly,
so a split trio cannot resolve at all: that is what took launchpad's npm ci
from green to red.

The three move together here, to 4.1.11, which is the current published version
of all of them.

Verified: npm install and the app's own test script both exit 0.
@rubenvdlinde
rubenvdlinde merged commit 480125b into development Aug 30, 2026
29 checks passed
@rubenvdlinde
rubenvdlinde deleted the chore/adopt-vitest-4 branch August 30, 2026 11:59
@github-actions

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/launchpad @ 705becf

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
format
check-schema-l10n
composer ✅ 104/104
npm ✅ 526/526
app:check-code ⏭️
info.xml
REUSE
PHPUnit
Newman
Playwright 🚨 NO VERDICT — enabled but never ran
Hydra gates

Quality workflow — 2026-08-30 12:17 UTC

Download the full PDF report from the workflow artifacts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant