v4.1.11
Fixed 4
- Revive global concurrency limit for test lifecycle
- Encode iframeId in tester iframe URL
- Trigger playwright/chromium gc on lower disk availability
- Restrict redirect mocks to the fs allowlist
From Vitest
🐞 Bug Fixes
- Revive global concurrency limit for test lifecycle [backport to v4] - by @sheremet-va and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/10992 (5146d)
- browser:
- Encode iframeId in tester iframe URL [backport to v4] - by @sheremet-va, Pduhard and Claude Opus 4.8 in https://github.com/vitest-dev/vitest/issues/10955 (10b2c)
- Trigger playwright/chromium gc on lower disk availability [backport to v4] - by @hi-ogawa, Hiroshi Ogawa and OpenCode in https://github.com/vitest-dev/vitest/issues/10951 (9851d)
- mocker:
- Restrict redirect mocks to the fs allowlist [backport to v4] - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/10974 (fe5a1)