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
> Note: doesn't seem like it's working as I expected in a real project - https://github.com/zammad/zammad Tested and it now looks very nice πŸ‘ŒπŸ»

View on GitHub

sheremet-va pushed 50 commits to feat/add-queued-state sheremet-va/vitest
  • fix(browser): fix matchers.d.ts (#6995) a485b32
  • feat(browser): support `actionTimeout` as playwright provider options (#6984) e2c29ea
  • chore(deps): update dependency @vueuse/core to v12 (#6996) Co-authored-by: renovate[bot] <29139614+renovate[bot]@use... 6a260ce
  • docs: remove irrelevant `vitest.config` references and update the sidebar (#7006) 2324375
  • fix(reporters): show `retry` and `repeats` counts (#7004) Co-authored-by: Hiroshi Ogawa <[email protected]> 3496a01
  • fix(junit): fix testsuites time to be sum of all testsuite items (#6985) ca37a06
  • chore: ignore vue updates for now 68e6c63
  • docs: add "vital" to gold sponsors (#7013) c4dfee3
  • chore(deps): update all non-major dependencies (#6920) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.n... 2521fa2
  • chore(deps): update eslint packages (#6958) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.gith... 04f250f
  • docs: replace <details> with ::: details a11d565
  • feat!: `spy.mockReset` changes (#6426) db7a888
  • fix(snapshot)!: reset snapshot state for `retry` and `repeats` (#6817) e8ce94c
  • fix(vitest)!: don't expose default toFake config (#6288) e3144fd
  • feat(runner)!: support `describe(..., { shuffle: boolean })` and inherit from parent suite (#6670) aa1dac3
  • fix: don't use `Custom` internally 46fc534
  • Revert "fix: don't use `Custom` internally" This reverts commit 46fc53405743f20db5255f0468e772fb3afe6211. db19f6e
  • fix: don't use `Custom` type internally (#7032) 7957f91
  • feat: print a deprecation warning if suite or test uses object as the third argument (#7031) 407f10e
  • feat!: pass down context to test hooks (#7034) 82c2e24
  • and 30 more ...

View on GitHub

sheremet-va pushed 89 commits to feat/expose-server-mr-transport sheremet-va/vite
  • docs: fix rendering issues in mermaid JS diagrams (#18731) c45576a
  • feat!: drop node 21 support in version ranges (#18729) a384d8f
  • perf: reduce bundle size for `Object.keys(import.meta.glob(...))` / `Object.values(import.meta.glob(...))` (#18666) ... ed99a2c
  • fix(optimizer): trigger onCrawlEnd after manual included deps are registered (#18733) dc60410
  • chore(create-vite): change directory structure of `template-vanilla` for consistency (#18716) 56a86ae
  • chore(deps): update all non-major dependencies (#18746) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.... 0ad16e9
  • docs: update @cpojer avatar on the landing page a3a4400
  • chore(deps): update dependency sugarss to v5 (#18747) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.no... bac1089
  • fix: exit code on `SIGTERM` (#18741) cc55e36
  • feat: enable HMR by default on ModuleRunner side (#18749) 4d2abc7
  • fix: log error when send in module runner failed (#18753) ba821bb
  • feat: support `module-sync` condition when loading config if enabled (#18650) cf5028d
  • docs(migration): note ssr-only module reload (#18755) ce50bd4
  • perf(worker): inline worker without base64 (#18752) 90c66c9
  • docs: changes ssr using module runner (#18758) 4f60046
  • chore: add 5.4.x changelogs (#18768) 26b58c8
  • fix: expose missing `InterceptorOptions` type (#18766) 6252c60
  • docs: add missing types in env API docs (#18767) db697ef
  • fix: display pre-transform error details (#18764) 554f45f
  • fix(ssr): replace `__vite_ssr_identity__` with `(0, ...)` and inject `;` between statements (#18748) Co-authored-by:... 94546be
  • and 69 more ...

View on GitHub

sheremet-va closed an issue on vitest-dev/vitest
Long task with synchronous pieces does not time out
### Describe the bug Basically I've got a synchronous function that I want to test is reasonably fast with a large amount of data. I understand the issue of not being able to interrupt the proce...
sheremet-va closed a pull request on vitest-dev/vitest
fix(runner): long synchronous tasks does not time out (fix #2920)
### Description Fixes #2920 This PR solves Vitest ignoring timeouts on long synchronous tasks, that are blocking until the task and the timeout are settled simultaneously. In this case we...
sheremet-va pushed 56 commits to fix-long-task-with-synchronous-pieces-does-not-time-out ferdodo/vitest
  • fix: reset runningPromise after `finally` in case there is an error to avoid it getting stuck (#6951) 021944c
  • test: fix async assertion warning (#6959) a6c9771
  • fix(browser): explain TypeScript support in docs and add asymmetric matchers to types (#6934) ac1a7fd
  • feat: provide the current project to the global setup (#6942) a5bbc0a
  • fix(reporters): write buffered stdout/stderr on process exit (#6932) 80cde2a
  • fix(reporters): rewrite `dot` reporter without `log-update` (#6943) be969cf
  • docs: show icons in code-groups and code titles, update sidebar (#6970) 38e50f1
  • fix(typecheck): fix typecheck collect on Vite 6 (#6972) 7b35d13
  • refactor: typo onFullFilled -> onFulFilled (#6973) 1fa16f9
  • fix(reporters): check `--hideSkippedTests` in base reporter (#6988) 721a5b8
  • fix(types): make parameters non-nullable for Playwright options (#6989) fe2a187
  • refactor: deprecate `environmentMatchGlobs` and `poolMatchGlobs` in favor of workspace (#6922) 98c7e51
  • fix(vite-node): fix error stack on Windows (#6786) bf7b36a
  • feat(cli): Support specifying a line number when filtering tests (#6411) Co-authored-by: Vladimir <sleuths.slews0s@i... 4d94b95
  • feat: print project name as a label (#6925) a3bef59
  • fix(browser): fix matchers.d.ts (#6995) a485b32
  • feat(browser): support `actionTimeout` as playwright provider options (#6984) e2c29ea
  • chore(deps): update dependency @vueuse/core to v12 (#6996) Co-authored-by: renovate[bot] <29139614+renovate[bot]@use... 6a260ce
  • docs: remove irrelevant `vitest.config` references and update the sidebar (#7006) 2324375
  • fix(reporters): show `retry` and `repeats` counts (#7004) Co-authored-by: Hiroshi Ogawa <[email protected]> 3496a01
  • and 36 more ...

View on GitHub

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

View on GitHub

sheremet-va pushed 49 commits to feat/multi-browser-config sheremet-va/vitest
  • docs: replace <details> with ::: details a11d565
  • feat!: `spy.mockReset` changes (#6426) db7a888
  • fix(snapshot)!: reset snapshot state for `retry` and `repeats` (#6817) e8ce94c
  • fix(vitest)!: don't expose default toFake config (#6288) e3144fd
  • feat(runner)!: support `describe(..., { shuffle: boolean })` and inherit from parent suite (#6670) aa1dac3
  • fix: don't use `Custom` internally 46fc534
  • Revert "fix: don't use `Custom` internally" This reverts commit 46fc53405743f20db5255f0468e772fb3afe6211. db19f6e
  • fix: don't use `Custom` type internally (#7032) 7957f91
  • feat: print a deprecation warning if suite or test uses object as the third argument (#7031) 407f10e
  • feat!: pass down context to test hooks (#7034) 82c2e24
  • feat!: support Vite 6 (#7026) 7abe854
  • chore: release v3.0.0-beta.1 d93989e
  • docs: default value for the `--pool` CLI option (#7038) 2ad14b7
  • feat: expose versions from `vitest/node` entry point and statically on Vitest (#7029) be8d479
  • docs: replace Vitest 2.2 mentions (#7025) 3c18ecf
  • docs(browser): add vanilla example (#7049) 545cfa2
  • chore(deps): update dependency @edge-runtime/vm to v5 (#7053) Co-authored-by: renovate[bot] <29139614+renovate[bot]@... 65e5451
  • ci: check LICENSE.md diff (#7051) Co-authored-by: Ari PerkkiΓΆ <[email protected]> 8f58f06
  • chore: link to home page from logo (#7050) 91d2f93
  • feat(cli): Support location filters for suites (#7048) 751e2dc
  • and 29 more ...

View on GitHub

sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest

View on GitHub

sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest

View on GitHub

sheremet-va pushed 1 commit to feat/multi-browser-config sheremet-va/vitest

View on GitHub

sheremet-va deleted a branch vitest-dev/vitest

renovate/all-minor-patch

sheremet-va pushed 1 commit to main vitest-dev/vitest
  • chore(deps): update all non-major dependencies (#7052) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.n... 4ddfe0c

View on GitHub

sheremet-va closed a pull request on vitest-dev/vitest
chore(deps): update all non-major dependencies
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@shikijs/vitepress-twoslash](https://redir...
sheremet-va created a review on a pull request on vitest-dev/vitest

View on GitHub

sheremet-va starred powerline/fonts
sheremet-va created a comment on an issue on vitest-dev/vitest
You cannot change `include` via a CLI, you can only filter included tests. Docs just mention the usage for people who are looking to filter tests

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
Undici MockAgent cannot intercept fetch request anymore
### Describe the bug Since the version 2.1.5, we cannot mock anymore our http calls with undici MockAgent due to the bug fix: vitest: Use fetch() implementation from happy-dom - by @capricor...
sheremet-va pushed 1 commit to main vitest-dev/vitest
  • fix: persist cli filters as watch mode file filter (#6955) cc70336

View on GitHub

sheremet-va closed a pull request on vitest-dev/vitest
fix: persist cli filters as watch mode file filter
### Description - fixes https://github.com/vitest-dev/vitest/discussions/6954 Probably this behavior makes more sense? Currently `-t` cli option also becomes `this.testNamePattern`. ### Pl...
sheremet-va closed an issue on vitest-dev/vitest
Disable typescript compiling when using NodeNext and --experimental-strip-types
### Clear and concise description of the problem NodeJS recently introduced the new `--experimental-strip-types` and `--experimental-transform-types` flags, allowing to `.ts` files without the nee...
sheremet-va created a comment on an issue on vitest-dev/vitest
Fixes by https://github.com/vitest-dev/vitest/pull/6900

View on GitHub

sheremet-va closed an issue on vitest-dev/vitest
In the UI show test report when clicking on a test
### Clear and concise description of the problem Currently when I use the UI with the `--ui` flag, when I click a test on the UI nothing happens, there's a button to show the source code - but t...
sheremet-va pushed 1 commit to main vitest-dev/vitest
  • feat(ui): Make clicking on a test in the UI open the report section and scroll to the test failure if applicable (#6900) 1bf27f0

View on GitHub

sheremet-va closed a pull request on vitest-dev/vitest
feat(ui): Make clicking on a test in the UI open the report section and scroll to the test failure if applicable
### Description This addresses #6747 This PR makes it so that clicking on a test in the UI will open the report section and scroll to the test failure within it if one exists. This also improv...
sheremet-va created a review on a pull request on vitest-dev/vitest

View on GitHub

sheremet-va created a comment on a pull request on vitest-dev/vitest
Ah, it's because of #7043. We should also updated the diff here

View on GitHub

sheremet-va created a comment on a pull request on vitest-dev/vitest
> That's a good idea. Just to be clear, you mean adding `expect().toBeOneOf([])` additionally to the asymmetric `expect.oneOf([])`? Kind of. If you use `expect.extend`, then it will be added to ...

View on GitHub

sheremet-va created a comment on an issue on vitest-dev/vitest
I think a custom equality tester is the solution here. I don't see the usefulness of this feature in core.

View on GitHub

Load more