4554 Commits

Author SHA1 Message Date
Ari Perkkiö
5652bf9201
fix(coverage): expose profiling timers (#7820) 2025-04-11 08:24:06 +03:00
Vladimir
b194263622
chore: add "feature" type in the feature template 2025-04-09 11:27:24 +02:00
Vladimir
ebd96d91c0
chore: add "bug" type in the bug template 2025-04-09 11:26:41 +02:00
renovate[bot]
8a09fadb37
chore(deps): update dependency axios to ^0.30.0 [security] (#7723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 10:56:30 +02:00
renovate[bot]
3066f6e39d
chore(deps): update dependency eslint to ^9.24.0 (#7803)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-09 10:56:07 +02:00
Hiroshi Ogawa
df33bba73f
fix(runner): show stacktrace on test timeout error (#7799) 2025-04-09 10:55:39 +02:00
Alex Prudhomme
a7e773bd0c
fix: remove pointer-events-none after resizing the left panel (#7811) 2025-04-09 10:49:39 +02:00
Hiroshi Ogawa
db6c3bcc10
fix: fix test.scoped inheritance (#7814) 2025-04-09 10:45:50 +02:00
Hiroshi Ogawa
773b10e049
fix: fix already hoisted mock (#7815) 2025-04-09 10:44:56 +02:00
renovate[bot]
29084f10fe
chore(deps): update all non-major dependencies (#7802)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-07 14:00:24 +02:00
Hiroshi Ogawa
3dabc22105
test: tweak timeout to fix flake (#7800) 2025-04-05 11:14:06 +02:00
Ari Perkkiö
795a643363
fix(coverage): await profiler calls (#7763) 2025-04-04 12:10:06 +02:00
Vladimir
c45097ea99
refactor: use bg* colors in reporter instead of reversing (#7785) 2025-04-04 11:46:00 +02:00
Vladimir Sheremet
ce2a06b7bd
Revert "feat: draft implementation"
This reverts commit 86010b34a6b0cdddc3e507117af327d768ca263e.
2025-04-03 17:02:51 +02:00
Vladimir Sheremet
86010b34a6
feat: draft implementation 2025-04-03 17:02:01 +02:00
Vladimir
6373ecc8ba
docs: show both test options examples (#7786) 2025-04-03 10:54:54 +09:00
Marijn030
1440908816
docs(guide): update coverage.md (#7781) 2025-04-02 16:08:14 +02:00
Hiroshi Ogawa
5f762ec5cf
fix(browser): fix transform error before browser server initialization (#7783) 2025-04-02 16:03:57 +02:00
Vladimir
3c00c87575
fix(runner): correctly call test hooks and teardown functions (#7775) 2025-04-02 07:16:41 +02:00
Hiroshi Ogawa
033ccc7e43
chore: tweak "vitest" import error message (#7782) 2025-04-02 07:16:12 +02:00
Ari Perkkiö
c375101d45
fix: prevent modifying test.exclude when same object passed in coverage.exclude (#7774) 2025-04-01 14:51:04 +02:00
Jay
d9297920c0
fix: add global chai variable in vitest/globals (fix: #7474) (#7771) 2025-04-01 13:02:09 +02:00
renovate[bot]
7c3dfb174a
fix(deps): update all non-major dependencies (#7765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 18:15:14 +02:00
renovate[bot]
c3a2c5994d
chore(deps): update eslint packages (#7727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 17:30:39 +02:00
renovate[bot]
2472a30e8d
chore(deps): update dependency @antfu/ni to v24 (#7728)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 17:16:35 +02:00
Vladimir Sheremet
a9d36c719f
chore: release v3.1.1 v3.1.1 2025-03-31 12:17:05 +02:00
Vladimir
69ca425c69
fix(reporter): print test only once in the verbose mode (#7738) 2025-03-31 12:12:41 +02:00
Vladimir
b166efa285
fix(reporter): report tests in correct order (#7752) 2025-03-31 11:47:23 +02:00
Vladimir Sheremet
b8eda4bb1c
chore: release v3.1.0 v3.1.0 2025-03-31 11:44:36 +02:00
Hiroshi Ogawa
0aead43e8e
chore: remove examples/sveltekit (#7767) 2025-03-31 09:18:58 +02:00
Ari Perkkiö
279f57b06a
test: refactor coverage snapshot tests (#7762) 2025-03-30 10:13:14 +03:00
João Victor Lopes
938da77ee0
fix (ui): rerun individually tests with special chars in name (#7707) 2025-03-28 16:46:11 +01:00
Vladimir
7883acd636
feat: use providers request interception for module mocking (#7576) 2025-03-28 16:37:36 +01:00
Vladimir
a7ecd0f495
refactor: remove direct imports from rollup (#7751) 2025-03-28 14:10:27 +01:00
Vladimir
716b0294ea
refactor(browser): apply optimize deps plugin for rolldown (#7750) 2025-03-28 13:48:16 +01:00
Vladimir
a550551801
fix(browser): correctly calculate timeout in hooks when actions are performed (#7747) 2025-03-28 13:47:56 +01:00
Hiroshi Ogawa
8299709d21
fix(snapshot): fix indent normalization (#7400) 2025-03-28 13:46:53 +01:00
Hiroshi Ogawa
f342065366
fix: set diff.expand: false as default (#7697) 2025-03-28 10:11:45 +01:00
Ben Durrant
5659a0e0ce
feat: Added vitest-browser-lit to vitest init browser and docs (#7705)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-26 20:41:04 +01:00
Vladimir
2702cf4245
fix: fix vm tests flakiness (#7741) 2025-03-26 20:34:54 +01:00
Vladimir
12762ea6cc
perf(browser): fork jest-dom instead of bundling it (#7605) 2025-03-26 10:07:11 +01:00
Janis Jansen
2a8520a837
feat: support --configLoader CLI option (#7574)
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-26 10:06:42 +01:00
翠 / green
1ef31a7bba
feat(vitest): support rolldown-vite in NormalizeUrlPlugin (#7739)
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2025-03-26 06:39:11 +01:00
renovate[bot]
7fc5a29083
fix(deps): update all non-major dependencies (#7600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-25 12:03:11 +09:00
renovate[bot]
3230fe7438
chore(deps): update react monorepo to v19 (major) (#7724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hiroshi Ogawa <hi.ogawa.zz@gmail.com>
2025-03-25 10:53:41 +09:00
Hiroshi Ogawa
42960393f8
chore: ignore react-is-18 on renovate (#7720) 2025-03-24 19:49:24 +01:00
Hiroshi Ogawa
b01a2bf5bc
chore(deps): use catalog for ws in tests (#7722) 2025-03-23 07:57:44 +01:00
Hiroshi Ogawa
b7953487be
fix: update test stats regularly (#7700) 2025-03-23 06:37:59 +01:00
Hiroshi Ogawa
82215a1bff
test: replace googleapis with minimal repro (#7721) 2025-03-23 14:32:26 +09:00
renovate[bot]
9525aa84ef
chore(deps): update dependency axios to ^0.28.0 [security] (#7715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 13:43:12 +09:00