Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sheremet-va created a comment on a pull request on vitest-dev/vitest
Type augmentation is done in one of the files that `config` imports
sheremet-va created a review comment on a pull request on vitest-dev/vitest
We should use the `_*` convention for public internal fields, the old ones are kept as is for backwards compatibility
sheremet-va created a review comment on a pull request on vitest-dev/vitest
queued state cannot be reported in `onTaskUpdate` because the task is not created yet, so we always have to use `onQueued`
sheremet-va created a comment on an issue on vitest-dev/vitest
> * Flag the poll call with an extra parameter to tell when its the last call before timeout and only call prettyDOM in that situation (Im not sure about this one cause it will require some major c...
sheremet-va closed an issue on vitest-dev/vitest
[Vitest 3] "`Intl.Collator` is not a constructor" when using fake timers
### Describe the bug I am trying to upgrade to the latest Vitest 3 Beta. Our project does not use Vite for the build-pipeline (only a simple esbuild config, in fact), and we didn't need to do an...sheremet-va closed an issue on vitest-dev/vitest
fake timers do not mock AbortSignal.timeout or timers/promises
### Describe the bug mock timers do not mock node's [timers/promises](https://nodejs.org/api/timers.html#timers_timers_promises_api) or [AbortSignal.timeout](https://developer.mozilla.org/en-US/do...sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(deps)!: update fake-timers to v14.0.0 (#7097) Co-authored-by: Hiroshi Ogawa <[email protected]> c98b4b1
sheremet-va closed a pull request on vitest-dev/vitest
chore(deps)!: update fake-timers to v14.0.0
### Description Update `@sinonjs/fake-timers` to latest version and add support for `node:timers/promises` module. - Updated patches - Enabled new `ignoreMissingTimers` option by default a...sheremet-va closed an issue on vitest-dev/vitest
Use `useDefineForClassFields` with `coverage-v8` and vitest workspace cause error
### Describe the bug I'm using vitest and a coverage error showed up after I added a `static` class field: ``` TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterat...sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(coverage): prevent crash when v8 incorrectly merges static_initializer's (#7150) cb6db13
sheremet-va closed a pull request on vitest-dev/vitest
fix(coverage): prevent crash when v8 incorrectly merges static_initializer's
### Description - Fixes https://github.com/vitest-dev/vitest/issues/5329 <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- Y...sheremet-va pushed 1 commit to main vitest-dev/vitest
- test: use `tinyexec` for `execArgv` tests (#7151) d243c78
sheremet-va closed a pull request on vitest-dev/vitest
test: use `tinyexec` for `execArgv` tests
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> - In https://gi...sheremet-va pushed 1 commit to main vitest-dev/vitest
- chore(deps): update dependency happy-dom to v16 (#7148) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.... caede68