prisma-redis-middleware
prisma-redis-middleware copied to clipboard
Update dependency vitest to v0.22.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| vitest | 0.21.1 -> 0.22.1 |
Release Notes
vitest-dev/vitest
v0.22.1
🚀 Features
- Restart vitest on config change - by @antfu (c663f)
- Show transform time - by @antfu (b54a1)
- vite-node:
moduleCache.invalidateDepTreeutiltity - by @antfu in https://github.com/vitest-dev/vitest/issues/1872
🐞 Bug Fixes
- Convert string coverage reporters to array - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/1860
- Explicitly import performance - by @antfu (870d1)
View changes on GitHub
v0.22.0
🚨 Breaking Changes
c8coverage support now require peer dependency@vitest/coverage-c8to be installed. Alternatively, you can install@vitest/coverage-istanbulto useistanbulfor coverage instead ofc8.
🚀 Features
- Add --no-color to cli - by @jereklas in https://github.com/vitest-dev/vitest/issues/1849
- Support auto retry on Node segfault
--segfault-retry- by @tony19 @antfu in https://github.com/vitest-dev/vitest/issues/1854 - Support
istanbulcoverage provider - by @AriPerkkio and @antfu in https://github.com/vitest-dev/vitest/issues/1676 - cli: Support passing
--inspectand--inspect-brk- by @antfu (ea80f)
🐞 Bug Fixes
- Handle undefined returns of module mocks, and update migration docs - by @jereklas in https://github.com/vitest-dev/vitest/issues/1763 and https://github.com/vitest-dev/vitest/issues/1830
- Clear pattern when rerun all tests - by @ChpShy in https://github.com/vitest-dev/vitest/issues/1834
- reporter-junit: Remove trailing zeros in duration - by @nieyuyao in https://github.com/vitest-dev/vitest/issues/1842
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.