Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

sheremet-va

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

View on GitHub

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

View on GitHub

sheremet-va created a review on a pull request on vitest-dev/vitest

View on GitHub

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`

View on GitHub

sheremet-va created a review on a pull request on vitest-dev/vitest

View on GitHub

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...

View on GitHub

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

View on GitHub

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 created a review on a pull request on vitest-dev/vitest

View on GitHub

sheremet-va created a review on a pull request on vitest-dev/vitest

View on GitHub

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

View on GitHub

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 created a review on a pull request on vitest-dev/vitest

View on GitHub

sheremet-va pushed 1 commit to main vitest-dev/vitest
  • test: use `tinyexec` for `execArgv` tests (#7151) d243c78

View on GitHub

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 created a review on a pull request on vitest-dev/vitest

View on GitHub

sheremet-va deleted a branch vitest-dev/vitest

renovate/major-happy-dom-monorepo

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

View on GitHub

sheremet-va closed a pull request on vitest-dev/vitest
chore(deps): update dependency happy-dom to v16
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) | [`...
sheremet-va created a comment on a pull request on vitest-dev/vitest
Why would you need an expect (chai) type in the config.d.ts? 🤔

View on GitHub

sheremet-va created a comment on a pull request on vitest-dev/vitest
> `beforeAll/afterAll` are showed by reporters, let's keep supporting them like before. I feel like I'm missing something here. 🤔 > > * [feat(reporters): `summary` option for `verbose` and `defa...

View on GitHub

sheremet-va created a comment on a pull request on vitest-dev/vitest
> Do we need that anywhere? I don't think `onTaskUpdate` reports this atm. Currently slowly running `beforeAll` etc. hooks are showed by reporters so we need to support those. If it doesn't repo...

View on GitHub

sheremet-va created a comment on a pull request on vitest-dev/vitest
> I'm not yet sure. The `entity.type` and `entity.state()` should be enough. 🤔 entity is a user facing API. I am asking if we should send the type to ourselves when we trigger `onTaskUpdate` in ...

View on GitHub

sheremet-va pushed 1 commit to main vitest-dev/vitest
  • docs: update test-module (#7143) 8764f5c

View on GitHub

sheremet-va deleted a branch vitest-dev/vitest

sheremet-va-patch-1

sheremet-va closed a pull request on vitest-dev/vitest
docs: update test-module
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> ### Please do...
sheremet-va deleted a branch vitest-dev/vitest

sheremet-va-patch-2

Load more