v4.0.12
📦 vitestView on GitHub →
🐛 2 fixes
Summary
Version 4.0.12 introduces two bug fixes: default inheritance of `fsModuleCachePath` and removal of `@opentelemetry/api` imports from public types.
🐛 Bug Fixes
- Inherit `fsModuleCachePath` by default – fixed in commit 9a8bc78c5 (see https://github.com/vitest-dev/vitest/issues/9063).
- Don't import from `@opentelemetry/api` in public types – fixed in commit e944a37b7 (see https://github.com/vitest-dev/vitest/issues/9066).