Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vitest-dev/vitest

Next generation testing framework powered by Vite.
https://github.com/vitest-dev/vitest

chore(deps): update dependency @types/fs-extra to v11 (#2624)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

af39a796fb70032fbdd8efeeff395251b3998558 authored about 2 years ago
fix: type issue with spyOn method (fix #2365) (#2582)

* Fixing type issue with spyOn method

* Adding tests

1aaa79d7086826cc0e0b915180e3605e71fc63aa authored about 2 years ago
chore(deps): update dependency @testing-library/cypress to v9 (#2528)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

1c259386fa69e318ba7bd77e44c93394057fc2db authored about 2 years ago
chore: release v0.27.0

2b06cf819fdc7e94a580127f72f84b1852e92a11 authored about 2 years ago
chore: update lockfile

dfdcb4cdb2ec3ea47b023ca2023a47040c79514f authored about 2 years ago
fix(coverage): validate extension, when reporting c8 coverage (#2626)

* fix: validate extension, when reporting coverage

* refactor: cleanup

7446370ce4df957daa6cfd870ee302ee59746cd3 authored about 2 years ago
fix: always inline assets and modules with special Vite queries (#2617)

* fix: always inline assets and modules with special queries

* chore: cleanup

* refactor: ...

fed1cd605fb5e7a47c70519290c8e4f04a9e3449 authored about 2 years ago
refactor: make ids in typecheck suites more reliable, store errors in array (#2597)

* refactor: make ids in typecheck suites more reliable, store errors in array

* chore: cleanu...

9eeee0c8d894a1bd95ccbb83ac364a9e83536937 authored about 2 years ago
feat(coverage): istanbul coverage only for changed files (#2385)

* feat: Istanbul Coverage only for changed Files

Signed-off-by: GurkiranSingh <gurkiransinghk...

bf87282c3530bd0c982455047e10d230f4acb317 authored about 2 years ago
fix: avoid random ENOTEMPTY errors (#2620)

59766fa48f922c6a5e2faddce50d747e410aa618 authored about 2 years ago
fix: allow mocking CJS module with interoped default (#2598)

* fix: allow mocking CJS module with interoped default

* chore: cleanup

* chore: cleanup

6b3e36d4e9fd029984ce0f6a723ddb3fdce92379 authored about 2 years ago
fix(coverage): flaky c8 coverage caused by parallel sourcemap constructing (#2591)

Co-authored-by: Vladimir <[email protected]>
Fixes undefined

9a29f9848201ae54586b3193035558f41d4fd8ba authored about 2 years ago
fix: return mock path only when mocked (#2619)

f8ac2094253d267fa64a85ddb60511471813d00f authored about 2 years ago
test: fix windows tests (#2618)

aeba4925fac2632ca7a20ab3f8762e6ef76cb52b authored about 2 years ago
ci: set Node version to 16/18 (#2599)

199776767a10bcd9f241e36a5cdd578c7d7c0dc2 authored about 2 years ago
chore: don't bundle cac and picocolors (#2595)

* chore: don't bundle cac and picocolors

* chore: cleanup

039a0c01bb8dfdcf30ca3e151b945f1a609fd32d authored about 2 years ago
perf: improve vi.mock performance (#2594)

09d19892de427d0c64fb6c46b756bbe5dd6b9678 authored about 2 years ago
feat!: split vitest into separate packages (#2575)

c8e6fb69308d1356bc5ef27aad83c3005a5696e4 authored about 2 years ago
feat!: deprecate "error" on result, store errors in "errors" (#2586)

e641a110d0ed82d707a82fd215d9598b0f8afaba authored about 2 years ago
fix(cli): allow overrides reporter via cli option (#2573)

Co-authored-by: Vladimir <[email protected]>
fix https://github.com/vitest-dev/vitest/...

894f155af687f54447eb78066bbcc71cc0d5a695 authored about 2 years ago
chore: release v0.26.3

8d64790a1906999c031e14373c52881abd08fc40 authored about 2 years ago
chore: lockfile

bcbc79ba770fc5b7cbe943dfcacefcc5470f587c authored about 2 years ago
fix(coverage): env-replacer to remove query params from sourcemaps filenames (#2584)

* test: add failing test case for #2540

* fix(coverage): env-replacer to remove query params ...

dba13374aa1cd93efd9f785821b6d82335ca7ec2 authored about 2 years ago
fix: show list of tests when typechecking (#2585)

32a577b1aa7ac2ad2f8058f8e48f9145bf824d53 authored about 2 years ago
fix: don't hang when mocking module with circular dependency (#2572)

c479d9c0d2ef5113fc5777628d1fdfb4d4a01df4 authored about 2 years ago
fix: start tracking module resolution as soon as possible for easier tracking (#2560)

* fix: start tracking module resolution as soon as possible for easier tracking

* chore: redu...

9f41edda223fabb4c7bb33840ee55d03f952bdda authored about 2 years ago
fix(api): make api parse error stacks and return sourcePos in onTaskUpdate (#2563)

* fix(api): make api parse error stacks on onTaskUpdate

* chore(node): remove all references ...

ef77dccf05cea97351d4abe2e23aa38a24f0f134 authored about 2 years ago
chore(deps): update dependency cypress to v12 (#2565)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

b5dd8bcb6c993cccd5988d9b29d7417d07afff71 authored about 2 years ago
chore(deps): update all non-major dependencies (#2564)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

97b064c69b03fa810d23fcd4b89094a2bc28f6af authored about 2 years ago
fix: correctly automock nested interoped defaults (#2559)

* fix: correctly automock nested interoped defaults

* chore: cleanup

* chore: cleanup

a431df80b3d30976c54e3acb45b9b71c1169263f authored about 2 years ago
docs: improve interpretDefault docs (#2561)

* docs: improve interpretDefault docs

* chore: cleanup

* Apply suggestions from code revie...

a35ac7050bf9d40ee174a2c070edf2c4583b703c authored about 2 years ago
docs: update API mocking documentation (#2553)

* docs: update API mocking documentation

* Apply suggestions from code review

Co-authored-...

ce5b4b85b741333593040a7f6e5a1786d57f44e4 authored about 2 years ago
feat(mock): expose a `importOriginal` helper to the factory (#2551)

853eeddba894c90cceba3412ac36118cd737ad48 authored about 2 years ago
chore: release v0.26.2

07ef0f229954fdca9eba411c5cd2941772d29960 authored about 2 years ago
fix(cli): respect inline config `dir` (#2550)

f6b592a99aaa5eb4fbc143ef83ed7ad02d32e364 authored about 2 years ago
feat: project name

84f98e70868365c6d030db91bff1094a069ede07 authored about 2 years ago
chore: update msw (#2542)

6277884823e751293e4f346d3bea8ddc641664c4 authored about 2 years ago
fix: pass down diff options (#2545)

98c94e650a9f862ff02dbb31e5f82c350efb73ea authored about 2 years ago
fix: use correct word when printing "long-running" warning (#2546)

8dc1c3cbed472e715317f0a1d06145ee86a03ade authored about 2 years ago
chore(deps): update all non-major dependencies (#2527)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

991ff33ab717caee85ef6cbe1c16dc514186b4cc authored about 2 years ago
fix: improve "isInternaRequest" check (#2541)

2bb9a391de261c2804e52d520daf0730fa1ce265 authored about 2 years ago
chore: upgrade @vueuse/core

44581e252d8e07a8ef69fe5388c0f43073124eaa authored about 2 years ago
chore: release v0.26.1

c42b07ba3f23ac378cfa5f833b006f2acbe745f1 authored about 2 years ago
fix: don't resolve builtin Node modules (#2538)

* fix: use "node:" prefix in Vitest imports

* chore: add test for prefix

* chore: cleanup
...

1cbc24dca6de0e56397a5ec59d04dc1fdba63b42 authored about 2 years ago
feat: add more options to configure diff output (#2522)

* feat: add more options to configure diff output

* chore: add more tests for diff, cleanup
...

7ae1417ffff77675b0334b9572263f78e42f210c authored about 2 years ago
chore: add backwards-compatible subpath types (#2530)

ecad79ad6ca5e85b6fc4e57ced3171985e9c7614 authored about 2 years ago
chore: release v0.26.0

b824e82df297f230806816a569717be9d0301028 authored about 2 years ago
chore: update lockfile

491de9e60c03154139e4e0f5e6ef5cb5152187a3 authored about 2 years ago
fix: allow assigning new hotContext (#2524)

* Allow assigning new hotContext

* fix lint

* add a regression case

b4c43cd508bd57dcb2c0762b183854436d3d15de authored about 2 years ago
feat: add html reporter based on Vitest UI (#2444)

* feat: vitest html report

* chore: copy ui to vitest dist

* feat: report copy ui dist

...

b8f34eb8ca0019461cd6b8c2f39b704e48b379e2 authored about 2 years ago
chore: add version to "stubEnv" and "unstubAll"

881bd7a3d652ddaa635078bc6688dd48c15f7426 authored about 2 years ago
build(vitest): externalize vite-node (#2312)

* build(vitest): externalize vite-node

* chore: lockfile

* chore: update lockfile

83707e767c2f7d5e73cc5c500f87f3a9867a8f6a authored about 2 years ago
feat: introduce a native way to set env and globals (#2515)

* feat: introduce a native way to set env and globals

* chore: cleanup

* chore: cleanup

...

b114d49f50dfbd6a29964e5946ca89e2a340d50f authored about 2 years ago
chore: fix typo in @vitest/web-worker README, use standartised method for mock paths in Worker constructors

eeea4968e784876b2ebfc9b969ae781743dab194 authored about 2 years ago
feat!: make web-worker implementation more compatible with spec (#2431)

* fix: make web-worker implementation more compatible with spec

* chore: cleanup

* test: a...

c3a63524c71b7e9f212b542c907c4be1c7584ae1 authored about 2 years ago
fix!: correctly interop nested default for external and inlined modules (#2512)

* fix: correctly interop nested default for external and inlined modules, if environment is not ...

084e929c8ed668aae004a94f0706c39a69e40490 authored about 2 years ago
feat!: rewrite how vite-node resolves id (#2463)

* feat!: rewrite how vite-node resolves id

* chore: try to fix global setup test

* fix: re...

58ee8e9b6300fd6899072e34feb766805be1593c authored about 2 years ago
docs: links to video course

0967b24bc4e50c696bd5a2c9387d432d8b9de51b authored about 2 years ago
chore: release v0.25.8

d9fb2b7237463494f4400305c5db8017716e24b4 authored about 2 years ago
chore(deps): update all non-major dependencies (#2487)

* chore(deps): update all non-major dependencies

* chore: cleanup

* chore: cleanup

* ch...

d30e38c0ea55f8b9cca108140306484595a0320e authored about 2 years ago
fix(coverage): esbuild to preserve legal comments for ignore hints (#2496)

c85edb1ec31302c65c0372ae77b56f6bf399e396 authored about 2 years ago
fix: don't throw unhandled error, if import was caught (#2494)

* fix: don't throw unhandled error, if import was caught

* chore: add more tests

0a87ebb420c22e49745dc05b8444720b0cde4c5f authored about 2 years ago
feat: add mts, cts files to coverage (#2492)

* feat: mts coverage

* test: fix

* fix: snapslot

* docs: coverage

* fix: snapslot

...

799f9a17885e20a70f34bf03cf260512e58f23a9 authored about 2 years ago
chore(deps): update dependency @happy-dom/jest-environment to v8 (#2488)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

affb9ea6a6df334bebc77558d941a4b4736fe602 authored about 2 years ago
test(coverage): improve and simplify coverage tests overall (#2482)

6aa6cbd58a026911fe6b265284e143621be674f3 authored about 2 years ago
chore: release v0.25.7

d0086d9d8a6d79934d89ac692933d5da965e46ba authored about 2 years ago
chore: update lockfile

775de43d03029aba1b808a924440dcd17684a8c0 authored about 2 years ago
feat: support Vite 4 (#2470)

* chore: fix types issues

* chore: update deps and docs

* chore: update deps

* chore: r...

3bb6b0c88074c7dc5509006884a349e56de052cd authored about 2 years ago
docs: fix broken link (#2469)

b5eb7a9daed023e8c318a49f9d0a3119dcc1b02c authored about 2 years ago
fix(coverage-istanbul): clear coverage map after use (#2466)

* test: add coverage snapshots

* fix(coverage-istanbul): clear coverage map after use

- Fi...

e6a18c743c6d1759482c1878560d4b3583a786e8 authored about 2 years ago
fix: restart on config change crashes (#2481)

286e9cf79ce84f7c4392ac18693053cd877c14d5 authored about 2 years ago
docs: fix blurry avatars (#2475)

* docs(fix): blurry avatars

* chore: keep main lock file

b51cda3c4994c8e8168ec5b45aa9070b4c5905ff authored about 2 years ago
docs: add articles, fix typo (#2471)

0a78859a2b86621ac80b446ab9cf2b5cbd977cd3 authored about 2 years ago
chore: release v0.25.6

aca82a4f2c5ddbf1fff380f4ecc193f2fd314f45 authored about 2 years ago
fix: try to resolve id, if relative path is provided (#2461)

* fix: try to resolve id, if relative path is provided

* chore: update lockfile

e9cb4136b53925f8b888ec8412a7e46aed37b132 authored about 2 years ago
fix: expected reversed with actual (#2460)

f02c982865e14f51d8f16dd317e0302e2dbc11ec authored about 2 years ago
chore: crlf to lf (#2449)

81ba052c4cb4703a01cd1f2a434aaa3f18707094 authored about 2 years ago
chore(deps): update dependency node-fetch-native to v1 (#2357)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

f4c1c1f778d220e523bec8997e03e7f43b1a112a authored about 2 years ago
chore(deps): update dependency pkg-types to v1 (#2386)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

0e1ca502755356804d1c6e7626b2472f6bba4cf0 authored about 2 years ago
chore(deps): update dependency fs-extra to v11 (#2429)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

c6ba11ffb4b9986afba15c4869c532032a96715f authored about 2 years ago
chore: release v0.25.5

59051647fb88a87879508bb2d76ef97b4c1ff6b2 authored about 2 years ago
fix: move sourcemapping source out of the sourcemap (#2443)

cc13c28cc8f72a1bd0a67859c449ca07e71befe9 authored about 2 years ago
fix: correctly resolve filename, when running code (#2439)

* fix: correctly resolve filename, when running code

* fix: update lastHMRTimestamp to enable...

2e7892cb23314e3d6e8f29ea3dcf0778c9e4d237 authored about 2 years ago
feat(ui): show diff in report panel (fix #2406) (#2423)

* feat(ui): show diff on report panel

* refactor: add better type guard

* refactor: move d...

8595c0e5fd3c10c12f65a9a827a710e4ec81d099 authored about 2 years ago
chore: release v0.25.4

a430365d73a6381a3e2191c3cde6489a2a9883b0 authored about 2 years ago
chore: pnpm install

d424c1f19730dfedf61c36da22ad44aaf6f73753 authored about 2 years ago
fix: copy-pasting from module graph browser (#2321)

* fix: copy-pasting from module graph browser

Signed-off-by: GurkiranSingh <gurkiransinghk@gm...

8920aa45658f31edf83b5e5f406b1d6e7a2206be authored about 2 years ago
refactor: mark modules evalueated on promise (#2437)

b1f734c9cafba57039a500a243b655920f3ea7e8 authored about 2 years ago
fix: always apply vite ssr source maps (#2433)

* fix: always apply vite ssr source maps

* chore: remove non-vite-node source maps from code
...

cbf91ba712022bdb8fae5800eb1c5a093699fb5f authored about 2 years ago
fix: dynamicImportSettled also waits for nested imports (#2389)

* fix: dynamicImportSettled also waits for nested imports

* chore: wait only not evaluated mo...

5098b2174b5e9e6b0112f77fb553a54bc01c6796 authored about 2 years ago
fix: add test attributes to "testsuites" in junit reporter (#2362)

* fix: add test attributes to "testcases" in junit reporter

* docs: add information about VIT...

d050604f1995b53e1b70b32bee821f01ad3e0797 authored about 2 years ago
chore: improve error, when accessing undefined mocked key (#2388)

32cc1a66df8c745d43ca47842ce850d07459a859 authored about 2 years ago
docs: clarify installing globally (#2397)

* docs: install global

* chore: update

Co-authored-by: The Jared Wilcurt <TheJaredWilcurt@...

2657ce562af53c9a702ae4173ddda5b9849c077e authored about 2 years ago
feat: format test objects in `each` title (fix #2420) (#2421)

* test: add test for objectAttr

* feat: pretty print test title objects

* style: apply lin...

1868f1c4ba4ce610ebe758d95d192be249aa1e23 authored about 2 years ago
fix: export all named CJS exports, if default export is a function (#2435)

* fix: export all named CJS exports, if default export is a function

* chore: skip arrays whe...

d43f3f5c4d88129ed35950d1f5bdb92428d55024 authored about 2 years ago
fix: correct test files status in json reporter (fix #2417) (#2419)

* fix: correct test files status in json reporter (fix #2417)

* fix: apply a non-breaking fix

ce9319563a3456319623f9fcb86ad316db59d0ff authored about 2 years ago
feat: suspend process (#2422)

* feat: suspend process

* chore: update

b8ee821ca1f632f20a93073454a67a218cb9bcf0 authored about 2 years ago
chore: fix rollup watch mode (#2424)

11554095e291cb7bd6879f1543e2d8990c3efa2b authored about 2 years ago
fix: don't escape "\" in diff view (#2430)

7d4e3ed0f50c9762c306f4d0f033ea2659945565 authored about 2 years ago
fix: tab effect vi.mock (#2402)

* fix: tab effect vi.mock

* test: tab effect

5a3deba562cf950aa3c70df23c378094ae67a862 authored about 2 years ago