Ecosyste.ms: OpenCollective

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

Vitest

Support the teams' work and keep the project substainable
Collective - Host: opensource - https://opencollective.com/vitest - Website: https://t.co/fzb56mltNN - Code: https://github.com/vitest-dev/vitest

fix!(coverage): use `transformMode` and workspace project based source maps (#4309)

github.com/vitest-dev/vitest - 28109cc72972e4adef0683470371783d0ca3c84c authored about 1 year ago by Ari Perkkiö <[email protected]>
feat: update magic-string (#4345)

github.com/vitest-dev/vitest - fde1843ed83dd05e44ee0bf172d54a45581a352a authored about 1 year ago by Bjorn Lu <[email protected]>
docs: added missing falsy values. (#4351)

github.com/vitest-dev/vitest - ca6ea7ee7c635a0e2106cde01f4ab5e69c49f9cd authored about 1 year ago by Lars Salembier <[email protected]>
fix(vitest): run globalSetup from the root config even if it's not in a workspace (#4325)

github.com/vitest-dev/vitest - 4293e1b15111316b8ef622d04f4e5d8b70ad9474 authored about 1 year ago by Vladimir <[email protected]>
feat(vitest): run typecheck during tests (#4324)

github.com/vitest-dev/vitest - a1aadd713c767b047ef46976bb690a57351322e6 authored about 1 year ago by Vladimir <[email protected]>
docs: typo on config page (#4334)

github.com/vitest-dev/vitest - df4606dca2ea276fdf4d570ec6598bdcdff8d154 authored about 1 year ago by Rahul Singh <[email protected]>
docs: add bun to vitest installation (#4331)

github.com/vitest-dev/vitest - 30ddd2614b23ef72d6294b6db276ca2592d20cc9 authored about 1 year ago by Malki Abdurrahman <[email protected]>
fix(expect): publish semantically correct chai types (#4322)

github.com/vitest-dev/vitest - 80a706a1686741ff3c3772cb8e0c515c83ddefe4 authored about 1 year ago by Vladimir <[email protected]>
test: address conflicts in port usage for browser-related test suites. (#4306)

github.com/vitest-dev/vitest - 23968580cecde0f8a4cd3caa54c894ca721fd033 authored about 1 year ago by Marvin <[email protected]>
fix(runner): removes deprecated `error` option from TaskResult (#4313)

BREAKING CHANGE: `error` property is no longer available

github.com/vitest-dev/vitest - 4cee6711883ef9777799bf85f6bc91503921f01d authored about 1 year ago by Dunqing <[email protected]>
docs: update pool and poolOptions in cli documentation (#4312)

github.com/vitest-dev/vitest - f8e472404efcd68f33a9e88319419b0c2007264f authored about 1 year ago by Dunqing <[email protected]>
feat(vite-node): support import.meta.hot.off for vite 5 (#4315)

github.com/vitest-dev/vitest - 01b1c55c828f36e08fc5cfa8a05ac60ffa5b93fb authored about 1 year ago by Bjorn Lu <[email protected]>
fix(runner): nested tests should throw errors (#4262)

github.com/vitest-dev/vitest - 8ac9f8b1fa5094cabb6e3fba2bef5e1311554016 authored about 1 year ago by Dunqing <[email protected]>
fix(expect): `Object.freeze` breaks `toEqual` (#4303)

github.com/vitest-dev/vitest - a4501d6bdca04e701c618055339f417afc5446b6 authored about 1 year ago by Dunqing <[email protected]>
refactor: improve benchmark implementation (#4268)

github.com/vitest-dev/vitest - a25f6018b672263c92ca5b97087f021970771bbd authored about 1 year ago by Dunqing <[email protected]>
fix(config): type issue of `pool` and `poolMatchGlobs` in defineConfig (#4282)

github.com/vitest-dev/vitest - 9112cc96b4fe7f9db096ca83bee81ec7165e0710 authored about 1 year ago by InfiniteXyy <[email protected]>
docs: fix typo (#4300)

github.com/vitest-dev/vitest - e836b2b8bc59bf9094ff1d70cd4003de7aa403cd authored about 1 year ago by Henning Schindler <[email protected]>
fix: export VitestUtils interface (#4301)

github.com/vitest-dev/vitest - b1439852012f0e31507d5fcafee7c1f508105018 authored about 1 year ago by Filipe Brito Ferreira <[email protected]>
fix!: set `vitest` peer dependency range for sub packages (#4299)

github.com/vitest-dev/vitest - cd03cb5104ddeb4d06c6527df08ed17b4499a972 authored about 1 year ago by Ari Perkkiö <[email protected]>
test: fix case failing in windows (#4245)

github.com/vitest-dev/vitest - 6451bc609d734dcde2bc9788e382d54145afacb4 authored about 1 year ago by Dunqing <[email protected]>
chore: release v1.0.0-beta.2

github.com/vitest-dev/vitest - edddc8ff76325d7a85b98df74a935dbdfc58d86b authored about 1 year ago by Vladimir Sheremet <[email protected]>
chore: update magic-string to use "hires: boundary" (#4284)

github.com/vitest-dev/vitest - 76607ead169733f27e241554bca01f10e81ea849 authored about 1 year ago by Vladimir <[email protected]>
fix(vitest): correctly hoist `vi.hoisted` if assigned (#4285)

github.com/vitest-dev/vitest - ff93a5737cc878a65dfe94e2fd817645df1700b6 authored about 1 year ago by Vladimir <[email protected]>
feat: add Marko example and include code coverage for Marko files (#4263)

github.com/vitest-dev/vitest - eac7776521bcf4e335771b1ab4f823f40ad9c4ff authored about 1 year ago by Dylan Piercey <[email protected]>
feat!: enable `coverage.all` by default (#4265)

github.com/vitest-dev/vitest - 5a741ca24a84556ac9d5b780b5b833d72aa5fa3a authored about 1 year ago by Ari Perkkiö <[email protected]>
docs: make it more explicit where options go (#4266)

github.com/vitest-dev/vitest - 611f0b211a1fe20ae4719d7d67b2ae815b3f0dff authored about 1 year ago by Chris Fougner <[email protected]>
feat(expect): support `expect.closeTo` api (#4260)

Co-authored-by: golebiowskib <bartosz.golebiowski@@ttpsc.pl>

github.com/vitest-dev/vitest - 7f91c6f6f94c10026aaf05acd9a26ab508eab867 authored about 1 year ago by Dunqing <[email protected]>
docs: update vite.config.ts to vitest.config.ts (#4259)

github.com/vitest-dev/vitest - de52215223cd8e8df748d05fc20065dbfda3a6ba authored about 1 year ago by Dunqing <[email protected]>
chore(contributors): remove unnecessary ts assertions (#4248)

Co-authored-by: Alexandru Bereghici <[email protected]>

github.com/vitest-dev/vitest - 1f58a42ec8512611b3fb31daf6a208f2e678c138 authored about 1 year ago by Alexandru Bereghici <[email protected]>
fix(vitest): support assets in new URL in Vite 5 (#4258)

github.com/vitest-dev/vitest - d280f4890870297b7cae0ecca422451e101498fc authored about 1 year ago by Vladimir <[email protected]>
fix(browser): improve error handling and don't rely on Node.js builtin modules in browser mode (#4244)

github.com/vitest-dev/vitest - e7e8c3cc0d2bd6d4d2a439d02e0b7f7e10b8eba9 authored about 1 year ago by Vladimir <[email protected]>
docs: mention `-t, --testNamePattern` option on filtering page (#4252)

github.com/vitest-dev/vitest - c05b11a0fa967a5354e40582c48d011e2222bb5a authored about 1 year ago by Ben McCann <[email protected]>
docs: fix typo in `pool-options.ts` (#4253)

github.com/vitest-dev/vitest - 373e88553737fa5711df06b343dc73eeac9c46a3 authored about 1 year ago by Ben McCann <[email protected]>
fix(runner): fixture needs to be initialized for each test (#4250)

github.com/vitest-dev/vitest - 76a93298441b82df2c0fdf4be70710776fc37d4b authored about 1 year ago by Dunqing <[email protected]>
fix(vitest): failed to load custom environment from js/ts file (#4255)

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

github.com/vitest-dev/vitest - da8d05703875504a87ff5b339d4395215d390ec5 authored about 1 year ago by Dunqing <[email protected]>
docs: improve migration guide, replace diff with !code (#4249)

github.com/vitest-dev/vitest - dc1e97d1bbd41e01df2b64cf5720723b835d2cf3 authored about 1 year ago by Vladimir <[email protected]>
fix(vitest): print file path instead of "unknown test" when logging (#4146)

github.com/vitest-dev/vitest - ec2e80406555d1eaceefc261d7a50675c2363882 authored about 1 year ago by Dunqing <[email protected]>
fix(vitest): deduplicate vitest when running globally or in a workspace (#4238)

github.com/vitest-dev/vitest - 935046196a9fbfd2dd34233f170969ce8385664b authored about 1 year ago by Vladimir <[email protected]>
chore: upgrade rollup dependencies (#4235)

github.com/vitest-dev/vitest - 62d00802899490c9ba87bee2b29a9874c0d6b609 authored about 1 year ago by Vladimir <[email protected]>
chore: release v1.0.0-beta.1

github.com/vitest-dev/vitest - 22181f0209992aa4e054dd18cab045007186aa48 authored about 1 year ago by Vladimir Sheremet <[email protected]>
build: add release beta script

github.com/vitest-dev/vitest - 0353412c9993c001183e34fe1064e6e12ba8c15f authored about 1 year ago by Vladimir Sheremet <[email protected]>
fix(vite-node): mjs files watch not work (#3982)

github.com/vitest-dev/vitest - 77ea93266116e618a22c2e5ea605a442ae518439 authored about 1 year ago by Dunqing <[email protected]>
docs: update Vitest tagline (#4220)

github.com/vitest-dev/vitest - 271ec3da6238dad7aae60760a16ac74ba500cb94 authored about 1 year ago by Vladimir <[email protected]>
fix(vite-node): have a separate cache for web/ssr transforms (#4221)

github.com/vitest-dev/vitest - ca5dbef47107358182533be307b10d3323914cb4 authored about 1 year ago by Vladimir <[email protected]>
fix(expect): publish types file

Fixes #4218

github.com/vitest-dev/vitest - 5996c8c0153d319c0bc9fe996e08b3c687bed0f1 authored about 1 year ago by Vladimir Sheremet <[email protected]>
chore: use `ofetch` and latest `node-fetch-native` (#4216)

github.com/vitest-dev/vitest - bca21a282133f9c6c9c28dd6434d18509dfa3d43 authored about 1 year ago by Pooya Parsa <[email protected]>
chore: release v1.0.0-beta.0

github.com/vitest-dev/vitest - fad466315447758663687ead1c3e60b1c8e7b69e authored about 1 year ago by Vladimir Sheremet <[email protected]>
fix(vitest): don't initialize globalSetup if workspace doesn't run tests (#4213)

github.com/vitest-dev/vitest - 0646197e13c44418114f3de01e03bc8220c1eb5c authored about 1 year ago by Vladimir <[email protected]>
fix: `nextTick` mocking error message to mention correct config option (#4215)

github.com/vitest-dev/vitest - 98fe3d55409388a4e7993955ceec2f0fa1b34985 authored about 1 year ago by Ari Perkkiö <[email protected]>
fix(happy-dom): don't crash when calling useFakeTimers with empty config (#4214)

github.com/vitest-dev/vitest - 2e1a1bd42b468e79af69c93ac8b6cecb16b5c5d7 authored about 1 year ago by Vladimir <[email protected]>
chore: update tinyspy (#4212)

github.com/vitest-dev/vitest - b7ebfef68ddb33ee70ec89d3e21fdcf3bf7543f5 authored about 1 year ago by Vladimir <[email protected]>
fix(vitest): inline chai types instead of using @types/chai (#4209)

github.com/vitest-dev/vitest - 5f4774fcc4ef05a7b32822ba1cad2d7979371e35 authored about 1 year ago by Vladimir <[email protected]>
chore: fix inconsistencies

github.com/vitest-dev/vitest - 4da7caa92a556df367f5a4e0952bc92d04c3d88f authored about 1 year ago by Vladimir Sheremet <[email protected]>
feat!: add support for `pool` and `poolOptions`, remove old flags (#4172)

github.com/vitest-dev/vitest - 114a993c002628385210034a6ed625195fcc04f3 authored about 1 year ago by Ari Perkkiö <[email protected]>
fix(vitest): make @types/node optional (#4210)

github.com/vitest-dev/vitest - a5383c2dbc1346927170e48b873ba6102563c139 authored about 1 year ago by Vladimir <[email protected]>
feat(vitest): expose getBenchFn, getBenchOptions (#4208)

github.com/vitest-dev/vitest - 8e5e42dcefd9bd9246bacb315ca8aaf8b88fb938 authored about 1 year ago by Vladimir <[email protected]>
fix: ignore "plugins" field in snapshotFormat option (#4204)

github.com/vitest-dev/vitest - db1ff438075d34389de5bb4f5cd08370a08337d5 authored about 1 year ago by Vladimir <[email protected]>
fix: add multiple globals in VM+JSDOM (fix #4199) (#4202)

github.com/vitest-dev/vitest - fc947ce611b22230191800a329a0e80e4aaa5d4f authored about 1 year ago by Nicolas Stepien <[email protected]>
fix!(runner): correctly process custom tasks, update runner hooks naming (#4076)

github.com/vitest-dev/vitest - e744d9e4110e9dbc54b8ada1c0a8982b90bdc51c authored about 1 year ago by Vladimir <[email protected]>
chore: release v0.34.6

github.com/vitest-dev/vitest - befbe0c41965640add3834e6219413bfd59052d8 authored about 1 year ago by Vladimir Sheremet <[email protected]>
fix: correctly resolve external dependencies loaded by custom environments (#4196)

github.com/vitest-dev/vitest - 39647774560d3d83f287e9871935065bb7f12ad3 authored about 1 year ago by Vladimir <[email protected]>
chore: Bump chai version to address CVE-2023-43646 (#4195)

github.com/vitest-dev/vitest - ab5dd1014b9eb38de5de16df05dba666483b578a authored about 1 year ago by Björn Böing <[email protected]>
fix: overwrite global URL with environment's (#4164)

github.com/vitest-dev/vitest - 6a66b35eb35280fbc474b835f518af6eb83b3475 authored about 1 year ago by Vladimir <[email protected]>
feat: include "vitest" in the process name (#4191)

github.com/vitest-dev/vitest - 404c1f497f351ebd644652b57b65f083e90feae7 authored about 1 year ago by Vladimir <[email protected]>
deps(browser): remove modern-node-polyfills package (#3648)

github.com/vitest-dev/vitest - dd982796f4c7782d8929dbe39a7529ca6e7c0121 authored about 1 year ago by Marcel Gleeson <[email protected]>
feat(runner): improve text.extend types (#4176)

github.com/vitest-dev/vitest - bbb43fb1f56abc8632665c547b0727d254658f8b authored about 1 year ago by Dunqing <[email protected]>
docs: have waitFor/waitUtil on the top level

github.com/vitest-dev/vitest - f8dacb2c2cc3b06d38437b0d089f20e63efee439 authored about 1 year ago by Vladimir Sheremet <[email protected]>
feat!(snapshot): make snapshots more visually pleasing (#3961)

github.com/vitest-dev/vitest - a3dc47b0388fc4a5e0fa9419b030447828e3b4b9 authored about 1 year ago by Vladimir <[email protected]>
docs: vi.doMock includes that it mocks subsequent dynamic imports (#4169)

github.com/vitest-dev/vitest - 84f442f7dd72a5699b85a4a6d63296197258dc51 authored about 1 year ago by Ajay <[email protected]>
feat!: support multiple parallel `child_process` (#3925)

github.com/vitest-dev/vitest - 8b4a44ad16461612fa9884dbe7b831a2f80eacfc authored about 1 year ago by Ari Perkkiö <[email protected]>
fix(runner): the fixture of `test.extend` should be init once time in all test (#4168)

github.com/vitest-dev/vitest - a5979ea09d7d4c1d3b25bd656aa9c93c8792c46a authored about 1 year ago by Dunqing <[email protected]>
fix: don't optimize vue when using optimizer

github.com/vitest-dev/vitest - 4e941208613a55a6edf4eab0013e17801414a3d2 authored over 1 year ago by Vladimir Sheremet <[email protected]>
docs: remove reference to vi.restoreCurrentDate() from doc (does not exist) (#4160)

github.com/vitest-dev/vitest - 1f0249ee222af81f7c6072d20bf2ecb3f3efe553 authored over 1 year ago by Anthony Blond <[email protected]>
chore: release v0.34.5

github.com/vitest-dev/vitest - 859d236878739ff64f14a066c34a0d12588e692f authored over 1 year ago by Vladimir Sheremet <[email protected]>
chore: update threadsCount logic to use availableParallelism (#4126)

github.com/vitest-dev/vitest - 2f7d42c99c59ce8acdf7bd5bae6bb7434b24068e authored over 1 year ago by Diogo Torres <[email protected]>
fix(happy-dom): catch errors in happy-dom (#4140)

github.com/vitest-dev/vitest - c21c0efacef7c0ea2c5a33470f62236059900be6 authored over 1 year ago by David Ortner <[email protected]>
feat(config): add `diff` option (#4063)

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

github.com/vitest-dev/vitest - b50cf7ad9c5062697bd47b8fcaca2fc3029fb79c authored over 1 year ago by Han <[email protected]>
fix(expect): improve the error message when nothing is thrown when testing `toThrow` (#3979)

github.com/vitest-dev/vitest - 725a014687fc51f2c9ae011c16ed59e8b39bc991 authored over 1 year ago by Dunqing <[email protected]>
fix(ui): correctly render ansi diff (#3810)

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

github.com/vitest-dev/vitest - 8c3152fac987cbfdc102a9ae5aaefea524e2cf5f authored over 1 year ago by Ray <[email protected]>
chore: use flatMap instead of map_flat in rollup config (#4138)

github.com/vitest-dev/vitest - 417e86847f774f5fee40bcf0a13bc52036bf94e7 authored over 1 year ago by Mikhail <[email protected]>
fix(vitest): inject "define" in workspaces (#4096)

github.com/vitest-dev/vitest - b4d5ae2366ba5fd6481531fa068b4c5260770ae8 authored over 1 year ago by Vladimir <[email protected]>
chore: fix windows jest-expect test

github.com/vitest-dev/vitest - f2ba16046e5812a9ed703dda4fa6d0b901552921 authored over 1 year ago by Vladimir Sheremet <[email protected]>
fix: print value shape when .resolves and .rejects fails (#4137)

github.com/vitest-dev/vitest - e649d78ff6476328cc2fe9199447df988bd4e446 authored over 1 year ago by Vladimir <[email protected]>
fix(vitest): rerun tests if a file loaded with query changes (#4130)

github.com/vitest-dev/vitest - a084ceafb371b1f6078bf3b63ae0b3fd47bdd4d6 authored over 1 year ago by Vladimir <[email protected]>
fix(vite-node): align vite dependency version with vitest

github.com/vitest-dev/vitest - 90ff899b07132c9fdb5e462351ece513473fff7e authored over 1 year ago by Vladimir Sheremet <[email protected]>
fix: Update HappyDOMOptions to be compatible with v12 (#4135)

github.com/vitest-dev/vitest - e87975342a7f5bac44ace63e83983039744ccee2 authored over 1 year ago by Anthony Blond <[email protected]>
perf: use lazy require in vm pool (#4136)

github.com/vitest-dev/vitest - 21ba4935ad07876d42bd3d600943e65fbbc95452 authored over 1 year ago by Vladimir <[email protected]>
chore: improve waitFor/waitUntil examples

github.com/vitest-dev/vitest - d284e1242531eb420a8a205209f032ba14054791 authored over 1 year ago by Vladimir Sheremet <[email protected]>
feat(vitest): support `vi.waitUntil` method (#4129)

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

github.com/vitest-dev/vitest - e0ac97cf6efc14a831b1568d9211b184553d1c7d authored over 1 year ago by Dunqing <[email protected]>
fix(vite-node): export `SourceMapInput` to fix CYCLIC_CROSS_CHUNK_REEXPORT (#4128)

github.com/vitest-dev/vitest - ca70a7793bba653f14d010e99eba60c227964e56 authored over 1 year ago by Dunqing <[email protected]>
chore: upgrade @action/checkout to 4 (#4072)

github.com/vitest-dev/vitest - 1fd82df879a108ddc1f978170f9c5fa0296d6670 authored over 1 year ago by Dunqing <[email protected]>
build: upgrade to rollup@3 and fix re-export error (#4108)

github.com/vitest-dev/vitest - 701415b4d0f256f8f1dff12579c3df7128b63214 authored over 1 year ago by Dunqing <[email protected]>
docs: concurrent image downloading and `as` an attribute for prefetch links (#4122)

github.com/vitest-dev/vitest - b245ce3d43a5ac42b43cc2b339166dcf593fa842 authored over 1 year ago by Sanjaiyan Parthipan <[email protected]>
docs: enhancements for a smoother user experience

github.com/vitest-dev/vitest - 1fe92676ed9dc9f2021790d19f24606d6d7b4392 authored over 1 year ago by Sanjaiyan Parthipan <[email protected]>
fix(runner): `test.extend` doesn't work in hooks without test (#4065)

github.com/vitest-dev/vitest - 175c752d233d7a6b3e918604b56c617d6db90c06 authored over 1 year ago by Dunqing <[email protected]>
feat(vitest): allow using unprocessed environment files (#4098)

github.com/vitest-dev/vitest - 1aee13af9eed86d88e299837a96945e85aaf8bf2 authored over 1 year ago by Vladimir <[email protected]>
fix(snapshot): support mix of normal/with placeholders snapshots (#4118)

github.com/vitest-dev/vitest - 01e01bfcdccd37a6ea0a00507e839b92341c178e authored over 1 year ago by RobertPechaCZ <[email protected]>
feat(vitest): support `vi.waitFor` method (#4113)

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

github.com/vitest-dev/vitest - d79cb44bf8addd6afa4f3cc9c712847066adfbc7 authored over 1 year ago by Dunqing <[email protected]>
feat(coverage): add `coverage['100']` to istanbul provider (#4109)

github.com/vitest-dev/vitest - a7e09939e4a9792d38d80e9e54c44623179a85db authored over 1 year ago by Marcelo Botega Fontana <[email protected]>
docs: remove outdated statement

github.com/vitest-dev/vitest - b75f91d26529d7c6a09bd1d9149e8672c5de978e authored over 1 year ago by Vladimir Sheremet <[email protected]>