[js] Update vitest 2.1.4 → 2.1.8 (patch) #2160
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ vitest (2.1.4 → 2.1.8) · Repo
Release Notes
2.1.8
2.1.7
2.1.6
2.1.5
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 47 commits:
bump: 2.1.8
fix: support Node 21
chore: release v2.1.7
fix: revert support for Vite 6
bump: 2.1.6
chore: release v2.1.5
docs: typo
fix(browser): init browsers eagerly when tests are running (#6876)
chore: update browser readme
fix: throw an error and a warning if `.poll`, `.element`, `.rejects`/`.resolves`, and `locator.*` weren't awaited (#6877)
fix(browser): stop the browser rpc when the pool is closed (#6858)
chore: set `resolve.mainFields` and `resolve.conditions` for SSR environment (#6896)
docs: improve "Mock Functions" page (#6897)
chore(deps): update all non-major dependencies (#6890)
fix: print ssrTransform error (#6885)
fix: don't rerun on Esc or Ctrl-C during watch filter (#6895)
test: fix webcrypto on node 18 (#6892)
refactor(reporters): base reporter readability improvements (#6889)
chore: add JSDoc to Jest assertions and asymmetric matchers (#6822)
fix(browser): support non US key input (#6873)
fix: stop the runner before restarting, restart on workspace config change (#6859)
fix(ui): remove crossorigin attributes for same origin assets (#6883)
fix(vitest): use fetch() implementation from happy-dom (#6879)
fix: remove `sequence.concurrent` from the `RuntimeConfig` type (#6880)
perf: limit workspace project concurrency to available cores (#6869)
chore(deps): update dependency happy-dom to v15.10.2 [security] (#6874)
chore(deps): update dependency happy-dom to v15.10.2 [security] (#6870)
docs: remove X links (#6868)
fix(browser): don't process the default css styles (#6861)
docs: add bluesky links (#6860)
fix: don't change the working directory when loading workspace projects (#6811)
fix(vite-node): top-level throw in module is not reported properly (#6840)
fix(coverage): report uncovered files when re-run by `enter` or `'a'` (#6848)
fix(vite-node): improve esm check to decide external (#6816)
docs: clarify that workspace can be used to specify several configs (#6854)
chore(deps): update all non-major dependencies (#6844)
docs(reporters): junit env variables removed in v2 (#6841)
docs: remove outdated note (#6838)
docs: add `vi.mocked(..., { partial: true })` example (#6783)
chore(deps): update msw to 2.6.0 (#6818)
docs: changing -> editing (#6815)
fix: capture `unhandledRejection` even when base reporter is not used (#6812)
fix: `dangerouslyIgnoreUnhandledErrors` without base reporter (#6808)
feat(experimental): expose vite on the test project as a separate field
docs: add bench test case `TaskResult` type description (#6704)
chore(deps): update all non-major dependencies (#6797)
docs: fix typo in `fakeTimers.shouldClearNativeTimers` option (#6743)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands