[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: ignore wdio by renovate

Vladimir Sheremet (Nov 25, 2025, 12:02 PM +0100) cfbcd10a 64502a2c

+3 -4
+3 -4
.github/renovate.json5
··· 26 26 "@types/chai", 27 27 "@sinonjs/fake-timers", 28 28 "cac", 29 - // Pinned because it requires "node" condition in the new version 30 - // But we intentionally build Vitest ambiguously 31 - "find-up", 32 29 // Transitive dependency that we patch 33 30 "acorn", 34 31 // Keep using codemirror 5 35 32 "codemirror", 36 33 "react-18", 37 - "react-is-18" 34 + "react-is-18", 35 + // webdriverio removed provenance: https://github.com/webdriverio/webdriverio/issues/14887 36 + "webdriverio" 38 37 ], 39 38 "ignorePaths": [ 40 39 "**/node_modules/**"