chore(deps): update vitest monorepo to v4 - #35
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
df3966f to
daaef67
Compare
69e46ff to
34e10c7
Compare
11bce6e to
2b26f5d
Compare
3a284c5 to
8ad4ba6
Compare
12e4a3b to
029af58
Compare
6d3e731 to
8af1f60
Compare
85a964a to
45aac6a
Compare
|
🛑 DevSecOps Renovate sweep (TIM-117) — CI gate Required check Please investigate the failing check (or re-run it after fixes) and re-trigger the sweep if appropriate. 🤖 Automated by DevSecOps autopilot |
|
DevSecOps autopilot (TIM-119) — skipped: |
timoa
left a comment
There was a problem hiding this comment.
Flagging for human approval — this is a major bump of the vitest monorepo from 3.2.6 → 4.1.10 (vitest + @vitest/coverage-v8). Renovate did not apply a security/patch label and a v3→v4 leap is outside the autopilot's auto-merge scope. CI is currently red (Lint, Test, Build & Security failed; E2E/CFLite skipped) — the next run of this autopilot will pick the PR back up once CI is green. Please investigate the lint failure and approve + squash when ready.
|
Renovate PR — DevSecOps sweep (2026-08-14). CI gate failure blocks auto-merge. Failed check(s):
This is a major version bump (vitest + @vitest/coverage-v8: 3.2.6 → 4.1.10). Please fix the failing checks. The next sweep will re-evaluate once CI is green. |
|
Renovate sweep — skipped, blocked. MAJOR bump ( |
|
Autopilot: vitest monorepo 3.2.6 → 4.1.10 (major v3 → v4 across @vitest/coverage-v8 and vitest). CI blocked: Lint, Test, Build & Security = FAILURE. PR has been open since 2026-03-05 — likely needs a rebase and a re-test against the latest main. Please rebase and re-run CI before merging. |
|
DevSecOps sweep: skipping — required check 'Lint, Test, Build & Security' is FAILING. vitest monorepo 3.2.6 → 4.1.10 is a MAJOR bump; v4 has breaking config changes (e.g., experimental V8 coverage, browser mode flags). Please triage and rerun. |
timoa
left a comment
There was a problem hiding this comment.
Renovate daily sweep (DevSecOps autopilot, 2026-08-18): this PR bumps vitest 3.2.6 → 4.1.10 AND @vitest/coverage-v8 3.2.6 → 4.1.10 (MAJOR delta, branch name renovate/major-vitest-monorepo confirms major). Per the autopilot risk-tier policy, major bumps require human approval. CI is also failing on Lint, Test, Build & Security (other checks green). PR has been open since 2026-03-05 (5+ months) — likely stale and may also be affected by Vitest v4 breaking changes. Skipping auto-merge — please rebase onto current main, review Vitest v4 migration notes, and address both blockers manually.
|
Daily Renovate sweep: blocked. |
|
Skipping — CI gate failure: |
timoa
left a comment
There was a problem hiding this comment.
DevSecOps daily sweep: classifying as major (vitest 3.2.6 → 4.1.10 + @vitest/coverage-v8 3.2.6 → 4.1.10). Major version jump + CI failing (Lint, Test, Build & Security FAILURE). Skipping auto-merge; requesting human review and a rebase.
|
DevSecOps sweep TIM-173: skipped — failing CI. |
|
DevSecOps auto-merge is blocked: |
timoa
left a comment
There was a problem hiding this comment.
This PR is auto-flagged for human review.
PR #35 bumps the vitest monorepo from 3.x to 4.x — a major version bump. Major bumps require human approval.
CI status: Lint, Test, Build & Security is FAILING. Vitest v4 has API changes that commonly break existing tests; the failures are almost certainly upgrade-related. Please triage the breakage and merge manually if acceptable.
timoa
left a comment
There was a problem hiding this comment.
DevSecOps autopilot: skipped — MAJOR bump (vitest monorepo 3.2.6 → 4.1.10). Major version jumps need human review; please check the v4 migration guide before merging.
45aac6a to
e5775f8
Compare
|
DevSecOps autopilot sweep (2026-08-29). CI failed ( |
|
🤖 Renovate autopilot (DevSecOps, daily sweep @ 2026-08-30): Skipped — CI gate failure (and major version bump). Required check This PR bumps Action needed: Fix the CI failure on |
|
DevSecOps daily Renovate sweep — skipped, blocked.
Note: this would also have required human approval regardless because of the major version jump. No auto-merge performed. |
|
DevSecOps autopilot (daily Renovate sweep). Not merging — CI gate failure. |
e5775f8 to
ca1ebd9
Compare
|
🤖 Renovate autopilot skipping this PR — required CI check failed. Reason: Also flagged as MAJOR version bump ( |
|
DevSecOps Renovate sweep 2026-09-03: CI is not fully green — the 'Lint, Test, Build & Security' check failed. Skipping auto-merge per the CI gate. Major vitest 3 -> 4 also warrants human review (config, snapshot, browser/ESM behaviour changes) before merge. |
|
Daily Renovate sweep (DevSecOps autopilot, 2026-09-04): skipping — CI failure on |
This PR contains the following updates:
3.2.6→4.1.113.2.6→4.1.11Release Notes
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.11Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.10Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.6Compare Source
🐞 Bug Fixes
ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (31882)sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10196 (2847d)🏎 Performance
View changes on GitHub
v4.1.5Compare Source
🚀 Experimental Features
instrumenteroption - by @BartWaardenburg and @AriPerkkio in #10119 (0e0ff)🐞 Bug Fixes
vi.defineHelpercalled as object method - by @hi-ogawa in #10163 (122c2)agentreporter tominimal- by @sheremet-va in #10157 (663b9)View changes on GitHub
v4.1.4Compare Source
🚀 Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
v4.1.3Compare Source
🚀 Experimental Features
experimental.preParseflag - by @sheremet-va in #10070 (78273)browser.locators.exactoption - by @sheremet-va in #10013 (48799)TestAttachment.bodyEncoding- by @hi-ogawa in #9969 (89ca0)🐞 Bug Fixes
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in #10022 (3f5bf)@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in #10025 (146d4)defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in #10036 (5a5fa)JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in #9983 (66751)vitest- by @hi-ogawa and Codex in #10042 (691d3)View changes on GitHub
v4.1.2Compare Source
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (#9975).🐞 Bug Fixes
setupFilesfrom parent directory - by @hi-ogawa in #9960 (7aa93)toMatchScreenshotcan't capture a stable screenshot - by @macarie in #9847 (faace)coverageConfigDefaultsvalues and types - by @Arthie in #9940 (b3c99)View changes on GitHub
v4.1.1Compare Source
🚀 Features
matchesTagsFilterto test if the current filter matches tags - by @sheremet-va in #9913 (eec53)experimental.vcsProvider- by @sheremet-va in #9928 (56115)🐞 Bug Fixes
TestProject.testFilesListinternal properly - by @sapphi-red in #9867 (54f26)use- by @oilater in #9831 and #9861 (633ae)vi.advanceTimersto the preview provider - by @sheremet-va in #9891 (1bc3e)--standalonemode without running tests - by @sheremet-va in #9911 (e78ad)body- by @sheremet-va in #9912 (6fdb2)retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in #9942 (7b605)testreturn as tests - by @sheremet-va in #9871 (141e7)View changes on GitHub
v4.1.0Compare Source
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
setTickModeto timer controls - by @atscott and @sheremet-va in #8726 (4b480)toTestSpecificationto reported tasks - by @sheremet-va in #9464 (1a470)vi.mockorvi.hoistedare declared outside of top level of the module - by @sheremet-va in #9387 (5db54)aroundEachandaroundAllhooks - by @sheremet-va in #9450 (2a8cb)neworallin--updateflag - by @sheremet-va in #9543 (a5acf)metain test options - by @sheremet-va in #9535 (7d622)test.extendsyntax - by @sheremet-va in #9550 (e5385)vitest listto statically collect tests instead of running files to collect them - by @sheremet-va in #9630 (7a8e7)--detect-async-leaks- by @AriPerkkio in #9528 (c594d)mockThrowandmockThrowOnce- by @thor-juhasz and @sheremet-va in #9512 (61917)update: "none"and add docs about snapshots behavior on CI - by @hi-ogawa in #9700 (05f18)launchOptionswithconnectOptions- by @hi-ogawa in #9702 (f0ff1)page/locator.markAPI to enhance playwright trace - by @hi-ogawa in #9652 (d0ee5)testinexperimental_parseSpecification- by @jgillick and Jeremy Gillick in #9235 (2f367)createSpecification- by @sheremet-va in #9336 (c8e6c)runTestFilesas alternative torunTestSpecifications- by @sheremet-va in #9443 (43d76)allowWriteandallowExecoptions toapi- by @sheremet-va in #9350 (20e00)toTestSpecification- by @sheremet-va in #9627 (6f17d)userEvent.wheelAPI - by @macarie in #9188 (66080)filterNodeoption to prettyDOM for filtering browser assertion error output - by @Copilot, sheremet-va and @sheremet-va in #9475 (d3220)detailsPanelPositionoption and button - by @shairez in #9525 (c8a31)findElementand enable strict mode in webdriverio and preview - by @sheremet-va in #9677 (c3f37)ignore start/stopignore hints - by @AriPerkkio in #9204 (e59c9)coverage.changedoption to report only changed files - by @kykim00 and @AriPerkkio in #9521 (1d939)onModuleRunnerhook toworker.init- by @sheremet-va in #9286 (e977f)importDurations: { limit, print }options - by @hi-ogawa, Claude Opus 4.6 and @sheremet-va in #9401 (7e10f)importDurations- by @hi-ogawa and Claude Opus 4.6 in #9533 (3f7a5)beforeAll/afterAll- by @sheremet-va in #9572 (c8339)agentreporter to reduce ai agent token usage - by @cpojer in #9779 (3e9e0)retryoptions - by @MazenSamehR, Matan Shavit, @AriPerkkio and @sheremet-va in #9370 (9e4cf)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in #9441 (e3422)external/noExternalduringconfigEnvironmenthook - by @hi-ogawa and Claude Opus 4.6 in #9508 (59ea2)browser.isolateis used - by @sheremet-va in #9410 (3d48e)vi.mock({ spy: true })node v8 coverage - by @hi-ogawa, hi-ogawa and Claude Opus 4.6 in #9541 (687b6).namefrom statically collected test - by @sheremet-va in #9596 (b66ff)expect.soft- by @iumehara, @hi-ogawa and Claude Opus 4.6 in #9231 (3eb2c)sequence.shuffle.testsis enabled - by @kaigritun, Kai Gritun and @sheremet-va in #9576 (8182b)expect/src/utilsfromvitest- by @hi-ogawa in #9616 (48739)--detect-async-leaks- by @AriPerkkio in #9638 (9fd4c)aroundEach/Allwhen inneraroundEach/Allthrows - by @hi-ogawa in #9657 (4ec6c)aroundEach/Allsetup timed out - by @hi-ogawa in #9670 (bb013)VitestRunnerConfigoptional fields withSerializedConfig- by @hi-ogawa in #9661 (79520)toBe*spy assertions in favor oftoHaveBeen*(andtoThrowError) - by @sheremet-va in #9665 (4d390)aroundEach/Allerrors but aggregate them on runner - by @hi-ogawa in #9673 (b6365)resolves/rejectschained assertion error - by @hi-ogawa in #9679 (c6151)maxConcurrency- by @hi-ogawa in #9653 (16d13)resolve.conditionsfor externals - by @hi-ogawa in #9717 (1d498)mockObjectchange backwards compatible - by @sheremet-va in #9744 (84c69)URL.nameon jsdom - by @hi-ogawa in #9767 (031f3)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.