Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
sheremet-va created a review on a pull request on vitest-dev/vitest
What is this AI slop?
sheremet-va created a review comment on a pull request on vitest-dev/vitest
colors are also specified in the UI package, they need to follow the same pattern
sheremet-va pushed 2 commits to release vitest-dev/vscode
sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix: compat for jest-image-snapshot (#7390) 9542b69
sheremet-va closed an issue on vitest-dev/vitest
vitest v3 throws with jest-image-snapshot.
### Describe the bug Hello, it seem that recent changes in snapshot state #6817 broke some custom and third party snapshot matchers. For example using jest-image-snapshot with v3 results to error ...sheremet-va closed a pull request on vitest-dev/vitest
fix: compat for jest-image-snapshot
### Description - closes https://github.com/vitest-dev/vitest/issues/7322 It doesn't look pretty but some sort of compat might be possible on Vitest side. ### Please don't delete this chec...sheremet-va created a review on a pull request on vitest-dev/vitest-browser-react
Looks good, but this needs proper documentation
sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(browser): relax locator selectors methods (#7422) 1b8c5c9
sheremet-va closed an issue on vitest-dev/vitest-browser-svelte
`@typescript-eslint/unbound-method` triggered when destructuring from `render`
Destructuring `getBy` functions from the `render` function's returned value triggers ESLint errors when using the `@typescript-eslint/unbound-method` rule (included by default in the `recommended-t...sheremet-va closed a pull request on vitest-dev/vitest
fix(browser): relax locator selectors methods
### Description Fixes https://github.com/vitest-dev/vitest-browser-svelte/issues/7 <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> ...sheremet-va pushed 1 commit to main vitest-dev/vitest
- docs: update wording to "next major" (#7351) 2abf053
sheremet-va closed a pull request on vitest-dev/vitest
docs: update wording to Vitest 3.0
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> I noticed that ...sheremet-va created a branch on sheremet-va/vitest
fix/browser-context-methods - A Vite-native test framework. It's fast!
sheremet-va pushed 1 commit to main vitest-dev/vitest
- docs: add vite 6 migration guide link (#7372) 83f8afd
sheremet-va closed a pull request on vitest-dev/vitest
docs: add vite 6 migration guide link
### Description I was hesitant to add this as https://vite.dev link, but now https://v6.vite.dev is available, so I added it here. ### Please don't delete this checklist! Before submitting th...sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(workspace): forward `inspect` related cli options (#7373) ed15b5b
sheremet-va closed an issue on vitest-dev/vitest
Vitest doesn't forward CLI options to all workspaces
### Describe the bug I have a setup with two workspaces. When I want to use `--inspect`, that resolved flag gets set as `inspector.enabled` _only for the first workspace_. The second doesn't have ...sheremet-va closed a pull request on vitest-dev/vitest
fix(workspace): forward `inspect` related cli options
### Description <!-- Please insert your description here and provide especially info about the "what" this PR is solving --> <!-- You can also add additional context here --> - Fixes https:/...sheremet-va created a review comment on a pull request on vitest-dev/vitest
1. The formatting doesn't follow docs style 2. This not makes it more confusing - I had to reread the issue to understand what you mean here. This needs a proper explanation with an example
sheremet-va closed an issue on vitest-dev/vitest
`toHaveClass` has incorrect types when `{ exact: true }` is used
### Describe the bug ``` error TS2353: Object literal may only specify known properties, and 'exact' does not exist in type 'RegExp'. 45 await expect.element(row3).toHaveClass(`${rowClassname} ...sheremet-va pushed 1 commit to main vitest-dev/vitest
- fix(browser): fix `toHaveClass` typing (#7383) 7ef238c