3016 Commits

Author SHA1 Message Date
nopeless
80cd129f3e
chore(deps): bump @types/chai to 5.0.1 (#7123)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-01 12:56:42 +09:00
btea
4325ac6793
fix: correctly split the argv string (#7533) 2025-02-27 13:45:23 +01:00
Bill Collins
7f7ff11c6c
fix: remove vestigial spy stub, import directly from @vitest/spy (#7575) 2025-02-27 13:44:35 +01:00
Hiroshi Ogawa
c0f47e03b0
fix(vite-node): fix buildStart on Vite 6 (#7480) 2025-02-27 13:43:02 +01:00
Vladimir
fee90d855b
fix(browser): print related test file and potential test in unhandled errors (#7564) 2025-02-27 13:54:38 +09:00
jyc.dev
d5cb821276
fix(snapshot): allow inline snapshot calls on same location with same snapshot (#7464)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-02-27 11:49:45 +09:00
Vladimir
4b5ed90213
fix: use browser.isolate instead of config.isolate (#7560) 2025-02-26 17:18:16 +01:00
Vladimir
e2c570b687
fix(browser): improve source map handling for bundled files (#7534) 2025-02-25 16:56:58 +01:00
Vladimir
5387a5b3bf
fix(browser): remove @testing-library/dom from dependencies (#7555) 2025-02-25 15:45:08 +01:00
Hiroshi Ogawa
1a8b4337e3
fix: fix fetch cache multiple writes (#7546) 2025-02-25 08:45:01 +09:00
Vladimir Sheremet
358cccfb8f
chore: release v3.0.7 2025-02-24 18:47:07 +01:00
Vladimir
b1949c97c2
fix(browser): support webdriverio 9 (#7553) 2025-02-24 18:45:33 +01:00
renovate[bot]
365ffe6b4c
fix(deps): update all non-major dependencies (#7543)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 16:16:50 +01:00
Vladimir
aaa58556e6
perf(browser): do wdio context switching only once per file (#7549) 2025-02-24 15:58:55 +01:00
Pengoose
d5765f71b3
fix(expect): Correct generic MatchersObject this type in expect.extend (#7526) 2025-02-20 10:41:23 +09:00
btea
a12ec008af
fix(mocker): include more modules to prefix-only module list (#7524) 2025-02-19 17:53:15 +09:00
Hiroshi Ogawa
f71004ffa3
fix(spy): clear/reset/restore mocks in stack order (#7499) 2025-02-19 10:06:13 +09:00
Ari Perkkiö
9584be337f chore: release v3.0.6 2025-02-18 15:35:02 +02:00
Ari Perkkiö
027ce9bbf7
fix(reporters): render tasks in tree when in TTY (#7503) 2025-02-18 09:35:03 +02:00
Ben McCann
b62ac2280e
chore: use tinyglobby instead of fast-glob in Vitest (#7504) 2025-02-18 08:45:47 +02:00
Hiroshi Ogawa
167a98d77c
fix: exclude queueMicrotask from default fake timers to not break node fetch (#7505) 2025-02-18 08:45:06 +02:00
renovate[bot]
6cc408d664
fix(deps): update all non-major dependencies (#7507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-02-18 11:04:25 +09:00
Hiroshi Ogawa
8f138257ba
docs: fix sequence.hooks: 'stack' as default (#7492) 2025-02-14 09:32:11 +01:00
Ari Perkkiö
f31a07bb35
fix(coverage): preserve moduleExecutionInfo in non-isolated runs (#7486) 2025-02-13 19:23:37 +02:00
Vladimir
5a45a7ca6b
fix(browser): cleanup timeout on resolve and give more information in the error (#7487) 2025-02-13 18:00:08 +01:00
Kevin Deng 三咲智子
accd2edaef
refactor: enable isolatedDeclarations (#7473) 2025-02-13 17:37:19 +01:00
Ari Perkkiö
1f2e55522a
fix(coverage): vite-node to pass correct execution wrapper offset (#7417) 2025-02-13 17:13:22 +02:00
Ari Perkkiö
adbb25abc7
fix(browser): resolve thread count from maxWorkers (#7483) 2025-02-13 17:10:11 +02:00
Ari Perkkiö
8fe641b40a
fix(init): invalid browser config (#7475) 2025-02-13 16:15:39 +02:00
renovate[bot]
e348bd4c99
fix(deps): update all non-major dependencies (#7363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-02-11 10:15:44 +09:00
renovate[bot]
f5a0d917d8
chore(deps): update dependency jsdom to v26 (#7453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 17:44:58 +01:00
Ryan Grove
bb94c19fb0
fix: ensure project names are readable in dark terminals (#7371) 2025-02-10 17:37:35 +01:00
renovate[bot]
6a9cb9cf9e
chore(deps): update dependency local-pkg to v1 (#7454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 17:36:25 +01:00
Ernest
01a597218a
fix(watch): properly remove cache after removing existing test files (#7399) 2025-02-10 17:28:49 +01:00
renovate[bot]
7e303e8ecd
chore(deps): update dependency happy-dom to v17 (#7452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 16:42:11 +01:00
Hiroshi Ogawa
b997355be7
fix(vite-node): remove fake first line mapping on Vite 6 (#7124) 2025-02-05 08:29:57 +02:00
Hiroshi Ogawa
9542b699c6
fix: compat for jest-image-snapshot (#7390) 2025-02-04 15:57:20 +01:00
Vladimir
1b8c5c9e15
fix(browser): relax locator selectors methods (#7422) 2025-02-04 15:30:41 +01:00
Ari Perkkiö
ed15b5b333
fix(workspace): forward inspect related cli options (#7373) 2025-02-04 14:59:10 +01:00
Hiroshi Ogawa
7ef238c060
fix(browser): fix toHaveClass typing (#7383) 2025-02-04 14:52:58 +01:00
Hiroshi Ogawa
dc3fd3ed2a
refactor(runner): remove unused variable factoryQueue (#7384) 2025-02-04 14:45:00 +01:00
Hiroshi Ogawa
03912b43a7
fix: fix getMockedSystemTime for useFakeTimer (#7405) 2025-02-04 14:43:08 +01:00
Hiroshi Ogawa
d3acbd8b96
fix(browser): fix mocking modules out of root (#7415) 2025-02-04 14:38:15 +01:00
Vladimir Sheremet
115466265d
chore: release v3.0.5 2025-02-03 14:59:22 +01:00
Ari Perkkiö
3c8050e69a
fix: don't toggle cli cursor on non-TTY (#7336) 2025-02-03 14:34:21 +09:00
Hiroshi Ogawa
926ca95469
fix(vite-node): differentiate file url with hash and query (#7365) 2025-02-03 10:57:07 +09:00
João Victor Lopes
92da490bdf
feat(ui): insert message "no tests found" in ui (#7366) 2025-02-03 10:42:05 +09:00
Hiroshi Ogawa
191ef9e34c
fix: validate websocket request (#7317)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
2025-02-02 10:31:33 +02:00
Vladimir Sheremet
9e40437582
chore: release v3.0.4 2025-01-23 14:39:21 +01:00
Hiroshi Ogawa
ef1464fc7b
fix: apply development|production condition on Vite 6 (#7301)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-01-23 14:38:54 +01:00